index.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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://git.gnome.org/browse/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://github.com/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
  18. 'freshrss_description' => 'FreshRSS es un agregador de fluxes RSS per l’auto-albergar tal coma <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> o <a href="https://github.com/LeedRSS/Leed">Leed</a>. Sa tòca es d’èsser leugièr e de bon utilizar de prima abòrd mas tanben d’èsser potent e parametrable.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sus Github</a>',
  20. 'license' => 'Licéncia',
  21. 'project_website' => 'Site del projècte',
  22. 'title' => 'A prepaus',
  23. 'version' => 'Version', // IGNORE
  24. ),
  25. 'feed' => array(
  26. 'add' => 'Podètz ajustar de fluxes.',
  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. 'main_stream' => 'Flux màger',
  47. 'mark_all_read' => 'O marcar tot coma legit',
  48. 'mark_cat_read' => 'Marcar la categoria coma legida',
  49. 'mark_feed_read' => 'Marcar lo flux coma legit',
  50. 'mark_selection_unread' => 'Marcar la seleccion coma pas legida',
  51. 'newer_first' => 'Mai recents en primièr',
  52. 'non-starred' => 'Mostrar los pas favorits',
  53. 'normal_view' => 'Vista normala',
  54. 'older_first' => 'Mai ancians en primièr',
  55. 'queries' => 'Filtres utilizaire',
  56. 'read' => 'Mostrar los legits',
  57. 'reader_view' => 'Vista lectura',
  58. 'rss_view' => 'Flux RSS',
  59. 'search_short' => 'Recercar',
  60. 'starred' => 'Mostrar los favorits',
  61. 'stats' => 'Estatisticas',
  62. 'subscription' => 'Gestion dels abonaments',
  63. 'tags' => 'Mas etiquetas',
  64. 'unread' => 'Mostar los pas legits',
  65. ),
  66. 'share' => 'Partejar',
  67. 'tag' => array(
  68. 'related' => 'Etiquetas ligadas',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Condicions d’utilizacion',
  72. ),
  73. );