sub.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. return array(
  3. 'bookmarklet' => array(
  4. '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.',
  5. 'label' => 'Subscribe',
  6. 'title' => 'Bookmarklet',
  7. ),
  8. 'category' => array(
  9. '_' => 'Category',
  10. 'add' => 'Add a category',
  11. 'empty' => 'Empty category',
  12. 'new' => 'New category',
  13. ),
  14. 'feed' => array(
  15. 'add' => 'Add a RSS feed',
  16. 'advanced' => 'Advanced',
  17. 'archiving' => 'Archiving',
  18. 'auth' => array(
  19. 'configuration' => 'Login',
  20. 'help' => 'Allows access to HTTP protected RSS feeds',
  21. 'http' => 'HTTP Authentication',
  22. 'password' => 'HTTP password',
  23. 'username' => 'HTTP username',
  24. ),
  25. 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
  26. 'css_path' => 'Articles CSS path on original website',
  27. 'description' => 'Description',
  28. 'empty' => 'This feed is empty. Please verify that it is still maintained.',
  29. 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
  30. 'in_main_stream' => 'Show in main stream',
  31. 'informations' => 'Information',
  32. 'keep_history' => 'Minimum number of articles to keep',
  33. 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
  34. 'no_selected' => 'No feed selected.',
  35. 'number_entries' => '%d articles',
  36. 'stats' => 'Statistics',
  37. 'think_to_add' => 'You may add some feeds.',
  38. 'title' => 'Title',
  39. 'title_add' => 'Add a RSS feed',
  40. 'ttl' => 'Do not automatically refresh more often than',
  41. 'url' => 'Feed URL',
  42. 'validator' => 'Check the validity of the feed',
  43. 'website' => 'Website URL',
  44. 'pubsubhubbub' => 'Instant notification with PubSubHubbub',
  45. ),
  46. 'firefox' => array(
  47. '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.',
  48. 'title' => 'Firefox feed reader',
  49. ),
  50. 'import_export' => array(
  51. 'export' => 'Export',
  52. 'export_opml' => 'Export list of feeds (OPML)',
  53. 'export_starred' => 'Export your favourites',
  54. 'feed_list' => 'List of %s articles',
  55. 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',
  56. 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',
  57. 'import' => 'Import',
  58. 'starred_list' => 'List of favourite articles',
  59. 'title' => 'Import / export',
  60. ),
  61. 'menu' => array(
  62. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  63. 'import_export' => 'Import / export',
  64. 'subscription_management' => 'Subscriptions management',
  65. 'subscription_tools' => 'Subscription tools',
  66. ),
  67. 'title' => array(
  68. '_' => 'Subscriptions management',
  69. 'feed_management' => 'RSS feeds management',
  70. 'subscription_tools' => 'Subscription tools',
  71. ),
  72. );