aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/cz/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/cz/sub.php')
-rw-r--r--app/i18n/cz/sub.php39
1 files changed, 23 insertions, 16 deletions
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php
index 55441aaf8..ad02f6f49 100644
--- a/app/i18n/cz/sub.php
+++ b/app/i18n/cz/sub.php
@@ -2,13 +2,13 @@
return array(
'api' => array(
- 'documentation' => 'Copy the following URL to use it within an external tool.',// TODO
- 'title' => 'API',// TODO
+ 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
+ 'title' => 'API', //TODO - Translation
),
'bookmarklet' => array(
- 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',// TODO
- 'label' => 'Subscribe',// TODO
- 'title' => 'Bookmarklet',// TODO
+ 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
+ 'label' => 'Subscribe', //TODO - Translation
+ 'title' => 'Bookmarklet', //TODO - Translation
),
'category' => array(
'_' => 'Kategorie',
@@ -27,7 +27,7 @@ return array(
'password' => 'Heslo',
'username' => 'Přihlašovací jméno',
),
- 'clear_cache' => 'Always clear cache', //TODO
+ 'clear_cache' => 'Always clear cache', //TODO - Translation
'css_help' => 'Stáhne zkrácenou verzi RSS kanálů (pozor, náročnější na čas!)',
'css_path' => 'Původní CSS soubor článku z webových stránek',
'description' => 'Popis',
@@ -36,30 +36,37 @@ return array(
'informations' => 'Informace',
'keep_history' => 'Zachovat tento minimální počet článků',
'moved_category_deleted' => 'Po smazání kategorie budou v ní obsažené kanály automaticky přesunuty do <em>%s</em>.',
- 'mute' => 'mute', // TODO
+ 'mute' => 'mute', //TODO - Translation
'no_selected' => 'Nejsou označeny žádné kanály.',
'number_entries' => '%d článků',
'priority' => array(
- '_' => 'Visibility', // TODO
- 'archived' => 'Do not show (archived)', // TODO
+ '_' => 'Visibility', //TODO - Translation
+ 'archived' => 'Do not show (archived)', //TODO - Translation
'main_stream' => 'Zobrazit ve “Všechny kanály”',
- 'normal' => 'Show in its category', // TODO
+ 'normal' => 'Show in its category', //TODO - Translation
),
- 'ssl_verify' => 'Verify SSL security', //TODO
+ 'websub' => 'Okamžité oznámení s WebSub',
+ 'show' => array(
+ 'all' => 'Show all feeds', //TODO - Translation
+ 'error' => 'Show only feeds with error', //TODO - Translation
+ ),
+ 'showing' => array(
+ 'error' => 'Showing only feeds with error', //TODO - Translation
+ ),
+ 'ssl_verify' => 'Verify SSL security', //TODO - Translation
'stats' => 'Statistika',
'think_to_add' => 'Můžete přidat kanály.',
- 'timeout' => 'Timeout in seconds', //TODO
+ 'timeout' => 'Timeout in seconds', //TODO - Translation
'title' => 'Název',
'title_add' => 'Přidat RSS kanál',
'ttl' => 'Neobnovovat častěji než',
'url' => 'URL kanálu',
'validator' => 'Zkontrolovat platnost kanálu',
'website' => 'URL webové stránky',
- 'pubsubhubbub' => 'Okamžité oznámení s PubSubHubbub',
),
'firefox' => array(
'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
- 'title' => 'Firefox feed reader',// TODO
+ 'title' => 'Firefox feed reader', //TODO - Translation
),
'import_export' => array(
'export' => 'Export',
@@ -76,11 +83,11 @@ return array(
'bookmark' => 'Přihlásit (FreshRSS bookmark)',
'import_export' => 'Import / export',
'subscription_management' => 'Správa subskripcí',
- 'subscription_tools' => 'Subscription tools',// TODO
+ 'subscription_tools' => 'Subscription tools', //TODO - Translation
),
'title' => array(
'_' => 'Správa subskripcí',
'feed_management' => 'Správa RSS kanálů',
- 'subscription_tools' => 'Subscription tools',// TODO
+ 'subscription_tools' => 'Subscription tools', //TODO - Translation
),
);