gen.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. 'action' => array(
  13. 'actualize' => 'Actualiser flux',
  14. 'add' => 'Ajouter',
  15. 'back' => '← Retour',
  16. 'back_to_rss_feeds' => '← Retour à vos flux RSS',
  17. 'cancel' => 'Annuler',
  18. 'create' => 'Créer',
  19. 'demote' => 'Rétrograder',
  20. 'disable' => 'Désactiver',
  21. 'empty' => 'Vider',
  22. 'enable' => 'Activer',
  23. 'export' => 'Exporter',
  24. 'filter' => 'Filtrer',
  25. 'import' => 'Importer',
  26. 'load_default_shortcuts' => 'Utiliser les raccourcis par défaut',
  27. 'manage' => 'Gérer',
  28. 'mark_read' => 'Marquer comme lu',
  29. 'promote' => 'Promouvoir',
  30. 'purge' => 'Purger',
  31. 'remove' => 'Supprimer',
  32. 'rename' => 'Renommer',
  33. 'see_website' => 'Voir le site',
  34. 'submit' => 'Valider',
  35. 'truncate' => 'Supprimer tous les articles',
  36. 'update' => 'Mettre à jour',
  37. ),
  38. 'auth' => array(
  39. 'accept_tos' => 'Accepter les <a href="%s">Conditions Générales d’Utilisation</a>.',
  40. 'email' => 'Adresse courriel',
  41. 'keep_logged_in' => 'Rester connecté <small>(%s jours)</small>',
  42. 'login' => 'Connexion',
  43. 'logout' => 'Déconnexion',
  44. 'password' => array(
  45. '_' => 'Mot de passe',
  46. 'format' => '<small>7 caractères minimum</small>',
  47. ),
  48. 'registration' => array(
  49. '_' => 'Nouveau compte',
  50. 'ask' => 'Créer un compte ?',
  51. 'title' => 'Création de compte',
  52. ),
  53. 'username' => array(
  54. '_' => 'Nom d’utilisateur',
  55. 'format' => '<small>16 caractères alphanumériques maximum</small>',
  56. ),
  57. ),
  58. 'date' => array(
  59. 'Apr' => '\\a\\v\\r\\i\\l',
  60. 'Aug' => '\\a\\o\\û\\t',
  61. 'Dec' => '\\d\\é\\c\\e\\m\\b\\r\\e',
  62. 'Feb' => '\\f\\é\\v\\r\\i\\e\\r',
  63. 'Jan' => '\\j\\a\\n\\v\\i\\e\\r',
  64. 'Jul' => '\\j\\u\\i\\l\\l\\e\\t',
  65. 'Jun' => '\\j\\u\\i\\n',
  66. 'Mar' => '\\m\\a\\r\\s',
  67. 'May' => '\\m\\a\\i',
  68. 'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e',
  69. 'Oct' => '\\o\\c\\t\\o\\b\\r\\e',
  70. 'Sep' => '\\s\\e\\p\\t\\e\\m\\b\\r\\e',
  71. 'apr' => 'avr.',
  72. 'april' => 'avril',
  73. 'aug' => 'août',
  74. 'august' => 'août',
  75. 'before_yesterday' => 'À partir d’avant-hier',
  76. 'dec' => 'déc.',
  77. 'december' => 'décembre',
  78. 'feb' => 'fév.',
  79. 'february' => 'février',
  80. 'format_date' => 'j %s Y', // IGNORE
  81. 'format_date_hour' => 'j %s Y \\à H\\:i', // IGNORE
  82. 'fri' => 'ven.',
  83. 'jan' => 'jan.',
  84. 'january' => 'janvier',
  85. 'jul' => 'jui.',
  86. 'july' => 'juillet',
  87. 'jun' => 'juin',
  88. 'june' => 'juin',
  89. 'last_2_year' => 'Depuis deux ans',
  90. 'last_3_month' => 'Depuis les trois derniers mois',
  91. 'last_3_year' => 'Depuis trois ans',
  92. 'last_5_year' => 'Depuis cinq ans',
  93. 'last_6_month' => 'Depuis les six derniers mois',
  94. 'last_month' => 'Depuis le mois dernier',
  95. 'last_week' => 'Depuis la semaine dernière',
  96. 'last_year' => 'Depuis l’année dernière',
  97. 'mar' => 'mars',
  98. 'march' => 'mars',
  99. 'may' => 'mai',
  100. 'may_' => 'mai',
  101. 'mon' => 'lun.',
  102. 'month' => 'mois',
  103. 'nov' => 'nov.',
  104. 'november' => 'novembre',
  105. 'oct' => 'oct.',
  106. 'october' => 'octobre',
  107. 'sat' => 'sam.',
  108. 'sep' => 'sep.',
  109. 'september' => 'septembre',
  110. 'sun' => 'dim.',
  111. 'thu' => 'jeu.',
  112. 'today' => 'Aujourd’hui',
  113. 'tue' => 'mar.',
  114. 'wed' => 'mer.',
  115. 'yesterday' => 'Hier',
  116. ),
  117. 'dir' => 'ltr', // IGNORE
  118. 'freshrss' => array(
  119. '_' => 'FreshRSS', // IGNORE
  120. 'about' => 'À propos de FreshRSS',
  121. ),
  122. 'js' => array(
  123. 'category_empty' => 'Catégorie vide',
  124. 'confirm_action' => 'Êtes-vous sûr(e) de vouloir continuer ? Cette action ne peut être annulée !',
  125. 'confirm_action_feed_cat' => 'Êtes-vous sûr(e) de vouloir continuer ? Vous perdrez les favoris et les filtres associés. Cette action ne peut être annulée !',
  126. 'feedback' => array(
  127. 'body_new_articles' => 'Il y a %%d nouveaux articles à lire sur FreshRSS.',
  128. 'request_failed' => 'Une requête a échoué, cela peut être dû à des problèmes de connexion à Internet.',
  129. 'title_new_articles' => 'FreshRSS : nouveaux articles !',
  130. ),
  131. 'new_article' => 'Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.',
  132. 'should_be_activated' => 'Le JavaScript doit être activé.',
  133. ),
  134. 'lang' => array(
  135. 'cz' => 'Čeština', // IGNORE
  136. 'de' => 'Deutsch', // IGNORE
  137. 'en' => 'English', // IGNORE
  138. 'en-us' => 'English (United States)', // IGNORE
  139. 'es' => 'Español', // IGNORE
  140. 'fr' => 'Français', // IGNORE
  141. 'he' => 'עברית', // IGNORE
  142. 'it' => 'Italiano', // IGNORE
  143. 'ja' => '日本語', // IGNORE
  144. 'ko' => '한국어', // IGNORE
  145. 'nl' => 'Nederlands', // IGNORE
  146. 'oc' => 'Occitan', // IGNORE
  147. 'pl' => 'Polski', // IGNORE
  148. 'pt-br' => 'Português (Brasil)', // IGNORE
  149. 'ru' => 'Русский', // IGNORE
  150. 'sk' => 'Slovenčina', // IGNORE
  151. 'tr' => 'Türkçe', // IGNORE
  152. 'zh-cn' => '简体中文', // IGNORE
  153. ),
  154. 'menu' => array(
  155. 'about' => 'À propos',
  156. 'account' => 'Compte',
  157. 'admin' => 'Administration', // IGNORE
  158. 'archiving' => 'Archivage',
  159. 'authentication' => 'Authentification',
  160. 'check_install' => 'Vérification de l’installation',
  161. 'configuration' => 'Configuration', // IGNORE
  162. 'display' => 'Affichage',
  163. 'extensions' => 'Extensions', // IGNORE
  164. 'logs' => 'Logs', // IGNORE
  165. 'queries' => 'Filtres utilisateurs',
  166. 'reading' => 'Lecture',
  167. 'search' => 'Rechercher des mots ou des #tags',
  168. 'sharing' => 'Partage',
  169. 'shortcuts' => 'Raccourcis',
  170. 'stats' => 'Statistiques',
  171. 'system' => 'Configuration du système',
  172. 'update' => 'Mise à jour',
  173. 'user_management' => 'Gestion des utilisateurs',
  174. 'user_profile' => 'Profil',
  175. ),
  176. 'pagination' => array(
  177. 'first' => 'Début',
  178. 'last' => 'Fin',
  179. 'load_more' => 'Charger plus d’articles',
  180. 'mark_all_read' => 'Tout marquer comme lu',
  181. 'next' => 'Suivant',
  182. 'nothing_to_load' => 'Fin des articles',
  183. 'previous' => 'Précédent',
  184. ),
  185. 'period' => array(
  186. 'days' => 'jours',
  187. 'hours' => 'heures',
  188. 'months' => 'mois',
  189. 'weeks' => 'semaines',
  190. 'years' => 'années',
  191. ),
  192. 'share' => array(
  193. 'Known' => 'Sites basés sur Known',
  194. 'blogotext' => 'Blogotext', // IGNORE
  195. 'clipboard' => 'Presse-papier',
  196. 'diaspora' => 'Diaspora*', // IGNORE
  197. 'email' => 'Courriel',
  198. 'facebook' => 'Facebook', // IGNORE
  199. 'gnusocial' => 'GNU social', // IGNORE
  200. 'jdh' => 'Journal du hacker', // IGNORE
  201. 'lemmy' => 'Lemmy', // IGNORE
  202. 'linkedin' => 'LinkedIn', // IGNORE
  203. 'mastodon' => 'Mastodon', // IGNORE
  204. 'movim' => 'Movim', // IGNORE
  205. 'pinboard' => 'Pinboard', // IGNORE
  206. 'pocket' => 'Pocket', // IGNORE
  207. 'print' => 'Imprimer',
  208. 'raindrop' => 'Raindrop.io', // IGNORE
  209. 'shaarli' => 'Shaarli', // IGNORE
  210. 'twitter' => 'Twitter', // IGNORE
  211. 'wallabag' => 'wallabag v1', // IGNORE
  212. 'wallabagv2' => 'wallabag v2', // IGNORE
  213. ),
  214. 'short' => array(
  215. 'attention' => 'Attention !',
  216. 'blank_to_disable' => 'Laissez vide pour désactiver',
  217. 'by_author' => 'Par :',
  218. 'by_default' => 'Par défaut',
  219. 'damn' => 'Arf !',
  220. 'default_category' => 'Sans catégorie',
  221. 'no' => 'Non',
  222. 'not_applicable' => 'Non disponible',
  223. 'ok' => 'Ok !',
  224. 'or' => 'ou',
  225. 'yes' => 'Oui',
  226. ),
  227. );