PageRenderTime 30ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/interval/locale/pl/LC_MESSAGES/django.po

http://django-pgsql-interval-field.googlecode.com/
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. #
  5. msgid ""
  6. msgstr ""
  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. #: fields.py:67
  19. msgid "interval"
  20. msgstr "interwał"
  21. #: forms.py:76
  22. msgid "days"
  23. msgstr "dni"
  24. #: forms.py:77
  25. msgid "hours"
  26. msgstr "godziny"
  27. #: forms.py:77
  28. msgid "minutes"
  29. msgstr "minuty"
  30. #: forms.py:78
  31. msgid "seconds"
  32. msgstr "sekundy"
  33. #: forms.py:78
  34. msgid "microseconds"
  35. msgstr "mikrosekundy"
  36. #: forms.py:151
  37. #, python-format
  38. msgid "Bad value in ''%s'' subfield."
  39. msgstr "Niepoprawna wartość w polu ''%s''."
  40. #: forms.py:169
  41. msgid "This value is too large"
  42. msgstr "Ta wartość jest zbyt duża"
  43. #: forms.py:175
  44. #, python-format
  45. msgid "This interval must be at least: %s"
  46. msgstr "Długość tego interwału musi być conajmniej: %s"
  47. #: forms.py:180
  48. #, python-format
  49. msgid "This interval must be no more than: %s"
  50. msgstr "Długość tego interwału nie może przekraczać: %s"