Fixed some PO files that contained invalid msgstr entries (marked them as fuzzy)
Most of these will be trivial for a concerned translator to fix, but I'm just removing the erroneous lines from being compiled so that Django doesn't crash. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
00f96de5d6
commit
fc1889ad63
Binary file not shown.
|
@ -153,6 +153,7 @@ msgstr "Sgorau Carma"
|
||||||
|
|
||||||
#: contrib/comments/models.py:242
|
#: contrib/comments/models.py:242
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#, fuzzy
|
||||||
msgid "%(score)d rating by %(user)s"
|
msgid "%(score)d rating by %(user)s"
|
||||||
msgstr "%(score)d"
|
msgstr "%(score)d"
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -971,6 +971,7 @@ msgstr ""
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/delete_confirmation.html:21
|
#: contrib/admin/templates/admin/delete_confirmation.html:21
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#,fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
|
"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
|
||||||
"All of the following related items will be deleted:"
|
"All of the following related items will be deleted:"
|
||||||
|
@ -2181,6 +2182,7 @@ msgstr ""
|
||||||
|
|
||||||
#: core/validators.py:256
|
#: core/validators.py:256
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#,fuzzy
|
||||||
msgid "Watch your mouth! The word %s is not allowed here."
|
msgid "Watch your mouth! The word %s is not allowed here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ನಾಲಿಗೆ ಬಿಗಿ ಹಿಡಿಯಿರಿ! %s "
|
"ನಾಲಿಗೆ ಬಿಗಿ ಹಿಡಿಯಿರಿ! %s "
|
||||||
|
@ -2486,6 +2488,7 @@ msgstr ""
|
||||||
|
|
||||||
#: forms/__init__.py:381
|
#: forms/__init__.py:381
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#,fuzzy
|
||||||
msgid "Ensure your text is less than %s character."
|
msgid "Ensure your text is less than %s character."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ನಿಮ್ಮ ಗದ್ಯ %s ಅಕ್ಷರಕ್ಕಿಂತ "
|
"ನಿಮ್ಮ ಗದ್ಯ %s ಅಕ್ಷರಕ್ಕಿಂತ "
|
||||||
|
|
Binary file not shown.
|
@ -851,6 +851,7 @@ msgstr "Remover"
|
||||||
|
|
||||||
#: contrib/admin/templates/admin/delete_confirmation.html:14
|
#: contrib/admin/templates/admin/delete_confirmation.html:14
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
|
"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
|
||||||
"related objects, but your account doesn't have permission to delete the "
|
"related objects, but your account doesn't have permission to delete the "
|
||||||
|
@ -1933,6 +1934,7 @@ msgstr[1] "Por favor introduza um número décimal com um máximo de %s digitos.
|
||||||
|
|
||||||
#: core/validators.py:381
|
#: core/validators.py:381
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please enter a valid decimal number with a whole part of at most %s digit."
|
"Please enter a valid decimal number with a whole part of at most %s digit."
|
||||||
msgid_plural ""
|
msgid_plural ""
|
||||||
|
@ -1973,6 +1975,7 @@ msgstr "Não foi possível extrair nada de %s."
|
||||||
|
|
||||||
#: core/validators.py:466
|
#: core/validators.py:466
|
||||||
#, python-format
|
#, python-format
|
||||||
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
"The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
||||||
msgstr "O URL %(url)s devolveu um tipo de conteúdo inválido no header: '%s(contenttype)s'."
|
msgstr "O URL %(url)s devolveu um tipo de conteúdo inválido no header: '%s(contenttype)s'."
|
||||||
|
|
Loading…
Reference in New Issue