/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po
Unknown | 107 lines | 88 code | 19 blank | 0 comment | 0 complexity | 780efd7f3818c5ecb7707bb4dca10d9f MD5 | raw file
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: Slovenian <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: sl\n" 15"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" 16"%100==4 ? 2 : 3)\n" 17 18#: templatetags/humanize.py:19 19msgid "th" 20msgstr "th" 21 22#: templatetags/humanize.py:19 23msgid "st" 24msgstr "st" 25 26#: templatetags/humanize.py:19 27msgid "nd" 28msgstr "nd" 29 30#: templatetags/humanize.py:19 31msgid "rd" 32msgstr "rd" 33 34#: templatetags/humanize.py:54 35#, python-format 36msgid "%(value).1f million" 37msgid_plural "%(value).1f million" 38msgstr[0] "%(value).1f milijon" 39msgstr[1] "%(value).1f milijona" 40msgstr[2] "%(value).1f milijoni" 41msgstr[3] "%(value).1f milijonov" 42 43#: templatetags/humanize.py:57 44#, python-format 45msgid "%(value).1f billion" 46msgid_plural "%(value).1f billion" 47msgstr[0] "%(value).1f miljarda" 48msgstr[1] "%(value).1f miljardi" 49msgstr[2] "%(value).1f miljarde" 50msgstr[3] "%(value).1f miljard" 51 52#: templatetags/humanize.py:60 53#, python-format 54msgid "%(value).1f trillion" 55msgid_plural "%(value).1f trillion" 56msgstr[0] "%(value).1f triljon" 57msgstr[1] "%(value).1f triljona" 58msgstr[2] "%(value).1f triljoni" 59msgstr[3] "%(value).1f triljonov" 60 61#: templatetags/humanize.py:76 62msgid "one" 63msgstr "ena" 64 65#: templatetags/humanize.py:76 66msgid "two" 67msgstr "dva" 68 69#: templatetags/humanize.py:76 70msgid "three" 71msgstr "tri" 72 73#: templatetags/humanize.py:76 74msgid "four" 75msgstr "tiri" 76 77#: templatetags/humanize.py:76 78msgid "five" 79msgstr "pet" 80 81#: templatetags/humanize.py:76 82msgid "six" 83msgstr "est" 84 85#: templatetags/humanize.py:76 86msgid "seven" 87msgstr "sedem" 88 89#: templatetags/humanize.py:76 90msgid "eight" 91msgstr "osem" 92 93#: templatetags/humanize.py:76 94msgid "nine" 95msgstr "devet" 96 97#: templatetags/humanize.py:96 98msgid "today" 99msgstr "danes" 100 101#: templatetags/humanize.py:98 102msgid "tomorrow" 103msgstr "jutri" 104 105#: templatetags/humanize.py:100 106msgid "yesterday" 107msgstr "v?eraj"