diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-04 08:16:06 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-04 08:16:06 +0000 |
| commit | c7fc8891b1d38f14b2fa0802d761e0b64f59c809 (patch) | |
| tree | a61cccbc11b105c3f9c4c61f2320c59d2e75247f | |
| parent | bc9708735fd1e3f3940ebc013f37f2b1b2594910 (diff) | |
[1.1.X] Fixed #13467 -- Corrected Japanese translation for password reset emails. Thanks to cdeyoung for the report.
Backport of r13084 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/ja/LC_MESSAGES/django.mo | bin | 71026 -> 71026 bytes | |||
| -rw-r--r-- | django/conf/locale/ja/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ja/LC_MESSAGES/django.mo b/django/conf/locale/ja/LC_MESSAGES/django.mo Binary files differindex 987e61e5bf..c9c6f7936c 100644 --- a/django/conf/locale/ja/LC_MESSAGES/django.mo +++ b/django/conf/locale/ja/LC_MESSAGES/django.mo diff --git a/django/conf/locale/ja/LC_MESSAGES/django.po b/django/conf/locale/ja/LC_MESSAGES/django.po index 09ae670daf..7e464f0dd9 100644 --- a/django/conf/locale/ja/LC_MESSAGES/django.po +++ b/django/conf/locale/ja/LC_MESSAGES/django.po @@ -1282,7 +1282,7 @@ msgstr "メールアドレスの一致するユーザはいません。本当に #: contrib/auth/forms.py:135 #, python-format msgid "Password reset on %s" -msgstr "%s にパスワードをリセット" +msgstr "%s のパスワードのリセット" #: contrib/auth/forms.py:143 msgid "New password" |
