1
0
Fork 0
pixelfed/resources/lang/cs/passwords.php

23 lines
1.1 KiB
PHP
Raw Normal View History

2018-09-16 18:42:20 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Hesla musí být alespoň šest znaků dlouhá a shodovat se s potvrzením.',
'reset' => 'Vaše heslo bylo obnoveno!',
2019-02-21 18:00:09 +00:00
'sent' => 'Pokud vaše e-mailová adresa existuje v naší databázi, obdržíte za pár minut na vaší e-mailové adrese odkaz pro obnovu hesla. Pokud tento e-mail neobdržíte, prosím zkontrolujte svou složku „spam“.',
2018-09-16 18:42:20 +00:00
'token' => 'Tento token pro obnovu hesla je neplatný.',
2019-02-21 18:00:09 +00:00
'user' => "Pokud vaše e-mailová adresa existuje v naší databázi, obdržíte za pár minut na vaší e-mailové adrese odkaz pro obnovu hesla. Pokud tento e-mail neobdržíte, prosím zkontrolujte svou složku „spam“.",
2018-09-16 18:42:20 +00:00
];