sub.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?php
  2. return array(
  3. 'add' => 'Feed and category creation has been moved <a href=\'%s\'>here</a>. It is also accessible from the menu on the left and from the ✚ icon available on the main page.',
  4. 'api' => array(
  5. 'documentation' => 'Copy the following URL to use it within an external tool.',
  6. 'title' => 'API',
  7. ),
  8. 'bookmarklet' => array(
  9. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.',
  10. 'label' => 'Subscribe',
  11. 'title' => 'Bookmarklet',
  12. ),
  13. 'category' => array(
  14. '_' => 'Category',
  15. 'add' => 'Add a category',
  16. 'archiving' => 'Archiving',
  17. 'empty' => 'Empty category',
  18. 'information' => 'Information',
  19. 'position' => 'Display position',
  20. 'position_help' => 'To control category sort order',
  21. 'title' => 'Title',
  22. ),
  23. 'feed' => array(
  24. 'add' => 'Add a RSS feed',
  25. 'advanced' => 'Advanced',
  26. 'archiving' => 'Archiving',
  27. 'auth' => array(
  28. 'configuration' => 'Login',
  29. 'help' => 'Allows access to HTTP protected RSS feeds',
  30. 'http' => 'HTTP Authentication',
  31. 'password' => 'HTTP password',
  32. 'username' => 'HTTP username',
  33. ),
  34. 'clear_cache' => 'Always clear cache',
  35. 'css_cookie' => 'Use Cookies when fetching the article content',
  36. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  37. 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
  38. 'css_path' => 'Article CSS selector on original website',
  39. 'description' => 'Description',
  40. 'empty' => 'This feed is empty. Please verify that it is still maintained.',
  41. 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
  42. 'filteractions' => array(
  43. '_' => 'Filter actions',
  44. 'help' => 'Write one search filter per line.',
  45. ),
  46. 'information' => 'Information',
  47. 'keep_min' => 'Minimum number of articles to keep',
  48. 'maintenance' => array(
  49. 'clear_cache' => 'Clear cache',
  50. 'clear_cache_help' => 'Clear the cache for this feed.',
  51. 'reload_articles' => 'Reload articles',
  52. 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.',
  53. 'title' => 'Maintenance',
  54. ),
  55. 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
  56. 'mute' => 'mute',
  57. 'no_selected' => 'No feed selected.',
  58. 'number_entries' => '%d articles',
  59. 'priority' => array(
  60. '_' => 'Visibility',
  61. 'archived' => 'Do not show (archived)',
  62. 'main_stream' => 'Show in main stream',
  63. 'normal' => 'Show in its category',
  64. ),
  65. 'proxy' => 'Set a proxy for fetching this feed',
  66. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)',
  67. 'selector_preview' => array(
  68. 'show_raw' => 'Show source code',
  69. 'show_rendered' => 'Show content',
  70. ),
  71. 'show' => array(
  72. 'all' => 'Show all feeds',
  73. 'error' => 'Show only feeds with errors',
  74. ),
  75. 'showing' => array(
  76. 'error' => 'Showing only feeds with errors',
  77. ),
  78. 'ssl_verify' => 'Verify SSL security',
  79. 'stats' => 'Statistics',
  80. 'think_to_add' => 'You may add some feeds.',
  81. 'timeout' => 'Timeout in seconds',
  82. 'title' => 'Title',
  83. 'title_add' => 'Add an RSS feed',
  84. 'ttl' => 'Do not automatically refresh more often than',
  85. 'url' => 'Feed URL',
  86. 'validator' => 'Check the validity of the feed',
  87. 'website' => 'Website URL',
  88. 'websub' => 'Instant notification with WebSub',
  89. ),
  90. 'firefox' => array(
  91. '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.',
  92. 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.',
  93. 'title' => 'Firefox feed reader',
  94. ),
  95. 'import_export' => array(
  96. 'export' => 'Export',
  97. 'export_labelled' => 'Export your labelled articles',
  98. 'export_opml' => 'Export list of feeds (OPML)',
  99. 'export_starred' => 'Export your favourites',
  100. 'feed_list' => 'List of %s articles',
  101. 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',
  102. 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',
  103. 'import' => 'Import',
  104. 'starred_list' => 'List of favourite articles',
  105. 'title' => 'Import / export',
  106. ),
  107. 'menu' => array(
  108. 'add' => 'Add a feed or category',
  109. 'add_feed' => 'Add a feed',
  110. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  111. 'import_export' => 'Import / export',
  112. 'label_management' => 'Label management',
  113. 'subscription_management' => 'Subscription management',
  114. 'subscription_tools' => 'Subscription tools',
  115. ),
  116. 'tag' => array(
  117. 'name' => 'Name',
  118. 'new_name' => 'New name',
  119. 'old_name' => 'Old name',
  120. ),
  121. 'title' => array(
  122. '_' => 'Subscription management',
  123. 'add' => 'Add a feed or category',
  124. 'add_category' => 'Add a category',
  125. 'add_feed' => 'Add a feed',
  126. 'add_label' => 'Add a label',
  127. 'delete_label' => 'Delete a label',
  128. 'feed_management' => 'RSS feeds management',
  129. 'rename_label' => 'Rename a label',
  130. 'subscription_tools' => 'Subscription tools',
  131. ),
  132. );