@@ -35,6 +35,10 @@ msgstr ""
3535"True si gardé à jour par le biais d'un fournisseur externe de domains "
3636"toxics, False sinon"
3737
38+ #: api/admin.py
39+ msgid "Reset HMAC key"
40+ msgstr "Réinitialiser la clef HMAC"
41+
3842#: api/admin.py
3943#, python-format
4044msgid ""
@@ -48,6 +52,23 @@ msgstr ""
4852msgid "Revoke selected API keys"
4953msgstr "Révoquer les clefs d'API sélectionnées"
5054
55+ #: api/forms.py
56+ msgid "I have read and I accept the terms and conditions of use"
57+ msgstr "J'ai lu et j'accepte les conditions générales d'utilisation."
58+
59+ #: api/forms.py
60+ msgid "You must approve the terms and conditions of use."
61+ msgstr "Vous devez approuver les conditions générales d'utilisation."
62+
63+ #: api/forms.py
64+ msgid "You must confirm that this is your username."
65+ msgstr "Vous devez confirmer que c'est bien votre nom d'utilisateur."
66+
67+ #: api/forms.py
68+ #, python-format
69+ msgid "I confirm that %(username)s is my username on %(app)s"
70+ msgstr "Je confirme que %(username)s est mon nom d'utilisateur sur %(app)s"
71+
5172#: api/models.py club/models.py com/models.py counter/models.py forum/models.py
5273msgid "name"
5374msgstr "nom"
@@ -68,6 +89,10 @@ msgstr "permissions du client"
6889msgid "Specific permissions for this api client."
6990msgstr "Permissions spécifiques pour ce client d'API"
7091
92+ #: api/models.py
93+ msgid "HMAC Key"
94+ msgstr "Clef HMAC"
95+
7196#: api/models.py
7297msgid "api client"
7398msgstr "client d'api"
@@ -97,6 +122,63 @@ msgstr "clef d'api"
97122msgid "api keys"
98123msgstr "clefs d'api"
99124
125+ #: api/templates/api/third_party/auth.jinja
126+ msgid "Confidentiality"
127+ msgstr "Confidentialité"
128+
129+ #: api/templates/api/third_party/auth.jinja
130+ #, python-format
131+ msgid ""
132+ "By ticking this box and clicking on the send button, you acknowledge and "
133+ "agree to provide %(app)s with your first name, last name, nickname and any "
134+ "other information that was the third party app was explicitly authorized to "
135+ "fetch and that it must have acknowledged to you, in a complete and accurate "
136+ "manner."
137+ msgstr ""
138+ "En cochant cette case et en cliquant sur le bouton « Envoyer », vous "
139+ "reconnaissez et acceptez de fournir à %(app)s votre prénom, nom, pseudonyme "
140+ "et toute autre information que l'application tierce a été explicitement "
141+ "autorisée à récupérer et qu'elle doit vous avoir communiqué de manière "
142+ "complète et exacte."
143+
144+ #: api/templates/api/third_party/auth.jinja
145+ #, python-format
146+ msgid ""
147+ "The privacy policies of <a href=\" %(cgu_link)s\" >%(app)s</a> and of <a "
148+ "href=\" %(sith_cgu_link)s\" >the Students' Association</a> applies as soon as "
149+ "the form is submitted."
150+ msgstr ""
151+ "Les politiques de confidentialité de <a href=\" %(cgu_link)s\" >%(app)s</a> et de <a "
152+ "href=\" %(sith_cgu_link)s\" >l'Association des Etudiants</a> s'appliquent dès la soumission "
153+ "du formulaire."
154+
155+ #: api/templates/api/third_party/auth.jinja
156+ msgid "Confirmation of identity"
157+ msgstr "Confirmation d'identité"
158+
159+ #: api/views.py
160+ #, python-format
161+ msgid ""
162+ "You are going to link your AE account and your %(app)s account. Continue "
163+ "only if this page was opened from %(app)s."
164+ msgstr ""
165+ "Vous allez lier votre compte AE et votre compte %(app)s. Poursuivez "
166+ "uniquement si cette page a été ouverte depuis %(app)s."
167+
168+ #: api/views.py
169+ msgid "You have been successfully authenticated. You can now close this page."
170+ msgstr "Vous avez été authentifié avec succès. Vous pouvez maintenant fermer cette page."
171+
172+ #: api/views.py
173+ msgid ""
174+ "Your authentication on the AE website was successful, but an error happened "
175+ "during the interaction with the third-party application. Please contact the "
176+ "managers of the latter."
177+ msgstr ""
178+ "Votre authentification sur le site AE a fonctionné, mais une erreur est arrivée "
179+ "durant l'interaction avec l'application tierce. Veuillez contacter les responsables "
180+ "de cette dernière."
181+
100182#: club/forms.py
101183msgid "Users to add"
102184msgstr "Utilisateurs à ajouter"
0 commit comments