Updated Czech translations
WTF is `%e %B %Y %k:%M`?
This commit is contained in:
parent
24a8b91b2e
commit
20c1238e0c
@ -207,7 +207,7 @@ return array(
|
||||
'Connection timeout.' => 'Vypršel časový limit spojení.',
|
||||
'Feed is malformed.' => 'Odběr má špatný formát.',
|
||||
'Invalid SSL certificate.' => 'Neplatný SSL certifikát.',
|
||||
// 'Maximum number of HTTP redirection exceeded.' => '',
|
||||
'Maximum number of HTTP redirection exceeded.' => 'Překročen maximální počet HTTP přesměrování',
|
||||
'The content size exceeds to maximum allowed size.' => 'Velikost obsahu překročila maximální povolenou velikost.',
|
||||
'Unable to detect the feed format.' => 'Nelze detekovat formát odběru.',
|
||||
'add a new group' => 'přidat novou skupinu',
|
||||
@ -216,42 +216,42 @@ return array(
|
||||
'view' => 'zobrazit',
|
||||
'Item title links to' => 'Titulek článku odkazuje na',
|
||||
'Original' => 'Originál',
|
||||
// 'Last Login' => '',
|
||||
'Last Login' => 'Poslední přihlášení',
|
||||
'Search' => 'Hledat',
|
||||
'There are no results for your search' => 'Žádné výsledky pro toto hledání',
|
||||
'Send bookmarks to Wallabag' => 'Poslat záložky na Wallabag',
|
||||
'Wallabag username' => 'Wallabag uživatelské jmnéno',
|
||||
'Wallabag password' => 'Wallabah heslo',
|
||||
// 'An error occurred during the last check: "%s".' => '',
|
||||
// 'User Profile' => '',
|
||||
// 'Users' => '',
|
||||
// 'New User' => '',
|
||||
// 'New user created successfully.' => '',
|
||||
// 'Unable to create this user.' => '',
|
||||
// 'Edit User' => '',
|
||||
// 'User modified successfully.' => '',
|
||||
// 'Unable to edit this user.' => '',
|
||||
// 'Remove User' => '',
|
||||
// 'Not allowed to fetch feed.' => '',
|
||||
// 'Unable to save this subscription in the database.' => '',
|
||||
// 'Titles' => '',
|
||||
// 'profile' => '',
|
||||
// 'users' => '',
|
||||
// 'Cronjob URL' => '',
|
||||
// 'Do you really want to remove this user: "%s"?' => '',
|
||||
// 'Administrator' => '',
|
||||
// '%e %B %Y %k:%M' => '',
|
||||
// 'Wallabag' => '',
|
||||
// 'Wallabag API URL' => '',
|
||||
// 'Wallabag Client ID' => '',
|
||||
// 'Wallabag Client Secret' => '',
|
||||
// 'Action' => '',
|
||||
// 'Yes' => '',
|
||||
// 'No' => '',
|
||||
// 'Edit' => '',
|
||||
// 'The user id required' => '',
|
||||
// 'The username must be unique' => '',
|
||||
// 'Current Password' => '',
|
||||
// 'New Password' => '',
|
||||
// 'Wrong password' => '',
|
||||
'An error occurred during the last check: "%s".' => 'Nastala chyba během poslední kontroly: "%s"',
|
||||
'User Profile' => 'Profil uživatele',
|
||||
'Users' => 'Uživatelé',
|
||||
'New User' => 'Nový uživatel',
|
||||
'New user created successfully.' => 'Nový uživatel úspěšně vytvořen.',
|
||||
'Unable to create this user.' => 'Nelze vytvořit tohoto uživatele.',
|
||||
'Edit User' => 'Upravit uživatele',
|
||||
'User modified successfully.' => 'Uživatel úspěšně upraven.',
|
||||
'Unable to edit this user.' => 'Nelze upravit tohoto uživatele.',
|
||||
'Remove User' => 'Odstranit uživatele',
|
||||
'Not allowed to fetch feed.' => 'Není oprávnění pro stažení tohoto zdroje.',
|
||||
'Unable to save this subscription in the database.' => 'Nelze uložit tento odběr do databáze',
|
||||
'Titles' => 'Titulky',
|
||||
'profile' => 'profil',
|
||||
'users' => 'uživatelé',
|
||||
'Cronjob URL' => 'URL cronjobu',
|
||||
'Do you really want to remove this user: "%s"?' => 'Opravdu chcete odstranit tohoto uživatele: "%s"',
|
||||
'Administrator' => 'Administrátor',
|
||||
'%e %B %Y %k:%M' => '%e %B %Y %k:%M',
|
||||
'Wallabag' => 'Wallabag',
|
||||
'Wallabag API URL' => 'Wallabag API URL',
|
||||
'Wallabag Client ID' => 'Wallabag ID klienta',
|
||||
'Wallabag Client Secret' => 'Wallabag heslo klienta',
|
||||
'Action' => 'Akce',
|
||||
'Yes' => 'Ano',
|
||||
'No' => 'Ne',
|
||||
'Edit' => 'Upravit',
|
||||
'The user id required' => 'Uživatelské id vyžadováno',
|
||||
'The username must be unique' => 'Uživatelské jméno musí být unikátní',
|
||||
'Current Password' => 'Aktuální heslo',
|
||||
'New Password' => 'Nové heslo',
|
||||
'Wrong password' => 'Špatné heslo',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user