index.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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',
  18. 'browser' => 'Browser',
  19. 'database' => 'Database',
  20. 'server_software' => 'Server software',
  21. 'version_curl' => 'cURL version',
  22. 'version_frss' => 'FreshRSS version',
  23. 'version_php' => 'PHP version',
  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. 'published' => array(
  38. '_' => 'Published',
  39. 'future' => 'Published in the future',
  40. 'today' => 'Published today',
  41. 'yesterday' => 'Published yesterday',
  42. ),
  43. 'received' => array(
  44. '_' => 'Received',
  45. 'today' => 'Received today',
  46. 'yesterday' => 'Received yesterday',
  47. ),
  48. 'rss_of' => 'RSS feed of %s',
  49. 'title' => 'Main stream',
  50. 'title_fav' => 'Favourites',
  51. 'title_global' => 'Global view',
  52. 'userModified' => array(
  53. '_' => 'Modified by user',
  54. 'today' => 'Modified by user today',
  55. 'yesterday' => 'Modified by user yesterday',
  56. ),
  57. ),
  58. 'log' => array(
  59. '_' => 'Logs',
  60. 'clear' => 'Clear the logs',
  61. 'empty' => 'Log file is empty',
  62. 'title' => 'Logs',
  63. ),
  64. 'menu' => array(
  65. 'about' => 'About FreshRSS',
  66. 'before_one_day' => 'Older than one day',
  67. 'before_one_week' => 'Older than one week',
  68. 'bookmark_query' => 'Bookmark current query',
  69. 'favorites' => 'Favourites (%s)',
  70. 'global_view' => 'Global view',
  71. 'important' => 'Important feeds',
  72. 'main_stream' => 'Main stream',
  73. 'mark_all_read' => 'Mark all as read',
  74. 'mark_cat_read' => 'Mark category as read',
  75. 'mark_feed_read' => 'Mark feed as read',
  76. 'mark_selection_unread' => 'Mark selection as unread',
  77. 'mylabels' => 'My labels',
  78. 'non-starred' => 'Show non-favourites',
  79. 'normal_view' => 'Normal view',
  80. 'queries' => 'User queries',
  81. 'read' => 'Show read',
  82. 'reader_view' => 'Reading view',
  83. 'rss_view' => 'RSS feed',
  84. 'search_short' => 'Search',
  85. 'sort' => array(
  86. 'asc' => 'Ascending',
  87. 'c' => array(
  88. 'name_asc' => 'Category, feed titles A→Z',
  89. 'name_desc' => 'Category, feed titles Z→A',
  90. ),
  91. 'date_asc' => 'Publication date 1→9',
  92. 'date_desc' => 'Publication date 9→1',
  93. 'desc' => 'Descending',
  94. 'f' => array(
  95. 'name_asc' => 'Feed title A→Z',
  96. 'name_desc' => 'Feed title Z→A',
  97. ),
  98. 'id_asc' => 'Freshly received last',
  99. 'id_desc' => 'Freshly received first',
  100. 'length_asc' => 'Content length 1→9',
  101. 'length_desc' => 'Content length 9→1',
  102. 'link_asc' => 'Link A→Z',
  103. 'link_desc' => 'Link Z→A',
  104. 'primary' => array(
  105. '_' => 'Sorting criterion',
  106. 'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance',
  107. ),
  108. 'rand' => 'Random order',
  109. 'secondary' => array(
  110. '_' => 'Secondary sorting criterion',
  111. 'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles',
  112. ),
  113. 'title_asc' => 'Title A→Z',
  114. 'title_desc' => 'Title Z→A',
  115. 'user_modified_asc' => 'User modified 1→9',
  116. 'user_modified_desc' => 'User modified 9→1',
  117. ),
  118. 'starred' => 'Show favourites',
  119. 'stats' => 'Statistics',
  120. 'subscription' => 'Subscription management',
  121. 'unread' => 'Show unread',
  122. ),
  123. 'share' => 'Share',
  124. 'tag' => array(
  125. 'related' => 'Article tags',
  126. ),
  127. 'tos' => array(
  128. 'title' => 'Terms of Service',
  129. ),
  130. );