sub.php 3.6 KB

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