diff options
Diffstat (limited to 'app/i18n/cz/sub.php')
| -rw-r--r-- | app/i18n/cz/sub.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php index 3bf29012a..e3125e260 100644 --- a/app/i18n/cz/sub.php +++ b/app/i18n/cz/sub.php @@ -1,6 +1,7 @@ <?php return array( + 'add' => 'Feed and category creation has been moved <a href=\'%s\'>here</a>. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation 'api' => array( 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation 'title' => 'API', // TODO - Translation @@ -16,7 +17,6 @@ return array( 'archiving' => 'Archivace', 'empty' => 'Vyprázdit kategorii', 'information' => 'Informace', - 'new' => 'Nová kategorie', 'position' => 'Display position', // TODO - Translation 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'Název', @@ -102,6 +102,8 @@ return array( 'title' => 'Import / export', // TODO - Translation ), 'menu' => array( + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'bookmark' => 'Přihlásit (FreshRSS bookmark)', 'import_export' => 'Import / export', // TODO - Translation 'subscription_management' => 'Správa subskripcí', @@ -109,6 +111,9 @@ return array( ), 'title' => array( '_' => 'Správa subskripcí', + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_category' => 'Add a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'feed_management' => 'Správa RSS kanálů', 'subscription_tools' => 'Subscription tools', // TODO - Translation ), |
