sub.php 3.2 KB

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