| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?php
- return array(
- 'api' => array(
- '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 - Translation
- 'label' => 'Subscribe', //TODO - Translation
- 'title' => 'Bookmarklet', //TODO - Translation
- ),
- 'category' => array(
- '_' => 'Category', //TODO - Translation
- 'add' => 'Add a category', //TODO - Translation
- 'archiving' => 'Archivage', //TODO - Translation
- 'empty' => 'Empty category', //TODO - Translation
- 'information' => 'Information', //TODO - Translation
- 'new' => 'New category', //TODO - Translation
- 'position' => 'Display position', //TODO - Translation
- 'position_help' => 'To control category sort order', //TODO - Translation
- 'title' => 'Title', //TODO - Translation
- ),
- 'feed' => array(
- 'add' => 'Add a RSS feed', //TODO - Translation
- 'advanced' => 'Advanced', //TODO - Translation
- 'archiving' => 'Archivage', //TODO - Translation
- 'auth' => array(
- 'configuration' => 'Login', //TODO - Translation
- 'help' => 'Connection allows to access HTTP protected RSS feeds', //TODO - Translation
- 'http' => 'HTTP Authentication', //TODO - Translation
- 'password' => 'HTTP password', //TODO - Translation
- 'username' => 'HTTP username', //TODO - Translation
- ),
- 'clear_cache' => 'Always clear cache', //TODO - Translation
- 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', //TODO - Translation
- 'css_path' => 'Articles CSS path on original website', //TODO - Translation
- 'description' => 'Description', //TODO - Translation
- 'empty' => 'This feed is empty. Please verify that it is still maintained.', //TODO - Translation
- 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.', //TODO - Translation
- 'filteractions' => array(
- '_' => 'Filter actions', //TODO - Translation
- 'help' => 'Write one search filter per line.', //TODO - Translation
- ),
- 'information' => 'Information', //TODO - Translation
- 'keep_min' => 'Minimum number of articles to keep', //TODO - Translation
- 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', //TODO - Translation
- 'mute' => 'mute', //TODO - Translation
- 'no_selected' => 'No feed selected.', //TODO - Translation
- 'number_entries' => '%d articles', //TODO - Translation
- 'priority' => array(
- '_' => 'Visibility', //TODO - Translation
- 'archived' => 'Do not show (archived)', //TODO - Translation
- 'main_stream' => 'Show in main stream', //TODO - Translation
- 'normal' => 'Show in its category', //TODO - Translation
- ),
- 'websub' => 'Instant notification with WebSub', //TODO - Translation
- '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' => 'Statistics', //TODO - Translation
- 'think_to_add' => 'You may add some feeds.', //TODO - Translation
- 'timeout' => 'Timeout in seconds', //TODO - Translation
- 'title' => 'Title', //TODO - Translation
- 'title_add' => 'Add a RSS feed', //TODO - Translation
- 'ttl' => 'Do not automatically refresh more often than', //TODO - Translation
- 'url' => 'Feed URL', //TODO - Translation
- 'validator' => 'Check the validity of the feed', //TODO - Translation
- 'website' => 'Website URL', //TODO - Translation
- ),
- '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 - Translation
- 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation
- 'title' => 'Firefox feed reader', //TODO - Translation
- ),
- 'import_export' => array(
- 'export' => 'Export', //TODO - Translation
- 'export_opml' => 'Export list of feeds (OPML)', //TODO - Translation
- 'export_starred' => 'Export your favourites', //TODO - Translation
- 'export_labelled' => 'Export your labelled articles', //TODO
- 'feed_list' => 'List of %s articles', //TODO - Translation
- 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)', //TODO - Translation
- 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)', //TODO - Translation
- 'import' => 'Import', //TODO - Translation
- 'starred_list' => 'List of favourite articles', //TODO - Translation
- 'title' => 'Import / export', //TODO - Translation
- ),
- 'menu' => array(
- 'bookmark' => 'Subscribe (FreshRSS bookmark)', //TODO - Translation
- 'import_export' => 'Import / export', //TODO - Translation
- 'subscription_management' => 'Subscriptions management', //TODO - Translation
- 'subscription_tools' => 'Subscription tools', //TODO - Translation
- ),
- 'title' => array(
- '_' => 'Subscriptions management', //TODO - Translation
- 'feed_management' => 'RSS feeds management', //TODO - Translation
- 'subscription_tools' => 'Subscription tools', //TODO - Translation
- ),
- );
|