From: Jan Szejko Date: Thu, 3 Jan 2019 12:32:20 +0000 (+0100) Subject: add missing translation X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/3f560301f4b16f82439bed8cc30588dbc150eb50 add missing translation --- diff --git a/edumed/locale/pl/LC_MESSAGES/django.mo b/edumed/locale/pl/LC_MESSAGES/django.mo index 89f7535..e3ee108 100644 Binary files a/edumed/locale/pl/LC_MESSAGES/django.mo and b/edumed/locale/pl/LC_MESSAGES/django.mo differ diff --git a/edumed/locale/pl/LC_MESSAGES/django.po b/edumed/locale/pl/LC_MESSAGES/django.po index c35be11..cbd65c2 100644 --- a/edumed/locale/pl/LC_MESSAGES/django.po +++ b/edumed/locale/pl/LC_MESSAGES/django.po @@ -107,3 +107,21 @@ msgstr "" #: templates/pybb/_need_to_login_message.html:2 msgid "to create to post a reply" msgstr "" + +#: core/validators.py:220 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Upewnij się, że ta wartość ma najwyżej %(limit_value)d znak (obecnie ma " +"%(show_value)d)." +msgstr[1] "" +"Upewnij się, że ta wartość ma najwyżej %(limit_value)d znaki (obecnie ma " +"%(show_value)d)." +msgstr[2] "" +"Upewnij się, że ta wartość ma najwyżej %(limit_value)d znaków (obecnie " +"ma %(show_value)d)." \ No newline at end of file