index.php 3.7 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',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  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',
  22. 'version_frss' => 'FreshRSS version', // TODO
  23. 'version_php' => 'PHP version', // TODO
  24. ),
  25. ),
  26. 'bugs_reports' => 'Bug reports',
  27. 'documentation' => 'Documentation',
  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.',
  29. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on GitHub</a>',
  30. 'license' => 'License',
  31. 'project_website' => 'Project website',
  32. 'title' => 'About',
  33. 'version' => 'Version',
  34. ),
  35. 'feed' => array(
  36. 'empty' => 'There are no articles to show.',
  37. 'received' => array(
  38. 'before_yesterday' => 'Received before yesterday',
  39. 'today' => 'Received today',
  40. 'yesterday' => 'Received yesterday',
  41. ),
  42. 'rss_of' => 'RSS feed of %s',
  43. 'title' => 'Main stream',
  44. 'title_fav' => 'Favourites',
  45. 'title_global' => 'Global view',
  46. ),
  47. 'log' => array(
  48. '_' => 'Logs',
  49. 'clear' => 'Clear the logs',
  50. 'empty' => 'Log file is empty',
  51. 'title' => 'Logs',
  52. ),
  53. 'menu' => array(
  54. 'about' => 'About FreshRSS',
  55. 'before_one_day' => 'Older than one day',
  56. 'before_one_week' => 'Older than one week',
  57. 'bookmark_query' => 'Bookmark current query',
  58. 'favorites' => 'Favourites (%s)',
  59. 'global_view' => 'Global view',
  60. 'important' => 'Important feeds',
  61. 'main_stream' => 'Main stream',
  62. 'mark_all_read' => 'Mark all as read',
  63. 'mark_cat_read' => 'Mark category as read',
  64. 'mark_feed_read' => 'Mark feed as read',
  65. 'mark_selection_unread' => 'Mark selection as unread',
  66. 'mylabels' => 'My labels',
  67. 'newer_first' => 'Newer first',
  68. 'non-starred' => 'Show non-favourites',
  69. 'normal_view' => 'Normal view',
  70. 'older_first' => 'Oldest first',
  71. 'queries' => 'User queries',
  72. 'read' => 'Show read',
  73. 'reader_view' => 'Reading view',
  74. 'rss_view' => 'RSS feed',
  75. 'search_short' => 'Search',
  76. 'sort' => array(
  77. '_' => 'Sorting criteria',
  78. 'date_asc' => 'Publication date 1→9',
  79. 'date_desc' => 'Publication date 9→1',
  80. 'id_asc' => 'Freshly received last',
  81. 'id_desc' => 'Freshly received first',
  82. 'link_asc' => 'Link A→Z',
  83. 'link_desc' => 'Link Z→A',
  84. 'rand' => 'Random order',
  85. 'title_asc' => 'Title A→Z',
  86. 'title_desc' => 'Title Z→A',
  87. ),
  88. 'starred' => 'Show favourites',
  89. 'stats' => 'Statistics',
  90. 'subscription' => 'Subscription management',
  91. 'unread' => 'Show unread',
  92. ),
  93. 'share' => 'Share',
  94. 'tag' => array(
  95. 'related' => 'Article tags',
  96. ),
  97. 'tos' => array(
  98. 'title' => 'Terms of Service',
  99. ),
  100. );