sub.php 5.5 KB

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