Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nounous-archives
intranet
Commits
a49ed178
Commit
a49ed178
authored
Nov 03, 2017
by
Fardale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[password_reset] Message pour les MA
parent
358978e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
12 deletions
+23
-12
password_reset/locale/en/LC_MESSAGES/django.po
password_reset/locale/en/LC_MESSAGES/django.po
+20
-12
password_reset/templates/password_reset/password_reset_done.html
...d_reset/templates/password_reset/password_reset_done.html
+3
-0
No files found.
password_reset/locale/en/LC_MESSAGES/django.po
View file @
a49ed178
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-
06-04 03:04+02
00\n"
"POT-Creation-Date: 2017-
11-03 10:46+01
00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
@@ -18,11 +18,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: forms.py:
35
#: forms.py:
40
msgid "Adresse e-mail"
msgstr "Mail adresse"
#: forms.py:
67
#: forms.py:
75
msgid "Nom d'utilisateur Cr@ns"
msgstr "Cr@ns' username"
...
...
@@ -40,8 +40,7 @@ msgstr "Password resetted"
#: templates/password_reset/password_reset_complete.html:10
msgid ""
"Votre mot de passe a été réinitialisé. Vous pouvez maintenant vous connecter."
msgstr ""
"Your password has been resetted. You can now connect."
msgstr "Your password has been resetted. You can now connect."
#: templates/password_reset/password_reset_confirm.html:24
msgid "Enregistrer"
...
...
@@ -56,19 +55,28 @@ msgid ""
"Un mail a été envoyé à l'adresse de contact enregistré dans notre base de "
"donnée si elle existe."
msgstr ""
"A mail has been sent to the contact adresse registered in our database"
"
if it
exists."
"A mail has been sent to the contact adresse registered in our database
if it
"
"exists."
#: templates/password_reset/password_reset_done.html:12
msgid "Pensez à vérifier votre dossier spam."
msgstr "Check your spam folder."
#: templates/password_reset/password_reset_done.html:14
msgid ""
"NB: pour des raisons de sécurité, les membres actifs doivent toujours "
"contacter une nounou pour réinitialiser leur mot de passe."
msgstr ""
"NB: for security raisons, active members must always contact a nounou to "
"reset their password."
#: templates/password_reset/password_reset_form.html:10
msgid ""
"Pour réinitialiser votre mot de passe, entrez au choix, votre nom "
"d'utilisateur ou votre mèl de secours."
msgstr ""
"To reset your password, enter, either your username or the mail you registered"
"To reset your password, enter, either your username or the mail you "
"registered"
#: templates/password_reset/password_reset_form.html:14
msgid "Par login"
...
...
@@ -83,18 +91,18 @@ msgstr "Submit"
msgid "Par adresse e-mail"
msgstr "By e-mail"
#: views.py:11
3 views.py:135 views.py:157 views.py:201
#: views.py:11
6 views.py:138 views.py:160 views.py:223
msgid "Vous devez vous déconnecter pour accédez à cette page"
msgstr "You must not be connected to access this page"
#: views.py:1
84
#: views.py:1
90
msgid "Le mot de passe a été réinitialisé"
msgstr "The password has been resetted"
#: views.py:1
87
#: views.py:1
93
msgid "La réinitialisation de mot de passe a échoué"
msgstr "The password resetting has failed"
#: views.py:
190
#: views.py:
212
msgid "Le token de réinitialisation n'est plus valide."
msgstr "The reset token has expired."
password_reset/templates/password_reset/password_reset_done.html
View file @
a49ed178
...
...
@@ -10,4 +10,7 @@
<p>
{% trans "Un mail a été envoyé à l'adresse de contact enregistré dans notre base de donnée si elle existe." %}
</p>
<p>
{% trans "Pensez à vérifier votre dossier spam." %}
</p>
<p>
{% trans "NB: pour des raisons de sécurité, les membres actifs doivent toujours contacter une nounou pour réinitialiser leur mot de passe." %}
</p>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment