index.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. 'bugs_reports' => 'Senhalament de problèmas',
  16. 'credits' => 'Crèdits',
  17. '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.',
  18. 'documentation' => 'Documentation', // TODO
  19. '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.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sus GitHub</a>',
  21. 'license' => 'Licéncia',
  22. 'project_website' => 'Site del projècte',
  23. 'title' => 'A prepaus',
  24. 'version' => 'Version', // IGNORE
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'I a pas cap de flux de mostrar.',
  28. 'rss_of' => 'Flux RSS de %s',
  29. 'title' => 'Flux màger',
  30. 'title_fav' => 'Favorits',
  31. 'title_global' => 'Vista generala',
  32. ),
  33. 'log' => array(
  34. '_' => 'Jornals d’audit', // IGNORE
  35. 'clear' => 'Escafar los jornals',
  36. 'empty' => 'Los jornals son voids',
  37. 'title' => 'Jornals d’audit', // IGNORE
  38. ),
  39. 'menu' => array(
  40. 'about' => 'A prepaus de FreshRSS',
  41. 'before_one_day' => '1 jorn en arrièr',
  42. 'before_one_week' => '1 setmana en arrièr',
  43. 'bookmark_query' => 'Marcar aquesta requèsta',
  44. 'favorites' => 'Favorits (%s)',
  45. 'global_view' => 'Vista generala',
  46. 'important' => 'Important feeds', // TODO
  47. 'main_stream' => 'Flux màger',
  48. 'mark_all_read' => 'O marcar tot coma legit',
  49. 'mark_cat_read' => 'Marcar la categoria coma legida',
  50. 'mark_feed_read' => 'Marcar lo flux coma legit',
  51. 'mark_selection_unread' => 'Marcar la seleccion coma pas legida',
  52. 'newer_first' => 'Mai recents en primièr',
  53. 'non-starred' => 'Mostrar los pas favorits',
  54. 'normal_view' => 'Vista normala',
  55. 'older_first' => 'Mai ancians en primièr',
  56. 'queries' => 'Filtres utilizaire',
  57. 'read' => 'Mostrar los legits',
  58. 'reader_view' => 'Vista lectura',
  59. 'rss_view' => 'Flux RSS',
  60. 'search_short' => 'Recercar',
  61. 'starred' => 'Mostrar los favorits',
  62. 'stats' => 'Estatisticas',
  63. 'subscription' => 'Gestion dels abonaments',
  64. 'tags' => 'Mas etiquetas',
  65. 'unread' => 'Mostar los pas legits',
  66. ),
  67. 'share' => 'Partejar',
  68. 'tag' => array(
  69. 'related' => 'Etiquetas ligadas',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Condicions d’utilizacion',
  73. ),
  74. );