| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?php
- return array(
- 'api' => array(
- 'documentation' => 'Copy the following URL to use it within an external tool.',// TODO
- 'title' => 'API',// TODO
- ),
- '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
- ),
- 'category' => array(
- '_' => 'Category',// TODO
- 'add' => 'Add a category',// TODO
- 'empty' => 'Empty category',// TODO
- 'new' => 'New category',// TODO
- ),
- 'feed' => array(
- 'add' => 'Add a RSS feed',// TODO
- 'advanced' => 'Advanced',// TODO
- 'archiving' => 'Archivage',// TODO
- 'auth' => array(
- 'configuration' => 'Login',// TODO
- 'help' => 'Connection allows to access HTTP protected RSS feeds',// TODO
- 'http' => 'HTTP Authentication',// TODO
- 'password' => 'HTTP password',// TODO
- 'username' => 'HTTP username',// TODO
- ),
- 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',// TODO
- 'css_path' => 'Articles CSS path on original website',// TODO
- 'description' => 'Description',// TODO
- 'empty' => 'This feed is empty. Please verify that it is still maintained.',// TODO
- 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',// TODO
- 'informations' => 'Information',// TODO
- 'keep_history' => 'Minimum number of articles to keep',// TODO
- 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',// TODO
- 'mute' => 'mute', // TODO
- 'no_selected' => 'No feed selected.',// TODO
- 'number_entries' => '%d articles',// TODO
- 'priority' => array(
- '_' => 'Visibility', // TODO
- 'archived' => 'Do not show (archived)', // TODO
- 'main_stream' => 'Show in main stream', // TODO
- 'normal' => 'Show in its category', // TODO
- ),
- 'ssl_verify' => 'Verify SSL security', //TODO
- 'stats' => 'Statistics',// TODO
- 'think_to_add' => 'You may add some feeds.',// TODO
- 'timeout' => 'Timeout in seconds', //TODO
- 'title' => 'Title',// TODO
- 'title_add' => 'Add a RSS feed',// TODO
- 'ttl' => 'Do not automatically refresh more often than',// TODO
- 'url' => 'Feed URL',// TODO
- 'validator' => 'Check the validity of the feed',// TODO
- 'website' => 'Website URL',// TODO
- 'pubsubhubbub' => 'Instant notification with PubSubHubbub',// TODO
- ),
- '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
- ),
- 'import_export' => array(
- 'export' => 'Export',// TODO
- 'export_opml' => 'Export list of feeds (OPML)',// TODO
- 'export_starred' => 'Export your favourites',// TODO
- 'feed_list' => 'List of %s articles',// TODO
- 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',// TODO
- 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',// TODO
- 'import' => 'Import',// TODO
- 'starred_list' => 'List of favourite articles',// TODO
- 'title' => 'Import / export',// TODO
- ),
- 'menu' => array(
- 'bookmark' => 'Subscribe (FreshRSS bookmark)',// TODO
- 'import_export' => 'Import / export',// TODO
- 'subscription_management' => 'Subscriptions management',// TODO
- 'subscription_tools' => 'Subscription tools',// TODO
- ),
- 'title' => array(
- '_' => 'Subscriptions management',// TODO
- 'feed_management' => 'RSS feeds management',// TODO
- 'subscription_tools' => 'Subscription tools',// TODO
- ),
- );
|