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