index.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'about' => array(
  13. '_' => 'About', // TODO
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO
  15. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'System information', // TODO
  18. 'browser' => 'Browser', // TODO
  19. 'database' => 'Database', // TODO
  20. 'server_software' => 'Server software', // TODO
  21. 'version_curl' => 'cURL version', // TODO
  22. 'version_frss' => 'FreshRSS version', // TODO
  23. 'version_php' => 'PHP version', // TODO
  24. ),
  25. ),
  26. 'bugs_reports' => 'Bug reports', // TODO
  27. 'documentation' => 'Documentation', // TODO
  28. 'freshrss_description' => 'FreshRSS is a self-hostable RSS aggregator and reader. It allows you to read and follow several news websites at a glance without the need to browse from one website to another. FreshRSS is lightweight, configurable, and easy to use.', // TODO
  29. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on GitHub</a>', // TODO
  30. 'license' => 'License', // TODO
  31. 'project_website' => 'Project website', // TODO
  32. 'title' => 'About', // TODO
  33. 'version' => 'Version', // TODO
  34. ),
  35. 'feed' => array(
  36. 'empty' => 'There are no articles to show.', // TODO
  37. 'received' => array(
  38. 'before_yesterday' => 'Received before yesterday', // TODO
  39. 'today' => 'Received today', // TODO
  40. 'yesterday' => 'Received yesterday', // TODO
  41. ),
  42. 'rss_of' => 'RSS feed of %s', // TODO
  43. 'title' => 'Main stream', // TODO
  44. 'title_fav' => 'Favourites', // TODO
  45. 'title_global' => 'Global view', // TODO
  46. ),
  47. 'log' => array(
  48. '_' => 'Logs', // TODO
  49. 'clear' => 'Clear the logs', // TODO
  50. 'empty' => 'Log file is empty', // TODO
  51. 'title' => 'Logs', // TODO
  52. ),
  53. 'menu' => array(
  54. 'about' => 'About FreshRSS', // TODO
  55. 'before_one_day' => 'Older than one day', // TODO
  56. 'before_one_week' => 'Older than one week', // TODO
  57. 'bookmark_query' => 'Bookmark current query', // TODO
  58. 'favorites' => 'Favourites (%s)', // TODO
  59. 'global_view' => 'Global view', // TODO
  60. 'important' => 'Important feeds', // TODO
  61. 'main_stream' => 'Main stream', // TODO
  62. 'mark_all_read' => 'Mark all as read', // TODO
  63. 'mark_cat_read' => 'Mark category as read', // TODO
  64. 'mark_feed_read' => 'Mark feed as read', // TODO
  65. 'mark_selection_unread' => 'Mark selection as unread', // TODO
  66. 'mylabels' => 'My labels', // TODO
  67. 'newer_first' => 'Newer first', // TODO
  68. 'non-starred' => 'Show non-favourites', // TODO
  69. 'normal_view' => 'Normal view', // TODO
  70. 'older_first' => 'Oldest first', // TODO
  71. 'queries' => 'User queries', // TODO
  72. 'read' => 'Show read', // TODO
  73. 'reader_view' => 'Reading view', // TODO
  74. 'rss_view' => 'RSS feed', // TODO
  75. 'search_short' => 'Search', // TODO
  76. 'sort' => array(
  77. '_' => 'Sorting criteria', // TODO
  78. 'date_asc' => 'Publication date 1→9', // TODO
  79. 'date_desc' => 'Publication date 9→1', // TODO
  80. 'id_asc' => 'Freshly received last', // TODO
  81. 'id_desc' => 'Freshly received first', // TODO
  82. 'link_asc' => 'Link A→Z', // TODO
  83. 'link_desc' => 'Link Z→A', // TODO
  84. 'rand' => 'Random order', // TODO
  85. 'title_asc' => 'Title A→Z', // TODO
  86. 'title_desc' => 'Title Z→A', // TODO
  87. ),
  88. 'starred' => 'Show favourites', // TODO
  89. 'stats' => 'Statistics', // TODO
  90. 'subscription' => 'Subscription management', // TODO
  91. 'unread' => 'Show unread', // TODO
  92. ),
  93. 'share' => 'Share', // TODO
  94. 'tag' => array(
  95. 'related' => 'Article tags', // TODO
  96. ),
  97. 'tos' => array(
  98. 'title' => 'Terms of Service', // TODO
  99. ),
  100. );