/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po
Unknown | 100 lines | 81 code | 19 blank | 0 comment | 0 complexity | 68887e61f8b101553d8b502119ee26b4 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: aitzol <anaberan@codesyntax.com>\n" 10"Language-Team: Basque <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: eu\n" 15"Plural-Forms: nplurals=2; plural=(n != 1)\n" 16 17#: templatetags/humanize.py:19 18msgid "th" 19msgstr "garren" 20 21#: templatetags/humanize.py:19 22msgid "st" 23msgstr "." 24 25#: templatetags/humanize.py:19 26msgid "nd" 27msgstr "garren" 28 29#: templatetags/humanize.py:19 30msgid "rd" 31msgstr "garren" 32 33#: templatetags/humanize.py:54 34#, python-format 35msgid "%(value).1f million" 36msgid_plural "%(value).1f million" 37msgstr[0] "miloi %(value).1f " 38msgstr[1] "%(value).1f miloi" 39 40#: templatetags/humanize.py:57 41#, python-format 42msgid "%(value).1f billion" 43msgid_plural "%(value).1f billion" 44msgstr[0] "biloi %(value).1f " 45msgstr[1] "%(value).1f biloi" 46 47#: templatetags/humanize.py:60 48#, python-format 49msgid "%(value).1f trillion" 50msgid_plural "%(value).1f trillion" 51msgstr[0] "triloi %(value).1f " 52msgstr[1] "%(value).1f triloi" 53 54#: templatetags/humanize.py:76 55msgid "one" 56msgstr "bat" 57 58#: templatetags/humanize.py:76 59msgid "two" 60msgstr "bi" 61 62#: templatetags/humanize.py:76 63msgid "three" 64msgstr "hiru" 65 66#: templatetags/humanize.py:76 67msgid "four" 68msgstr "lau" 69 70#: templatetags/humanize.py:76 71msgid "five" 72msgstr "bost" 73 74#: templatetags/humanize.py:76 75msgid "six" 76msgstr "sei" 77 78#: templatetags/humanize.py:76 79msgid "seven" 80msgstr "zazpi" 81 82#: templatetags/humanize.py:76 83msgid "eight" 84msgstr "zortzi" 85 86#: templatetags/humanize.py:76 87msgid "nine" 88msgstr "bederatzi" 89 90#: templatetags/humanize.py:96 91msgid "today" 92msgstr "gaur" 93 94#: templatetags/humanize.py:98 95msgid "tomorrow" 96msgstr "bihar" 97 98#: templatetags/humanize.py:100 99msgid "yesterday" 100msgstr "atzo"