index.php 4.4 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. '_' => 'À propos',
  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. '_' => 'Informations système',
  18. 'browser' => 'Navigateur',
  19. 'database' => 'Base de données',
  20. 'server_software' => 'Serveur Web',
  21. 'version_curl' => 'Version de cURL',
  22. 'version_frss' => 'Version de FreshRSS',
  23. 'version_php' => 'Version de PHP',
  24. ),
  25. ),
  26. 'bugs_reports' => 'Rapports de bugs',
  27. 'credits' => 'Crédits',
  28. 'credits_content' => 'Des éléments de design sont issus du <a href="http://twitter.github.io/bootstrap/">projet Bootstrap</a> bien que FreshRSS n’utilise pas ce framework. Les <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">icônes</a> sont issues du <a href="https://www.gnome.org/">projet GNOME</a>. La police <em>Open Sans</em> utilisée a été créée par <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS repose sur <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
  29. 'documentation' => 'Documentation', // IGNORE
  30. 'freshrss_description' => 'FreshRSS est un agrégateur de flux RSS à auto-héberger. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.',
  31. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sur GitHub</a>',
  32. 'license' => 'Licence',
  33. 'project_website' => 'Site du projet',
  34. 'title' => 'À propos',
  35. 'version' => 'Version', // IGNORE
  36. ),
  37. 'feed' => array(
  38. 'empty' => 'Il n’y a aucun article à afficher.',
  39. 'received' => array(
  40. 'before_yesterday' => 'Reçu avant avant-hier',
  41. 'today' => 'Reçu aujourd’hui',
  42. 'yesterday' => 'Reçu hier',
  43. ),
  44. 'rss_of' => 'Flux RSS de %s',
  45. 'title' => 'Flux principal',
  46. 'title_fav' => 'Favoris',
  47. 'title_global' => 'Vue globale',
  48. ),
  49. 'log' => array(
  50. '_' => 'Logs', // IGNORE
  51. 'clear' => 'Effacer les logs',
  52. 'empty' => 'Les logs sont vides.',
  53. 'title' => 'Logs', // IGNORE
  54. ),
  55. 'menu' => array(
  56. 'about' => 'À propos de FreshRSS',
  57. 'before_one_day' => 'Antérieurs à 1 jour',
  58. 'before_one_week' => 'Antérieurs à 1 semaine',
  59. 'bookmark_query' => 'Enregistrer la recherche courante',
  60. 'favorites' => 'Articles favoris (%s)',
  61. 'global_view' => 'Vue globale',
  62. 'important' => 'Flux importants',
  63. 'main_stream' => 'Flux principaux',
  64. 'mark_all_read' => 'Tout marquer comme lu',
  65. 'mark_cat_read' => 'Marquer la catégorie comme lue',
  66. 'mark_feed_read' => 'Marquer le flux comme lu',
  67. 'mark_selection_unread' => 'Marquer la sélection comme non-lue',
  68. 'mylabels' => 'Mes étiquettes',
  69. 'newer_first' => 'Plus récents en premier',
  70. 'non-starred' => 'Afficher les non-favoris',
  71. 'normal_view' => 'Vue normale',
  72. 'older_first' => 'Plus anciens en premier',
  73. 'queries' => 'Filtres utilisateurs',
  74. 'read' => 'Afficher les lus',
  75. 'reader_view' => 'Vue lecture',
  76. 'rss_view' => 'Flux RSS',
  77. 'search_short' => 'Rechercher',
  78. 'sort' => array(
  79. '_' => 'Critère de tri',
  80. 'date_asc' => 'Date de publication 1→9',
  81. 'date_desc' => 'Date de publication 9→1',
  82. 'id_asc' => 'Reçus récemment en dernier',
  83. 'id_desc' => 'Reçus récemment en premier',
  84. 'link_asc' => 'Lien A→Z',
  85. 'link_desc' => 'Lien Z→A',
  86. 'rand' => 'Ordre aléatoire',
  87. 'title_asc' => 'Titre A→Z',
  88. 'title_desc' => 'Titre Z→A',
  89. ),
  90. 'starred' => 'Afficher les favoris',
  91. 'stats' => 'Statistiques',
  92. 'subscription' => 'Gestion des abonnements',
  93. 'unread' => 'Afficher les non-lus',
  94. ),
  95. 'share' => 'Partager',
  96. 'tag' => array(
  97. 'related' => 'Tags de l’article',
  98. ),
  99. 'tos' => array(
  100. 'title' => 'Conditions Générales d’Utilisation',
  101. ),
  102. );