sub.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.',
  5. 'title' => 'API',
  6. ),
  7. 'bookmarklet' => array(
  8. '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.',
  9. 'label' => 'Subscribe',
  10. 'title' => 'Bookmarklet',
  11. ),
  12. 'category' => array(
  13. '_' => 'Category',
  14. 'add' => 'Add a category',
  15. 'empty' => 'Empty category',
  16. 'new' => 'New category',
  17. ),
  18. 'feed' => array(
  19. 'add' => 'Add a RSS feed',
  20. 'advanced' => 'Advanced',
  21. 'archiving' => 'Archiving',
  22. 'auth' => array(
  23. 'configuration' => 'Login',
  24. 'help' => 'Allows access to HTTP protected RSS feeds',
  25. 'http' => 'HTTP Authentication',
  26. 'password' => 'HTTP password',
  27. 'username' => 'HTTP username',
  28. ),
  29. 'clear_cache' => 'Always clear cache',
  30. 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
  31. 'css_path' => 'Articles CSS path on original website',
  32. 'description' => 'Description',
  33. 'empty' => 'This feed is empty. Please verify that it is still maintained.',
  34. 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
  35. 'filteractions' => array(
  36. '_' => 'Filter actions',
  37. 'help' => 'Write one search filter per line.',
  38. ),
  39. 'informations' => 'Information',
  40. 'keep_history' => 'Minimum number of articles to keep',
  41. 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
  42. 'mute' => 'mute',
  43. 'no_selected' => 'No feed selected.',
  44. 'number_entries' => '%d articles',
  45. 'priority' => array(
  46. '_' => 'Visibility',
  47. 'archived' => 'Do not show (archived)',
  48. 'main_stream' => 'Show in main stream',
  49. 'normal' => 'Show in its category',
  50. ),
  51. 'websub' => 'Instant notification with WebSub',
  52. 'show' => array(
  53. 'all' => 'Show all feeds',
  54. 'error' => 'Show only feeds with error',
  55. ),
  56. 'showing' => array(
  57. 'error' => 'Showing only feeds with error',
  58. ),
  59. 'ssl_verify' => 'Verify SSL security',
  60. 'stats' => 'Statistics',
  61. 'think_to_add' => 'You may add some feeds.',
  62. 'timeout' => 'Timeout in seconds',
  63. 'title' => 'Title',
  64. 'title_add' => 'Add a RSS feed',
  65. 'ttl' => 'Do not automatically refresh more often than',
  66. 'url' => 'Feed URL',
  67. 'validator' => 'Check the validity of the feed',
  68. 'website' => 'Website URL',
  69. ),
  70. 'firefox' => array(
  71. '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.',
  72. 'title' => 'Firefox feed reader',
  73. ),
  74. 'import_export' => array(
  75. 'export' => 'Export',
  76. 'export_opml' => 'Export list of feeds (OPML)',
  77. 'export_starred' => 'Export your favourites',
  78. 'export_labelled' => 'Export your labelled articles',
  79. 'feed_list' => 'List of %s articles',
  80. 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',
  81. 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',
  82. 'import' => 'Import',
  83. 'starred_list' => 'List of favourite articles',
  84. 'title' => 'Import / export',
  85. ),
  86. 'menu' => array(
  87. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  88. 'import_export' => 'Import / export',
  89. 'subscription_management' => 'Subscriptions management',
  90. 'subscription_tools' => 'Subscription tools',
  91. ),
  92. 'title' => array(
  93. '_' => 'Subscriptions management',
  94. 'feed_management' => 'RSS feeds management',
  95. 'subscription_tools' => 'Subscription tools',
  96. ),
  97. );