Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Claude Paroz <claude@2xlibre.net>, 2013-2016
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  11. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: fr\n"
  18. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  19. msgid "Administrative Documentation"
  20. msgstr "Documentation technique"
  21. msgid "Home"
  22. msgstr "Accueil"
  23. msgid "Documentation"
  24. msgstr "Documentation"
  25. msgid "Bookmarklets"
  26. msgstr "Signets"
  27. msgid "Documentation bookmarklets"
  28. msgstr "Documentation des signets"
  29. msgid ""
  30. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  31. "click the link and add it to your bookmarks. Now you can select the "
  32. "bookmarklet from any page in the site."
  33. msgstr ""
  34. "Pour installer des signets, faites glisser le lien vers votre barre de "
  35. "marques-pages, ou effectuez un clic droit sur le lien et ajoutez-le. "
  36. "Maintenant, vous pouvez le sélectionner depuis n'importe quelle page du site."
  37. msgid "Documentation for this page"
  38. msgstr "Documentation pour cette page"
  39. msgid ""
  40. "Jumps you from any page to the documentation for the view that generates "
  41. "that page."
  42. msgstr ""
  43. "Vous envoie de n'importe quelle page vers la documentation de la vue qui a "
  44. "généré cette page."
  45. msgid "Tags"
  46. msgstr "Étiquettes"
  47. msgid "List of all the template tags and their functions."
  48. msgstr "Liste de toutes les balises de gabarit et leur fonction."
  49. msgid "Filters"
  50. msgstr "Filtres"
  51. msgid ""
  52. "Filters are actions which can be applied to variables in a template to alter "
  53. "the output."
  54. msgstr ""
  55. "Les filtres sont des actions qui peuvent être appliquées à des variables "
  56. "dans un gabarit pour modifier leur valeur affichée."
  57. msgid "Models"
  58. msgstr "Modèles"
  59. msgid ""
  60. "Models are descriptions of all the objects in the system and their "
  61. "associated fields. Each model has a list of fields which can be accessed as "
  62. "template variables"
  63. msgstr ""
  64. "Les modèles sont des descriptions de tous les objets du système avec leurs "
  65. "champs associés. Chaque modèle possède une liste de champs auxquels on peut "
  66. "accéder comme pour les variables de gabarit"
  67. msgid "Views"
  68. msgstr "Vues"
  69. msgid ""
  70. "Each page on the public site is generated by a view. The view defines which "
  71. "template is used to generate the page and which objects are available to "
  72. "that template."
  73. msgstr ""
  74. "Chaque page du site public est généré par une vue. La vue détermine le "
  75. "gabarit utilisé pour générer la page ainsi que les objets qui sont "
  76. "disponibles dans le gabarit."
  77. msgid "Tools for your browser to quickly access admin functionality."
  78. msgstr ""
  79. "Outils permettant au navigateur d'accéder rapidement aux fonctionnalités de "
  80. "l'interface d'administration."
  81. msgid "Please install docutils"
  82. msgstr "Veuillez installer docutils"
  83. #, python-format
  84. msgid ""
  85. "The admin documentation system requires Python's <a href=\"%(link)s"
  86. "\">docutils</a> library."
  87. msgstr ""
  88. "Le système de documentation de l'interface d'administration nécessite la "
  89. "bibliothèque Python <a href=\"%(link)s\">docutils</a>."
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. "Demandez à votre administrateur système d'installer <a href=\"%(link)s"
  95. "\">docutils</a>."
  96. #, python-format
  97. msgid "Model: %(name)s"
  98. msgstr "Modèle : %(name)s"
  99. msgid "Fields"
  100. msgstr "Champs"
  101. msgid "Field"
  102. msgstr "Champ"
  103. msgid "Type"
  104. msgstr "Type"
  105. msgid "Description"
  106. msgstr "Description"
  107. msgid "Methods with arguments"
  108. msgstr "Méthodes avec paramètres"
  109. msgid "Method"
  110. msgstr "Méthode"
  111. msgid "Arguments"
  112. msgstr "Paramètres"
  113. msgid "Back to Model documentation"
  114. msgstr "Retour à la documentation des modèles"
  115. msgid "Model documentation"
  116. msgstr "Documentation des modèles"
  117. msgid "Model groups"
  118. msgstr "Groupes de modèles"
  119. msgid "Templates"
  120. msgstr "Gabarits"
  121. #, python-format
  122. msgid "Template: %(name)s"
  123. msgstr "Gabarit : %(name)s"
  124. #, python-format
  125. msgid "Template: \"%(name)s\""
  126. msgstr "Gabarit : « %(name)s »"
  127. #. Translators: Search is not a verb here, it qualifies path (a search path)
  128. #, python-format
  129. msgid "Search path for template \"%(name)s\":"
  130. msgstr "Chemin de recherche du gabarit « %(name)s » :"
  131. msgid "(does not exist)"
  132. msgstr "(n'existe pas)"
  133. msgid "Back to Documentation"
  134. msgstr "Retour à la documentation"
  135. msgid "Template filters"
  136. msgstr "Filtres de gabarit"
  137. msgid "Template filter documentation"
  138. msgstr "Documentation des filtres de gabarit"
  139. msgid "Built-in filters"
  140. msgstr "Filtres intégrés"
  141. #, python-format
  142. msgid ""
  143. "To use these filters, put <code>%(code)s</code> in your template before "
  144. "using the filter."
  145. msgstr ""
  146. "Pour utiliser ces filtres, placez <code>%(code)s</code> dans votre gabarit "
  147. "avant d'utiliser un des filtres."
  148. msgid "Template tags"
  149. msgstr "Balises de gabarit"
  150. msgid "Template tag documentation"
  151. msgstr "Documentation des balises de gabarit"
  152. msgid "Built-in tags"
  153. msgstr "Balises intégrées"
  154. #, python-format
  155. msgid ""
  156. "To use these tags, put <code>%(code)s</code> in your template before using "
  157. "the tag."
  158. msgstr ""
  159. "Pour utiliser ces balises, placez <code>%(code)s</code> dans le gabarit "
  160. "avant d'utiliser une des balises."
  161. #, python-format
  162. msgid "View: %(name)s"
  163. msgstr "Vue : %(name)s"
  164. msgid "Context:"
  165. msgstr "Contexte :"
  166. msgid "Templates:"
  167. msgstr "Gabarits :"
  168. msgid "Back to View documentation"
  169. msgstr "Retour à la documentation des vues"
  170. msgid "View documentation"
  171. msgstr "Documentation des vues"
  172. msgid "Jump to namespace"
  173. msgstr "Aller à l'espace de noms"
  174. msgid "Empty namespace"
  175. msgstr "Espace de noms vide"
  176. #, python-format
  177. msgid "Views by namespace %(name)s"
  178. msgstr "Vues par espace de noms %(name)s"
  179. msgid "Views by empty namespace"
  180. msgstr "Vues par espace de noms vide"
  181. #, python-format
  182. msgid ""
  183. "\n"
  184. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  185. "code>.\n"
  186. msgstr ""
  187. "\n"
  188. "Fonction de vue : <code>%(full_name)s</code>. Nom : <code>%(url_name)s</"
  189. "code>.\n"
  190. msgid "tag:"
  191. msgstr "mot-clé :"
  192. msgid "filter:"
  193. msgstr "filtre :"
  194. msgid "view:"
  195. msgstr "vue :"
  196. #, python-format
  197. msgid "App %(app_label)r not found"
  198. msgstr "L'application %(app_label)r n'a pas été trouvée"
  199. #, python-format
  200. msgid "Model %(model_name)r not found in app %(app_label)r"
  201. msgstr ""
  202. "Le modèle %(model_name)r n'a pas été trouvé dans l'application %(app_label)r"
  203. msgid "model:"
  204. msgstr "modèle :"
  205. #, python-format
  206. msgid "the related `%(app_label)s.%(data_type)s` object"
  207. msgstr "l'objet « %(app_label)s.%(data_type)s » en relation"
  208. #, python-format
  209. msgid "related `%(app_label)s.%(object_name)s` objects"
  210. msgstr "les objets « %(app_label)s.%(object_name)s » en relation"
  211. #, python-format
  212. msgid "all %s"
  213. msgstr "tous les %s"
  214. #, python-format
  215. msgid "number of %s"
  216. msgstr "nombre de %s"
  217. #, python-format
  218. msgid "%s does not appear to be a urlpattern object"
  219. msgstr "%s ne semble pas être un objet urlpattern"