index.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. '_' => 'A prepaus',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  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' => 'Senhalament de problèmas',
  27. 'credits' => 'Crèdits',
  28. 'credits_content' => 'Unes elements de l’estil venon del <a href="http://twitter.github.io/bootstrap/">projècte Bootstrap</a> encara que FreshRSS utilize pas aqueste framework. Las <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">icònas</a> venon del <a href="https://www.gnome.org/">projècte GNOME</a>. La polissa <em>Open Sans</em> utilizada foguèt creada per en <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS es basat sus <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
  29. 'documentation' => 'Documentation', // TODO
  30. 'freshrss_description' => 'FreshRSS es un agregador de fluxes RSS per l’auto-albergar tal. Sa tòca es d’èsser leugièr e de bon utilizar de prima abòrd mas tanben d’èsser potent e parametrable.',
  31. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sus GitHub</a>',
  32. 'license' => 'Licéncia',
  33. 'project_website' => 'Site del projècte',
  34. 'title' => 'A prepaus',
  35. 'version' => 'Version', // IGNORE
  36. ),
  37. 'feed' => array(
  38. 'empty' => 'I a pas cap de flux de mostrar.',
  39. 'received' => array(
  40. 'before_yesterday' => 'Received before yesterday', // TODO
  41. 'today' => 'Received today', // TODO
  42. 'yesterday' => 'Received yesterday', // TODO
  43. ),
  44. 'rss_of' => 'Flux RSS de %s',
  45. 'title' => 'Flux màger',
  46. 'title_fav' => 'Favorits',
  47. 'title_global' => 'Vista generala',
  48. ),
  49. 'log' => array(
  50. '_' => 'Jornals d’audit', // IGNORE
  51. 'clear' => 'Escafar los jornals',
  52. 'empty' => 'Los jornals son voids',
  53. 'title' => 'Jornals d’audit', // IGNORE
  54. ),
  55. 'menu' => array(
  56. 'about' => 'A prepaus de FreshRSS',
  57. 'before_one_day' => '1 jorn en arrièr',
  58. 'before_one_week' => '1 setmana en arrièr',
  59. 'bookmark_query' => 'Marcar aquesta requèsta',
  60. 'favorites' => 'Favorits (%s)',
  61. 'global_view' => 'Vista generala',
  62. 'important' => 'Important feeds', // TODO
  63. 'main_stream' => 'Flux màger',
  64. 'mark_all_read' => 'O marcar tot coma legit',
  65. 'mark_cat_read' => 'Marcar la categoria coma legida',
  66. 'mark_feed_read' => 'Marcar lo flux coma legit',
  67. 'mark_selection_unread' => 'Marcar la seleccion coma pas legida',
  68. 'mylabels' => 'Mas etiquetas',
  69. 'newer_first' => 'Mai recents en primièr',
  70. 'non-starred' => 'Mostrar los pas favorits',
  71. 'normal_view' => 'Vista normala',
  72. 'older_first' => 'Mai ancians en primièr',
  73. 'queries' => 'Filtres utilizaire',
  74. 'read' => 'Mostrar los legits',
  75. 'reader_view' => 'Vista lectura',
  76. 'rss_view' => 'Flux RSS',
  77. 'search_short' => 'Recercar',
  78. 'sort' => array(
  79. '_' => 'Sorting criteria', // TODO
  80. 'date_asc' => 'Publication date 1→9', // TODO
  81. 'date_desc' => 'Publication date 9→1', // TODO
  82. 'id_asc' => 'Freshly received last', // TODO
  83. 'id_desc' => 'Freshly received first', // TODO
  84. 'link_asc' => 'Link A→Z', // TODO
  85. 'link_desc' => 'Link Z→A', // TODO
  86. 'rand' => 'Random order', // TODO
  87. 'title_asc' => 'Title A→Z', // TODO
  88. 'title_desc' => 'Title Z→A', // TODO
  89. ),
  90. 'starred' => 'Mostrar los favorits',
  91. 'stats' => 'Estatisticas',
  92. 'subscription' => 'Gestion dels abonaments',
  93. 'unread' => 'Mostar los pas legits',
  94. ),
  95. 'share' => 'Partejar',
  96. 'tag' => array(
  97. 'related' => 'Etiquetas ligadas',
  98. ),
  99. 'tos' => array(
  100. 'title' => 'Condicions d’utilizacion',
  101. ),
  102. );