From 20c1238e0c4e6e2c243809654f3dc9b726504bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ing=2E=20Jan=20Kal=C3=A1b?= Date: Fri, 13 Jan 2017 16:09:09 +0100 Subject: [PATCH] Updated Czech translations WTF is `%e %B %Y %k:%M`? --- app/locales/cs_CZ/translations.php | 68 +++++++++++++++--------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/app/locales/cs_CZ/translations.php b/app/locales/cs_CZ/translations.php index 6bea226..bab3c79 100644 --- a/app/locales/cs_CZ/translations.php +++ b/app/locales/cs_CZ/translations.php @@ -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', );