gen.php 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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_to_rss_feeds' => '← Retour à vos flux RSS',
  16. 'cancel' => 'Annuler',
  17. 'close' => 'Fermer',
  18. 'create' => 'Créer',
  19. 'delete_all_feeds' => 'Supprimer tous les flux',
  20. 'delete_errored_feeds' => 'Supprimer les flux en erreur',
  21. 'delete_muted_feeds' => 'Supprimer les flux désactivés',
  22. 'demote' => 'Rétrograder',
  23. 'disable' => 'Désactiver',
  24. 'download' => 'Télécharger',
  25. 'empty' => 'Vider',
  26. 'enable' => 'Activer',
  27. 'export' => 'Exporter',
  28. 'filter' => 'Filtrer',
  29. 'import' => 'Importer',
  30. 'load_default_shortcuts' => 'Utiliser les raccourcis par défaut',
  31. 'manage' => 'Gérer',
  32. 'mark_read' => 'Marquer comme lu',
  33. 'menu' => array(
  34. 'open' => 'Ouvrir le menu',
  35. ),
  36. 'nav_buttons' => array(
  37. 'next' => 'Article suivant',
  38. 'prev' => 'Article précédent',
  39. 'up' => 'Aller en haut',
  40. ),
  41. 'open_url' => 'Ouvrir l’URL',
  42. 'promote' => 'Promouvoir',
  43. 'purge' => 'Purger',
  44. 'refresh_opml' => 'Rafraîchir OPML',
  45. 'remove' => 'Supprimer',
  46. 'rename' => 'Renommer',
  47. 'see_website' => 'Voir le site',
  48. 'submit' => 'Valider',
  49. 'truncate' => 'Supprimer tous les articles',
  50. 'update' => 'Mettre à jour',
  51. ),
  52. 'auth' => array(
  53. 'accept_tos' => 'Accepter les <a href="%s">Conditions Générales d’Utilisation</a>.',
  54. 'email' => 'Adresse courriel',
  55. 'keep_logged_in' => 'Rester connecté <small>(%s jours)</small>',
  56. 'login' => 'Connexion',
  57. 'logout' => 'Déconnexion',
  58. 'password' => array(
  59. '_' => 'Mot de passe',
  60. 'format' => '<small>7 caractères minimum</small>',
  61. ),
  62. 'registration' => array(
  63. '_' => 'Nouveau compte',
  64. 'ask' => 'Créer un compte ?',
  65. 'title' => 'Création de compte',
  66. ),
  67. 'username' => array(
  68. '_' => 'Nom d’utilisateur',
  69. 'format' => '<small>16 caractères alphanumériques maximum</small>',
  70. ),
  71. ),
  72. 'date' => array(
  73. 'Apr' => '\\a\\v\\r\\i\\l',
  74. 'Aug' => '\\a\\o\\û\\t',
  75. 'Dec' => '\\d\\é\\c\\e\\m\\b\\r\\e',
  76. 'Feb' => '\\f\\é\\v\\r\\i\\e\\r',
  77. 'Jan' => '\\j\\a\\n\\v\\i\\e\\r',
  78. 'Jul' => '\\j\\u\\i\\l\\l\\e\\t',
  79. 'Jun' => '\\j\\u\\i\\n',
  80. 'Mar' => '\\m\\a\\r\\s',
  81. 'May' => '\\m\\a\\i',
  82. 'Nov' => '\\n\\o\\v\\e\\m\\b\\r\\e',
  83. 'Oct' => '\\o\\c\\t\\o\\b\\r\\e',
  84. 'Sep' => '\\s\\e\\p\\t\\e\\m\\b\\r\\e',
  85. 'apr' => 'avr.',
  86. 'april' => 'avril',
  87. 'aug' => 'août',
  88. 'august' => 'août',
  89. 'before_yesterday' => 'À partir d’avant-hier',
  90. 'dec' => 'déc.',
  91. 'december' => 'décembre',
  92. 'feb' => 'fév.',
  93. 'february' => 'février',
  94. 'format_date' => 'j %s Y', // IGNORE
  95. 'format_date_hour' => 'j %s Y \\à H\\:i', // IGNORE
  96. 'fri' => 'ven.',
  97. 'jan' => 'jan.',
  98. 'january' => 'janvier',
  99. 'jul' => 'jui.',
  100. 'july' => 'juillet',
  101. 'jun' => 'juin',
  102. 'june' => 'juin',
  103. 'last_2_year' => 'Depuis deux ans',
  104. 'last_3_month' => 'Depuis les trois derniers mois',
  105. 'last_3_year' => 'Depuis trois ans',
  106. 'last_5_year' => 'Depuis cinq ans',
  107. 'last_6_month' => 'Depuis les six derniers mois',
  108. 'last_month' => 'Depuis le mois dernier',
  109. 'last_week' => 'Depuis la semaine dernière',
  110. 'last_year' => 'Depuis l’année dernière',
  111. 'mar' => 'mars',
  112. 'march' => 'mars',
  113. 'may' => 'mai',
  114. 'may_' => 'mai',
  115. 'mon' => 'lun.',
  116. 'month' => 'mois',
  117. 'nov' => 'nov.',
  118. 'november' => 'novembre',
  119. 'oct' => 'oct.',
  120. 'october' => 'octobre',
  121. 'sat' => 'sam.',
  122. 'sep' => 'sep.',
  123. 'september' => 'septembre',
  124. 'sun' => 'dim.',
  125. 'thu' => 'jeu.',
  126. 'today' => 'Aujourd’hui',
  127. 'tue' => 'mar.',
  128. 'wed' => 'mer.',
  129. 'yesterday' => 'Hier',
  130. ),
  131. 'dir' => 'ltr', // IGNORE
  132. 'freshrss' => array(
  133. '_' => 'FreshRSS', // IGNORE
  134. 'about' => 'À propos de FreshRSS',
  135. ),
  136. 'js' => array(
  137. 'category_empty' => 'Catégorie vide',
  138. 'confirm_action' => 'Êtes-vous sûr(e) de vouloir continuer ? Cette action ne peut être annulée !',
  139. '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 !',
  140. 'feedback' => array(
  141. 'body_new_articles' => 'Il y a %%d nouveaux articles à lire sur FreshRSS.',
  142. 'body_unread_articles' => '(non lus : %%d)',
  143. 'request_failed' => 'Une requête a échoué, cela peut être dû à des problèmes de connexion à Internet.',
  144. 'title_new_articles' => 'FreshRSS : nouveaux articles !',
  145. ),
  146. 'labels_empty' => 'Pas d’étiquettes', // DIRTY
  147. 'new_article' => 'Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.',
  148. 'should_be_activated' => 'Le JavaScript doit être activé.',
  149. ),
  150. 'lang' => array(
  151. 'cs' => 'Čeština', // IGNORE
  152. 'de' => 'Deutsch', // IGNORE
  153. 'el' => 'Ελληνικά', // IGNORE
  154. 'en' => 'English', // IGNORE
  155. 'en-us' => 'English (United States)', // IGNORE
  156. 'es' => 'Español', // IGNORE
  157. 'fa' => 'فارسی', // IGNORE
  158. 'fi' => 'Suomi', // IGNORE
  159. 'fr' => 'Français', // IGNORE
  160. 'he' => 'עברית', // IGNORE
  161. 'hu' => 'Magyar', // IGNORE
  162. 'id' => 'Bahasa Indonesia', // IGNORE
  163. 'it' => 'Italiano', // IGNORE
  164. 'ja' => '日本語', // IGNORE
  165. 'ko' => '한국어', // IGNORE
  166. 'lv' => 'Latviešu', // IGNORE
  167. 'nl' => 'Nederlands', // IGNORE
  168. 'oc' => 'Occitan', // IGNORE
  169. 'pl' => 'Polski', // IGNORE
  170. 'pt-br' => 'Português (Brasil)', // IGNORE
  171. 'pt-pt' => 'Português (Portugal)', // IGNORE
  172. 'ru' => 'Русский', // IGNORE
  173. 'sk' => 'Slovenčina', // IGNORE
  174. 'tr' => 'Türkçe', // IGNORE
  175. 'zh-cn' => '简体中文', // IGNORE
  176. 'zh-tw' => '正體中文', // IGNORE
  177. ),
  178. 'menu' => array(
  179. 'about' => 'À propos',
  180. 'account' => 'Compte',
  181. 'admin' => 'Administration', // IGNORE
  182. 'archiving' => 'Archivage',
  183. 'authentication' => 'Authentification',
  184. 'check_install' => 'Vérification de l’installation',
  185. 'configuration' => 'Configuration', // IGNORE
  186. 'display' => 'Affichage',
  187. 'extensions' => 'Extensions', // IGNORE
  188. 'logs' => 'Logs', // IGNORE
  189. 'privacy' => 'Vie privée',
  190. 'queries' => 'Filtres utilisateurs',
  191. 'reading' => 'Lecture',
  192. 'search' => 'Rechercher des mots ou des #tags',
  193. 'search_help' => 'Voir <a href="https://freshrss.github.io/FreshRSS/fr/users/03_Main_view.html#gr%C3%A2ce-au-champ-de-recherche" target="_blank">la documentation pour la syntaxe des recherches avancées</a>',
  194. 'sharing' => 'Partage',
  195. 'shortcuts' => 'Raccourcis',
  196. 'stats' => 'Statistiques',
  197. 'system' => 'Configuration du système',
  198. 'update' => 'Mise à jour',
  199. 'user_management' => 'Gestion des utilisateurs',
  200. 'user_profile' => 'Profil',
  201. ),
  202. 'period' => array(
  203. 'days' => 'jours',
  204. 'hours' => 'heures',
  205. 'months' => 'mois',
  206. 'weeks' => 'semaines',
  207. 'years' => 'années',
  208. ),
  209. 'share' => array(
  210. 'Known' => 'Sites basés sur Known',
  211. 'archiveIS' => 'archive.is', // IGNORE
  212. 'archiveORG' => 'archive.org', // IGNORE
  213. 'archivePH' => 'archive.ph', // IGNORE
  214. 'bluesky' => 'Bluesky', // TODO
  215. 'buffer' => 'Buffer', // IGNORE
  216. 'clipboard' => 'Presse-papier',
  217. 'diaspora' => 'Diaspora*', // IGNORE
  218. 'email' => 'Courriel',
  219. 'email-webmail-firefox-fix' => 'Courriel (pour Webmail avec Firefox)',
  220. 'facebook' => 'Facebook', // IGNORE
  221. 'gnusocial' => 'GNU social', // IGNORE
  222. 'jdh' => 'Journal du hacker', // IGNORE
  223. 'lemmy' => 'Lemmy', // IGNORE
  224. 'linkding' => 'Linkding', // IGNORE
  225. 'linkedin' => 'LinkedIn', // IGNORE
  226. 'mastodon' => 'Mastodon', // IGNORE
  227. 'movim' => 'Movim', // IGNORE
  228. 'omnivore' => 'Omnivore', // IGNORE
  229. 'pinboard' => 'Pinboard', // IGNORE
  230. 'pinterest' => 'Pinterest', // IGNORE
  231. 'pocket' => 'Pocket', // IGNORE
  232. 'print' => 'Imprimer',
  233. 'raindrop' => 'Raindrop.io', // IGNORE
  234. 'reddit' => 'Reddit', // IGNORE
  235. 'shaarli' => 'Shaarli', // IGNORE
  236. 'telegram' => 'Telegram', // IGNORE
  237. 'twitter' => 'Twitter', // IGNORE
  238. 'wallabag' => 'wallabag v1', // IGNORE
  239. 'wallabagv2' => 'wallabag v2', // IGNORE
  240. 'web-sharing-api' => 'Partage standard',
  241. 'whatsapp' => 'Whatsapp', // IGNORE
  242. 'xing' => 'Xing', // IGNORE
  243. ),
  244. 'short' => array(
  245. 'attention' => 'Attention !',
  246. 'blank_to_disable' => 'Laissez vide pour désactiver',
  247. 'by_author' => 'Par :',
  248. 'by_default' => 'Par défaut',
  249. 'damn' => 'Arf !',
  250. 'default_category' => 'Sans catégorie',
  251. 'no' => 'Non',
  252. 'not_applicable' => 'Non disponible',
  253. 'ok' => 'Ok !',
  254. 'or' => 'ou',
  255. 'yes' => 'Oui',
  256. ),
  257. 'stream' => array(
  258. 'load_more' => 'Charger plus d’articles',
  259. 'mark_all_read' => 'Tout marquer comme lu',
  260. 'nothing_to_load' => 'Fin des articles',
  261. ),
  262. );