index.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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_frss' => 'FreshRSS version', // TODO
  22. 'version_php' => 'PHP version', // TODO
  23. ),
  24. ),
  25. 'bugs_reports' => 'Bug reports',
  26. 'credits' => 'Credits',
  27. 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Icons</a> come from the <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
  28. 'documentation' => 'Documentation',
  29. '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.',
  30. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on GitHub</a>',
  31. 'license' => 'License',
  32. 'project_website' => 'Project website',
  33. 'title' => 'About',
  34. 'version' => 'Version',
  35. ),
  36. 'feed' => array(
  37. 'empty' => 'There are no articles to show.',
  38. 'received' => array(
  39. 'before_yesterday' => 'Received before yesterday',
  40. 'today' => 'Received today',
  41. 'yesterday' => 'Received yesterday',
  42. ),
  43. 'rss_of' => 'RSS feed of %s',
  44. 'title' => 'Main stream',
  45. 'title_fav' => 'Favourites',
  46. 'title_global' => 'Global view',
  47. ),
  48. 'log' => array(
  49. '_' => 'Logs',
  50. 'clear' => 'Clear the logs',
  51. 'empty' => 'Log file is empty',
  52. 'title' => 'Logs',
  53. ),
  54. 'menu' => array(
  55. 'about' => 'About FreshRSS',
  56. 'before_one_day' => 'Older than one day',
  57. 'before_one_week' => 'Older than one week',
  58. 'bookmark_query' => 'Bookmark current query',
  59. 'favorites' => 'Favourites (%s)',
  60. 'global_view' => 'Global view',
  61. 'important' => 'Important feeds',
  62. 'main_stream' => 'Main stream',
  63. 'mark_all_read' => 'Mark all as read',
  64. 'mark_cat_read' => 'Mark category as read',
  65. 'mark_feed_read' => 'Mark feed as read',
  66. 'mark_selection_unread' => 'Mark selection as unread',
  67. 'mylabels' => 'My labels',
  68. 'newer_first' => 'Newer first',
  69. 'non-starred' => 'Show non-favourites',
  70. 'normal_view' => 'Normal view',
  71. 'older_first' => 'Oldest first',
  72. 'queries' => 'User queries',
  73. 'read' => 'Show read',
  74. 'reader_view' => 'Reading view',
  75. 'rss_view' => 'RSS feed',
  76. 'search_short' => 'Search',
  77. 'sort' => array(
  78. '_' => 'Sorting criteria',
  79. 'date_asc' => 'Publication date 1→9',
  80. 'date_desc' => 'Publication date 9→1',
  81. 'id_asc' => 'Freshly received last',
  82. 'id_desc' => 'Freshly received first',
  83. 'link_asc' => 'Link A→Z',
  84. 'link_desc' => 'Link Z→A',
  85. 'rand' => 'Random order',
  86. 'title_asc' => 'Title A→Z',
  87. 'title_desc' => 'Title Z→A',
  88. ),
  89. 'starred' => 'Show favourites',
  90. 'stats' => 'Statistics',
  91. 'subscription' => 'Subscription management',
  92. 'unread' => 'Show unread',
  93. ),
  94. 'share' => 'Share',
  95. 'tag' => array(
  96. 'related' => 'Article tags',
  97. ),
  98. 'tos' => array(
  99. 'title' => 'Terms of Service',
  100. ),
  101. );