/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po
Unknown | 103 lines | 84 code | 19 blank | 0 comment | 0 complexity | 43b6a3c8370a3ee47903e89b05160c62 MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-15 13:18-0400\n" 8"PO-Revision-Date: 2011-03-04 18:39+0000\n" 9"Last-Translator: Jannis <jannis@leidel.info>\n" 10"Language-Team: Czech <None>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: cs\n" 15"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" 16 17#: templatetags/humanize.py:19 18msgid "th" 19msgstr "." 20 21#: templatetags/humanize.py:19 22msgid "st" 23msgstr "." 24 25#: templatetags/humanize.py:19 26msgid "nd" 27msgstr "." 28 29#: templatetags/humanize.py:19 30msgid "rd" 31msgstr "." 32 33#: templatetags/humanize.py:54 34#, python-format 35msgid "%(value).1f million" 36msgid_plural "%(value).1f million" 37msgstr[0] "%(value).1f milion" 38msgstr[1] "%(value).1f miliony" 39msgstr[2] "%(value).1f milion?" 40 41#: templatetags/humanize.py:57 42#, python-format 43msgid "%(value).1f billion" 44msgid_plural "%(value).1f billion" 45msgstr[0] "%(value).1f miliarda" 46msgstr[1] "%(value).1f miliardy" 47msgstr[2] "%(value).1f miliard" 48 49#: templatetags/humanize.py:60 50#, python-format 51msgid "%(value).1f trillion" 52msgid_plural "%(value).1f trillion" 53msgstr[0] "%(value).1f bilion" 54msgstr[1] "%(value).1f biliony" 55msgstr[2] "%(value).1f bilion?" 56 57#: templatetags/humanize.py:76 58msgid "one" 59msgstr "jedna" 60 61#: templatetags/humanize.py:76 62msgid "two" 63msgstr "dv?" 64 65#: templatetags/humanize.py:76 66msgid "three" 67msgstr "t?i" 68 69#: templatetags/humanize.py:76 70msgid "four" 71msgstr "?ty?i" 72 73#: templatetags/humanize.py:76 74msgid "five" 75msgstr "p?t" 76 77#: templatetags/humanize.py:76 78msgid "six" 79msgstr "est" 80 81#: templatetags/humanize.py:76 82msgid "seven" 83msgstr "sedm" 84 85#: templatetags/humanize.py:76 86msgid "eight" 87msgstr "osm" 88 89#: templatetags/humanize.py:76 90msgid "nine" 91msgstr "dev?t" 92 93#: templatetags/humanize.py:96 94msgid "today" 95msgstr "dnes" 96 97#: templatetags/humanize.py:98 98msgid "tomorrow" 99msgstr "zítra" 100 101#: templatetags/humanize.py:100 102msgid "yesterday" 103msgstr "v?era"