|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: \n" |
| 9 | +"Report-Msgid-Bugs-To: \n" |
| 10 | +"POT-Creation-Date: 2020-04-25 22:00+0200\n" |
| 11 | +"PO-Revision-Date: 2020-04-25 22:50+0200\n" |
| 12 | +"Language: fr\n" |
| 13 | +"MIME-Version: 1.0\n" |
| 14 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 15 | +"Content-Transfer-Encoding: 8bit\n" |
| 16 | +"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
| 17 | +"Last-Translator: \n" |
| 18 | +"Language-Team: \n" |
| 19 | +"X-Generator: Poedit 2.3\n" |
| 20 | + |
| 21 | +#: simple_history/admin.py:111 |
| 22 | +#, python-format |
| 23 | +msgid "View history: %s" |
| 24 | +msgstr "Historique de vue: %s" |
| 25 | + |
| 26 | +#: simple_history/admin.py:113 |
| 27 | +#, python-format |
| 28 | +msgid "Change history: %s" |
| 29 | +msgstr "Historique de changement: %s" |
| 30 | + |
| 31 | +#: simple_history/admin.py:119 |
| 32 | +#, python-format |
| 33 | +msgid "The %(name)s \"%(obj)s\" was changed successfully." |
| 34 | +msgstr "L'objet \"%(obj)s\" %(name)s a été changé avec succès." |
| 35 | + |
| 36 | +#: simple_history/admin.py:125 |
| 37 | +msgid "You may edit it again below" |
| 38 | +msgstr "Vous pouvez le modifier à nouveau ci-dessous" |
| 39 | + |
| 40 | +#: simple_history/admin.py:225 |
| 41 | +#, python-format |
| 42 | +msgid "View %s" |
| 43 | +msgstr "Voir %s" |
| 44 | + |
| 45 | +#: simple_history/admin.py:227 |
| 46 | +#, python-format |
| 47 | +msgid "Revert %s" |
| 48 | +msgstr "Annuler %s" |
| 49 | + |
| 50 | +#: simple_history/models.py:427 |
| 51 | +msgid "Created" |
| 52 | +msgstr "Créé" |
| 53 | + |
| 54 | +#: simple_history/models.py:427 |
| 55 | +msgid "Changed" |
| 56 | +msgstr "Modifié" |
| 57 | + |
| 58 | +#: simple_history/models.py:427 |
| 59 | +msgid "Deleted" |
| 60 | +msgstr "Effacé" |
| 61 | + |
| 62 | +#: simple_history/templates/simple_history/_object_history_list.html:9 |
| 63 | +msgid "Object" |
| 64 | +msgstr "Objet" |
| 65 | + |
| 66 | +#: simple_history/templates/simple_history/_object_history_list.html:13 |
| 67 | +msgid "Date/time" |
| 68 | +msgstr "Date/heure" |
| 69 | + |
| 70 | +#: simple_history/templates/simple_history/_object_history_list.html:14 |
| 71 | +msgid "Comment" |
| 72 | +msgstr "Commentaire" |
| 73 | + |
| 74 | +#: simple_history/templates/simple_history/_object_history_list.html:15 |
| 75 | +msgid "Changed by" |
| 76 | +msgstr "Modifié par" |
| 77 | + |
| 78 | +#: simple_history/templates/simple_history/_object_history_list.html:16 |
| 79 | +msgid "Change reason" |
| 80 | +msgstr "Raison de la modification" |
| 81 | + |
| 82 | +#: simple_history/templates/simple_history/_object_history_list.html:37 |
| 83 | +msgid "None" |
| 84 | +msgstr "Aucun" |
| 85 | + |
| 86 | +#: simple_history/templates/simple_history/object_history.html:11 |
| 87 | +msgid "" |
| 88 | +"Choose a date from the list below to revert to a previous version of this " |
| 89 | +"object." |
| 90 | +msgstr "" |
| 91 | +"Choisissez une date dans le liste ci-dessous pour revenir à une version " |
| 92 | +"précédante de cet objet." |
| 93 | + |
| 94 | +#: simple_history/templates/simple_history/object_history.html:16 |
| 95 | +msgid "This object doesn't have a change history." |
| 96 | +msgstr "Cet objet n'a pas d'historique." |
| 97 | + |
| 98 | +#: simple_history/templates/simple_history/object_history_form.html:7 |
| 99 | +msgid "Home" |
| 100 | +msgstr "Accueil" |
| 101 | + |
| 102 | +#: simple_history/templates/simple_history/object_history_form.html:11 |
| 103 | +msgid "History" |
| 104 | +msgstr "Historique" |
| 105 | + |
| 106 | +#: simple_history/templates/simple_history/object_history_form.html:12 |
| 107 | +#, python-format |
| 108 | +msgid "View %(verbose_name)s" |
| 109 | +msgstr "Voir %(verbose_name)s" |
| 110 | + |
| 111 | +#: simple_history/templates/simple_history/object_history_form.html:12 |
| 112 | +#, python-format |
| 113 | +msgid "Revert %(verbose_name)s" |
| 114 | +msgstr "Annuler %(verbose_name)s" |
| 115 | + |
| 116 | +#: simple_history/templates/simple_history/object_history_form.html:21 |
| 117 | +msgid "" |
| 118 | +"Press the 'Revert' button below to revert to this version of the object. " |
| 119 | +msgstr "" |
| 120 | +"Cliquez sur le bouton 'Annuler' ci-dessous pour revenir à la version de " |
| 121 | +"cet objet. " |
| 122 | + |
| 123 | +#: simple_history/templates/simple_history/object_history_form.html:21 |
| 124 | +msgid "Press the 'Change History' button below to edit the history." |
| 125 | +msgstr "" |
| 126 | +"Cliquez sur le bouton 'Historique' ci-dessous pour modifier l'historique." |
| 127 | + |
| 128 | +#: simple_history/templates/simple_history/submit_line.html:4 |
| 129 | +msgid "Revert" |
| 130 | +msgstr "Annuler" |
| 131 | + |
| 132 | +#: simple_history/templates/simple_history/submit_line.html:6 |
| 133 | +msgid "Change History" |
| 134 | +msgstr "Historique de changement" |
| 135 | + |
| 136 | +#: simple_history/templates/simple_history/submit_line.html:7 |
| 137 | +msgid "Close" |
| 138 | +msgstr "Fermer" |
0 commit comments