sub.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. 'content_action' => array(
  36. '_' => 'Content action when fetching the article content',
  37. 'append' => 'Add after existing content',
  38. 'prepend' => 'Add before existing content',
  39. 'replace' => 'Replace existing content',
  40. ),
  41. 'css_cookie' => 'Use Cookies when fetching the article content',
  42. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  43. 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
  44. 'css_path' => 'Article CSS selector on original website',
  45. 'description' => 'Description',
  46. 'empty' => 'This feed is empty. Please verify that it is still maintained.',
  47. 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
  48. 'filteractions' => array(
  49. '_' => 'Filter actions',
  50. 'help' => 'Write one search filter per line.',
  51. ),
  52. 'information' => 'Information',
  53. 'keep_min' => 'Minimum number of articles to keep',
  54. 'maintenance' => array(
  55. 'clear_cache' => 'Clear cache',
  56. 'clear_cache_help' => 'Clear the cache for this feed.',
  57. 'reload_articles' => 'Reload articles',
  58. 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.',
  59. 'title' => 'Maintenance',
  60. ),
  61. 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
  62. 'mute' => 'mute',
  63. 'no_selected' => 'No feed selected.',
  64. 'number_entries' => '%d articles',
  65. 'priority' => array(
  66. '_' => 'Visibility',
  67. 'archived' => 'Do not show (archived)',
  68. 'main_stream' => 'Show in main stream',
  69. 'normal' => 'Show in its category',
  70. ),
  71. 'proxy' => 'Set a proxy for fetching this feed',
  72. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)',
  73. 'selector_preview' => array(
  74. 'show_raw' => 'Show source code',
  75. 'show_rendered' => 'Show content',
  76. ),
  77. 'show' => array(
  78. 'all' => 'Show all feeds',
  79. 'error' => 'Show only feeds with errors',
  80. ),
  81. 'showing' => array(
  82. 'error' => 'Showing only feeds with errors',
  83. ),
  84. 'ssl_verify' => 'Verify SSL security',
  85. 'stats' => 'Statistics',
  86. 'think_to_add' => 'You may add some feeds.',
  87. 'timeout' => 'Timeout in seconds',
  88. 'title' => 'Title',
  89. 'title_add' => 'Add an RSS feed',
  90. 'ttl' => 'Do not automatically refresh more often than',
  91. 'url' => 'Feed URL',
  92. 'useragent' => 'Set the user agent for fetching this feed',
  93. 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  94. 'validator' => 'Check the validity of the feed',
  95. 'website' => 'Website URL',
  96. 'websub' => 'Instant notification with WebSub',
  97. ),
  98. 'firefox' => array(
  99. '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.',
  100. 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.',
  101. 'title' => 'Firefox feed reader',
  102. ),
  103. 'import_export' => array(
  104. 'export' => 'Export',
  105. 'export_labelled' => 'Export your labelled articles',
  106. 'export_opml' => 'Export list of feeds (OPML)',
  107. 'export_starred' => 'Export your favourites',
  108. 'feed_list' => 'List of %s articles',
  109. 'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',
  110. 'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',
  111. 'import' => 'Import',
  112. 'starred_list' => 'List of favourite articles',
  113. 'title' => 'Import / export',
  114. ),
  115. 'menu' => array(
  116. 'add' => 'Add a feed or category',
  117. 'add_feed' => 'Add a feed',
  118. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  119. 'import_export' => 'Import / export',
  120. 'label_management' => 'Label management',
  121. 'subscription_management' => 'Subscription management',
  122. 'subscription_tools' => 'Subscription tools',
  123. ),
  124. 'tag' => array(
  125. 'name' => 'Name',
  126. 'new_name' => 'New name',
  127. 'old_name' => 'Old name',
  128. ),
  129. 'title' => array(
  130. '_' => 'Subscription management',
  131. 'add' => 'Add a feed or category',
  132. 'add_category' => 'Add a category',
  133. 'add_feed' => 'Add a feed',
  134. 'add_label' => 'Add a label',
  135. 'delete_label' => 'Delete a label',
  136. 'feed_management' => 'RSS feeds management',
  137. 'rename_label' => 'Rename a label',
  138. 'subscription_tools' => 'Subscription tools',
  139. ),
  140. );