sub.php 5.4 KB

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