diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-04-19 20:13:14 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-04-19 20:14:39 +0200 |
| commit | e6bfd3d751278d7cfd09af1120c4bbce509c05da (patch) | |
| tree | 1197357be0bb998ee4fb6255f88d207602d926d7 | |
| parent | 61e883c7c268f3460a85be1c66ea1773711cd6c7 (diff) | |
[1.11.x] Refs #28100 -- Fixed URL in el, es_MX, and pt auth translations
| -rw-r--r-- | django/contrib/auth/locale/el/LC_MESSAGES/django.mo | bin | 10178 -> 10181 bytes | |||
| -rw-r--r-- | django/contrib/auth/locale/el/LC_MESSAGES/django.po | 2 | ||||
| -rw-r--r-- | django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo | bin | 7887 -> 7890 bytes | |||
| -rw-r--r-- | django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po | 2 | ||||
| -rw-r--r-- | django/contrib/auth/locale/pt/LC_MESSAGES/django.mo | bin | 6931 -> 6934 bytes | |||
| -rw-r--r-- | django/contrib/auth/locale/pt/LC_MESSAGES/django.po | 2 |
6 files changed, 3 insertions, 3 deletions
diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo Binary files differindex d0c1606240..e774d74d19 100644 --- a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo +++ b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.po b/django/contrib/auth/locale/el/LC_MESSAGES/django.po index 5d6413b2cb..18a31be54e 100644 --- a/django/contrib/auth/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/el/LC_MESSAGES/django.po @@ -77,7 +77,7 @@ msgid "" msgstr "" "Τα ακατέργαστα συνθηματικά δεν αποθηκεύονται, οπότε δεν υπάρχει τρόπος να " "δείτε το συνθηματικό αυτού του χρήστη, αλλά μπορείτε να το αλλάξετε " -"χρησιμοποιόντας <a href=\"password/\">αυτή τη φόρμα</a>." +"χρησιμοποιόντας <a href=\"../password/\">αυτή τη φόρμα</a>." #, python-format msgid "" diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo Binary files differindex 559a171cfc..077ab6507e 100644 --- a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo +++ b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po index d0af2d9668..582edd5fba 100644 --- a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po @@ -72,7 +72,7 @@ msgid "" msgstr "" "Las contraseñas no se almacenan en texto plano, así que no hay manera de ver " "la contraseña del usuario, pero se puede cambiar la contraseña mediante <a " -"href=\"password/\">este formulario</a>." +"href=\"../password/\">este formulario</a>." #, python-format msgid "" diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo Binary files differindex 696ff7b0d7..ab49d68be0 100644 --- a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo +++ b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po b/django/contrib/auth/locale/pt/LC_MESSAGES/django.po index 5eb713df54..b3acb93985 100644 --- a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/pt/LC_MESSAGES/django.po @@ -74,7 +74,7 @@ msgid "" msgstr "" "Não são guardadas palavras-passe sem encriptação, portanto não é possível " "visualizar a password deste utilizador, mas poderá modificar a palavra-passe " -"através <a href=\"password/\">deste formulário</a>." +"através <a href=\"../password/\">deste formulário</a>." #, python-format msgid "" |
