/interval/locale/pl/LC_MESSAGES/django.po
Unknown | 60 lines | 50 code | 10 blank | 0 comment | 0 complexity | 3a280ecc578ed4a5db06de112abdf43f MD5 | raw file
1# django-pgsql-interval-field 2# Polish translation by the author :-) 3# Michał Pasternak <michal.dtz@gmail.com>, 2012. 4# 5msgid "" 6msgstr "" 7"Project-Id-Version: 0.1\n" 8"Report-Msgid-Bugs-To: \n" 9"POT-Creation-Date: 2012-01-07 16:34+0100\n" 10"PO-Revision-Date: 2012-01-07 16:38+0100\n" 11"Last-Translator: Michał Pasternak <michal.dtz@gmail.com>\n" 12"Language-Team: polski <>\n" 13"Language: \n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bits\n" 17"Plural-Forms: nplurals=2; plural=(n!=1);\n" 18 19#: fields.py:67 20msgid "interval" 21msgstr "interwał" 22 23#: forms.py:76 24msgid "days" 25msgstr "dni" 26 27#: forms.py:77 28msgid "hours" 29msgstr "godziny" 30 31#: forms.py:77 32msgid "minutes" 33msgstr "minuty" 34 35#: forms.py:78 36msgid "seconds" 37msgstr "sekundy" 38 39#: forms.py:78 40msgid "microseconds" 41msgstr "mikrosekundy" 42 43#: forms.py:151 44#, python-format 45msgid "Bad value in ''%s'' subfield." 46msgstr "Niepoprawna wartość w polu ''%s''." 47 48#: forms.py:169 49msgid "This value is too large" 50msgstr "Ta wartość jest zbyt duża" 51 52#: forms.py:175 53#, python-format 54msgid "This interval must be at least: %s" 55msgstr "Długość tego interwału musi być conajmniej: %s" 56 57#: forms.py:180 58#, python-format 59msgid "This interval must be no more than: %s" 60msgstr "Długość tego interwału nie może przekraczać: %s"