diff options
Diffstat (limited to 'app/i18n/cz/admin.php')
| -rw-r--r-- | app/i18n/cz/admin.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/app/i18n/cz/admin.php b/app/i18n/cz/admin.php index 846523ead..8cf0d2b27 100644 --- a/app/i18n/cz/admin.php +++ b/app/i18n/cz/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP (pro pokročilé uživatele s HTTPS)', 'none' => 'Žádný (nebezpečné)', 'title' => 'Ověřování', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => 'Hlavní ověřovací token', + 'token_help' => 'Umožňuje přístup ke všem výstupům RSS uživatele i obnovování kanálů bez ověřování:', 'type' => 'Metoda ověřování', 'unsafe_autologin' => 'Povolit nebezpečné automatické přihlášení pomocí formátu: ', ), @@ -160,8 +160,8 @@ return array( '_' => 'Nastavení systému', 'auto-update-url' => 'Adresa URL serveru pro automatické aktualizace', 'base-url' => array( - '_' => 'Base URL', // TODO - 'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // TODO + '_' => 'Základní adresa URL', + 'recommendation' => 'Automatické doporučení: <kbd>%s</kbd>', ), 'cookie-duration' => array( 'help' => 'v sekundách', @@ -187,33 +187,33 @@ return array( ), 'title' => 'Registrační formulář uživatele', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO + 'sensitive-parameter' => 'Citlivý parametr. Upravte ručně v souboru <kbd>./data/config.php</kbd>', 'tos' => array( - 'disabled' => 'is not given', // TODO - 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO - 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO + 'disabled' => 'není uveden', + 'enabled' => '<a href="./?a=tos">je povolen</a>', + 'help' => 'Jak povolit <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">podmínky poskytování služby</a>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'O <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), 'update' => array( '_' => 'Aktualizace systému', 'apply' => 'Použít', - 'changelog' => 'Changelog', // TODO + 'changelog' => 'Seznam změn', 'check' => 'Zkontrolovat aktualizace', - 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO + 'copiedFromURL' => 'update.php zkopírováno z %s do ./data', 'current_version' => 'Vaše aktuální verze', 'last' => 'Poslední kontrola', - 'loading' => 'Updating…', // TODO + 'loading' => 'Aktualizuje se...', 'none' => 'Žádné nové aktualizace', 'releaseChannel' => array( - '_' => 'Release channel', // TODO - 'edge' => 'Rolling release (“edge”)', // TODO - 'latest' => 'Stable release (“latest”)', // TODO + '_' => 'Kanál pro vydání', + 'edge' => 'Vydání "Rolling" / Nepřetržitě aktualizované vydání (“edge”)', + 'latest' => 'Stabilní vydání (“latest”)', ), 'title' => 'Aktualizovat systém', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => 'Aktualizace přes git a Github.com začala', ), 'user' => array( 'admin' => 'Administrátor', |
