From eb0e48e64ab5658dc76317c20bfc051dc2f702ca Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 29 Jun 2016 21:10:00 +0200 Subject: [PATCH] [1.10.x] Added Upper/Lower Sorbian translations Backport of 490107f14dbf9445e145aea1157b27e7ef407214 from master --- django/conf/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 26408 bytes django/conf/locale/dsb/LC_MESSAGES/django.po | 1470 +++++++++++++++++ django/conf/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 26160 bytes django/conf/locale/hsb/LC_MESSAGES/django.po | 1470 +++++++++++++++++ .../admin/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 16818 bytes .../admin/locale/dsb/LC_MESSAGES/django.po | 858 ++++++++++ .../admin/locale/dsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5016 bytes .../admin/locale/dsb/LC_MESSAGES/djangojs.po | 271 +++ .../admin/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 16571 bytes .../admin/locale/hsb/LC_MESSAGES/django.po | 858 ++++++++++ .../admin/locale/hsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5087 bytes .../admin/locale/hsb/LC_MESSAGES/djangojs.po | 271 +++ .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 7017 bytes .../locale/dsb/LC_MESSAGES/django.po | 370 +++++ .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 6978 bytes .../locale/hsb/LC_MESSAGES/django.po | 370 +++++ .../auth/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 8115 bytes .../auth/locale/dsb/LC_MESSAGES/django.po | 376 +++++ .../auth/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 7955 bytes .../auth/locale/hsb/LC_MESSAGES/django.po | 376 +++++ .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1169 bytes .../locale/dsb/LC_MESSAGES/django.po | 48 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../locale/hsb/LC_MESSAGES/django.po | 48 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2238 bytes .../locale/dsb/LC_MESSAGES/django.po | 96 ++ .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2230 bytes .../locale/hsb/LC_MESSAGES/django.po | 96 ++ .../gis/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../gis/locale/dsb/LC_MESSAGES/django.po | 110 ++ .../gis/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2161 bytes .../gis/locale/hsb/LC_MESSAGES/django.po | 110 ++ .../humanize/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 5523 bytes .../humanize/locale/dsb/LC_MESSAGES/django.po | 366 ++++ .../humanize/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 5573 bytes .../humanize/locale/hsb/LC_MESSAGES/django.po | 366 ++++ .../postgres/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 3733 bytes .../postgres/locale/dsb/LC_MESSAGES/django.po | 130 ++ .../postgres/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 3650 bytes .../postgres/locale/hsb/LC_MESSAGES/django.po | 130 ++ .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1242 bytes .../locale/dsb/LC_MESSAGES/django.po | 53 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1236 bytes .../locale/hsb/LC_MESSAGES/django.po | 53 + .../sessions/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/dsb/LC_MESSAGES/django.po | 41 + .../sessions/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../sessions/locale/hsb/LC_MESSAGES/django.po | 41 + .../sites/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../sites/locale/dsb/LC_MESSAGES/django.po | 41 + .../sites/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/hsb/LC_MESSAGES/django.po | 41 + 52 files changed, 8460 insertions(+) create mode 100644 django/conf/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/conf/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/conf/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/conf/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/admin/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo create mode 100644 django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po create mode 100644 django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/admin/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo create mode 100644 django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po create mode 100644 django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/auth/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/auth/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/gis/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/gis/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po create mode 100644 django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/sites/locale/dsb/LC_MESSAGES/django.po create mode 100644 django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo create mode 100644 django/contrib/sites/locale/hsb/LC_MESSAGES/django.po diff --git a/django/conf/locale/dsb/LC_MESSAGES/django.mo b/django/conf/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7d67554ab2fcf0f2aa22d51263365b9b94750b51 GIT binary patch literal 26408 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�jn6sY>3KO9u2 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 literal 0 HcmV?d00001 diff --git a/django/conf/locale/dsb/LC_MESSAGES/django.po b/django/conf/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..686544a065 --- /dev/null +++ b/django/conf/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,1470 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-10 21:30+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: conf/global_settings.py:51 +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +#: conf/global_settings.py:52 +msgid "Arabic" +msgstr "Arabšćina" + +#: conf/global_settings.py:53 +msgid "Asturian" +msgstr "Asturišćina" + +#: conf/global_settings.py:54 +msgid "Azerbaijani" +msgstr "Azerbajdžanišćina" + +#: conf/global_settings.py:55 +msgid "Bulgarian" +msgstr "Bulgaršćina" + +#: conf/global_settings.py:56 +msgid "Belarusian" +msgstr "Běłorušćina" + +#: conf/global_settings.py:57 +msgid "Bengali" +msgstr "Bengalšćina" + +#: conf/global_settings.py:58 +msgid "Breton" +msgstr "Bretońšćina" + +#: conf/global_settings.py:59 +msgid "Bosnian" +msgstr "Bosnišćina" + +#: conf/global_settings.py:60 +msgid "Catalan" +msgstr "Katalańšćina" + +#: conf/global_settings.py:61 +msgid "Czech" +msgstr "Češćina" + +#: conf/global_settings.py:62 +msgid "Welsh" +msgstr "Kymrišćina" + +#: conf/global_settings.py:63 +msgid "Danish" +msgstr "Dańšćina" + +#: conf/global_settings.py:64 +msgid "German" +msgstr "Nimšćina" + +#: conf/global_settings.py:65 +msgid "Greek" +msgstr "Grichišćina" + +#: conf/global_settings.py:66 +msgid "English" +msgstr "Engelšćina" + +#: conf/global_settings.py:67 +msgid "Australian English" +msgstr "Awstralska engelšćina" + +#: conf/global_settings.py:68 +msgid "British English" +msgstr "Britiska engelšćina" + +#: conf/global_settings.py:69 +msgid "Esperanto" +msgstr "Esperanto" + +#: conf/global_settings.py:70 +msgid "Spanish" +msgstr "Špańšćina" + +#: conf/global_settings.py:71 +msgid "Argentinian Spanish" +msgstr "Argentinska špańšćina" + +#: conf/global_settings.py:72 +msgid "Colombian Spanish" +msgstr "Kolumbiska špańšćina" + +#: conf/global_settings.py:72 +msgid "Mexican Spanish" +msgstr "Mexikańska špańšćina" + +#: conf/global_settings.py:73 +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska špańšćina" + +#: conf/global_settings.py:74 +msgid "Venezuelan Spanish" +msgstr "Venezolaniska špańšćina" + +#: conf/global_settings.py:75 +msgid "Estonian" +msgstr "Estnišćina" + +#: conf/global_settings.py:76 +msgid "Basque" +msgstr "Baskišćina" + +#: conf/global_settings.py:77 +msgid "Persian" +msgstr "Persišćina" + +#: conf/global_settings.py:78 +msgid "Finnish" +msgstr "Finšćina" + +#: conf/global_settings.py:79 +msgid "French" +msgstr "Francojšćina" + +#: conf/global_settings.py:80 +msgid "Frisian" +msgstr "Frizišćina" + +#: conf/global_settings.py:81 +msgid "Irish" +msgstr "Iršćina" + +#: conf/global_settings.py:83 +msgid "Scottish Gaelic" +msgstr "Šotiska gelišćina" + +#: conf/global_settings.py:82 +msgid "Galician" +msgstr "Galicišćina" + +#: conf/global_settings.py:83 +msgid "Hebrew" +msgstr "Hebrejšćina" + +#: conf/global_settings.py:84 +msgid "Hindi" +msgstr "Hindišćina" + +#: conf/global_settings.py:85 +msgid "Croatian" +msgstr "Chorwatšćina" + +#: conf/global_settings.py:86 +msgid "Hungarian" +msgstr "Hungoršćina" + +#: conf/global_settings.py:87 +msgid "Interlingua" +msgstr "Interlingua" + +#: conf/global_settings.py:88 +msgid "Indonesian" +msgstr "Indonešćina" + +#: conf/global_settings.py:89 +msgid "Ido" +msgstr "Ido" + +#: conf/global_settings.py:90 +msgid "Icelandic" +msgstr "Islandšćina" + +#: conf/global_settings.py:91 +msgid "Italian" +msgstr "Italšćina" + +#: conf/global_settings.py:92 +msgid "Japanese" +msgstr "Japańšćina" + +#: conf/global_settings.py:93 +msgid "Georgian" +msgstr "Georgišćina" + +#: conf/global_settings.py:94 +msgid "Kazakh" +msgstr "Kazachšćina" + +#: conf/global_settings.py:95 +msgid "Khmer" +msgstr "Rěc Khmerow" + +#: conf/global_settings.py:96 +msgid "Kannada" +msgstr "Kannadišćina" + +#: conf/global_settings.py:97 +msgid "Korean" +msgstr "Korejańšćina" + +#: conf/global_settings.py:98 +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +#: conf/global_settings.py:99 +msgid "Lithuanian" +msgstr "Litawšćina" + +#: conf/global_settings.py:100 +msgid "Latvian" +msgstr "Letišćina" + +#: conf/global_settings.py:101 +msgid "Macedonian" +msgstr "Makedońšćina" + +#: conf/global_settings.py:102 +msgid "Malayalam" +msgstr "Malajalam" + +#: conf/global_settings.py:103 +msgid "Mongolian" +msgstr "Mongolšćina" + +#: conf/global_settings.py:104 +msgid "Marathi" +msgstr "Marathi" + +#: conf/global_settings.py:105 +msgid "Burmese" +msgstr "Myanmaršćina" + +#: conf/global_settings.py:113 +msgid "Norwegian Bokmål" +msgstr "Norwegski Bokmål" + +#: conf/global_settings.py:107 +msgid "Nepali" +msgstr "Nepalšćina" + +#: conf/global_settings.py:108 +msgid "Dutch" +msgstr "¨Nižozemšćina" + +#: conf/global_settings.py:109 +msgid "Norwegian Nynorsk" +msgstr "Norwegski Nynorsk" + +#: conf/global_settings.py:110 +msgid "Ossetic" +msgstr "Osetšćina" + +#: conf/global_settings.py:111 +msgid "Punjabi" +msgstr "Pundžabi" + +#: conf/global_settings.py:112 +msgid "Polish" +msgstr "Pólšćina" + +#: conf/global_settings.py:113 +msgid "Portuguese" +msgstr "Portugišćina" + +#: conf/global_settings.py:114 +msgid "Brazilian Portuguese" +msgstr "Brazilska portugišćina" + +#: conf/global_settings.py:115 +msgid "Romanian" +msgstr "Rumunšćina" + +#: conf/global_settings.py:116 +msgid "Russian" +msgstr "Rušćina" + +#: conf/global_settings.py:117 +msgid "Slovak" +msgstr "Słowakšćina" + +#: conf/global_settings.py:118 +msgid "Slovenian" +msgstr "Słowjeńšćina" + +#: conf/global_settings.py:119 +msgid "Albanian" +msgstr "Albanšćina" + +#: conf/global_settings.py:120 +msgid "Serbian" +msgstr "Serbišćina" + +#: conf/global_settings.py:121 +msgid "Serbian Latin" +msgstr "Serbišćina, łatyńska" + +#: conf/global_settings.py:122 +msgid "Swedish" +msgstr "Šwedšćina" + +#: conf/global_settings.py:123 +msgid "Swahili" +msgstr "Suahelšćina" + +#: conf/global_settings.py:124 +msgid "Tamil" +msgstr "Tamilšćina" + +#: conf/global_settings.py:125 +msgid "Telugu" +msgstr "Telugu" + +#: conf/global_settings.py:126 +msgid "Thai" +msgstr "Thaišćina" + +#: conf/global_settings.py:127 +msgid "Turkish" +msgstr "Turkojšćina" + +#: conf/global_settings.py:128 +msgid "Tatar" +msgstr "Tataršćina" + +#: conf/global_settings.py:129 +msgid "Udmurt" +msgstr "Udmurtšćina" + +#: conf/global_settings.py:130 +msgid "Ukrainian" +msgstr "Ukrainšćina" + +#: conf/global_settings.py:131 +msgid "Urdu" +msgstr "Urdu" + +#: conf/global_settings.py:132 +msgid "Vietnamese" +msgstr "Vietnamšćina" + +#: conf/global_settings.py:133 +msgid "Simplified Chinese" +msgstr "Zjadnorjona chinšćina" + +#: conf/global_settings.py:134 +msgid "Traditional Chinese" +msgstr "Tradicionelna chinšćina" + +#: contrib/messages/apps.py:7 +msgid "Messages" +msgstr "Powěsći" + +#: contrib/sitemaps/apps.py:7 +msgid "Site Maps" +msgstr "Wopśimjeśowy pśeglěd sedła" + +#: contrib/staticfiles/apps.py:7 +msgid "Static Files" +msgstr "Statiske dataje" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "Syndikacija" + +#: core/validators.py:33 +msgid "Enter a valid value." +msgstr "Zapódajśo płaśiwu gódnotu." + +#: core/validators.py:98 forms/fields.py:677 +msgid "Enter a valid URL." +msgstr "Zapódajśo płaśiwy URL." + +#: core/validators.py:141 +msgid "Enter a valid integer." +msgstr "Zapódajśo płaśiwu cełu licbu." + +#: core/validators.py:152 +msgid "Enter a valid email address." +msgstr "Zapódajśo płaśiwu e-mailowu adresu." + +#: core/validators.py:225 +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo pismiki, licby, pódsmužki abo wězawki." + +#: core/validators.py:232 +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or" +" hyphens." +msgstr "Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo unicodowe pismiki, licby, pódmužki abo wězawki." + +#: core/validators.py:237 core/validators.py:256 +msgid "Enter a valid IPv4 address." +msgstr "Zapódajśo płaśiwu IPv4-adresu." + +#: core/validators.py:242 core/validators.py:257 +msgid "Enter a valid IPv6 address." +msgstr "Zapódajśo płaśiwu IPv6-adresu." + +#: core/validators.py:252 core/validators.py:255 +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zapódajśo płaśiwu IPv4- abo IPv6-adresu." + +#: core/validators.py:284 db/models/fields/__init__.py:1147 +msgid "Enter only digits separated by commas." +msgstr "Zapódajśo jano cyfry źělone pśez komy." + +#: core/validators.py:292 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsććo toś tu gódnotu jo %(limit_value)s (jo %(show_value)s)." + +#: core/validators.py:318 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zawěsććo, až toś ta gódnota jo mjeńša ako abo to samske ako %(limit_value)s." + +#: core/validators.py:325 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zawěsććo, až toś ta gódnota jo wětša ako abo to samske ako %(limit_value)s." + +#: core/validators.py:334 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuško (ma %(show_value)d)." +msgstr[1] "Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamušce (ma %(show_value)d)." +msgstr[2] "Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuška (ma %(show_value)d)." +msgstr[3] "Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuškow (ma %(show_value)d)." + +#: core/validators.py:345 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuško (ma %(show_value)d)." +msgstr[1] "Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamušce (ma %(show_value)d)." +msgstr[2] "Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuška (ma %(show_value)d)." +msgstr[3] "Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuškow (ma %(show_value)d)." + +#: core/validators.py:359 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry dogromady." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu dogromady." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." + +#: core/validators.py:364 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s decimalnego městna." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s decimalneju městnowu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." + +#: core/validators.py:369 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry pśed decimalneju komu." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu pśed decimalneju komu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." + +#: db/models/base.py:1095 forms/models.py:727 +msgid "and" +msgstr "a" + +#: db/models/base.py:1097 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z toś tym %(field_labels)s južo eksistěrujo." + +#: db/models/fields/__init__.py:110 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Gódnota %(value)r njejo płaśiwa wóleńska móžnosć." + +#: db/models/fields/__init__.py:111 +msgid "This field cannot be null." +msgstr "Toś to pólo njamóžo nul byś." + +#: db/models/fields/__init__.py:112 +msgid "This field cannot be blank." +msgstr "Toś to pólo njamóžo prozne byś." + +#: db/models/fields/__init__.py:113 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z toś tym %(field_label)s južo eksistěrujo." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:117 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s musy za %(date_field_label)s %(lookup_type)s jadnorazowy byś." + +#: db/models/fields/__init__.py:134 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Typ póla: %(field_type)s" + +#: db/models/fields/__init__.py:930 db/models/fields/__init__.py:1834 +msgid "Integer" +msgstr "Integer" + +#: db/models/fields/__init__.py:934 db/models/fields/__init__.py:1832 +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Gódnota '%(value)s' musy ceła licba byś." + +#: db/models/fields/__init__.py:960 db/models/fields/__init__.py:1849 +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtow) integer" + +#: db/models/fields/__init__.py:972 +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Gódnota '%(value)s musy pak True pak False byś." + +#: db/models/fields/__init__.py:1011 +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#: db/models/fields/__init__.py:1086 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamuškowy rjeśazk (až %(max_length)s)" + +#: db/models/fields/__init__.py:1142 +msgid "Comma-separated integers" +msgstr "Pśez komu źělone cełe licby" + +#: db/models/fields/__init__.py:1191 +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Gódnota '%(value)s' ma njepłaśiwy datumowy format. Musy we formaśe DD.MM.YYYY byś." + +#: db/models/fields/__init__.py:1193 db/models/fields/__init__.py:1336 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "Gódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale jo njepłaśiwy datum." + +#: db/models/fields/__init__.py:1196 +msgid "Date (without time)" +msgstr "Datum (bźez casa)" + +#: db/models/fields/__init__.py:1334 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] format." +msgstr "Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ] byś." + +#: db/models/fields/__init__.py:1338 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]) but it is an invalid date/time." +msgstr "Gódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), ale jo njepłaśiwy datum/cas." + +#: db/models/fields/__init__.py:1342 +msgid "Date (with time)" +msgstr "Datum (z casom)" + +#: db/models/fields/__init__.py:1494 +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Gódnota '%(value)s' musy decimalna licba byś." + +#: db/models/fields/__init__.py:1496 +msgid "Decimal number" +msgstr "Decimalna licba" + +#: db/models/fields/__init__.py:1653 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] " +"[HH:[MM:]]ss[.uuuuuu] format." +msgstr "Gódnota '%(value)s ma njepłaśiwy format. Musy we formaśe [DD] [HH:[MM:]]ss[.uuuuuu] byś." + +#: db/models/fields/__init__.py:1656 +msgid "Duration" +msgstr "Traśe" + +#: db/models/fields/__init__.py:1707 +msgid "Email address" +msgstr "E-mailowa adresa" + +#: db/models/fields/__init__.py:1731 +msgid "File path" +msgstr "Datajowa sćažka" + +#: db/models/fields/__init__.py:1798 +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Gódnota '%(value)s' musy typ float měś." + +#: db/models/fields/__init__.py:1800 +msgid "Floating point number" +msgstr "Licba běžeceje komy" + +#: db/models/fields/__init__.py:1864 +msgid "IPv4 address" +msgstr "IPv4-adresa" + +#: db/models/fields/__init__.py:1947 +msgid "IP address" +msgstr "IP-adresa" + +#: db/models/fields/__init__.py:2031 +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Gódnota '%(value)s' musy pak None, True pak False byś." + +#: db/models/fields/__init__.py:2033 +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +#: db/models/fields/__init__.py:2093 +msgid "Positive integer" +msgstr "Pozitiwna ceła licba" + +#: db/models/fields/__init__.py:2105 +msgid "Positive small integer" +msgstr "Pozitiwna mała ceła licba" + +#: db/models/fields/__init__.py:2118 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mě (až %(max_length)s)" + +#: db/models/fields/__init__.py:2152 +msgid "Small integer" +msgstr "Mała ceła licba" + +#: db/models/fields/__init__.py:2159 +msgid "Text" +msgstr "Tekst" + +#: db/models/fields/__init__.py:2185 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe HH:MM[:ss[.uuuuuu]] byś." + +#: db/models/fields/__init__.py:2187 +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "Gódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale jo njepłaśiwy cas." + +#: db/models/fields/__init__.py:2190 +msgid "Time" +msgstr "Cas" + +#: db/models/fields/__init__.py:2318 +msgid "URL" +msgstr "URL" + +#: db/models/fields/__init__.py:2341 +msgid "Raw binary data" +msgstr "Gropne binarne daty" + +#: db/models/fields/__init__.py:2385 +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' njejo płaśiwy UUID." + +#: db/models/fields/files.py:237 +msgid "File" +msgstr "Dataja" + +#: db/models/fields/files.py:392 +msgid "Image" +msgstr "Woraz" + +#: db/models/fields/related.py:723 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistěrujo." + +#: db/models/fields/related.py:725 +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluc (typ póstaja se pśez wótpowědne pólo)" + +#: db/models/fields/related.py:983 +msgid "One-to-one relationship" +msgstr "Póśěg jaden jaden" + +#: db/models/fields/related.py:1049 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Póśěg %(from)s-%(to)s" + +#: db/models/fields/related.py:1050 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Póśěgi %(from)s-%(to)s" + +#: db/models/fields/related.py:1092 +msgid "Many-to-many relationship" +msgstr "Póśěg wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +#: forms/boundfield.py:167 +msgid ":?.!" +msgstr ":?.!" + +#: forms/fields.py:65 +msgid "This field is required." +msgstr "Toś to pólo jo trěbne." + +#: forms/fields.py:254 +msgid "Enter a whole number." +msgstr "Zapódajśo cełu licbu." + +#: forms/fields.py:299 forms/fields.py:336 +msgid "Enter a number." +msgstr "Zapódajśo licbu." + +#: forms/fields.py:414 forms/fields.py:1158 +msgid "Enter a valid date." +msgstr "Zapódajśo płaśiwy datum." + +#: forms/fields.py:438 forms/fields.py:1159 +msgid "Enter a valid time." +msgstr "Zapódajśo płaśiwy cas." + +#: forms/fields.py:460 +msgid "Enter a valid date/time." +msgstr "Zapódajśo płaśiwy datum/cas." + +#: forms/fields.py:489 +msgid "Enter a valid duration." +msgstr "Zapódaśe płaśiwe traśe." + +#: forms/fields.py:556 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Dataja njejo se wótpósłała. Pśeglědujśo koděrowański typ na formularje. " + +#: forms/fields.py:557 +msgid "No file was submitted." +msgstr "Žedna dataja jo se wótpósłała." + +#: forms/fields.py:558 +msgid "The submitted file is empty." +msgstr "Wótpósłana dataja jo prozna." + +#: forms/fields.py:560 +#, python-format +msgid "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuško (ma %(length)d)." +msgstr[1] "Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamušce (ma %(length)d)." +msgstr[2] "Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuška (ma %(length)d)." +msgstr[3] "Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuškow (ma %(length)d)." + +#: forms/fields.py:563 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Pšosym pak wótpósćelśo dataju pak stajśo kokulku do kontrolnego kašćika, njecyńśo wobej." + +#: forms/fields.py:625 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Nagrajśo płaśiwy wobraz. Dataja, kótaruž sćo nagrał, pak njejo wobraz był pak jo wobškóźony wobraz." + +#: forms/fields.py:792 forms/fields.py:886 forms/models.py:1230 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Wubjeŕśo płaśiwu wóleńsku móžnosć. %(value)s njejo jadna z k dispoziciji stojecych wóleńskich móžnosćow." + +#: forms/fields.py:887 forms/fields.py:1002 forms/models.py:1229 +msgid "Enter a list of values." +msgstr "Zapódajśo lisćinu gódnotow." + +#: forms/fields.py:1003 +msgid "Enter a complete value." +msgstr "Zapódajśo dopołnu gódnotu." + +#: forms/fields.py:1217 +msgid "Enter a valid UUID." +msgstr "Zapódajśo płaśiwy UUID." + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:84 +msgid ":" +msgstr ":" + +#: forms/forms.py:191 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane pólo %(name)s) %(error)s" + +#: forms/formsets.py:97 +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Daty ManagementForm feluju abo su sfalšowane" + +#: forms/formsets.py:345 +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Pšosym wótposćelśo %d formular." +msgstr[1] "Pšosym wótposćelśo %d formulara abo mjenjej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo mjenjej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo mjenjej." + +#: forms/formsets.py:352 +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Pšosym wótposćelśo %d formular abo wěcej." +msgstr[1] "Pšosym wótposćelśo %d formulara abo wěcej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo wěcej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo wěcej." + +#: forms/formsets.py:380 forms/formsets.py:382 +msgid "Order" +msgstr "Rěd" + +#: forms/formsets.py:384 +msgid "Delete" +msgstr "Lašowaś" + +#: forms/models.py:721 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pšosym korigěrujśo dwójne daty za %(field)s." + +#: forms/models.py:725 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Pšosym korigěrujśo dwójne daty za %(field)s, kótarež muse jadnorazowe byś." + +#: forms/models.py:731 +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "Pšosym korigěrujśo dwójne daty za %(field_name)s, kótarež muse za %(lookup)s w %(date_field)s jadnorazowe byś." + +#: forms/models.py:739 +msgid "Please correct the duplicate values below." +msgstr "Pšosym korigěrujśo slědujuce dwójne gódnoty." + +#: forms/models.py:1063 +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Nutśkowny cuzy kluc njejo primarnemu klucoju nadrědowaneje instance wótpowědował." + +#: forms/models.py:1123 +msgid "" +"Select a valid choice. That choice is not one of the available choices." +msgstr "Wubjeŕśo płaśiwu wóleńsku móžnosć. Toś ta wóleńska móžnosć njejo žedna z wóleńskich móžnosćow." + +#: forms/models.py:1232 +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" njejo płaśiwa gódnota za primarny kluc." + +#: forms/utils.py:172 +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "%(datetime)s njedajo se w casowej conje %(current_timezone)s interpretěrowaś; jo dwójozmysłowy abo snaź njeeksistěrujo." + +#: forms/widgets.py:353 +msgid "Currently" +msgstr "Tuchylu" + +#: forms/widgets.py:354 +msgid "Change" +msgstr "Změniś" + +#: forms/widgets.py:355 +msgid "Clear" +msgstr "Lašowaś" + +#: forms/widgets.py:570 +msgid "Unknown" +msgstr "Njeznaty" + +#: forms/widgets.py:571 +msgid "Yes" +msgstr "Jo" + +#: forms/widgets.py:572 +msgid "No" +msgstr "Ně" + +#: template/defaultfilters.py:867 +msgid "yes,no,maybe" +msgstr "jo,ně,snaź" + +#: template/defaultfilters.py:896 template/defaultfilters.py:908 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#: template/defaultfilters.py:910 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: template/defaultfilters.py:912 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: template/defaultfilters.py:914 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: template/defaultfilters.py:916 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: template/defaultfilters.py:918 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: utils/dateformat.py:61 +msgid "p.m." +msgstr "wótpołdnja" + +#: utils/dateformat.py:62 +msgid "a.m." +msgstr "dopołdnja" + +#: utils/dateformat.py:67 +msgid "PM" +msgstr "wótpołdnja" + +#: utils/dateformat.py:68 +msgid "AM" +msgstr "dopołdnja" + +#: utils/dateformat.py:151 +msgid "midnight" +msgstr "połnoc" + +#: utils/dateformat.py:153 +msgid "noon" +msgstr "połdnjo" + +#: utils/dates.py:6 +msgid "Monday" +msgstr "Pónjeźele" + +#: utils/dates.py:6 +msgid "Tuesday" +msgstr "Wałtora" + +#: utils/dates.py:6 +msgid "Wednesday" +msgstr "Srjoda" + +#: utils/dates.py:6 +msgid "Thursday" +msgstr "Stwórtk" + +#: utils/dates.py:6 +msgid "Friday" +msgstr "Pětk" + +#: utils/dates.py:7 +msgid "Saturday" +msgstr "Sobota" + +#: utils/dates.py:7 +msgid "Sunday" +msgstr "Njeźela" + +#: utils/dates.py:10 +msgid "Mon" +msgstr "Pón" + +#: utils/dates.py:10 +msgid "Tue" +msgstr "Wał" + +#: utils/dates.py:10 +msgid "Wed" +msgstr "Srj" + +#: utils/dates.py:10 +msgid "Thu" +msgstr "Stw" + +#: utils/dates.py:10 +msgid "Fri" +msgstr "Pět" + +#: utils/dates.py:11 +msgid "Sat" +msgstr "Sob" + +#: utils/dates.py:11 +msgid "Sun" +msgstr "Nje" + +#: utils/dates.py:18 +msgid "January" +msgstr "Januar" + +#: utils/dates.py:18 +msgid "February" +msgstr "Februar" + +#: utils/dates.py:18 +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:18 +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:18 +msgid "May" +msgstr "Maj" + +#: utils/dates.py:18 +msgid "June" +msgstr "Junij" + +#: utils/dates.py:19 +msgid "July" +msgstr "Julij" + +#: utils/dates.py:19 +msgid "August" +msgstr "Awgust" + +#: utils/dates.py:19 +msgid "September" +msgstr "September" + +#: utils/dates.py:19 +msgid "October" +msgstr "Oktober" + +#: utils/dates.py:19 +msgid "November" +msgstr "Nowember" + +#: utils/dates.py:20 +msgid "December" +msgstr "December" + +#: utils/dates.py:23 +msgid "jan" +msgstr "jan" + +#: utils/dates.py:23 +msgid "feb" +msgstr "feb" + +#: utils/dates.py:23 +msgid "mar" +msgstr "měr" + +#: utils/dates.py:23 +msgid "apr" +msgstr "apr" + +#: utils/dates.py:23 +msgid "may" +msgstr "maj" + +#: utils/dates.py:23 +msgid "jun" +msgstr "jun" + +#: utils/dates.py:24 +msgid "jul" +msgstr "jul" + +#: utils/dates.py:24 +msgid "aug" +msgstr "awg" + +#: utils/dates.py:24 +msgid "sep" +msgstr "sep" + +#: utils/dates.py:24 +msgid "oct" +msgstr "okt" + +#: utils/dates.py:24 +msgid "nov" +msgstr "now" + +#: utils/dates.py:24 +msgid "dec" +msgstr "dec" + +#: utils/dates.py:31 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +#: utils/dates.py:32 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +#: utils/dates.py:33 +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:34 +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:35 +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +#: utils/dates.py:36 +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +#: utils/dates.py:37 +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +#: utils/dates.py:38 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +#: utils/dates.py:39 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +#: utils/dates.py:40 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +#: utils/dates.py:41 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +#: utils/dates.py:42 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +#: utils/dates.py:45 +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +#: utils/dates.py:46 +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +#: utils/dates.py:47 +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:48 +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:49 +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +#: utils/dates.py:50 +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +#: utils/dates.py:51 +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +#: utils/dates.py:52 +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +#: utils/dates.py:53 +msgctxt "alt. month" +msgid "September" +msgstr "September" + +#: utils/dates.py:54 +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +#: utils/dates.py:55 +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +#: utils/dates.py:56 +msgctxt "alt. month" +msgid "December" +msgstr "December" + +#: utils/ipv6.py:10 +msgid "This is not a valid IPv6 address." +msgstr "To njejo płaśiwa IPv6-adresa." + +#: utils/text.py:77 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +#: utils/text.py:246 +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:265 utils/timesince.py:63 +msgid ", " +msgstr ", " + +#: utils/timesince.py:11 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d lěto" +msgstr[1] "%d lěśe" +msgstr[2] "%d lěta" +msgstr[3] "%d lět" + +#: utils/timesince.py:12 +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mjasec" +msgstr[1] "%d mjaseca" +msgstr[2] "%d mjasece" +msgstr[3] "%d mjasecow" + +#: utils/timesince.py:13 +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tyźeń" +msgstr[1] "%d tyéznja" +msgstr[2] "%d tyźenje" +msgstr[3] "%d tyźenjow" + +#: utils/timesince.py:14 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d źeń" +msgstr[1] "%d dnja" +msgstr[2] "%d dny" +msgstr[3] "%d dnjow" + +#: utils/timesince.py:15 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d góźina" +msgstr[1] "%d góźinje" +msgstr[2] "%d góźiny" +msgstr[3] "%d góźin" + +#: utils/timesince.py:16 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuśe" +msgstr[2] "%d minuty" +msgstr[3] "%d minutow" + +#: utils/timesince.py:52 +msgid "0 minutes" +msgstr "0 minutow" + +#: views/csrf.py:107 +msgid "Forbidden" +msgstr "Zakazany" + +#: views/csrf.py:108 +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-pśeglědanje njejo se raźiło. Napšašowanje jo se pśetergnuło." + +#: views/csrf.py:112 +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba głowu 'Referer', aby se pśez waš webwobglědowak słało, ale žedna njejo se pósłała. Toś ta głowa jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich." + +#: views/csrf.py:117 +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "Jolic sćo swój wobglědowak tak konfigurěrował, aby se głowy 'Referer' znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło, za HTTPS-zwiski abo za napšašowanja 'same-origin'." + +#: views/csrf.py:122 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba CSRF-cookie, aby formulary wótpósłało. Toś ten cookie jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich." + +#: views/csrf.py:127 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "Jolic sćo swój wobglědowak tak konfigurěrował, aby cookieje znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło abo za napšašowanja 'same-origin'." + +#: views/csrf.py:132 +msgid "More information is available with DEBUG=True." +msgstr "Dalšne informacije su k dispoziciji z DEBUG=True." + +#: views/debug.py:508 +msgid "Welcome to Django" +msgstr "Witajśo k Django" + +#: views/debug.py:509 +msgid "It worked!" +msgstr "Jo funkcioněrowało!" + +#: views/debug.py:510 +msgid "Congratulations on your first Django-powered page." +msgstr "Glukužycenje za waš prědny bok, kótaryž spěchujo se wót Django." + +#: views/debug.py:511 +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "Zawěsće, pópšawem hyšći njejsćo žedno źěło gótował. Wuwjeźćo ako pśiduce python manage.py startapp [app_label], aby swójo prědne nałoženje startował." + +#: views/debug.py:513 +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "Wiźiśo toś tu powěźeńku, dokulaž maśo DEBUG = True w swójej dataji nastajenjow Django a njejsćo URL konfigurěrował. Dajśo se na źěło!" + +#: views/generic/dates.py:48 +msgid "No year specified" +msgstr "Žedno lěto pódane" + +#: views/generic/dates.py:104 +msgid "No month specified" +msgstr "Žeden mjasec pódany" + +#: views/generic/dates.py:163 +msgid "No day specified" +msgstr "Žeden źeń pódany" + +#: views/generic/dates.py:219 +msgid "No week specified" +msgstr "Žeden tyźeń pódany" + +#: views/generic/dates.py:378 views/generic/dates.py:406 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žedne %(verbose_name_plural)s k dispoziciji" + +#: views/generic/dates.py:660 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because " +"%(class_name)s.allow_future is False." +msgstr "Pśichodne %(verbose_name_plural)s njejo k dispoziciji, dokulaž %(class_name)s.allow_future jo False." + +#: views/generic/dates.py:694 +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Njepłaśiwy '%(format)s' za datumowy znamuškowy rjeśazk '%(datestr)s' pódany" + +#: views/generic/detail.py:55 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žedno %(verbose_name)s namakane, kótarež wótpowědujo napšašowanjeju." + +#: views/generic/list.py:76 +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Bok njejo 'last', ani njedajo se do 'int' konwertěrowaś." + +#: views/generic/list.py:81 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaśiwy bok (%(page_number)s): %(message)s" + +#: views/generic/list.py:172 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prozna lisćina a '%(class_name)s.allow_empty' jo False." + +#: views/static.py:58 +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indekse njejsu how dowólone." + +#: views/static.py:60 +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" njeeksistěrujo" + +#: views/static.py:100 +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" diff --git a/django/conf/locale/hsb/LC_MESSAGES/django.mo b/django/conf/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae2a5106354e14415679433a4e1e7ab700fb2bd5 GIT binary patch literal 26160 zcmds<37jNFo$nJEP)3kLR6vg87^WM#dk(JI29!COVd!C;?qOtb9J8vjyQ-@yv&gKR znr`s`Q9QtF!E01NW!1OJ>f(hWD$}j2>*}t$sJpKEeB!aL&tvti>$UIui-@eQ>gl;q z_VYfkKE!-8A|oRsBLDG^e?C-Tn|;f3&6xC)*CH^bxMxJ!S& zy3E@Q4}sg^JQzUTABDPKfscnNRC{iKN5Gq) zy87i%_umSY{ufaF@jmzj_$jFLFTnZmEAVmfTTuP?eMnQh-@>!u$y8GJp8<9M3aICw z4Ud6EsCuPP`JNBYg)edO_e16XC{%qv36F!*@I?4ExD@^js@`YOX)3P|D*r`L&tD4l zomWD&a|9}X8A=YWhsyUNxDejr?*A23IUj{b!v~?h!xy0Hd+1rnAe;|h4_^p(z^Bmo z*TCE0JK<>yJn!vrH@p;%p5u8>hwp%r)9=Ek!qa%Uco9_pY=E2LbKq6*gAft+4(Xw- z@KmVya;WdL4XS+&$D5)0>5Wk3egGnp-sj*`;P;{O{~qf59M|i4Plo3}s^nb?)t^Q9 zcvyGb0TE&Eg>W8xD?Adu9X<}e7pj~Oy7bS(0peeUN5I4Q$cMrCQ1K^1J@;g|6`l(9 zzMYOYLgjk})c1I;i@(9e-v*B){he?=ycZq??|12+fqLKH!}q|i!k54oFxXVyygu6> z^Wl8rXF%1b4@&MYfcj3CLygZHpq_g-RQ`LR^55_HX{h>t4yu2??D#cz|C>!M_l?Ti#=}*@v|ZSc~$<2;alLj z@Teu8w*p=am%~Z;4EO+4`+o=3uZN*Tj)hNzYR~CV^|}Zi1D_66-wiH(3snDZcj-l_ zd^NZl-T<$F4?*?s{PS&jC%~hLp8}7E=R)1T45~g?xcCOBas4c){7tC(+ysw;uYekV zZ-DCe4?)%E=TPPR3M&8a9OqqN<@hM5em&9gG^qS%L&@oRj*Fq%aUqnxcpg-J-Uyj$ zy$?ctr!PTNulEC}_aBLJR6iXJRo+wJli<^!?k|F>*ZGc@xb&6Kv>&QJHn{uGf|@U% z3sv67;5qP)>b^l!WOE>`k4xV+f=iLr}4psh3 z8C0t8E1}B2)A6qzryalU_+!UEKs|RHMuy(I0P6XR9j}DCzYR*xu7}EZlS{wd@!e3* zJpd(7Uvm65)N?_bU$$sC;jQ zd?N2dkWb_N8>EZ9vzat`#M=fXcW;J^-~-U)gVIxHGsqd*-ZSA@@WoJa@Gi&qIo{`Z zzvCyN%AJPKfu`kANS6YUhJc&wmjjir%+f`pGEi-w;0+o=nFtSnGNJO8oM5yo308G-fA! z*?P-EhOAzk++f!opMrFOcjVR9?%m*6hpOkT@OpSB9D~OpBx?5rJP+=2@y|l_?~kCq z*J01J`t~&F6CZ^7F4w_x;7+LTb0<{(hu~@OU!eN;cd#Emd6U(LE1~*x2ulB63-!JL z9s!>RkB2uw_4gf6<=h3;&-cTn@FA%0|0{SHJZ#v?;p3p>PSz3-?Iz9~Ew-Ua^#s{WPDR(>1s7~(I1YUdqL z<-8TrwcdN6+VLBxcJ^Om_3$#Nd{;u1cMViMx52~VxMKsVK06$5hRXLk$2+0Qd9RCq z6dp@_8mfH{L$&V_xETHv9uNI3_Wt=$?^^-q!L?BNhv1Xp7MEU!s(%7ipXb9R@Rd;Y z`2>_)d>*Rb9)YL^??+JW?|+u~+9E7Up^^l?Ay#V&ZFTxc54laU?>(JrwF8Dt9 z3;03BpKZ(Cyv=^^0II&%LyeP{LG}ARQ1$sR)cZaM)t?VT^~-mlzW4Xw3Gm18dMG9T zB9K7k|97b8e-EDu=Wn+>6Y4#KP~Uewl>BXl(nI4=?|(JacY3?K|9;p<{8Lch^(RpE zIqbRieUF36e;m|%PlxKqJ{Mo+xEdylzsD4Y}sc;JV@VoG7@UXzX_jGtV z@e85kZ8KDRx4L)?|qd^e~XLX<#;cYd^`Zh;WSje78k5tekoMB zV^IBeBUJgXfhzxYcpTgX^`7^+`yYqDC;mw|4L?z2PKGZoS@}9OwEfTn)t&*z^BtEt zUIq{6{tCynjvJt!8*#kW@j32((Xj$m&lswmJD|qF3tjpx@NnXIAJi*n| zB^w>Lh&1&@FZ?ff3t^BTJ*+Xikg$=UJxJ7mk=r|<#^*_--3ueaX4eRM4-qaPNU!Rr@%u4C zk0SgAC_992CZLYZ?>&xRaXf`QhZEl6;==C<=Merz5q`fUJeRPTe9PetgnuIF_caUi z?}hIA#T{v{4!G-c;n9@w zID&ppan$wG34OZY_aeeG2qzQt>v#Dc;`$9Hg>gjM2i*0m;O_|klkj$zc8%k=;Je)Q z`{6$m9(3^wDC22d|D}sx4PW4{*TL@-jwMeOK9leT!v7)MP54*B)3|pr;iFvtfN(a! zC*Fd8PS9_Q{vqw%;2VT9xxNyfK{$?U{ca^3VXi#yf594I(#3bdpAhD`yl>(9r-UyN z^qcR}f6a9-VYL$7@2?&I2bA7_1>s1-s|jBv=r`ZO``_^A?)ne#(}W?ydkKF>C=&jR z&>$@2oqdE;3HK5I1>tjqO9`hCnuL{vPY`}fSU~9f9m;dBA>rj6iNo&trH)6E=k;9w zh;WZf`yf1l^p8NTFOG-bBdjOrcPF7h_&nhZ?!Ol1zolH9N_Z=wOgN07-(L_eCZvkE z-|0N7-&u}px&AU?3Gupabo~C7>rof?;dcnnBV0w$?{LC7Joj~YB0QV$RKkdE@>@fA z8R5HxgfNe=l>7PbXIwl?IG?nWT;gF|ui*MgE`F5De(@EL-4 z=7OF^&@A_+XZoc$O#LWs`r*z>+BA2nO0U?|z~2$nDkc4!h5l%q_<`R@D)k_l@T=j( zfVZHh6g0zTr5^UCelgB!rD$Q(FNA(2YKBQ837cVwYhOA1$v6uA1wF+qNy4bPU1>_{ zO)v2)O}`#Y=)s^~sElQCmioNSCATZ67milKT4{SND1=xN3jl!UdQS&5^xTxsYnd%c-*w;q?w+bdDp45DJ_ zw<^stO*8MLumwG)$9j`l9jw=yXSYXz=`!Xj(dgC*Zy*~B<%mQ9*2Oj0Wht4a|~ z!bBLDl0*_x|B4m*cfI*{$o#v}{5!J3TbOrQx^TAeZQi_Y)j(GUD~{!Wwnj*ol~D2mE!&lamaj?^=HSLqq+mR^=J?U)qfTz(QmkJ)v9g&brgQx(9qzvZ5@^0Pu-j4kU`C8EjC?Fzh{m*_WFgasj-R}cYF|y z@4bDuxk}!DN9^TA`tpk&{oD3Y>Ri>&4o% z49E6eP>7xh6MqA0v(Fz%(0FLcH9;+%v#0a2-BYvj_pGgyN@3(1y@UR-Dyf&NFiGO1 zH}(2_Z*hCj4|;>o7&yaQKIAPQO)AwOh*EEPtq??&Ao7+oE7ZK@Nl>U1!5I3zq8t8j zgA8feTb?$v#N^Dz7?|F2{z;fy$g(;btC=j5VNwVx<2>N42vXF!w*sY{WT~E85k_O= z_f}NK{GMe-m-Xg7=BuwX}E6+kLj%)PL$tWlBv`RwTh>#Z+u#oHVIz zm{JjDvY1LFl_phfS9wKN8w*UcR%A(C8CMQ(TI25slgenNXyy}tG^o_V(ty7yq(w|t zL4jgP@Ky%RphnA9mV;=FCuu?At&D3iGhj#0t&HpSpg#>8L4urXHZ@X`k~JD5DRc9d zA4mQKI-BpA@S0Wh<5=9^h+AR8Q;lE@5m}iah3d_fb`Gvhcq=EvV%b||ztSq{&>lM} zX-+3SPly@f8e^n|#ZUsTiw^lGT4TERR#l`gVl0G8R0?-uUj#{LY>c2*qc+Se)M&t4 zl~H*nTrQf_V0E2-@`F+-3DcBVqdDOt7W7wC@|hiqwIEI1v^ii(+8!#CnJ(N2$R%lY zlxDoMSq`YP-sY;{*JGO;A>{R7CzEA9h8wk@NTnX_lT6SD^JrxZZCMDJV^qspCM+Zw>tSz=)};~ytuO}> zUb~*N>rL*~Lh}zZF$YdHt~%bDI4Kz0OjluLEb`Zf6Mm11VyZy4 zScox?QZch?<`^*v|ZQCkut&&|45Fd~ZTiYvl68M7Cx!iXnY5w4|!!j`udYoOw- z&9LH(!L)8;E_hz2q zrs4}Xg`-UO$wF+5Ktrz2XRrq}B?aN1}&#+^4neD_x#TXvbtA;S` zXt{0-VR26o>Rd%sryfSlHMECKkY=FuYrT@DMxCRiu|*0Y4Q>W?hCN~@!&nba^f%*v zB;1X^eAj457J9itj)Xxt#ONEcjZV4P$$DUBIW&abOV9`fW3kp7Trol`k?mCqHS6j2 zpfpzbs?{qtUvZh1Hv`@VmIN$_Hc)U9@BwE^-w=BnG<|lCbq4up%sj+C8|Jo}D8m!! zMRo0wc}6j`m4Y%+T^|itWN{OglpxE_Z_!U_R=|2P%bK~9{gvggST*lNMa3mk0qHZE zsfwu4G%3b7WIw6Xzn|I5z3U7e=v zu@=3JL*7P8%QwgtqMVxxF*8tD5-zi*kkaD2Yo&-{RH{}K8_|Ulv5i(6=9@ZZ?U6Om z-x~8~4Dcb496O(&o?7KfvE1HEv%9PmcW}iVb)E(AWC@+EwD7OGxX;_e^pYjk9axZ3Ss2YT(1BNm6{hq90mn3W(YdSnyYq-g4ioR?<%Cj@+ z-U_gH8LI3sWl6+<(~Og3k+zSdrO`R_IHRyBVQIS(5b*)JE2Al>bbXIjP-fE#hS)-7 zZ+Jo`6eTdvj0AP|=0^Cai8m6`m<;S}dUR`rem5;RFN zB$T~8Q--%WDP`U@=8P>LF`RvMAHlgHHEuSG1crMlXfOT*9_1H8}KXl?u7*u~ZqmUWze1a|cN+|qW2_Cmdb z)4NnM!n(v5=v%^q?~L?5b3_nn_#1P9Z0b7RX$^I?Hvhy%#it?1gcbGxG4WDkfAa#C z%~@4YX;;@-6>VGN zvi!HTX5oImpoG#ao~%(~%t!w+b8_Hp4@R{8T6V*jFNk7~#_X=0*?i5*kag6t29s&T zcu5ERD?+weV`C?s;ROTOaY2DK-;M!m%+0fh1GCbyvDw+!PM)2_;(B%xi-bLrv`pwO z-YgorldM%fJ8kxZn2EEC$6%bDG#oaRRzrx5y_z?%Bf%bXbYy97n|GwOHxD|}@>Ni0 zl4;;f;kI=%ao4oY1llzdZQH&bX}KBPk)&4HX_E!G7c>$t$i_T&$i309;EiJgjAu1M zuC;W}=DW9bQ~)dU3+vG9d+Qp?DLlaih48%!Sa~n8f3l3H|Fz z{nyAKjiW)oM7d+}{7qqlW0C%$bgWY9Uy+Ta{Uh<9KY!!ZBmFD2KS@IvzOn|~E1b3fBTl-2?c zDF*!^>|1OYe@k2&^)F?n%o_3KDH|{x0@Z>6EP0;M`gknt9|?o{puf4nYS16n9t}#k zr`&8d1{W=AwORw5Xt5tS8txoG?Jlw{%Yni+g)Azkg+;ydht>_Pp6P@o1B>UcWZ{Ea z>>n}PN1EjqaVSxVE-_o=49m+lkF4omHj_^;W4EJ!wOdaO`pXKHX1lh7K5v@8(d_W_ zuaOx!=tp+LC%x=~OW1hO-p^${(Sjw57hiVS68{$QV zMQg2ibIQczHy)M(KSi(jQ@1e(v?l5(^0Yoaw-1RiXpP57+~S3o_~c8YAY#?p$|ma* zX^ppW_NH>%)zmAEWzzO1DNXQMRm08|Mf+~P=x|;n{`l_uqH41HzNuT7*a{O<{OR7t zcQdIhu)>-0p^w5rpZRr|))8v}5*}cGNu8j+y7CcBMga=1SG4G?Qv` zn@d}%=0sP;6~W3Tzob(UQ^P!>8?~ujY!BOuDO{Lcl4+Li9fTiDK6IF8ae*-%#~@jo z52H?(nR=kxGY_zYW55{GMD8%Fj8wOre+<=PP_0@uFf=qErwb>!2UM_(ow-Y#!!hJf zQ*c*R=Xi^8k+FmC(KNw!lKNyHelq(mzRJd3wTXVQy)(Cy413OOmZ6opK9p43-oNP{ z1$TV3z4S!y-0wjkvihP&{kDCTx|ix(P3q3qqkzNwsoM&{zC^-4!6}Dtyk#^drBUbn zs5YsGAS4{1iz9~+!_D$o2(~j-a6-WKm-Ekd`IQh-o z3rBH%ALoYCeuMGFQPpJ~W;g)N+>t}hOiX?`bF^>;eT;)ao^NO(h_GGrs8)6Tjp;Xq zjU;R7TQWLjHee)F>UfLRDztvU_cve*2h(?V<6l@t~PkZzL<0TbR1u)UAABCwBM%&0L}_ z{GLf`dGSB2!1Pu^VVpWii3EGP0kwztOq;g`jS7aFc9=>SAuPu;w$)n<7aFLlry2V> z3FcbJF$Qg%4C{FnR`=J#aW-fJjtMz74_G|xzHhQ*-jbSeqFso6`32Dj5hVcDSWn?2st=lk7Aym)%{BeO%~B?r_$cE!vNwSVrJuQ7lu#V^S=# zeIVs_EPm-Tx^UbrNlXWJxK7Q{za1`Aa)_Iwj~_+p?QVWdN^ke}V^ey&(+{@zZh7u> zS?lh1WFEnOEJ|0uKX#?7-yg%$)$fm@c%wWzI~)H%lh)C}at_?LWb;I8Jj8-Q+BHRM zD~B_&@!2DY)zs{Q%K3_!GTP&A|AjQ-QZO!ys}!fQ)g!jjZAoSZY~SYORrW~xuAQYj zZe!VXKasD~IRuq$)7H6tOs~x(oPJQ2IyN7EgOzHG#e_LnN$ZtrrOz3P_zlISw4O~r zSgn|@z<8MqT0~lLAq~oG!KokGl{nxx{)yg`$+hr;e$%|U+wO9h%Io-Uzj^nW!yHA- z*nQAXAI#(OU+Ux7~Z)~pu-6;ion5=VIo(Fq)H?lkkSjZa4WS0?-7*_*1I_4Jr z`naxpZXZD9*mXW~T19x-4qTZ{<~zc2cGN=5*0vQl`9p@OT^wxM)pi3Ha^5J9NB;gU z&R?;SN)Vb=`8`gy8?bTuP3-d9fz<64HRI@1l@nnjp2U@Lyy6xoeGL6-SYsfzRmhwR z4(Aeydg*eB%xh)+BJd9rbn9B;?uEtyA#0X-X`4tQJQ0{aqd-D^>cp|Gcq z<&5ab!BXBgV(w_Up>wCU(~VN+4n`&E8_XEmM3QlIO)y!V<&Y`;-o$@zra(?iv>SjS zuwN(4Tvo0$J07EW<{D9mtwUz}u5rr5HZ+R z=f#;9wAG(+)KpDMs)e>e%my(UM%y?Y`UcNOIdkTZZ{W}Cj7#U9??rof)1T0;W49vX z%!Y*-id2I%w<0>FI70zAC93l|$|z09Z?4lvbYI%A{fHVoeY5NjiJt0WgqE-3_Rbo+ z?@KxK^u{UzfOsrZNT!#G8V%rt1vU`w&iS2btg)yUBj z+KBh)3_mZ9v;FD2GkTkk<+`Axc}E?kk&0?-A8XD?sJ8JXICGq%9z=Om<$!ZL=h8i@ zVCrZ89|4S|mee}#2KN6VK*E95Fh%4v!?MiF8}BR!c8OdaCxfK=JKgs?GiPx8FM^dQxTjvO3i58jj$qup zURyqB1y{wrXSYY_2b!A&quO?$*-d7%3%mb{xOyL8Zd>gG%4d=Bs@F+D(bM`Hh&;chA=$<_>C18rykVKaLEAPrQJ%{4FYj8l;{wz^ zGw5&)9@_KcPv6yfT4%h3)2h*r0fTRAduP=cd>r=3;IoDE$+{hn=k^F@zLGJBgyA5H zZ*Wka5s&G+@D0veVElut0hUPM8UNt?hH(>aM~t`dOsvWu?#pX9PuY+)r{7e?Hck4?YU53;vELy`Te2pDf@48?6_?_;ZPv~>7Uz9u{fqM$9}Rn7rhHIN>`ahX zOMif(^#)!XW|eJcE?F1GGKutn7H~R3rCXR7+yf@XMYUfqso+cHr5Uf|{QYb5EwWrS zBpuyC+xh=IxKZDBK;F|fb$-ZsnZwDrN5G5A+k%O2O}w@vGJm=>vr1YUjFX27a%3vg ziF3k9V&*8cn$0Z3?NZV$FBh7{YUa29=C8@i3e1pLY8<6v{WFQS!U7G>7rv~H_}C0? z>m)&U$#g;lW=vKeIbn;@C;%C>lg56NiHG9Tnt(r!=OEL_Pv^VXeKQLN9T}S{=#*BS zoxfY}LD+qU3`1KwmDg7Tj-DlF2hw`_h1%M+wLQAlqL;eZW|vD75(-=q-0ZJ!&EM{6 zZW<48x6YcFS@`|wq5ZUMqN5l0XviPeiaP2zw}j{NM{coSft%>K`7;!4#o)1tdX$@( z6CMtJ_2rECGqC)$Yb!(J#BJN=CVFs&*XeFyJt|r_AmfuepugZ{(?M><{Jmj&T{|?h z7Tlm6-K(p3{93=?<#_@6ADK{uT{GmnWY&LoA7ynfF=nQ)KrXj<6{}*LxDLqcc0g{o z{FCtq5jfrscql#ca5O&PnLX*a=xKf7d`V(_aH(sox?*{e#ofr{j62|!gT82LSD*2V G^!_g)KmKe0 literal 0 HcmV?d00001 diff --git a/django/conf/locale/hsb/LC_MESSAGES/django.po b/django/conf/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..bee716ef0b --- /dev/null +++ b/django/conf/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,1470 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-08 18:52+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: conf/global_settings.py:51 +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +#: conf/global_settings.py:52 +msgid "Arabic" +msgstr "Arabšćina" + +#: conf/global_settings.py:53 +msgid "Asturian" +msgstr "Asturišćina" + +#: conf/global_settings.py:54 +msgid "Azerbaijani" +msgstr "Azerbajdźanšćina" + +#: conf/global_settings.py:55 +msgid "Bulgarian" +msgstr "Bołharšćina" + +#: conf/global_settings.py:56 +msgid "Belarusian" +msgstr "Běłorušćina" + +#: conf/global_settings.py:57 +msgid "Bengali" +msgstr "Bengalšćina" + +#: conf/global_settings.py:58 +msgid "Breton" +msgstr "Bretonšćina" + +#: conf/global_settings.py:59 +msgid "Bosnian" +msgstr "Bosnišćina" + +#: conf/global_settings.py:60 +msgid "Catalan" +msgstr "Katalanšćina" + +#: conf/global_settings.py:61 +msgid "Czech" +msgstr "Čěšćina" + +#: conf/global_settings.py:62 +msgid "Welsh" +msgstr "Walizišćina" + +#: conf/global_settings.py:63 +msgid "Danish" +msgstr "Danšćina" + +#: conf/global_settings.py:64 +msgid "German" +msgstr "Němčina" + +#: conf/global_settings.py:65 +msgid "Greek" +msgstr "Grjekšćina" + +#: conf/global_settings.py:66 +msgid "English" +msgstr "Jendźelšćina" + +#: conf/global_settings.py:67 +msgid "Australian English" +msgstr "Awstralska jendźelšćina" + +#: conf/global_settings.py:68 +msgid "British English" +msgstr "Britiska jendźelšćina" + +#: conf/global_settings.py:69 +msgid "Esperanto" +msgstr "Esperanto" + +#: conf/global_settings.py:70 +msgid "Spanish" +msgstr "Španišćina" + +#: conf/global_settings.py:71 +msgid "Argentinian Spanish" +msgstr "Argentinska španišćina" + +#: conf/global_settings.py:72 +msgid "Colombian Spanish" +msgstr "Kolumbiska španišćina" + +#: conf/global_settings.py:72 +msgid "Mexican Spanish" +msgstr "Mexiska španišćina" + +#: conf/global_settings.py:73 +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska španišćina" + +#: conf/global_settings.py:74 +msgid "Venezuelan Spanish" +msgstr "Venezuelska španišćina" + +#: conf/global_settings.py:75 +msgid "Estonian" +msgstr "Estišćina" + +#: conf/global_settings.py:76 +msgid "Basque" +msgstr "Baskišćina" + +#: conf/global_settings.py:77 +msgid "Persian" +msgstr "Persišćina" + +#: conf/global_settings.py:78 +msgid "Finnish" +msgstr "Finšćina" + +#: conf/global_settings.py:79 +msgid "French" +msgstr "Francošćina" + +#: conf/global_settings.py:80 +msgid "Frisian" +msgstr "Frizišćina" + +#: conf/global_settings.py:81 +msgid "Irish" +msgstr "Irišćina" + +#: conf/global_settings.py:83 +msgid "Scottish Gaelic" +msgstr "Šotiska gaelšćina" + +#: conf/global_settings.py:82 +msgid "Galician" +msgstr "Galicišćina" + +#: conf/global_settings.py:83 +msgid "Hebrew" +msgstr "Hebrejšćina" + +#: conf/global_settings.py:84 +msgid "Hindi" +msgstr "Hindišćina" + +#: conf/global_settings.py:85 +msgid "Croatian" +msgstr "Chorwatšćina" + +#: conf/global_settings.py:86 +msgid "Hungarian" +msgstr "Madźaršćina" + +#: conf/global_settings.py:87 +msgid "Interlingua" +msgstr "Interlingua" + +#: conf/global_settings.py:88 +msgid "Indonesian" +msgstr "Indonezišćina" + +#: conf/global_settings.py:89 +msgid "Ido" +msgstr "Ido" + +#: conf/global_settings.py:90 +msgid "Icelandic" +msgstr "Islandšćina" + +#: conf/global_settings.py:91 +msgid "Italian" +msgstr "Italšćina" + +#: conf/global_settings.py:92 +msgid "Japanese" +msgstr "Japanšćina" + +#: conf/global_settings.py:93 +msgid "Georgian" +msgstr "Georgišćina" + +#: conf/global_settings.py:94 +msgid "Kazakh" +msgstr "Kazachšćina" + +#: conf/global_settings.py:95 +msgid "Khmer" +msgstr "Khmeršćina" + +#: conf/global_settings.py:96 +msgid "Kannada" +msgstr "Kannadšćina" + +#: conf/global_settings.py:97 +msgid "Korean" +msgstr "Korejšćina" + +#: conf/global_settings.py:98 +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +#: conf/global_settings.py:99 +msgid "Lithuanian" +msgstr "Litawšćina" + +#: conf/global_settings.py:100 +msgid "Latvian" +msgstr "Letišćina" + +#: conf/global_settings.py:101 +msgid "Macedonian" +msgstr "Makedonšćina" + +#: conf/global_settings.py:102 +msgid "Malayalam" +msgstr "Malajalam" + +#: conf/global_settings.py:103 +msgid "Mongolian" +msgstr "Mongolšćina" + +#: conf/global_settings.py:104 +msgid "Marathi" +msgstr "Marathišćina" + +#: conf/global_settings.py:105 +msgid "Burmese" +msgstr "Myanmaršćina" + +#: conf/global_settings.py:113 +msgid "Norwegian Bokmål" +msgstr "Norwegski bokmål" + +#: conf/global_settings.py:107 +msgid "Nepali" +msgstr "Nepalšćina" + +#: conf/global_settings.py:108 +msgid "Dutch" +msgstr "Nižozemšćina" + +#: conf/global_settings.py:109 +msgid "Norwegian Nynorsk" +msgstr "Norwegski nynorsk" + +#: conf/global_settings.py:110 +msgid "Ossetic" +msgstr "Osetšćina" + +#: conf/global_settings.py:111 +msgid "Punjabi" +msgstr "Pundźabišćina" + +#: conf/global_settings.py:112 +msgid "Polish" +msgstr "Pólšćina" + +#: conf/global_settings.py:113 +msgid "Portuguese" +msgstr "Portugalšćina" + +#: conf/global_settings.py:114 +msgid "Brazilian Portuguese" +msgstr "Brazilska portugalšćina" + +#: conf/global_settings.py:115 +msgid "Romanian" +msgstr "Rumunšćina" + +#: conf/global_settings.py:116 +msgid "Russian" +msgstr "Rušćina" + +#: conf/global_settings.py:117 +msgid "Slovak" +msgstr "Słowakšćina" + +#: conf/global_settings.py:118 +msgid "Slovenian" +msgstr "Słowjenšćina" + +#: conf/global_settings.py:119 +msgid "Albanian" +msgstr "Albanšćina" + +#: conf/global_settings.py:120 +msgid "Serbian" +msgstr "Serbišćina" + +#: conf/global_settings.py:121 +msgid "Serbian Latin" +msgstr "Serbšćina, łaćonska" + +#: conf/global_settings.py:122 +msgid "Swedish" +msgstr "Šwedšćina" + +#: conf/global_settings.py:123 +msgid "Swahili" +msgstr "Suahelšćina" + +#: conf/global_settings.py:124 +msgid "Tamil" +msgstr "Tamilšćina" + +#: conf/global_settings.py:125 +msgid "Telugu" +msgstr "Telugušćina" + +#: conf/global_settings.py:126 +msgid "Thai" +msgstr "Thaišćina" + +#: conf/global_settings.py:127 +msgid "Turkish" +msgstr "Turkowšćina" + +#: conf/global_settings.py:128 +msgid "Tatar" +msgstr "Tataršćina" + +#: conf/global_settings.py:129 +msgid "Udmurt" +msgstr "Udmurtšćina" + +#: conf/global_settings.py:130 +msgid "Ukrainian" +msgstr "Ukrainšćina" + +#: conf/global_settings.py:131 +msgid "Urdu" +msgstr "Urdušćina" + +#: conf/global_settings.py:132 +msgid "Vietnamese" +msgstr "Vietnamšćina" + +#: conf/global_settings.py:133 +msgid "Simplified Chinese" +msgstr "Zjednorjene chinšćina" + +#: conf/global_settings.py:134 +msgid "Traditional Chinese" +msgstr "Tradicionalna chinšćina" + +#: contrib/messages/apps.py:7 +msgid "Messages" +msgstr "Powěsće" + +#: contrib/sitemaps/apps.py:7 +msgid "Site Maps" +msgstr "Přehlady sydła" + +#: contrib/staticfiles/apps.py:7 +msgid "Static Files" +msgstr "Statiske dataje" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "Syndikacija" + +#: core/validators.py:33 +msgid "Enter a valid value." +msgstr "Zapodajće płaćiwu hódnotu." + +#: core/validators.py:98 forms/fields.py:677 +msgid "Enter a valid URL." +msgstr "Zapodajće płaćiwy URL." + +#: core/validators.py:141 +msgid "Enter a valid integer." +msgstr "Zapodajće płaćiwu cyłu ličbu." + +#: core/validators.py:152 +msgid "Enter a valid email address." +msgstr "Zapodajće płaćiwu e-mejlowu adresu." + +#: core/validators.py:225 +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Zapodajće płaćiwe adresowe mjeno, kotrež jenož pismiki, ličby, podsmužki abo wjazawki wobsahuje." + +#: core/validators.py:232 +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or" +" hyphens." +msgstr "Zapodajće płaćiwe adresowe mjeno, kotrež jenož unikodowe pismiki, ličby, podsmužki abo wjazawki wobsahuje." + +#: core/validators.py:237 core/validators.py:256 +msgid "Enter a valid IPv4 address." +msgstr "Zapodajće płaćiwu IPv4-adresu." + +#: core/validators.py:242 core/validators.py:257 +msgid "Enter a valid IPv6 address." +msgstr "Zapodajće płaćiwu IPv6-adresu." + +#: core/validators.py:252 core/validators.py:255 +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zapodajće płaćiwu IPv4- abo IPv6-adresu." + +#: core/validators.py:284 db/models/fields/__init__.py:1147 +msgid "Enter only digits separated by commas." +msgstr "Zapodajće jenož přez komy dźělene cyfry," + +#: core/validators.py:292 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsćće, zo tuta hódnota je %(limit_value)s (je %(show_value)s)." + +#: core/validators.py:318 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo hódnota je mjeńša hač abo runja %(limit_value)s." + +#: core/validators.py:325 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo tuta hódnota je wjetša hač abo runja %(limit_value)s." + +#: core/validators.py:334 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješko (ma %(show_value)d)." +msgstr[1] "Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješce (ma %(show_value)d)." +msgstr[2] "Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješka (ma %(show_value)d)." +msgstr[3] "Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješkow (ma %(show_value)d)." + +#: core/validators.py:345 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješko (ima %(show_value)d)." +msgstr[1] "Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješce (ima %(show_value)d)." +msgstr[2] "Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješka (ima %(show_value)d)." +msgstr[3] "Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješkow (ima %(show_value)d)." + +#: core/validators.py:359 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry dohromady." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." + +#: core/validators.py:364 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s decimalneho městna." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s decimalneju městnow." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." + +#: core/validators.py:369 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry před decimalnej komu." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." + +#: db/models/base.py:1095 forms/models.py:727 +msgid "and" +msgstr "a" + +#: db/models/base.py:1097 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z tutym %(field_labels)s hižo eksistuje." + +#: db/models/fields/__init__.py:110 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hódnota %(value)r płaćiwa wólba njeje." + +#: db/models/fields/__init__.py:111 +msgid "This field cannot be null." +msgstr "Tute polo njesmě nul być." + +#: db/models/fields/__init__.py:112 +msgid "This field cannot be blank." +msgstr "Tute polo njesmě prózdne być." + +#: db/models/fields/__init__.py:113 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z tutym %(field_label)s hižo eksistuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:117 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s dyrbi za %(date_field_label)s %(lookup_type)s jónkróćne być." + +#: db/models/fields/__init__.py:134 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polo typa: %(field_type)s" + +#: db/models/fields/__init__.py:930 db/models/fields/__init__.py:1834 +msgid "Integer" +msgstr "Integer" + +#: db/models/fields/__init__.py:934 db/models/fields/__init__.py:1832 +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Hódnota '%(value)s' dyrbi integer być." + +#: db/models/fields/__init__.py:960 db/models/fields/__init__.py:1849 +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#: db/models/fields/__init__.py:972 +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Hódnota '%(value)s' dyrbi pak True pak False być." + +#: db/models/fields/__init__.py:1011 +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#: db/models/fields/__init__.py:1086 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamješkowy rjećazk (hač %(max_length)s)" + +#: db/models/fields/__init__.py:1142 +msgid "Comma-separated integers" +msgstr "Cyłe ličby dźělene přez komu" + +#: db/models/fields/__init__.py:1191 +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Hódnota '%(value)s' ma njepłaćiwy datowy format. Dyrbi we formaće w DD.MM.YYYY być." + +#: db/models/fields/__init__.py:1193 db/models/fields/__init__.py:1336 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "Hódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale je njepłaćiwy datum." + +#: db/models/fields/__init__.py:1196 +msgid "Date (without time)" +msgstr "Datum (bjez časa)" + +#: db/models/fields/__init__.py:1334 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] format." +msgstr "Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi we formaće w DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ] być." + +#: db/models/fields/__init__.py:1338 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]) but it is an invalid date/time." +msgstr "Hódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), ale je njepłaćiwy datum/čas." + +#: db/models/fields/__init__.py:1342 +msgid "Date (with time)" +msgstr "Datum (z časom)" + +#: db/models/fields/__init__.py:1494 +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Hódnota '%(value)s' dyrbi decimalna ličba być." + +#: db/models/fields/__init__.py:1496 +msgid "Decimal number" +msgstr "Decimalna ličba" + +#: db/models/fields/__init__.py:1653 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] " +"[HH:[MM:]]ss[.uuuuuu] format." +msgstr "Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi w formaće [DD] [HH:[MM:]]ss[.uuuuuu] być." + +#: db/models/fields/__init__.py:1656 +msgid "Duration" +msgstr "Traće" + +#: db/models/fields/__init__.py:1707 +msgid "Email address" +msgstr "E-mejlowa adresa" + +#: db/models/fields/__init__.py:1731 +msgid "File path" +msgstr "Datajowa šćežka" + +#: db/models/fields/__init__.py:1798 +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Hódnota '%(value)s' dyrbi typ float měć." + +#: db/models/fields/__init__.py:1800 +msgid "Floating point number" +msgstr "Komowa ličba typa float" + +#: db/models/fields/__init__.py:1864 +msgid "IPv4 address" +msgstr "IPv4-adresa" + +#: db/models/fields/__init__.py:1947 +msgid "IP address" +msgstr "IP-adresa" + +#: db/models/fields/__init__.py:2031 +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Hódnota '%(value)s' dyrbi pak None, True pak False być." + +#: db/models/fields/__init__.py:2033 +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +#: db/models/fields/__init__.py:2093 +msgid "Positive integer" +msgstr "Pozitiwna cyła ličba" + +#: db/models/fields/__init__.py:2105 +msgid "Positive small integer" +msgstr "Pozitiwna mała cyła ličba" + +#: db/models/fields/__init__.py:2118 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mjeno (hač %(max_length)s)" + +#: db/models/fields/__init__.py:2152 +msgid "Small integer" +msgstr "Mała cyła ličba" + +#: db/models/fields/__init__.py:2159 +msgid "Text" +msgstr "Tekst" + +#: db/models/fields/__init__.py:2185 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi we formaće HH:MM[:ss[.uuuuuu]] być." + +#: db/models/fields/__init__.py:2187 +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "Hódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale je njepłaćiwy čas." + +#: db/models/fields/__init__.py:2190 +msgid "Time" +msgstr "Čas" + +#: db/models/fields/__init__.py:2318 +msgid "URL" +msgstr "URL" + +#: db/models/fields/__init__.py:2341 +msgid "Raw binary data" +msgstr "Hrube binarne daty" + +#: db/models/fields/__init__.py:2385 +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' płaćiwy UUID njeje." + +#: db/models/fields/files.py:237 +msgid "File" +msgstr "Dataja" + +#: db/models/fields/files.py:392 +msgid "Image" +msgstr "Wobraz" + +#: db/models/fields/related.py:723 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistuje." + +#: db/models/fields/related.py:725 +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluč (typ so přez wotpowědne polo postaja)" + +#: db/models/fields/related.py:983 +msgid "One-to-one relationship" +msgstr "Poćah jedyn jedyn" + +#: db/models/fields/related.py:1049 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Poćah %(from)s-%(to)s" + +#: db/models/fields/related.py:1050 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Poćahi %(from)s-%(to)s" + +#: db/models/fields/related.py:1092 +msgid "Many-to-many relationship" +msgstr "Poćah wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +#: forms/boundfield.py:167 +msgid ":?.!" +msgstr ":?.!" + +#: forms/fields.py:65 +msgid "This field is required." +msgstr "Tute polo je trěbne." + +#: forms/fields.py:254 +msgid "Enter a whole number." +msgstr "Zapodajće cyłu ličbu." + +#: forms/fields.py:299 forms/fields.py:336 +msgid "Enter a number." +msgstr "Zapodajće ličbu." + +#: forms/fields.py:414 forms/fields.py:1158 +msgid "Enter a valid date." +msgstr "Zapodajće płaćiwy datum." + +#: forms/fields.py:438 forms/fields.py:1159 +msgid "Enter a valid time." +msgstr "Zapodajće płaćiwy čas." + +#: forms/fields.py:460 +msgid "Enter a valid date/time." +msgstr "Zapodajće płaćiwy datum/čas." + +#: forms/fields.py:489 +msgid "Enter a valid duration." +msgstr "Zapodajće płaćiwe traće." + +#: forms/fields.py:556 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Žana dataja je so pósłała. Přepruwujće kodowanski typ we formularje." + +#: forms/fields.py:557 +msgid "No file was submitted." +msgstr "Žana dataja je so pósłała." + +#: forms/fields.py:558 +msgid "The submitted file is empty." +msgstr "Pósłana dataja je prózdna." + +#: forms/fields.py:560 +#, python-format +msgid "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješko (ma %(length)d)." +msgstr[1] "Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješce (ma %(length)d)." +msgstr[2] "Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješka (ma %(length)d)." +msgstr[3] "Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješkow (ma %(length)d)." + +#: forms/fields.py:563 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Prošu zapodajće dataju abo stajće hóčku do kontrolneho kašćika, nic wobě." + +#: forms/fields.py:625 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Nahrajće płaćiwy wobraz. Dataja, kotruž sće nahrał, pak njebě wobraz pak bě wobškodźeny wobraz. " + +#: forms/fields.py:792 forms/fields.py:886 forms/models.py:1230 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Wubjerće płaćiwu wolensku móžnosć. %(value)s žana k dispoziciji stejacych wolenskich móžnosćow njeje. " + +#: forms/fields.py:887 forms/fields.py:1002 forms/models.py:1229 +msgid "Enter a list of values." +msgstr "Zapodajće lisćinu hódnotow." + +#: forms/fields.py:1003 +msgid "Enter a complete value." +msgstr "Zapodajće dospołnu hódnotu." + +#: forms/fields.py:1217 +msgid "Enter a valid UUID." +msgstr "Zapodajće płaćiwy UUID." + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:84 +msgid ":" +msgstr ":" + +#: forms/forms.py:191 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane polo field %(name)s) %(error)s" + +#: forms/formsets.py:97 +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Daty ManagementForm faluja abo su so sfalšowali" + +#: forms/formsets.py:345 +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Prošu wotpósćelće %d formular" +msgstr[1] "Prošu wotpósćelće %d formularaj abo mjenje" +msgstr[2] "Prošu wotpósćelće %d formulary abo mjenje" +msgstr[3] "Prošu wotpósćelće %d formularow abo mjenje" + +#: forms/formsets.py:352 +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Prošu wotpósćelće %d formular abo wjace" +msgstr[1] "Prošu wotpósćelće %d formularaj abo wjace" +msgstr[2] "Prošu wotpósćelće %d formulary abo wjace" +msgstr[3] "Prošu wotpósćelće %d formularow abo wjace" + +#: forms/formsets.py:380 forms/formsets.py:382 +msgid "Order" +msgstr "Porjad" + +#: forms/formsets.py:384 +msgid "Delete" +msgstr "Zhašeć" + +#: forms/models.py:721 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prošu porjedźće dwójne daty za %(field)s." + +#: forms/models.py:725 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Prošu porjedźće dwójne daty za %(field)s, kotrež dyrbja jónkróćne być." + +#: forms/models.py:731 +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "Prošu porjedźće dwójne daty za %(field_name)s, kotrež dyrbja za %(lookup)s w %(date_field)s jónkróćne być." + +#: forms/models.py:739 +msgid "Please correct the duplicate values below." +msgstr "Prošu porjedźće slědowace dwójne hódnoty." + +#: forms/models.py:1063 +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Nutřkowny cuzy kluč primarnemu klučej nadrjadowaneje instancy njewotpowěduje." + +#: forms/models.py:1123 +msgid "" +"Select a valid choice. That choice is not one of the available choices." +msgstr "Wubjerće płaćiwu wolensku móžnosć. Tuta wolenska móžnosć jedna z k dispoziciji stejacych wolenskich móžnosćow njeje." + +#: forms/models.py:1232 +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" płaćiwa hódnota za primarny kluč njeje." + +#: forms/utils.py:172 +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "%(datetime)s njeda so w časowym pasmje %(current_timezone)s interpretować; je snano dwuzmyslny abo njeeksistuje." + +#: forms/widgets.py:353 +msgid "Currently" +msgstr "Tuchwilu" + +#: forms/widgets.py:354 +msgid "Change" +msgstr "Změnić" + +#: forms/widgets.py:355 +msgid "Clear" +msgstr "Zhašeć" + +#: forms/widgets.py:570 +msgid "Unknown" +msgstr "Njeznaty" + +#: forms/widgets.py:571 +msgid "Yes" +msgstr "Haj" + +#: forms/widgets.py:572 +msgid "No" +msgstr "Ně" + +#: template/defaultfilters.py:867 +msgid "yes,no,maybe" +msgstr "ha,ně,snano" + +#: template/defaultfilters.py:896 template/defaultfilters.py:908 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajtaj" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#: template/defaultfilters.py:910 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: template/defaultfilters.py:912 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: template/defaultfilters.py:914 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: template/defaultfilters.py:916 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: template/defaultfilters.py:918 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: utils/dateformat.py:61 +msgid "p.m." +msgstr "popołdnju" + +#: utils/dateformat.py:62 +msgid "a.m." +msgstr "dopołdnja" + +#: utils/dateformat.py:67 +msgid "PM" +msgstr "popołdnju" + +#: utils/dateformat.py:68 +msgid "AM" +msgstr "dopołdnja" + +#: utils/dateformat.py:151 +msgid "midnight" +msgstr "połnoc" + +#: utils/dateformat.py:153 +msgid "noon" +msgstr "připołdnjo" + +#: utils/dates.py:6 +msgid "Monday" +msgstr "Póndźela" + +#: utils/dates.py:6 +msgid "Tuesday" +msgstr "Wutora" + +#: utils/dates.py:6 +msgid "Wednesday" +msgstr "Srjeda" + +#: utils/dates.py:6 +msgid "Thursday" +msgstr "Štwórtk" + +#: utils/dates.py:6 +msgid "Friday" +msgstr "Pjatk" + +#: utils/dates.py:7 +msgid "Saturday" +msgstr "Sobota" + +#: utils/dates.py:7 +msgid "Sunday" +msgstr "Njedźela" + +#: utils/dates.py:10 +msgid "Mon" +msgstr "Pón" + +#: utils/dates.py:10 +msgid "Tue" +msgstr "Wut" + +#: utils/dates.py:10 +msgid "Wed" +msgstr "Srj" + +#: utils/dates.py:10 +msgid "Thu" +msgstr "Štw" + +#: utils/dates.py:10 +msgid "Fri" +msgstr "Pja" + +#: utils/dates.py:11 +msgid "Sat" +msgstr "Sob" + +#: utils/dates.py:11 +msgid "Sun" +msgstr "Nje" + +#: utils/dates.py:18 +msgid "January" +msgstr "Januar" + +#: utils/dates.py:18 +msgid "February" +msgstr "Februar" + +#: utils/dates.py:18 +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:18 +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:18 +msgid "May" +msgstr "Meja" + +#: utils/dates.py:18 +msgid "June" +msgstr "Junij" + +#: utils/dates.py:19 +msgid "July" +msgstr "Julij" + +#: utils/dates.py:19 +msgid "August" +msgstr "Awgust" + +#: utils/dates.py:19 +msgid "September" +msgstr "September" + +#: utils/dates.py:19 +msgid "October" +msgstr "Oktober" + +#: utils/dates.py:19 +msgid "November" +msgstr "Nowember" + +#: utils/dates.py:20 +msgid "December" +msgstr "December" + +#: utils/dates.py:23 +msgid "jan" +msgstr "jan." + +#: utils/dates.py:23 +msgid "feb" +msgstr "feb." + +#: utils/dates.py:23 +msgid "mar" +msgstr "měr." + +#: utils/dates.py:23 +msgid "apr" +msgstr "apr." + +#: utils/dates.py:23 +msgid "may" +msgstr "mej." + +#: utils/dates.py:23 +msgid "jun" +msgstr "jun." + +#: utils/dates.py:24 +msgid "jul" +msgstr "jul." + +#: utils/dates.py:24 +msgid "aug" +msgstr "awg." + +#: utils/dates.py:24 +msgid "sep" +msgstr "sep." + +#: utils/dates.py:24 +msgid "oct" +msgstr "okt." + +#: utils/dates.py:24 +msgid "nov" +msgstr "now." + +#: utils/dates.py:24 +msgid "dec" +msgstr "dec." + +#: utils/dates.py:31 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +#: utils/dates.py:32 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +#: utils/dates.py:33 +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:34 +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:35 +msgctxt "abbrev. month" +msgid "May" +msgstr "Meja" + +#: utils/dates.py:36 +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +#: utils/dates.py:37 +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +#: utils/dates.py:38 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +#: utils/dates.py:39 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +#: utils/dates.py:40 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +#: utils/dates.py:41 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +#: utils/dates.py:42 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +#: utils/dates.py:45 +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +#: utils/dates.py:46 +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +#: utils/dates.py:47 +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +#: utils/dates.py:48 +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +#: utils/dates.py:49 +msgctxt "alt. month" +msgid "May" +msgstr "Meja" + +#: utils/dates.py:50 +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +#: utils/dates.py:51 +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +#: utils/dates.py:52 +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +#: utils/dates.py:53 +msgctxt "alt. month" +msgid "September" +msgstr "September" + +#: utils/dates.py:54 +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +#: utils/dates.py:55 +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +#: utils/dates.py:56 +msgctxt "alt. month" +msgid "December" +msgstr "December" + +#: utils/ipv6.py:10 +msgid "This is not a valid IPv6 address." +msgstr "To płaćiwa IPv6-adresa njeje." + +#: utils/text.py:77 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +#: utils/text.py:246 +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:265 utils/timesince.py:63 +msgid ", " +msgstr ", " + +#: utils/timesince.py:11 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d lěto" +msgstr[1] "%d lěće" +msgstr[2] "%d lěta" +msgstr[3] "%d lět" + +#: utils/timesince.py:12 +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d měsac" +msgstr[1] "%d měsacaj" +msgstr[2] "%d měsacy" +msgstr[3] "%d měsacow" + +#: utils/timesince.py:13 +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tydźeń" +msgstr[1] "%d njedźeli" +msgstr[2] "%d njedźele" +msgstr[3] "%d njedźel" + +#: utils/timesince.py:14 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dźeń" +msgstr[1] "%d njej" +msgstr[2] "%d dny" +msgstr[3] "%d dnjow" + +#: utils/timesince.py:15 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hodźina" +msgstr[1] "%d hodźinje" +msgstr[2] "%d hodźiny" +msgstr[3] "%d hodźin" + +#: utils/timesince.py:16 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d mjeńšina" +msgstr[1] "%d mjeńšinje" +msgstr[2] "%d mjeńšiny" +msgstr[3] "%d mjeńšin" + +#: utils/timesince.py:52 +msgid "0 minutes" +msgstr "0 mjeńšin" + +#: views/csrf.py:107 +msgid "Forbidden" +msgstr "Zakazany" + +#: views/csrf.py:108 +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-přepruwowanje je so nimokuliło. Naprašowanje je so přetorhnyło." + +#: views/csrf.py:112 +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "Widźiće tutu zdźělenku, dokelž HTTPS-sydło 'hłowu Referer' trjeba, zo by so do webwobhladowaka słało, ale njeje so pósłała. Tuta hłowa je z přičinow wěstoty trěbna, zo by so zawěsćiło, zo waš wobhladowak so wot třećich njekapruje." + +#: views/csrf.py:117 +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "Jei sće swój wobhladowak tak konfigurował, zo su hłowy 'Referer' znjemóžnjene, zmóžńće je, znajmjeńša za tute sydło abo za HTTPS-zwiski abo za naprašowanja 'sameorigin'." + +#: views/csrf.py:122 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "Widźiće tutu zdźělenku, dokelž tute sydło CSRF-plack trjeba, hdyž so formulary wotesyłaja. Tutón plack je z přičinow wěstoty trěbny, zo by so waš wobhladowak wot třećich njekapruje." + +#: views/csrf.py:127 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "Jeli sće swój wobhladowak tak konfigurował, zo su placki znjemóžnjene, zmóžńće je zaso, znajmjeńša za tute sydło abo za naprašowanja 'same-origin'." + +#: views/csrf.py:132 +msgid "More information is available with DEBUG=True." +msgstr "Z DEBUG=True su dalše informacije k dispoziciji." + +#: views/debug.py:508 +msgid "Welcome to Django" +msgstr "Witajće k Django" + +#: views/debug.py:509 +msgid "It worked!" +msgstr "Je so fungowało!" + +#: views/debug.py:510 +msgid "Congratulations on your first Django-powered page." +msgstr "Zbožopřeće k wašej prěnjej stronje spěchowanej přez Django." + +#: views/debug.py:511 +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "Njejsće wězo hišće žane dźěło činił. Wuwjedźće tuž jako přichodne python manage.py startapp [app_label], zo byšće swóje prěnje nałoženje startował." + +#: views/debug.py:513 +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "Widźiće tutu zdźělenku, dokelž maće DEBUG = True w swojej dataji nastajenjow Django a njejsće URL skonfigurował. Dajće do dźěła!" + +#: views/generic/dates.py:48 +msgid "No year specified" +msgstr "Žane lěto podate" + +#: views/generic/dates.py:104 +msgid "No month specified" +msgstr "Žadyn měsac podaty" + +#: views/generic/dates.py:163 +msgid "No day specified" +msgstr "Žadyn dźeń podaty" + +#: views/generic/dates.py:219 +msgid "No week specified" +msgstr "Žadyn tydźeń podaty" + +#: views/generic/dates.py:378 views/generic/dates.py:406 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žadyn %(verbose_name_plural)s k dispoziciji njeje" + +#: views/generic/dates.py:660 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because " +"%(class_name)s.allow_future is False." +msgstr "Přichodowe %(verbose_name_plural)s k dispoziciji njejsu, dokelž hódnota %(class_name)s.allow_future je False." + +#: views/generic/dates.py:694 +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Njepłaćiwy '%(format)s' za datumowy znamješkowy rjaćazk '%(datestr)s' podaty" + +#: views/generic/detail.py:55 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žane %(verbose_name)s namakane, kotrež naprašowanju wotpowěduje" + +#: views/generic/list.py:76 +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Strona 'last' njeje, ani njeda so do int konwertować." + +#: views/generic/list.py:81 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaćiwa strona (%(page_number)s): %(message)s" + +#: views/generic/list.py:172 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prózdna lisćina a '%(class_name)s.allow_empty' je False." + +#: views/static.py:58 +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indeksy tu dowolone njejsu." + +#: views/static.py:60 +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" njeeksistuje" + +#: views/static.py:100 +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" diff --git a/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c9f6a0c3f462799f17e8bece3eef0f363be7cd7 GIT binary patch literal 16818 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

3~%WTn1tvzueu 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 I_s#Er0r$xq-2eap literal 0 HcmV?d00001 diff --git a/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po b/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..44f76808dd --- /dev/null +++ b/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,858 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 16:37+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admin/actions.py:50 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s su se wulašowali." + +#: contrib/admin/actions.py:62 contrib/admin/options.py:1707 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njedajo se lašowaś" + +#: contrib/admin/actions.py:64 contrib/admin/options.py:1709 +msgid "Are you sure?" +msgstr "Sćo se wěsty?" + +#: contrib/admin/actions.py:89 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s lašowaś" + +#: contrib/admin/apps.py:11 +msgid "Administration" +msgstr "Administracija" + +#: contrib/admin/filters.py:107 contrib/admin/filters.py:205 +#: contrib/admin/filters.py:241 contrib/admin/filters.py:278 +#: contrib/admin/filters.py:384 +msgid "All" +msgstr "Wšykne" + +#: contrib/admin/filters.py:242 +msgid "Yes" +msgstr "Jo" + +#: contrib/admin/filters.py:243 +msgid "No" +msgstr "Ně" + +#: contrib/admin/filters.py:257 +msgid "Unknown" +msgstr "Njeznaty" + +#: contrib/admin/filters.py:316 +msgid "Any date" +msgstr "Někaki datum" + +#: contrib/admin/filters.py:317 +msgid "Today" +msgstr "Źinsa" + +#: contrib/admin/filters.py:321 +msgid "Past 7 days" +msgstr "Zachadne 7 dnjow" + +#: contrib/admin/filters.py:325 +msgid "This month" +msgstr "Toś ten mjasec" + +#: contrib/admin/filters.py:329 +msgid "This year" +msgstr "W tom lěśe" + +#: contrib/admin/filters.py:359 +msgid "No date" +msgstr "Žeden datum" + +#: contrib/admin/filters.py:360 +msgid "Has date" +msgstr "Ma datum" + +#: contrib/admin/forms.py:14 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note" +" that both fields may be case-sensitive." +msgstr "Pšosym zapódajśo korektne %(username)s a gronidło za personalne konto. Źiwajśo na to, až wobej póli móžotej mjazy wjeliko- a małopisanim rozeznawaś." + +#: contrib/admin/helpers.py:27 +msgid "Action:" +msgstr "Akcija:" + +#: contrib/admin/helpers.py:286 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dalšne %(verbose_name)s pśidaś" + +#: contrib/admin/helpers.py:289 +msgid "Remove" +msgstr "Wótpóraś" + +#: contrib/admin/models.py:39 +msgid "action time" +msgstr "akciski cas" + +#: contrib/admin/models.py:46 +msgid "user" +msgstr "wužywaŕ" + +#: contrib/admin/models.py:51 +msgid "content type" +msgstr "wopśimjeśowy typ" + +#: contrib/admin/models.py:54 +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +#: contrib/admin/models.py:56 +msgid "object repr" +msgstr "objektowa reprezentacija" + +#: contrib/admin/models.py:57 +msgid "action flag" +msgstr "akciske markěrowanje" + +#: contrib/admin/models.py:59 +msgid "change message" +msgstr "změnowa powěźeńka" + +#: contrib/admin/models.py:64 +msgid "log entry" +msgstr "protokolowy zapisk" + +#: contrib/admin/models.py:65 +msgid "log entries" +msgstr "protokolowe zapiski" + +#: contrib/admin/models.py:74 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "„%(object)s“ pśidane." + +#: contrib/admin/models.py:76 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "„%(object)s“ změnjone - %(changes)s" + +#: contrib/admin/models.py:81 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "„%(object)s“ wulašowane." + +#: contrib/admin/models.py:83 +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#: contrib/admin/models.py:109 +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} „{object} pśidany." + +#: contrib/admin/models.py:111 +msgid "Added." +msgstr "Pśidany." + +#: contrib/admin/models.py:115 contrib/admin/options.py:1917 +msgid "and" +msgstr "a" + +#: contrib/admin/models.py:119 +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} za {name} „{object} změnjone." + +#: contrib/admin/models.py:123 +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjone." + +#: contrib/admin/models.py:127 +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Deleted {name} „{object} wulašowane." + +#: contrib/admin/models.py:130 +msgid "No fields changed." +msgstr "Žedne póla změnjone." + +#: contrib/admin/options.py:196 contrib/admin/options.py:225 +msgid "None" +msgstr "Žeden" + +#: contrib/admin/options.py:261 +msgid "Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "´Źaržćo „ctrl“ abo „cmd“ na Mac tłocony, aby wusej jadnogo wubrał." + +#: contrib/admin/options.py:1115 contrib/admin/options.py:1186 +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" jo se wuspěšnje pśidał. Móžośo jen dołojce znowego wobźěłowaś." + +#: contrib/admin/options.py:1129 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" jo se wuspěšnje pśidał. Móžośo dołojce dalšne {name} pśidaś." + +#: contrib/admin/options.py:1139 +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" jo se wuspěšnje pśidał." + +#: contrib/admin/options.py:1176 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" jo se wuspěšnje změnił. Móžośo jen dołojce znowego wobźěłowaś." + +#: contrib/admin/options.py:1199 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" jo se wuspěšnje změnił. Móžośo dołojce dalšne {name} pśidaś." + +#: contrib/admin/options.py:1211 +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" jo se wuspěšnje změnił." + +#: contrib/admin/options.py:1296 contrib/admin/options.py:1564 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "Zapiski muse se wubraś, aby akcije na nje nałožowało. Zapiski njejsu se změnili." + +#: contrib/admin/options.py:1315 +msgid "No action selected." +msgstr "Žedna akcija wubrana." + +#: contrib/admin/options.py:1336 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" jo se wuspěšnje wulašował." + +#: contrib/admin/options.py:1424 contrib/admin/options.py:1682 +#: contrib/admin/options.py:1738 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klucom %(key)r njeeksistěrujo." + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Add %s" +msgstr "%s pśidaś" + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Change %s" +msgstr "%s změniś" + +#: contrib/admin/options.py:1543 +msgid "Database error" +msgstr "Zmólka datoweje banki" + +#: contrib/admin/options.py:1606 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s jo se wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej se wuspěšnje změniłej." +msgstr[2] "%(count)s %(name)s su se wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s jo se wuspěšnje změniło." + +#: contrib/admin/options.py:1633 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "Wšykne %(total_count)s wubranej" +msgstr[2] "Wšykne %(total_count)s wubrane" +msgstr[3] "Wšykne %(total_count)s wubranych" + +#: contrib/admin/options.py:1639 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +#: contrib/admin/options.py:1755 +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#: contrib/admin/options.py:1911 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#: contrib/admin/options.py:1918 +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "Aby se %(class_name)s %(instance)s lašowało, muse se slědujuce šćitane objekty lašowaś: %(related_objects)s" + +#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "Administrator sedła Django" + +#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "Administracija Django" + +#: contrib/admin/sites.py:46 +msgid "Site administration" +msgstr "Sedłowa administracija" + +#: contrib/admin/sites.py:398 contrib/admin/templates/admin/login.html.py:61 +#: contrib/admin/templates/registration/password_reset_complete.html:18 +#: contrib/admin/tests.py:131 +msgid "Log in" +msgstr "Pśizjawiś" + +#: contrib/admin/sites.py:525 +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "Bok njejo se namakał" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "Jo nam luto, ale pominany bok njedajo se namakaś." + +#: contrib/admin/templates/admin/500.html:6 +#: contrib/admin/templates/admin/app_index.html:9 +#: contrib/admin/templates/admin/auth/user/change_password.html:13 +#: contrib/admin/templates/admin/base.html:56 +#: contrib/admin/templates/admin/change_form.html:18 +#: contrib/admin/templates/admin/change_list.html:31 +#: contrib/admin/templates/admin/delete_confirmation.html:13 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:13 +#: contrib/admin/templates/admin/invalid_setup.html:6 +#: contrib/admin/templates/admin/object_history.html:6 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_change_done.html:6 +#: contrib/admin/templates/registration/password_change_form.html:7 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:6 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Startowy bok" + +#: contrib/admin/templates/admin/500.html:7 +msgid "Server error" +msgstr "Serwerowa zmólka" + +#: contrib/admin/templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Serwerowa zmólka (500)" + +#: contrib/admin/templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Serwerowa zmólka (500)" + +#: contrib/admin/templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "Zmólka jo nastała. Jo se sedłowym administratoram pśez e-mail k wěsći dała a by dejała se skóro wótpóraś. Źěkujomse za wašu sćerpmosć." + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjasć" + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Go" +msgstr "Start" + +#: contrib/admin/templates/admin/actions.html:10 +msgid "Click here to select the objects across all pages" +msgstr "Klikniśo how, aby objekty wšych bokow wubrał" + +#: contrib/admin/templates/admin/actions.html:10 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjeŕśo wšykne %(total_count)s %(module_name)s" + +#: contrib/admin/templates/admin/actions.html:12 +msgid "Clear selection" +msgstr "Wuběrk lašowaś" + +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user" +" options." +msgstr "Zapódajśo nejpjerwjej wužywarske mě a gronidło. Pótom móžośo dalšne wužywarske nastajenja wobźěłowaś." + +#: contrib/admin/templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Zapódajśo wužywarske mě a gronidło." + +#: contrib/admin/templates/admin/auth/user/change_password.html:17 +#: contrib/admin/templates/admin/auth/user/change_password.html:54 +#: contrib/admin/templates/admin/base.html:44 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Gronidło změniś" + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the error below." +msgstr "Pšosym skorigěrujśo slědujucu zmólku." + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the errors below." +msgstr "Pšosym skorigěrujśo slědujuce zmólki." + +#: contrib/admin/templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapódajśo nowe gronidło za wužywarja %(username)s." + +#: contrib/admin/templates/admin/base.html:30 +msgid "Welcome," +msgstr "Witajśo," + +#: contrib/admin/templates/admin/base.html:35 +msgid "View site" +msgstr "Sedło pokazaś" + +#: contrib/admin/templates/admin/base.html:40 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admin/templates/admin/base.html:46 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Wótzjawiś" + +#: contrib/admin/templates/admin/change_form.html:21 +#: contrib/admin/templates/admin/change_list.html:49 +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s pśidaś" + +#: contrib/admin/templates/admin/change_form.html:33 +#: contrib/admin/templates/admin/object_history.html:10 +msgid "History" +msgstr "Historija" + +#: contrib/admin/templates/admin/change_form.html:35 +#: contrib/admin/templates/admin/edit_inline/stacked.html:14 +#: contrib/admin/templates/admin/edit_inline/tabular.html:36 +msgid "View on site" +msgstr "Na sedle pokazaś" + +#: contrib/admin/templates/admin/change_list.html:69 +msgid "Filter" +msgstr "Filtrowaś" + +#: contrib/admin/templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wótpóraś" + +#: contrib/admin/templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowański rěd: %(priority_number)s" + +#: contrib/admin/templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Sortěrowanje pśešaltowaś" + +#: contrib/admin/templates/admin/delete_confirmation.html:17 +#: contrib/admin/templates/admin/related_widget_wrapper.html:23 +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Delete" +msgstr "Lašowaś" + +#: contrib/admin/templates/admin/delete_confirmation.html:23 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "Gaž se %(object_name)s '%(escaped_object)s' lašujo, se pśisłušne objekty wulašuju, ale wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#: contrib/admin/templates/admin/delete_confirmation.html:30 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the" +" following protected related objects:" +msgstr "Aby se %(object_name)s '%(escaped_object)s' lašujo, muse se slědujuce šćitane pśisłušne objekty lašowaś:" + +#: contrib/admin/templates/admin/delete_confirmation.html:37 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "Cośo napšawdu %(object_name)s „%(escaped_object)s“ lašowaś? Wšykne slědujuce pśisłušne zapiski se wulašuju: " + +#: contrib/admin/templates/admin/delete_confirmation.html:39 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:38 +msgid "Objects" +msgstr "Objekty" + +#: contrib/admin/templates/admin/delete_confirmation.html:46 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:49 +msgid "Yes, I'm sure" +msgstr "Jo, som se wěsty" + +#: contrib/admin/templates/admin/delete_confirmation.html:47 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:50 +msgid "No, take me back" +msgstr "Ně, pšosym slědk" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:16 +msgid "Delete multiple objects" +msgstr "Někotare objekty lašowaś" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:22 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "Gaž lašujośo wubrany %(objects_name)s, se pśisłušne objekty wulašuju, ale wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "Aby wubrany %(objects_name)s lašowało, muse se slědujuce šćitane pśisłušne objekty lašowaś:" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:36 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "Cośo napšawdu wubrany %(objects_name)s lašowaś? Wšykne slědujuce objekty a jich pśisłušne zapiski se wulašuju:" + +#: contrib/admin/templates/admin/edit_inline/stacked.html:12 +#: contrib/admin/templates/admin/edit_inline/tabular.html:34 +#: contrib/admin/templates/admin/index.html:37 +#: contrib/admin/templates/admin/related_widget_wrapper.html:9 +msgid "Change" +msgstr "Změniś" + +#: contrib/admin/templates/admin/edit_inline/tabular.html:20 +msgid "Delete?" +msgstr "Lašowaś?" + +#: contrib/admin/templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr " Pó %(filter_title)s " + +#: contrib/admin/templates/admin/includes/object_delete_summary.html:2 +msgid "Summary" +msgstr "Zespominanje" + +#: contrib/admin/templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +#: contrib/admin/templates/admin/index.html:31 +#: contrib/admin/templates/admin/related_widget_wrapper.html:16 +msgid "Add" +msgstr "Pśidaś" + +#: contrib/admin/templates/admin/index.html:47 +msgid "You don't have permission to edit anything." +msgstr "Njejsćo pšawo něco wobźěłowaś." + +#: contrib/admin/templates/admin/index.html:55 +msgid "Recent actions" +msgstr "Nejnowše akcije" + +#: contrib/admin/templates/admin/index.html:56 +msgid "My actions" +msgstr "Móje akcije" + +#: contrib/admin/templates/admin/index.html:60 +msgid "None available" +msgstr "Žeden k dispoziciji" + +#: contrib/admin/templates/admin/index.html:74 +msgid "Unknown content" +msgstr "Njeznate wopśimjeśe" + +#: contrib/admin/templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate" +" database tables have been created, and make sure the database is readable " +"by the appropriate user." +msgstr "Něco jo z wašeju instalaciju datoweje banki kśiwje šło. Pśeznańśo se, až wótpowědne tabele datoweje banki su se napórali a pótom, až datowa banka dajo se wót wótpówědnego wužywarja cytaś." + +#: contrib/admin/templates/admin/login.html:37 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this" +" page. Would you like to login to a different account?" +msgstr "Sćo ako %(username)s awtentificěrowany, ale njamaśo pśistup na toś ten bok. Cośo se pla drugego konta pśizjawiś?" + +#: contrib/admin/templates/admin/login.html:57 +msgid "Forgotten your password or username?" +msgstr "Sćo swójo gronidło abo wužywarske mě zabył?" + +#: contrib/admin/templates/admin/object_history.html:22 +msgid "Date/time" +msgstr "Datum/cas" + +#: contrib/admin/templates/admin/object_history.html:23 +msgid "User" +msgstr "Wužywaŕ" + +#: contrib/admin/templates/admin/object_history.html:24 +msgid "Action" +msgstr "Akcija" + +#: contrib/admin/templates/admin/object_history.html:38 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this" +" admin site." +msgstr "Toś ten objekt njama změnowu historiju. Jo se nejskerjej pśez toś to administratorowe sedło pśidał." + +#: contrib/admin/templates/admin/pagination.html:10 +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Show all" +msgstr "Wšykne pokazaś" + +#: contrib/admin/templates/admin/pagination.html:11 +#: contrib/admin/templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Składowaś" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing..." +msgstr "Wuskokujuce wokno se zacynja..." + +#: contrib/admin/templates/admin/related_widget_wrapper.html:8 +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změniś" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:15 +#, python-format +msgid "Add another %(model)s" +msgstr "Dalšny %(model)s pśidaś" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:22 +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s lašowaś" + +#: contrib/admin/templates/admin/search_form.html:7 +msgid "Search" +msgstr "Pytaś" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědka" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dogromady" + +#: contrib/admin/templates/admin/submit_line.html:8 +msgid "Save as new" +msgstr "Ako nowy składowaś" + +#: contrib/admin/templates/admin/submit_line.html:9 +msgid "Save and add another" +msgstr "Składowaś a dalšny pśidaś" + +#: contrib/admin/templates/admin/submit_line.html:10 +msgid "Save and continue editing" +msgstr "Składowaś a dalej wobźěłowaś" + +#: contrib/admin/templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Źěkujomy se, až sćo źinsa wěsty cas na websedle pśebywał." + +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Hyšći raz pśizjawiś" + +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:8 +msgid "Password change" +msgstr "Gronidło změniś" + +#: contrib/admin/templates/registration/password_change_done.html:14 +msgid "Your password was changed." +msgstr "Wašo gronidło jo se změniło." + +#: contrib/admin/templates/registration/password_change_form.html:26 +msgid "" +"Please enter your old password, for security's sake, and then enter your new" +" password twice so we can verify you typed it in correctly." +msgstr "Pšosym zapódajśo k swójej wěstośe swójo stare gronidło a pótom swójo nowe gronidło dwójcy, aby my mógli pśeglědowaś, lěc sćo jo korektnje zapisał." + +#: contrib/admin/templates/registration/password_change_form.html:54 +#: contrib/admin/templates/registration/password_reset_confirm.html:24 +msgid "Change my password" +msgstr "Mójo gronidło změniś" + +#: contrib/admin/templates/registration/password_reset_complete.html:7 +#: contrib/admin/templates/registration/password_reset_done.html:7 +#: contrib/admin/templates/registration/password_reset_form.html:7 +msgid "Password reset" +msgstr "Gronidło jo se slědk stajiło" + +#: contrib/admin/templates/registration/password_reset_complete.html:16 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Wašo gronidło jo se póstajiło. Móžośo pókšacowaś a se něnto pśizjawiś." + +#: contrib/admin/templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Wobkšuśenje slědkstajenja gronidła" + +#: contrib/admin/templates/registration/password_reset_confirm.html:17 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Pšosym zapódajśo swójo nowe gronidło dwójcy, aby my mógli pśeglědowaś, lěc sći jo korektnje zapisał." + +#: contrib/admin/templates/registration/password_reset_confirm.html:21 +msgid "New password:" +msgstr "Nowe gronidło:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:23 +msgid "Confirm password:" +msgstr "Gronidło wobkšuśiś:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:29 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "Wótkaz za slědkstajenje gronidła jo njepłaśiwy był, snaź dokulaž jo se južo wužył. Pšosym pšosćo wó nowe slědkstajenje gronidła." + +#: contrib/admin/templates/registration/password_reset_done.html:15 +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "Smy wam instrukcije za nastajenje wašogo gronidła pśez e-mail pósłali, jolic konto ze zapódaneju e-mailoweju adresu eksistěrujo. Wy by dejał ju skóro dostaś." + +#: contrib/admin/templates/registration/password_reset_done.html:17 +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "Jolic mejlku njedostawaśo, pśeznańśo se, až sćo adresu zapódał, z kótarejuž sćo zregistrěrował, a pśeglědajśo swój spamowy zarědnik." + +#: contrib/admin/templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "Dostawaśo toś tu mejlku, dokulaž sćo za swójo wužywarske konto na %(site_name)s wó slědkstajenje gronidła pšosył." + +#: contrib/admin/templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Pšosym źiśo k slědujucemu bokoju a wubjeŕśo nowe gronidło:" + +#: contrib/admin/templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "Wašo wužywarske mě, jolic sćo jo zabył:" + +#: contrib/admin/templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Wjeliki źěk za wužywanje našogo sedła!" + +#: contrib/admin/templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +#: contrib/admin/templates/registration/password_reset_form.html:15 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "Sćo swójo gronidło zabył? Zapódajśo dołojce swóju e-mailowu adresu a pósćelomy wam instrukcije za nastajenje nowego gronidła pśez e-mail." + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Email address:" +msgstr "E-mailowa adresa:" + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Reset my password" +msgstr "Mójo gronidło slědk stajiś" + +#: contrib/admin/templatetags/admin_list.py:387 +msgid "All dates" +msgstr "Wšykne daty" + +#: contrib/admin/views/main.py:81 +#, python-format +msgid "Select %s" +msgstr "%s wubraś" + +#: contrib/admin/views/main.py:83 +#, python-format +msgid "Select %s to change" +msgstr "%s wubraś, aby se změniło" + +#: contrib/admin/widgets.py:92 +msgid "Date:" +msgstr "Datum:" + +#: contrib/admin/widgets.py:93 +msgid "Time:" +msgstr "Cas:" + +#: contrib/admin/widgets.py:175 +msgid "Lookup" +msgstr "Pytanje" + +#: contrib/admin/widgets.py:363 +msgid "Currently:" +msgstr "Tuchylu:" + +#: contrib/admin/widgets.py:364 +msgid "Change:" +msgstr "Změniś:" diff --git a/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7735d9f3608d535cd72a3bf58fc53b63233c3500 GIT binary patch literal 5016 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 T;-w3sY{l`WC_Ax)fQI6~(WCuK literal 0 HcmV?d00001 diff --git a/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..430a861b26 --- /dev/null +++ b/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po @@ -0,0 +1,271 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 13:24+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admin/static/admin/js/SelectFilter2.js:47 +#, javascript-format +msgid "Available %s" +msgstr "K dispoziciji stojece %s" + +#: contrib/admin/static/admin/js/SelectFilter2.js:53 +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "To jo lisćina k dispoziciji stojecych %s. Klikniśo na šypku „Wubraś“ mjazy kašćikoma, aby někotare z nich w slědujucem kašćiku wubrał. " + +#: contrib/admin/static/admin/js/SelectFilter2.js:69 +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Zapišćo do toś togo póla, aby zapiski z lisćiny k dispoziciji stojecych %s wufiltrował. " + +#: contrib/admin/static/admin/js/SelectFilter2.js:74 +msgid "Filter" +msgstr "Filtrowaś" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +msgid "Choose all" +msgstr "Wšykne wubraś" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikniśo, aby wšykne %s naraz wubrał." + +#: contrib/admin/static/admin/js/SelectFilter2.js:84 +msgid "Choose" +msgstr "Wubraś" + +#: contrib/admin/static/admin/js/SelectFilter2.js:86 +msgid "Remove" +msgstr "Wótpóraś" + +#: contrib/admin/static/admin/js/SelectFilter2.js:92 +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#: contrib/admin/static/admin/js/SelectFilter2.js:98 +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "To jo lisćina wubranych %s. Klikniśo na šypku „Wótpóraś“ mjazy kašćikoma, aby někotare z nich w slědujucem kašćiku wótpórał." + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +msgid "Remove all" +msgstr "Wšykne wótpóraś" + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikniśo, aby wšykne wubrane %s naraz wótpórał." + +#: contrib/admin/static/admin/js/actions.js:47 +#: contrib/admin/static/admin/js/actions.min.js:2 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +#: contrib/admin/static/admin/js/actions.js:116 +#: contrib/admin/static/admin/js/actions.min.js:4 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "Maśo njeskładowane změny za jadnotliwe wobźěłujobne póla. Jolic akciju wuwjeźośo, se waše njeskładowane změny zgubiju." + +#: contrib/admin/static/admin/js/actions.js:128 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "Sćo akciju wubrał, ale njejsćo hyšći swóje změny za jadnotliwe póla składował, Pšosym klikniśo na W pórěźe, aby składował. Musyśo akciju znowego wuwjasć." + +#: contrib/admin/static/admin/js/actions.js:130 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "Sćo akciju wubrał, ale njejsćo jadnotliwe póla změnił. Nejskerjej pytaśo skerjej za tłocaškom Start ako za tłocaškom Składowaś." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:74 +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu pśéd serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje pśéd serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny pśéd serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin pśéd serwerowym casom." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:82 +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu za serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje za serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny za serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin za serwerowym casom." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:109 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:149 +msgid "Now" +msgstr "Něnto" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:116 +msgid "Choose a Time" +msgstr "Wubjeŕśo cas" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:146 +msgid "Choose a time" +msgstr "Wubjeŕśo cas" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:150 +msgid "Midnight" +msgstr "Połnoc" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:151 +msgid "6 a.m." +msgstr "6:00 góź. dopołdnja" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:152 +msgid "Noon" +msgstr "Połdnjo" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:153 +msgid "6 p.m." +msgstr "6:00 wótpołdnja" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:157 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:281 +msgid "Cancel" +msgstr "Pśetergnuś" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:217 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:274 +msgid "Today" +msgstr "Źinsa" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:224 +msgid "Choose a Date" +msgstr "Wubjeŕśo datum" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:272 +msgid "Yesterday" +msgstr "Cora" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:276 +msgid "Tomorrow" +msgstr "Witśe" + +#: contrib/admin/static/admin/js/calendar.js:12 +msgid "January" +msgstr "Januar" + +#: contrib/admin/static/admin/js/calendar.js:13 +msgid "February" +msgstr "Februar" + +#: contrib/admin/static/admin/js/calendar.js:14 +msgid "March" +msgstr "Měrc" + +#: contrib/admin/static/admin/js/calendar.js:15 +msgid "April" +msgstr "Apryl" + +#: contrib/admin/static/admin/js/calendar.js:16 +msgid "May" +msgstr "Maj" + +#: contrib/admin/static/admin/js/calendar.js:17 +msgid "June" +msgstr "Junij" + +#: contrib/admin/static/admin/js/calendar.js:18 +msgid "July" +msgstr "Julij" + +#: contrib/admin/static/admin/js/calendar.js:19 +msgid "August" +msgstr "Awgust" + +#: contrib/admin/static/admin/js/calendar.js:20 +msgid "September" +msgstr "September" + +#: contrib/admin/static/admin/js/calendar.js:21 +msgid "October" +msgstr "Oktober" + +#: contrib/admin/static/admin/js/calendar.js:22 +msgid "November" +msgstr "Nowember" + +#: contrib/admin/static/admin/js/calendar.js:23 +msgid "December" +msgstr "December" + +#: contrib/admin/static/admin/js/calendar.js:26 +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +#: contrib/admin/static/admin/js/calendar.js:27 +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +#: contrib/admin/static/admin/js/calendar.js:28 +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wa" + +#: contrib/admin/static/admin/js/calendar.js:29 +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +#: contrib/admin/static/admin/js/calendar.js:30 +msgctxt "one letter Thursday" +msgid "T" +msgstr "St" + +#: contrib/admin/static/admin/js/calendar.js:31 +msgctxt "one letter Friday" +msgid "F" +msgstr "Pě" + +#: contrib/admin/static/admin/js/calendar.js:32 +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" + +#: contrib/admin/static/admin/js/collapse.js:10 +#: contrib/admin/static/admin/js/collapse.js:21 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "Pokazaś" + +#: contrib/admin/static/admin/js/collapse.js:18 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "Schowaś" diff --git a/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddf6737062631999223331dd3624f0b10d5933f6 GIT binary patch literal 16571 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 literal 0 HcmV?d00001 diff --git a/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po b/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..08afe50fe0 --- /dev/null +++ b/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,858 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 16:37+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admin/actions.py:50 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s je so wuspěšnje zhašało." + +#: contrib/admin/actions.py:62 contrib/admin/options.py:1707 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njeda so zhašeć." + +#: contrib/admin/actions.py:64 contrib/admin/options.py:1709 +msgid "Are you sure?" +msgstr "Sće wěsty?" + +#: contrib/admin/actions.py:89 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s zhašeć" + +#: contrib/admin/apps.py:11 +msgid "Administration" +msgstr "Administracija" + +#: contrib/admin/filters.py:107 contrib/admin/filters.py:205 +#: contrib/admin/filters.py:241 contrib/admin/filters.py:278 +#: contrib/admin/filters.py:384 +msgid "All" +msgstr "Wšě" + +#: contrib/admin/filters.py:242 +msgid "Yes" +msgstr "Haj" + +#: contrib/admin/filters.py:243 +msgid "No" +msgstr "Ně" + +#: contrib/admin/filters.py:257 +msgid "Unknown" +msgstr "Njeznaty" + +#: contrib/admin/filters.py:316 +msgid "Any date" +msgstr "Někajki datum" + +#: contrib/admin/filters.py:317 +msgid "Today" +msgstr "Dźensa" + +#: contrib/admin/filters.py:321 +msgid "Past 7 days" +msgstr "Zańdźene 7 dnjow" + +#: contrib/admin/filters.py:325 +msgid "This month" +msgstr "Tutón měsac" + +#: contrib/admin/filters.py:329 +msgid "This year" +msgstr "Lětsa" + +#: contrib/admin/filters.py:359 +msgid "No date" +msgstr "Žadyn datum" + +#: contrib/admin/filters.py:360 +msgid "Has date" +msgstr "Ma datum" + +#: contrib/admin/forms.py:14 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note" +" that both fields may be case-sensitive." +msgstr "Prošu zapodajće korektne %(username)s a hesło za personalne konto. Dźiwajće na to, zo wobě poli móžetej mjez wulko- a małopisanjom rozeznawać." + +#: contrib/admin/helpers.py:27 +msgid "Action:" +msgstr "Akcija:" + +#: contrib/admin/helpers.py:286 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Přidajće nowe %(verbose_name)s" + +#: contrib/admin/helpers.py:289 +msgid "Remove" +msgstr "Wotstronić" + +#: contrib/admin/models.py:39 +msgid "action time" +msgstr "akciski čas" + +#: contrib/admin/models.py:46 +msgid "user" +msgstr "wužiwar" + +#: contrib/admin/models.py:51 +msgid "content type" +msgstr "wobsahowy typ" + +#: contrib/admin/models.py:54 +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +#: contrib/admin/models.py:56 +msgid "object repr" +msgstr "objektowa reprezentacija" + +#: contrib/admin/models.py:57 +msgid "action flag" +msgstr "akciske markěrowanje" + +#: contrib/admin/models.py:59 +msgid "change message" +msgstr "změnowa powěsć" + +#: contrib/admin/models.py:64 +msgid "log entry" +msgstr "protokolowy zapisk" + +#: contrib/admin/models.py:65 +msgid "log entries" +msgstr "protokolowe zapiski" + +#: contrib/admin/models.py:74 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Přidate „%(object)s“." + +#: contrib/admin/models.py:76 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Změnjene „%(object)s“ - %(changes)s" + +#: contrib/admin/models.py:81 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Zhašany „%(object)s.\"" + +#: contrib/admin/models.py:83 +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#: contrib/admin/models.py:109 +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} „{object}“je so přidał." + +#: contrib/admin/models.py:111 +msgid "Added." +msgstr "Přidaty." + +#: contrib/admin/models.py:115 contrib/admin/options.py:1917 +msgid "and" +msgstr "a" + +#: contrib/admin/models.py:119 +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} za {name} „{object}“ su so změnili." + +#: contrib/admin/models.py:123 +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjene." + +#: contrib/admin/models.py:127 +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} „{object}“ je so zhašał." + +#: contrib/admin/models.py:130 +msgid "No fields changed." +msgstr "Žane pola změnjene." + +#: contrib/admin/options.py:196 contrib/admin/options.py:225 +msgid "None" +msgstr "Žadyn" + +#: contrib/admin/options.py:261 +msgid "Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Dźeržće „ctrl“ abo „cmd“ na Mac stłóčeny, zo byšće přez jedyn wubrał." + +#: contrib/admin/options.py:1115 contrib/admin/options.py:1186 +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} „{obj}“ je so wuspěšnje přidał. Móžeće jón deleka wobdźěłować." + +#: contrib/admin/options.py:1129 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} „{obj}“ je so wuspěšnje přidał. Móžeće deleka dalši {name} přidać." + +#: contrib/admin/options.py:1139 +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} „{obj}“ je so wuspěšnje přidał." + +#: contrib/admin/options.py:1176 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ je so wuspěšnje změnił. Móžeće jón deleka wobdźěłować." + +#: contrib/admin/options.py:1199 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} „{obj}“ je so wuspěšnje změnił. Móžeće deleka dalši {name} přidać." + +#: contrib/admin/options.py:1211 +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} „{obj}“ je so wuspěšnje změnił." + +#: contrib/admin/options.py:1296 contrib/admin/options.py:1564 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "Dyrbiće zapiski wubrać, zo byšće akcije z nimi wuwjesć. Zapiski njejsu so změnili." + +#: contrib/admin/options.py:1315 +msgid "No action selected." +msgstr "žana akcija wubrana." + +#: contrib/admin/options.py:1336 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" je so wuspěšnje zhašał." + +#: contrib/admin/options.py:1424 contrib/admin/options.py:1682 +#: contrib/admin/options.py:1738 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klučom %(key)r njeeksistuje." + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Add %s" +msgstr "%s přidać" + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Change %s" +msgstr "%s změnić" + +#: contrib/admin/options.py:1543 +msgid "Database error" +msgstr "Zmylk datoweje banki" + +#: contrib/admin/options.py:1606 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s je so wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej so wuspěšnje změniłoj." +msgstr[2] "%(count)s %(name)s su so wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s je so wuspěšnje změniło." + +#: contrib/admin/options.py:1633 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "%(total_count)s wubranej" +msgstr[2] "%(total_count)s wubrane" +msgstr[3] "%(total_count)s wubranych" + +#: contrib/admin/options.py:1639 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +#: contrib/admin/options.py:1755 +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#: contrib/admin/options.py:1911 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#: contrib/admin/options.py:1918 +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "Zo bychu so %(class_name)s %(instance)s zhašeli, dyrbja so slědowace škitane přisłušne objekty zhašeć: %(related_objects)s" + +#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "Administrator sydła Django" + +#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "Administracija Django" + +#: contrib/admin/sites.py:46 +msgid "Site administration" +msgstr "Sydłowa administracija" + +#: contrib/admin/sites.py:398 contrib/admin/templates/admin/login.html.py:61 +#: contrib/admin/templates/registration/password_reset_complete.html:18 +#: contrib/admin/tests.py:131 +msgid "Log in" +msgstr "Přizjewić" + +#: contrib/admin/sites.py:525 +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "Strona njeje so namakała" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "Je nam žel, ale požadana strona njeda so namakać." + +#: contrib/admin/templates/admin/500.html:6 +#: contrib/admin/templates/admin/app_index.html:9 +#: contrib/admin/templates/admin/auth/user/change_password.html:13 +#: contrib/admin/templates/admin/base.html:56 +#: contrib/admin/templates/admin/change_form.html:18 +#: contrib/admin/templates/admin/change_list.html:31 +#: contrib/admin/templates/admin/delete_confirmation.html:13 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:13 +#: contrib/admin/templates/admin/invalid_setup.html:6 +#: contrib/admin/templates/admin/object_history.html:6 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_change_done.html:6 +#: contrib/admin/templates/registration/password_change_form.html:7 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:6 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Startowa strona" + +#: contrib/admin/templates/admin/500.html:7 +msgid "Server error" +msgstr "Serwerowy zmylk" + +#: contrib/admin/templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Serwerowy zmylk (500)" + +#: contrib/admin/templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Serwerowy zmylk (500)" + +#: contrib/admin/templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "Zmylk je wustupił. Je so sydłowym administratoram přez e-mejl zdźělił a měł so bórze wotstronić. Dźakujemy so za wašu sćerpliwosć." + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjesć" + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Go" +msgstr "Start" + +#: contrib/admin/templates/admin/actions.html:10 +msgid "Click here to select the objects across all pages" +msgstr "Klikńće tu, zo byšće objekty wšěch stronow wubrać" + +#: contrib/admin/templates/admin/actions.html:10 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjerće wšě %(total_count)s %(module_name)s" + +#: contrib/admin/templates/admin/actions.html:12 +msgid "Clear selection" +msgstr "Wuběr wotstronić" + +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user" +" options." +msgstr "Zapodajće najprjedy wužiwarske mjeno a hesło. Potom móžeće dalše wužiwarske nastajenja wobdźěłować." + +#: contrib/admin/templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Zapodajće wužiwarske mjeno a hesło." + +#: contrib/admin/templates/admin/auth/user/change_password.html:17 +#: contrib/admin/templates/admin/auth/user/change_password.html:54 +#: contrib/admin/templates/admin/base.html:44 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Hesło změnić" + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the error below." +msgstr "Prošu porjedźće slědowacy zmylk." + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the errors below." +msgstr "Prošu porjedźće slědowace zmylki." + +#: contrib/admin/templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapodajće nowe hesło za %(username)s." + +#: contrib/admin/templates/admin/base.html:30 +msgid "Welcome," +msgstr "Witajće," + +#: contrib/admin/templates/admin/base.html:35 +msgid "View site" +msgstr "Sydło pokazać" + +#: contrib/admin/templates/admin/base.html:40 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admin/templates/admin/base.html:46 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Wotzjewić" + +#: contrib/admin/templates/admin/change_form.html:21 +#: contrib/admin/templates/admin/change_list.html:49 +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s přidać" + +#: contrib/admin/templates/admin/change_form.html:33 +#: contrib/admin/templates/admin/object_history.html:10 +msgid "History" +msgstr "Historija" + +#: contrib/admin/templates/admin/change_form.html:35 +#: contrib/admin/templates/admin/edit_inline/stacked.html:14 +#: contrib/admin/templates/admin/edit_inline/tabular.html:36 +msgid "View on site" +msgstr "Na sydle pokazać" + +#: contrib/admin/templates/admin/change_list.html:69 +msgid "Filter" +msgstr "Filtrować" + +#: contrib/admin/templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wotstronić" + +#: contrib/admin/templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowanski porjad: %(priority_number)s" + +#: contrib/admin/templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Sortěrowanje přepinać" + +#: contrib/admin/templates/admin/delete_confirmation.html:17 +#: contrib/admin/templates/admin/related_widget_wrapper.html:23 +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Delete" +msgstr "Zhašeć" + +#: contrib/admin/templates/admin/delete_confirmation.html:23 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "Hdyž so %(object_name)s '%(escaped_object)s' zhašeja, so tež přisłušne objekty zhašeja, ale waše konto nima prawo slědowace typy objektow zhašeć:" + +#: contrib/admin/templates/admin/delete_confirmation.html:30 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the" +" following protected related objects:" +msgstr "Zo by so %(object_name)s '%(escaped_object)s' zhašało, dyrbja so slědowace přisłušne objekty zhašeć:" + +#: contrib/admin/templates/admin/delete_confirmation.html:37 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "Chceće woprawdźe %(object_name)s \"%(escaped_object)s\" zhašeć? Wšě slědowace přisłušne zapiski so zhašeja:" + +#: contrib/admin/templates/admin/delete_confirmation.html:39 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:38 +msgid "Objects" +msgstr "Objekty" + +#: contrib/admin/templates/admin/delete_confirmation.html:46 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:49 +msgid "Yes, I'm sure" +msgstr "Haj, sym sej wěsty" + +#: contrib/admin/templates/admin/delete_confirmation.html:47 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:50 +msgid "No, take me back" +msgstr "Ně, prošu wróćo" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:16 +msgid "Delete multiple objects" +msgstr "Wjacore objekty zhašeć" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:22 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "Hdyž so wubrany %(objects_name)s zhaša, so přisłušne objekty zhašeja, ale waše konto nima prawo slědowace typy objektow zhašeć: " + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "Hdyž so wubrany %(objects_name)s zhaša, so slědowace škitane přisłušne objekty zhašeja:" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:36 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "Chceće woprawdźe wubrane %(objects_name)s zhašeć? Wšě slědowace objekty a jich přisłušne zapiski so zhašeja:" + +#: contrib/admin/templates/admin/edit_inline/stacked.html:12 +#: contrib/admin/templates/admin/edit_inline/tabular.html:34 +#: contrib/admin/templates/admin/index.html:37 +#: contrib/admin/templates/admin/related_widget_wrapper.html:9 +msgid "Change" +msgstr "Změnić" + +#: contrib/admin/templates/admin/edit_inline/tabular.html:20 +msgid "Delete?" +msgstr "Zhašeć?" + +#: contrib/admin/templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr "Po %(filter_title)s " + +#: contrib/admin/templates/admin/includes/object_delete_summary.html:2 +msgid "Summary" +msgstr "Zjeće" + +#: contrib/admin/templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +#: contrib/admin/templates/admin/index.html:31 +#: contrib/admin/templates/admin/related_widget_wrapper.html:16 +msgid "Add" +msgstr "Přidać" + +#: contrib/admin/templates/admin/index.html:47 +msgid "You don't have permission to edit anything." +msgstr "Nimaće prawo něšto wobdźěłować." + +#: contrib/admin/templates/admin/index.html:55 +msgid "Recent actions" +msgstr "Najnowše akcije" + +#: contrib/admin/templates/admin/index.html:56 +msgid "My actions" +msgstr "Moje akcije" + +#: contrib/admin/templates/admin/index.html:60 +msgid "None available" +msgstr "Žadyn k dispoziciji" + +#: contrib/admin/templates/admin/index.html:74 +msgid "Unknown content" +msgstr "Njeznaty wobsah" + +#: contrib/admin/templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate" +" database tables have been created, and make sure the database is readable " +"by the appropriate user." +msgstr "Něšto je so z instalaciju datoweje banki nimokuliło. Zawěsćće, zo wotpowědne tabele datoweje banki su so wutworili, a, zo datowa banka da so wot wotpowědneho wužiwarja čitać." + +#: contrib/admin/templates/admin/login.html:37 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this" +" page. Would you like to login to a different account?" +msgstr "Sće jako %(username)s awtentifikowany, ale nimaće přistup na tutu stronu. Chceće so pola druheho konta přizjewić?" + +#: contrib/admin/templates/admin/login.html:57 +msgid "Forgotten your password or username?" +msgstr "Sće swoje hesło abo wužiwarske mjeno zabył?" + +#: contrib/admin/templates/admin/object_history.html:22 +msgid "Date/time" +msgstr "Datum/čas" + +#: contrib/admin/templates/admin/object_history.html:23 +msgid "User" +msgstr "Wužiwar" + +#: contrib/admin/templates/admin/object_history.html:24 +msgid "Action" +msgstr "Akcija" + +#: contrib/admin/templates/admin/object_history.html:38 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this" +" admin site." +msgstr "Tutón objekt nima změnowu historiju. Njeje so najskerje přez administratorowe sydło přidał." + +#: contrib/admin/templates/admin/pagination.html:10 +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Show all" +msgstr "Wšě pokazać" + +#: contrib/admin/templates/admin/pagination.html:11 +#: contrib/admin/templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Składować" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing..." +msgstr "Wuskakowace wokno so začinja..." + +#: contrib/admin/templates/admin/related_widget_wrapper.html:8 +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změnić" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:15 +#, python-format +msgid "Add another %(model)s" +msgstr "Druhi %(model)s přidać" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:22 +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s zhašeć" + +#: contrib/admin/templates/admin/search_form.html:7 +msgid "Search" +msgstr "Pytać" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědkaj" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dohromady" + +#: contrib/admin/templates/admin/submit_line.html:8 +msgid "Save as new" +msgstr "Jako nowy składować" + +#: contrib/admin/templates/admin/submit_line.html:9 +msgid "Save and add another" +msgstr "Skłaodwac a druhi přidać" + +#: contrib/admin/templates/admin/submit_line.html:10 +msgid "Save and continue editing" +msgstr "Składować a dale wobdźěłować" + +#: contrib/admin/templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Wulki dźak, zo sće dźensa rjane chwile z websydłom přebywali." + +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Znowa přizjewić" + +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:8 +msgid "Password change" +msgstr "Hesło změnić" + +#: contrib/admin/templates/registration/password_change_done.html:14 +msgid "Your password was changed." +msgstr "Waše hesło je so změniło." + +#: contrib/admin/templates/registration/password_change_form.html:26 +msgid "" +"Please enter your old password, for security's sake, and then enter your new" +" password twice so we can verify you typed it in correctly." +msgstr "Prošu zapodajće swoje stare hesło k swojemu škitej a potom swoje nowe hesło dwójce, zo bychmy móhli přepruwować, hač sće jo korektnje zapodał." + +#: contrib/admin/templates/registration/password_change_form.html:54 +#: contrib/admin/templates/registration/password_reset_confirm.html:24 +msgid "Change my password" +msgstr "Moje hesło změnić" + +#: contrib/admin/templates/registration/password_reset_complete.html:7 +#: contrib/admin/templates/registration/password_reset_done.html:7 +#: contrib/admin/templates/registration/password_reset_form.html:7 +msgid "Password reset" +msgstr "Hesło wróćo stajić" + +#: contrib/admin/templates/registration/password_reset_complete.html:16 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Waše hesło je so nastajiło. Móžeće pokročować a so nětko přizjewić." + +#: contrib/admin/templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Wobkrućenje wróćostajenja hesła" + +#: contrib/admin/templates/registration/password_reset_confirm.html:17 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Prošu zapodajće swoje hesło dwójce, zo bychmy móhli přepruwować, hač sće jo korektnje zapodał." + +#: contrib/admin/templates/registration/password_reset_confirm.html:21 +msgid "New password:" +msgstr "Nowe hesło:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:23 +msgid "Confirm password:" +msgstr "Hesło wobkrućić:" + +#: contrib/admin/templates/registration/password_reset_confirm.html:29 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "Wotkaz za wróćostajenje hesła bě njepłaćiwy, snano dokelž je so hižo wužił. Prošu prošće wo nowe wróćostajenje hesła." + +#: contrib/admin/templates/registration/password_reset_done.html:15 +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "Smy wam e-mejlku z instrukcijemi wo nastajenju wašeho hesła pósłali, jeli konto ze zapodatej e-mejlowej adresu eksistuje. Wy dyrbjał ju bórze dóstać." + +#: contrib/admin/templates/registration/password_reset_done.html:17 +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "Jeli e-mejlku njedóstawaće, přepruwujće prošu adresu, z kotrejž sće so zregistrował a hladajće do swojeho spamoweho rjadowaka." + +#: contrib/admin/templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "Dóstawaće tutu e-mejlku, dokelž sće wo wróćostajenje hesła za swoje wužiwarske konto na at %(site_name)s prosył." + +#: contrib/admin/templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Prošu dźiće k slědowacej stronje a wubjerće nowe hesło:" + +#: contrib/admin/templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "Waše wužiwarske mjeno, jeli sće jo zabył:" + +#: contrib/admin/templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Wulki dźak za wužiwanje našeho sydła!" + +#: contrib/admin/templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +#: contrib/admin/templates/registration/password_reset_form.html:15 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "Sće swoje hesło zabył? Zapodajće deleka swoju e-mejlowu adresu a pósćelemy wam instrukcije za postajenje noweho hesła přez e-mejl." + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Email address:" +msgstr "E-mejlowa adresa:" + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Reset my password" +msgstr "Moje hesło wróćo stajić" + +#: contrib/admin/templatetags/admin_list.py:387 +msgid "All dates" +msgstr "Wšě daty" + +#: contrib/admin/views/main.py:81 +#, python-format +msgid "Select %s" +msgstr "%s wubrać" + +#: contrib/admin/views/main.py:83 +#, python-format +msgid "Select %s to change" +msgstr "%s wubrać, zo by so změniło" + +#: contrib/admin/widgets.py:92 +msgid "Date:" +msgstr "Datum:" + +#: contrib/admin/widgets.py:93 +msgid "Time:" +msgstr "Čas:" + +#: contrib/admin/widgets.py:175 +msgid "Lookup" +msgstr "Pytanje" + +#: contrib/admin/widgets.py:363 +msgid "Currently:" +msgstr "Tuchylu:" + +#: contrib/admin/widgets.py:364 +msgid "Change:" +msgstr "Změnić:" diff --git a/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4055738252462215911a1cc5573b5e19e1c41dd GIT binary patch literal 5087 zcmbuCe{38_6~_mfmf}Kx(E^3G3<2i{@vYBJaLR=MX%d$tTw>*}m;(RI-Hv^;w>z`i zo%MN7m0B!B5U77tv=YJ45+MP9rV1b$p-_}NK>Sdl2#H82YAXblkoc?RZ@zDL&ps!% ziISCPKQ}Y)y?yiM%@1F`d&{#7&mNTfQGW3@#vTE`d=p-H7Pm0A7fiuhz!wVs9K0Fz zUl#Q~_%77{P}DCKd=-2*+W%GXt%5f}c?9iuf$s$G2R{UE1Gj(6KLNr7 z`x^KT@S8>bTLr%j;*Wg~FB-xRK(g~Ako3-iUjTm!*1_9hl=_<>$@?JL4MF^|MZCz* zCqVM^8z9+v27CrQ4L%JzP=ZPJ5=i!b4ekS921)NWG=2xX7bLy2UOr=aFXm@0_l6Ng13QhfOmm!f(RA6 z1%o8{JHh9{`@pl{iy-NF5GFejI1i>p{Wb8%sJ{XJ1bq5##=ZhhBbaXoe+yE6{JyBa zT=12m{jWv+Qo+B2m>%|i6nZ9eWN-4D9vZKM@;;PpC?7_l=e`_Sd}z+;p%`vQfqU#h z6!M9lT{*Hb(a%y*r@5f#V<2BIL#f1|%Y>J1317W0mb|9HgV#^LJ2<3~0FZpQ94hr3rK0DYlCYA-b;D>}A zs?}96RI|f1Khuq+&W!o0+2+>pW@e5H-$yeSmK%J(?&K8?vRedrfB77hT9lecW`|iKaCafsgB$&$cA@Rg6f_aWOQ(PB#8Pq=Pw$O(1zAEwV`Ic~T9y(wT{d zS;RPe)8PU`L67E5nzTZWZ_N{BD}s3C1fLWaI>JBCAD#?HDnqqvcN?m5=Gmav7!NS2}`_bd;|kW-1yKe>J=q^oSUJq==VWG-`;%nb!N^Y=$>Tp|4*n}o`OKnYSl1Z*<%QZ6X6xkhfPG%?91Ah&l{ z8PCY)L~Kj-Na)xX)RF@*C z@JGWCL9IbVVM=zitPLyUkV#JpZ|WhaR0Mm-p|V;GgDY4w1Y%iR#2^bvJ+f@j=%f zbWNgb_s)GIE9Y=`<%sSi4S1Gr*dx7-yEg1eamYW3~-YLmlEQ5gBi+b-V z5nom9pXn|0Y^VbpSZ|{-JLao)|En-F#=F?AQpmw%CliMwT129o>-CqMO{McVW@mSy zWo&FCqZMghc~8i$3E19gC^ein*^m6XfQy2!Ji0F6UF|JLO;(i%+zcY9FP>|%uzy+= z;WX@+M1UJfh0luq8BSy89tL3YI|TZaPB=8M)8P`)k@#jBWO4?Vt!vP}A?5Ujv~Nf` z;azc^Lq-6vTQ|La)eSUp$0{ycy=B`r>_j`iZ_N(!i!wUT@1d5}yVs0qi!S9^-B4=a zrqDa3v{<{yI4%mFXky(WaU5Q~c&>jz(o)d9<+ian=DS>D>*XCD`@Ln{J0KkJHj)n3 z+R0#T;XWQ3YXYns-an(lHh=xe=ZZD^`jg+~fhW5wS|$)4Z({}0%Enb}t$+D~x(1I{ zM?J<{ZrZ<)t$>aF#F9cdaKl;8)m3Agxa(19u&DdzC9Vfpsul~3eNlue79N>)aa&8Q zX_=L=iZvU|P*jWgNH>`e1efl6v|Z3%GTVDfMuOF{F|@Ho7SZo7;VQ?qCq2xtF{u}8|$kMg)}t2Ai(bqI$)O1q&9b63omZVC|?D(zjW~&wiRSvKyx{B z@m$}Brgu`Y$hG4UrVaGkz M|GveU#%dA!9~=T67ytkO literal 0 HcmV?d00001 diff --git a/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..6ee1e80b28 --- /dev/null +++ b/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po @@ -0,0 +1,271 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 13:17+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admin/static/admin/js/SelectFilter2.js:47 +#, javascript-format +msgid "Available %s" +msgstr "%s k dispoziciji" + +#: contrib/admin/static/admin/js/SelectFilter2.js:53 +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "To je lisćina k dispoziciji stejacych %s. Móžeće někotre z nich w slědowacym kašćiku wubrać a potom na šipk „Wubrać“ mjez kašćikomaj kliknyć." + +#: contrib/admin/static/admin/js/SelectFilter2.js:69 +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Zapisajće do tutoho kašćika, zo byšće někotre z lisćiny k dispoziciji stejacych %s wufiltrował." + +#: contrib/admin/static/admin/js/SelectFilter2.js:74 +msgid "Filter" +msgstr "Filtrować" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +msgid "Choose all" +msgstr "Wšě wubrać" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikńće, zo byšće wšě %s naraz wubrał." + +#: contrib/admin/static/admin/js/SelectFilter2.js:84 +msgid "Choose" +msgstr "Wubrać" + +#: contrib/admin/static/admin/js/SelectFilter2.js:86 +msgid "Remove" +msgstr "Wotstronić" + +#: contrib/admin/static/admin/js/SelectFilter2.js:92 +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#: contrib/admin/static/admin/js/SelectFilter2.js:98 +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "To je lisćina wubranych %s. Móžeće někotre z nich wotstronić, hdyž je w slědowacym kašćiku wuběraće a potom na šipk „Wotstronić“ mjez kašćikomaj kliknjeće." + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +msgid "Remove all" +msgstr "Wšě wotstronić" + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikńće, zo byšće wšě wubrane %s naraz wotstronił." + +#: contrib/admin/static/admin/js/actions.js:47 +#: contrib/admin/static/admin/js/actions.min.js:2 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +#: contrib/admin/static/admin/js/actions.js:116 +#: contrib/admin/static/admin/js/actions.min.js:4 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "Maće njeskładowane změny za jednotliwe wobdźěłujomne pola. Jeli akciju wuwjedźeće, so waše njeskładowane změny zhubja." + +#: contrib/admin/static/admin/js/actions.js:128 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "Sće akciju wubrał, ale njejsće hišće swoje změny na jednoliwych polach składował. Prošu klikńće na „W porjadku, zo byšće składował. Dyrbiće akciju znowa wuwjesć." + +#: contrib/admin/static/admin/js/actions.js:130 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "Sće akciju wubrał, a njejsće žane změny na jednotliwych polach přewjedł. Pytajće najskerje za tłóčatkom „Pósłać“ město tłóčatka „Składować“." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:74 +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu před serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny před serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:82 +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu za serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźinje za serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny za serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin za serwerowym časom." + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:109 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:149 +msgid "Now" +msgstr "Nětko" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:116 +msgid "Choose a Time" +msgstr "Wubjerće čas" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:146 +msgid "Choose a time" +msgstr "Wubjerće čas" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:150 +msgid "Midnight" +msgstr "Połnóc" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:151 +msgid "6 a.m." +msgstr "6:00 hodź. dopołdnja" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:152 +msgid "Noon" +msgstr "připołdnjo" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:153 +msgid "6 p.m." +msgstr "6 hodź. popołdnju" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:157 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:281 +msgid "Cancel" +msgstr "Přetorhnyć" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:217 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:274 +msgid "Today" +msgstr "Dźensa" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:224 +msgid "Choose a Date" +msgstr "Wubjerće datum" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:272 +msgid "Yesterday" +msgstr "Wčera" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:276 +msgid "Tomorrow" +msgstr "Jutře" + +#: contrib/admin/static/admin/js/calendar.js:12 +msgid "January" +msgstr "Januar" + +#: contrib/admin/static/admin/js/calendar.js:13 +msgid "February" +msgstr "Februar" + +#: contrib/admin/static/admin/js/calendar.js:14 +msgid "March" +msgstr "Měrc" + +#: contrib/admin/static/admin/js/calendar.js:15 +msgid "April" +msgstr "Apryl" + +#: contrib/admin/static/admin/js/calendar.js:16 +msgid "May" +msgstr "Meja" + +#: contrib/admin/static/admin/js/calendar.js:17 +msgid "June" +msgstr "Junij" + +#: contrib/admin/static/admin/js/calendar.js:18 +msgid "July" +msgstr "Julij" + +#: contrib/admin/static/admin/js/calendar.js:19 +msgid "August" +msgstr "Awgust" + +#: contrib/admin/static/admin/js/calendar.js:20 +msgid "September" +msgstr "September" + +#: contrib/admin/static/admin/js/calendar.js:21 +msgid "October" +msgstr "Oktober" + +#: contrib/admin/static/admin/js/calendar.js:22 +msgid "November" +msgstr "Nowember" + +#: contrib/admin/static/admin/js/calendar.js:23 +msgid "December" +msgstr "December" + +#: contrib/admin/static/admin/js/calendar.js:26 +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +#: contrib/admin/static/admin/js/calendar.js:27 +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +#: contrib/admin/static/admin/js/calendar.js:28 +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wu" + +#: contrib/admin/static/admin/js/calendar.js:29 +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +#: contrib/admin/static/admin/js/calendar.js:30 +msgctxt "one letter Thursday" +msgid "T" +msgstr "Št" + +#: contrib/admin/static/admin/js/calendar.js:31 +msgctxt "one letter Friday" +msgid "F" +msgstr "Pj" + +#: contrib/admin/static/admin/js/calendar.js:32 +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" + +#: contrib/admin/static/admin/js/collapse.js:10 +#: contrib/admin/static/admin/js/collapse.js:21 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "Pokazać" + +#: contrib/admin/static/admin/js/collapse.js:18 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "Schować" diff --git a/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..37eec4e440a52af1841eb857c245942c1dfcea09 GIT binary patch literal 7017 zcmb_gTZ|k>6)i$SU`>DoNO&d{C!6e&o!N);V(fMNCULyZCSDw{2u{s(&1_9Ss@>JS zlNkl!SP}lq2M{G5JTAWz|R4{1tgU&0uDhA{{rws!0!QX0KN*uR_xb6EXjTk{5IOPf86mTc-D?l1Q1mchV3O{>*e*uy{w}bpJ1=|iJo*V?y_+vog ztpGj_yat1B0X_j-0DcKb`@RAs-uw&*5!eObr+^oM9|hhDBar;tfwccoAo0V`aShl; z`x)T%@XOzUDcWzs=_i32i#!T^9r#Y*9xO(DH~=I&9|s~d*a;xXF#wX^UIx-WLm=_w zw?NYC4?yzApMm!P{{bX_+yZiuUNs=C_aqSF*o*8%7wxx*o9uiWZt{NvH^)uaF8k~9 z4%wdepTbRkz7=0bm_B`M0>pmeY9yCTII_litLI;v#$O#eE0vTJf@iSK;~oN*f`>cH<`d z!>pHF#D_a^UyYl%y$v_{g8TxSSwC$D5|7BobGX?A$8}W69&cw+D^)sb@EtAf$(@r^ z?JNk6MyRbq~V^HhDSQ(B95g4ER<1-mX6r&IOda6SoC-xnlhM9>?UoUMIPIo zbnHmO_K22GTaM2y-Y!A601{T$E&8k-Hg#$3ha&L@d z0TCEE&Guv}NNXzMZJJGha1-5?mAz=IC|oqY^w+k>#Zs* zlgcm-FqYTG`)r+rRrGO=h$ zc0kF%bH7}-dD@S`D{zipAE(x|alHi2oH@F!ELRJmTW|_7ERF-^L|zk#B1sH~KSU`9 z2_|SYtBTIjI7{p7K^;nVFbiYq9*IbA4DaiVw-X&g=e{$tRZfm`h&zwuCbha3Rx{2N zfjln&bpkTY>^W;=WymrxA2@9+J z=BQzpivjnpljtlqZUDK%MZat3ubr#C5r<7xpMnmsIuX(I4K%FiC5+K6Ww~fwZR*^z z*NV?q1y<)lZX-7!=UL(6R!bV9B}SIEE1k`j5uXM`Fh2P$;bN3dbb=Wg1~Dlae}~|! ziEJ-!otz3(Mf z`Cyzdn|mw6L4_-gwTYxyx4}nSmdjPVR*V}hZ6F!EVy!a1Md7JLp2$>!uvzYdbuhCY+-l~U;a&oThz(?D@_}_tF^0UNgQiGkD3vCvvzpdg$X*y(OrdNe zJdZ0Rl+CkoBD>lM?&9K1 z7lBI2LrAOaGKU9Typ`<`B8HlfBNa7>uz){pljRo_6b+89u}QoW8Kp|K?kMZ zQe81BN-tNoE^Vxj23)Rc9e4uCV}^_2Igpe`UD?%^f__>lTiFykq;GIQZLB9*SC1F0 zy+|Od`mSOnq1a(DJf(-{B&H!q#wypYMEnR}M6#@1`|Jp*<#T^*88v!s0}6ELUTHv7 zSmx3pKGmF<%Uk_a44*Z=KT$V7b5 z6}m zP9WEz?KXKo_c>>1agK%R#QUL@!0xN(a)~4*?LQolIB&w$6v0V!buw&u*v%_;B4)zLXI1Ie8 z?h9Xb@TI4Hih^-h77l=6^Cb$=`w%_%R_<6^ByXHnq{#40pK2|LY5fA((5x^HN59}* z`fkbdfbQ9XS$l#CW(|G}%3@iBDldIEm&-QV$>or<2-s|Mz}jdXo^nf2>KPApTR>BI z`C07e8&wWf+b!K>)WsRJZ~;39T}JdTU;M~rCeUQ#G*U5`gs3mwpYaPPUn;8X3n#xx zS*DVF#uClgL~;w&BnYA95tqt$Z#}U>H!(i_@;x|;#>E^>LRTUF=%uPYR{sB?VYhyj zWX4BEb01W(#=l8ymU4Bv?q$5G@X@c4ezUjpOr7nfl=haHxO5UZ@6-$*u5YY&B1H}Z z8&Y2kAX?50a3i5}OO;0pMPzX*P>eP;_XFj-`2%8>z#)c&iRvihVSjiAldY!}@)&J` zW67xu^({%aONG`Px*3g8|Z9Q6pplFUdM(ezLZsgQAz=>xIZk7Ris7oGQfu zK-v$4fmp9nFckkC8~-eTEo_j$6eV3100pYWz^9LZo_s|q+Rk+!m7q=RM+SiwPLl%qxqF@6C^AaIm, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-13 11:51+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admindocs/apps.py:7 +msgid "Administrative Documentation" +msgstr "Administratiwna dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6 +#: contrib/admindocs/templates/admin_doc/index.html:6 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6 +#: contrib/admindocs/templates/admin_doc/model_detail.html:14 +#: contrib/admindocs/templates/admin_doc/model_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_detail.html:6 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7 +#: contrib/admindocs/templates/admin_doc/view_detail.html:6 +#: contrib/admindocs/templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Startowy bok" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:10 +#: contrib/admindocs/templates/admin_doc/index.html:14 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14 +#: contrib/admindocs/templates/admin_doc/model_detail.html:15 +#: contrib/admindocs/templates/admin_doc/model_index.html:9 +#: contrib/admindocs/templates/admin_doc/template_detail.html:7 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8 +#: contrib/admindocs/templates/admin_doc/view_detail.html:7 +#: contrib/admindocs/templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8 +#: contrib/admindocs/templates/admin_doc/index.html:29 +msgid "Bookmarklets" +msgstr "Skriptowe cytańske znamjenja" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "Skriptowe cytańske znamjenja dokumentacije" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15 +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "Aby skriptowe cytańske znamjenja instalěrował, śěgniśo wótkaz do swójeje rědki cytańskich znamjenjow abo klikniśo z pšaweju tastu myški a pśidajśo jen swójim cytańskim znamjenjam. Něnto móžośo skriptowe cytańske znamje z drugego boka na sedle wubraś." + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:22 +msgid "Documentation for this page" +msgstr "Dokumentacija za toś ten bok" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:23 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Zmóžnja wam, z někakego boka do dokumentacije naglěda skócyś, kótaryž twóri ten bok." + +#: contrib/admindocs/templates/admin_doc/index.html:17 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Wobznamjenja" + +#: contrib/admindocs/templates/admin_doc/index.html:18 +msgid "List of all the template tags and their functions." +msgstr "Lisćina wšych pśedłogowych wobznamjenjow a jich funkcijow." + +#: contrib/admindocs/templates/admin_doc/index.html:20 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Filtry" + +#: contrib/admindocs/templates/admin_doc/index.html:21 +msgid "" +"Filters are actions which can be applied to variables in a template to alter" +" the output." +msgstr "Filtry su akcije, kótarež daju se na wariable w pśedłoze nałožyś, aby wudaśe změnili." + +#: contrib/admindocs/templates/admin_doc/index.html:23 +#: contrib/admindocs/templates/admin_doc/model_detail.html:16 +#: contrib/admindocs/templates/admin_doc/model_index.html:10 +#: contrib/admindocs/templates/admin_doc/model_index.html:14 +msgid "Models" +msgstr "Modele" + +#: contrib/admindocs/templates/admin_doc/index.html:24 +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "Modele su wopisanja wšych objektow w systemje a jich pśisłušnych pólow. Kuždy model ma lisćinu pólow, na kótarež maju pśistup ako pśedłogowe wariable." + +#: contrib/admindocs/templates/admin_doc/index.html:26 +#: contrib/admindocs/templates/admin_doc/view_detail.html:8 +#: contrib/admindocs/templates/admin_doc/view_index.html:9 +#: contrib/admindocs/templates/admin_doc/view_index.html:12 +msgid "Views" +msgstr "Naglědy" + +#: contrib/admindocs/templates/admin_doc/index.html:27 +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "Kuždy bok na zjawnem sedle twóri se pśez naglěd. Naglěd definěrujo, kótara pśedłoga se wužywa, aby se bok napórał a kótare objekty su tej pśedłoze k dispoziciji." + +#: contrib/admindocs/templates/admin_doc/index.html:30 +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Rědy za waš wobglědowak za malsny pśistup na adminstratorowu funkcionalnosć." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10 +msgid "Please install docutils" +msgstr "Pšosym instalěrujśo docutils" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17 +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "Administratorowy dokumentaciski system pomina se Pythonowu biblioteku docutils." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19 +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Pšosym pšosćo swóje administratory, docutils instalěrowaś." + +#: contrib/admindocs/templates/admin_doc/model_detail.html:21 +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:30 +msgid "Fields" +msgstr "Póla" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:35 +msgid "Field" +msgstr "Pólo" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:36 +msgid "Type" +msgstr "Typ" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:37 +#: contrib/admindocs/templates/admin_doc/model_detail.html:60 +msgid "Description" +msgstr "Wopisanje" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:53 +msgid "Methods with arguments" +msgstr "Metody z argumentami" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:58 +msgid "Method" +msgstr "Metoda" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:59 +msgid "Arguments" +msgstr "Argumenty" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:76 +msgid "Back to Model documentation" +msgstr "Slědk k modelowej dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/model_index.html:18 +msgid "Model documentation" +msgstr "Modelowa dokumentacija" + +#: contrib/admindocs/templates/admin_doc/model_index.html:43 +msgid "Model groups" +msgstr "Modelowe kupki" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "Pśedłogi" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:13 +#, python-format +msgid "Template: %(name)s" +msgstr "Pśedłoga: %(name)s" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:16 +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Pśedłoga: „%(name)s“" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#: contrib/admindocs/templates/admin_doc/template_detail.html:19 +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Py´tańska sćažka za pśedłogu „%(name)s“:" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:21 +msgid "(does not exist)" +msgstr "(njeeksistěrujo)" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:25 +msgid "Back to Documentation" +msgstr "Slědk k dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12 +msgid "Template filters" +msgstr "Pśedłogowe filtry" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16 +msgid "Template filter documentation" +msgstr "Dokumentacija za pśedłogowe filtry" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43 +msgid "Built-in filters" +msgstr "Zatwarjone filtry" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23 +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "Aby toś te filtry wužywał, zasajźćo %(code)s do wójeje pśedłogi, nježli až wužywaśo filter." + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12 +msgid "Template tags" +msgstr "Pśedłogowe wobznamjenja" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16 +msgid "Template tag documentation" +msgstr "Dokumentacija za pśedłogowe wobznamjenja" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43 +msgid "Built-in tags" +msgstr "Zatworjone wobznamjenja" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23 +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "Aby toś te wobznamjenja wužywał, zasajźćo %(code)s do wójeje pśedłogi, nježli až wužywaśo wobznamjenje." + +#: contrib/admindocs/templates/admin_doc/view_detail.html:12 +#, python-format +msgid "View: %(name)s" +msgstr "Naglěd: %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:23 +msgid "Context:" +msgstr "Kontekst:" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:28 +msgid "Templates:" +msgstr "Pśedłogi" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:32 +msgid "Back to View documentation" +msgstr "Slědk k naglědowej dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/view_index.html:16 +msgid "View documentation" +msgstr "Naglědowa dokumentacija" + +#: contrib/admindocs/templates/admin_doc/view_index.html:22 +msgid "Jump to namespace" +msgstr "K mjenjowemu rumoju skócyś" + +#: contrib/admindocs/templates/admin_doc/view_index.html:27 +msgid "Empty namespace" +msgstr "Prozny mjenjowy rum" + +#: contrib/admindocs/templates/admin_doc/view_index.html:40 +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Naglědy pó mjenjowem rumje %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_index.html:42 +msgid "Views by empty namespace" +msgstr "Naglědy pó proznem mjenjowem rumje" + +#: contrib/admindocs/templates/admin_doc/view_index.html:49 +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "\n Naglědowa funkcija: %(full_name)s. Mě: %(url_name)s.\n" + +#: contrib/admindocs/tests/test_fields.py:32 +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#: contrib/admindocs/tests/test_fields.py:42 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pólny typ: %(field_type)s" + +#: contrib/admindocs/views.py:75 contrib/admindocs/views.py:77 +#: contrib/admindocs/views.py:79 +msgid "tag:" +msgstr "wobznamjenje:" + +#: contrib/admindocs/views.py:109 contrib/admindocs/views.py:111 +#: contrib/admindocs/views.py:113 +msgid "filter:" +msgstr "filter:" + +#: contrib/admindocs/views.py:158 contrib/admindocs/views.py:160 +#: contrib/admindocs/views.py:162 +msgid "view:" +msgstr "naglěd:" + +#: contrib/admindocs/views.py:190 +#, python-format +msgid "App %(app_label)r not found" +msgstr "Nałoženje %(app_label)r njenamakane" + +#: contrib/admindocs/views.py:194 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r njejo se w nałoženju %(app_label)r namakał" + +#: contrib/admindocs/views.py:200 contrib/admindocs/views.py:202 +#: contrib/admindocs/views.py:217 contrib/admindocs/views.py:240 +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:260 +#: contrib/admindocs/views.py:295 contrib/admindocs/views.py:300 +msgid "model:" +msgstr "model:" + +#: contrib/admindocs/views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "pśisłušny objekt %(app_label)s.%(data_type)s“" + +#: contrib/admindocs/views.py:233 contrib/admindocs/views.py:287 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "pśisłušne objekty „%(app_label)s.%(object_name)s" + +#: contrib/admindocs/views.py:240 contrib/admindocs/views.py:295 +#, python-format +msgid "all %s" +msgstr "wšykne %s" + +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:300 +#, python-format +msgid "number of %s" +msgstr "ůicba %s" + +#: contrib/admindocs/views.py:388 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "zda se, až %s njejo objekt urlpattern" diff --git a/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..57f54390091335d2a520a53dc2c7220b82f538a9 GIT binary patch literal 6978 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 qlZt{lIKb|TR7$~Olsj&id!*na>A>SBKY literal 0 HcmV?d00001 diff --git a/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..190af26945 --- /dev/null +++ b/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,370 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-13 12:05+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/admindocs/apps.py:7 +msgid "Administrative Documentation" +msgstr "Administratiwna dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6 +#: contrib/admindocs/templates/admin_doc/index.html:6 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6 +#: contrib/admindocs/templates/admin_doc/model_detail.html:14 +#: contrib/admindocs/templates/admin_doc/model_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_detail.html:6 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7 +#: contrib/admindocs/templates/admin_doc/view_detail.html:6 +#: contrib/admindocs/templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Startowa strona" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:7 +#: contrib/admindocs/templates/admin_doc/index.html:10 +#: contrib/admindocs/templates/admin_doc/index.html:14 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7 +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14 +#: contrib/admindocs/templates/admin_doc/model_detail.html:15 +#: contrib/admindocs/templates/admin_doc/model_index.html:9 +#: contrib/admindocs/templates/admin_doc/template_detail.html:7 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8 +#: contrib/admindocs/templates/admin_doc/view_detail.html:7 +#: contrib/admindocs/templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Dokumentacija" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8 +#: contrib/admindocs/templates/admin_doc/index.html:29 +msgid "Bookmarklets" +msgstr "Skriptowe zapołožki" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "Skriptowe zapołožki dokumentacije" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15 +msgid "" +"To install bookmarklets, drag the link to your bookmarks toolbar, or right-" +"click the link and add it to your bookmarks. Now you can select the " +"bookmarklet from any page in the site." +msgstr "Zo byšće skriptowe zapołožki instalował, ćehńće wotkaz do swojeje lajsty zapołožkow abo klikńće z prawej tastu myški na wotkaz a přidajće jón k swojim zapołožkam. Móžeće skriptowu zapołožku nětko z kóždeje strony na sydle wubrać." + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:22 +msgid "Documentation for this page" +msgstr "Dokumentacija za tutu stronu" + +#: contrib/admindocs/templates/admin_doc/bookmarklets.html:23 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Zmóžnja wam, wot někajkeje strony do dokumentacije napohlada skočić, kotryž je tu stronu wutworił." + +#: contrib/admindocs/templates/admin_doc/index.html:17 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Znački" + +#: contrib/admindocs/templates/admin_doc/index.html:18 +msgid "List of all the template tags and their functions." +msgstr "Lisćina wšěch předłohowych značkow a jich funkcijow." + +#: contrib/admindocs/templates/admin_doc/index.html:20 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Filtry" + +#: contrib/admindocs/templates/admin_doc/index.html:21 +msgid "" +"Filters are actions which can be applied to variables in a template to alter" +" the output." +msgstr "Filtry su akcije, kotrež dadźa so na wariable w předłoze nałožić, zo bychu wudaće změnili." + +#: contrib/admindocs/templates/admin_doc/index.html:23 +#: contrib/admindocs/templates/admin_doc/model_detail.html:16 +#: contrib/admindocs/templates/admin_doc/model_index.html:10 +#: contrib/admindocs/templates/admin_doc/model_index.html:14 +msgid "Models" +msgstr "Modele" + +#: contrib/admindocs/templates/admin_doc/index.html:24 +msgid "" +"Models are descriptions of all the objects in the system and their " +"associated fields. Each model has a list of fields which can be accessed as " +"template variables" +msgstr "Modele su wopisanja wšěch objektow w systemje a jich přisłušnych polow. Kóždy model ma lisćinu polow, na kotrež maja přistup jako předłohowe wariable." + +#: contrib/admindocs/templates/admin_doc/index.html:26 +#: contrib/admindocs/templates/admin_doc/view_detail.html:8 +#: contrib/admindocs/templates/admin_doc/view_index.html:9 +#: contrib/admindocs/templates/admin_doc/view_index.html:12 +msgid "Views" +msgstr "Napohlady" + +#: contrib/admindocs/templates/admin_doc/index.html:27 +msgid "" +"Each page on the public site is generated by a view. The view defines which " +"template is used to generate the page and which objects are available to " +"that template." +msgstr "Kóžda strona na zjawnym sydle so přez napohlad twori. Napohlad definuje, kotra předłoha so wužiwa, zo by stronu wutworiła a kotre objekty su tej přełoze k dispoziciji." + +#: contrib/admindocs/templates/admin_doc/index.html:30 +msgid "Tools for your browser to quickly access admin functionality." +msgstr "Nastroje za waš wobhladowak za spěšny přistup na administratorowu funkcionalnosć." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10 +msgid "Please install docutils" +msgstr "Prošu instalujće docutils" + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17 +#, python-format +msgid "" +"The admin documentation system requires Python's docutils library." +msgstr "Administratorowy dokumentaciski system sej Pythonowu biblioteku docutils wužaduje." + +#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19 +#, python-format +msgid "" +"Please ask your administrators to install docutils." +msgstr "Prošu prošće swojich administratorow, docutils instalować." + +#: contrib/admindocs/templates/admin_doc/model_detail.html:21 +#, python-format +msgid "Model: %(name)s" +msgstr "Model: %(name)s" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:30 +msgid "Fields" +msgstr "Pola" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:35 +msgid "Field" +msgstr "Polo" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:36 +msgid "Type" +msgstr "Typ" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:37 +#: contrib/admindocs/templates/admin_doc/model_detail.html:60 +msgid "Description" +msgstr "Wopisanje" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:53 +msgid "Methods with arguments" +msgstr "Metody z argumentami" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:58 +msgid "Method" +msgstr "Metoda" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:59 +msgid "Arguments" +msgstr "Argumenty" + +#: contrib/admindocs/templates/admin_doc/model_detail.html:76 +msgid "Back to Model documentation" +msgstr "Wróćo k modelowej dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/model_index.html:18 +msgid "Model documentation" +msgstr "Modelowa dokumentacija" + +#: contrib/admindocs/templates/admin_doc/model_index.html:43 +msgid "Model groups" +msgstr "Modelowe skupiny" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "Předłohi" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:13 +#, python-format +msgid "Template: %(name)s" +msgstr "Předłoha: %(name)s" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:16 +#, python-format +msgid "Template: \"%(name)s\"" +msgstr "Předłoha: „%(name)s“" + +#. Translators: Search is not a verb here, it qualifies path (a search path) +#: contrib/admindocs/templates/admin_doc/template_detail.html:19 +#, python-format +msgid "Search path for template \"%(name)s\":" +msgstr "Pytanska šćežka za předłohu „%(name)s“:" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:21 +msgid "(does not exist)" +msgstr "(njeeksistuje)" + +#: contrib/admindocs/templates/admin_doc/template_detail.html:25 +msgid "Back to Documentation" +msgstr "Wróćo k dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12 +msgid "Template filters" +msgstr "Předłohowe filtry" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16 +msgid "Template filter documentation" +msgstr "Dokumentacija předłohowych filtrow" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43 +msgid "Built-in filters" +msgstr "Zatwarjene filtry" + +#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23 +#, python-format +msgid "" +"To use these filters, put %(code)s in your template before " +"using the filter." +msgstr "Zo byšće tute filtry wužiwał, zasadźće %(code)s do swojeje předłohi, prjedy hač filter wužiwaće." + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12 +msgid "Template tags" +msgstr "Předłohowe znački" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16 +msgid "Template tag documentation" +msgstr "Dokumentacija předłohowych značkow" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22 +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43 +msgid "Built-in tags" +msgstr "Zatwarjene znački" + +#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23 +#, python-format +msgid "" +"To use these tags, put %(code)s in your template before using " +"the tag." +msgstr "Zo byšće tute znački wužiwał, zasadźće %(code)s do swojeje předłohi, prjedy hač značku wužiwaće." + +#: contrib/admindocs/templates/admin_doc/view_detail.html:12 +#, python-format +msgid "View: %(name)s" +msgstr "Napohlad: %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:23 +msgid "Context:" +msgstr "Kontekst:" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:28 +msgid "Templates:" +msgstr "Předłohi:" + +#: contrib/admindocs/templates/admin_doc/view_detail.html:32 +msgid "Back to View documentation" +msgstr "Wróćo k napohladowej dokumentaciji" + +#: contrib/admindocs/templates/admin_doc/view_index.html:16 +msgid "View documentation" +msgstr "Napohladowa dokumentacija" + +#: contrib/admindocs/templates/admin_doc/view_index.html:22 +msgid "Jump to namespace" +msgstr "K mjenowemu rumej skočić" + +#: contrib/admindocs/templates/admin_doc/view_index.html:27 +msgid "Empty namespace" +msgstr "Prózdny mjenowy rum" + +#: contrib/admindocs/templates/admin_doc/view_index.html:40 +#, python-format +msgid "Views by namespace %(name)s" +msgstr "Napohlady po mjenowym rumje %(name)s" + +#: contrib/admindocs/templates/admin_doc/view_index.html:42 +msgid "Views by empty namespace" +msgstr "Napohlady po prózdnym mjenowym rumje" + +#: contrib/admindocs/templates/admin_doc/view_index.html:49 +#, python-format +msgid "" +"\n" +" View function: %(full_name)s. Name: %(url_name)s.\n" +msgstr "\n Napohladowa funkcija: %(full_name)s. Mjeno: %(url_name)s.\n" + +#: contrib/admindocs/tests/test_fields.py:32 +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#: contrib/admindocs/tests/test_fields.py:42 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pólny typ: %(field_type)s" + +#: contrib/admindocs/views.py:75 contrib/admindocs/views.py:77 +#: contrib/admindocs/views.py:79 +msgid "tag:" +msgstr "značka:" + +#: contrib/admindocs/views.py:109 contrib/admindocs/views.py:111 +#: contrib/admindocs/views.py:113 +msgid "filter:" +msgstr "filter:" + +#: contrib/admindocs/views.py:158 contrib/admindocs/views.py:160 +#: contrib/admindocs/views.py:162 +msgid "view:" +msgstr "napohlad:" + +#: contrib/admindocs/views.py:190 +#, python-format +msgid "App %(app_label)r not found" +msgstr "Nałoženje %(app_label)r njenamakane" + +#: contrib/admindocs/views.py:194 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Model %(model_name)r njeje so w nałoženju %(app_label)r namakał" + +#: contrib/admindocs/views.py:200 contrib/admindocs/views.py:202 +#: contrib/admindocs/views.py:217 contrib/admindocs/views.py:240 +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:260 +#: contrib/admindocs/views.py:295 contrib/admindocs/views.py:300 +msgid "model:" +msgstr "model:" + +#: contrib/admindocs/views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "přisłušny objekt %(app_label)s.%(data_type)s“" + +#: contrib/admindocs/views.py:233 contrib/admindocs/views.py:287 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "přisłušne objekty %(app_label)s.%(object_name)s“" + +#: contrib/admindocs/views.py:240 contrib/admindocs/views.py:295 +#, python-format +msgid "all %s" +msgstr "wšě %s" + +#: contrib/admindocs/views.py:245 contrib/admindocs/views.py:300 +#, python-format +msgid "number of %s" +msgstr "ličba %s" + +#: contrib/admindocs/views.py:388 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "zda so, zo %s objekt urlpattern njeje" diff --git a/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..73fd1a998dd464222ae0363d31bd289722a0b8fd GIT binary patch literal 8115 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 literal 0 HcmV?d00001 diff --git a/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po b/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..5191f93101 --- /dev/null +++ b/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,376 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 18:25+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/auth/admin.py:49 +msgid "Personal info" +msgstr "Wósobinske informacije" + +#: contrib/auth/admin.py:50 +msgid "Permissions" +msgstr "Pšawa" + +#: contrib/auth/admin.py:52 +msgid "Important dates" +msgstr "Wažne daty" + +#: contrib/auth/admin.py:136 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klucom %(key)r njeeksistěrujo." + +#: contrib/auth/admin.py:146 +msgid "Password changed successfully." +msgstr "Gronidło jo se změniło." + +#: contrib/auth/admin.py:165 +#, python-format +msgid "Change password: %s" +msgstr "Gronidło změniś: %s" + +#: contrib/auth/apps.py:12 +msgid "Authentication and Authorization" +msgstr "Awtentifikacija a awtorizacija" + +#: contrib/auth/base_user.py:50 +msgid "password" +msgstr "gronidło" + +#: contrib/auth/base_user.py:51 +msgid "last login" +msgstr "slědne pśizjawjenje" + +#: contrib/auth/forms.py:30 +msgid "No password set." +msgstr "Žedno gronidło nastajone." + +#: contrib/auth/forms.py:36 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Njepłaśiwy gronidłowy format abo njeznaty kontrolny algoritmus." + +#: contrib/auth/forms.py:69 contrib/auth/forms.py:268 +#: contrib/auth/forms.py:332 +msgid "The two password fields didn't match." +msgstr "Gronidle njejstej jadnak." + +#: contrib/auth/forms.py:71 contrib/auth/forms.py:102 +#: contrib/auth/forms.py:130 contrib/auth/forms.py:336 +msgid "Password" +msgstr "Gronidło" + +#: contrib/auth/forms.py:73 +msgid "Password confirmation" +msgstr "Gronidłowe wobkšuśenje" + +#: contrib/auth/forms.py:75 contrib/auth/forms.py:343 +msgid "Enter the same password as before, for verification." +msgstr "Zapódajśo to samske gronidło, za pśespytanje." + +#: contrib/auth/forms.py:103 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "Gropne gronidła se njeskładuju, togodla njamóžośo gronidło wužywarja wiźeś, ale móžośo gronidło z pomocu toś togo formulara změniś." + +#: contrib/auth/forms.py:133 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "Pšosym zapódajśo pšawe %(username)s a gronidło. Źiwajśo na to, až wobej póli móžotej mjazy wjeliko- a małopisanim rozeznawaś." + +#: contrib/auth/forms.py:135 +msgid "This account is inactive." +msgstr "Toś to konto jo inaktiwne." + +#: contrib/auth/forms.py:198 +msgid "Email" +msgstr "E-mail" + +#: contrib/auth/forms.py:270 +msgid "New password" +msgstr "Nowe gronidło" + +#: contrib/auth/forms.py:273 +msgid "New password confirmation" +msgstr "Wobkšuśenje nowego gronidła" + +#: contrib/auth/forms.py:306 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Wašo stare gronidło jo se wopak zapódało. Pšosym zapódajśo jo hyšći raz." + +#: contrib/auth/forms.py:309 +msgid "Old password" +msgstr "Stare gronidło" + +#: contrib/auth/forms.py:341 +msgid "Password (again)" +msgstr "Gronidło (znowego)" + +#: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334 +#: contrib/auth/hashers.py:386 contrib/auth/hashers.py:414 +#: contrib/auth/hashers.py:447 contrib/auth/hashers.py:480 +#: contrib/auth/hashers.py:514 +msgid "algorithm" +msgstr "algoritmus" + +#: contrib/auth/hashers.py:252 +msgid "iterations" +msgstr "wóspjetowanja" + +#: contrib/auth/hashers.py:253 contrib/auth/hashers.py:336 +#: contrib/auth/hashers.py:387 contrib/auth/hashers.py:415 +#: contrib/auth/hashers.py:515 +msgid "salt" +msgstr "sol" + +#: contrib/auth/hashers.py:254 contrib/auth/hashers.py:388 +#: contrib/auth/hashers.py:416 contrib/auth/hashers.py:448 +#: contrib/auth/hashers.py:481 contrib/auth/hashers.py:516 +msgid "hash" +msgstr "hash" + +#: contrib/auth/hashers.py:347 +msgid "variety" +msgstr "warianta" + +#: contrib/auth/hashers.py:348 +msgid "version" +msgstr "wersija" + +#: contrib/auth/hashers.py:349 +msgid "memory cost" +msgstr "składowa pśetrjeba" + +#: contrib/auth/hashers.py:350 +msgid "time cost" +msgstr "casowa pśetrjeba" + +#: contrib/auth/hashers.py:351 +msgid "parallelism" +msgstr "paralelizm" + +#: contrib/auth/hashers.py:445 +msgid "work factor" +msgstr "źěłowy faktor" + +#: contrib/auth/hashers.py:337 +msgid "checksum" +msgstr "kontrolna suma" + +#: contrib/auth/models.py:61 contrib/auth/models.py:116 +msgid "name" +msgstr "mě" + +#: contrib/auth/models.py:65 +msgid "content type" +msgstr "wopśimjeśowy typ" + +#: contrib/auth/models.py:67 +msgid "codename" +msgstr "kodowe mě" + +#: contrib/auth/models.py:71 +msgid "permission" +msgstr "pšawo" + +#: contrib/auth/models.py:72 contrib/auth/models.py:119 +msgid "permissions" +msgstr "pšawa" + +#: contrib/auth/models.py:126 +msgid "group" +msgstr "kupka" + +#: contrib/auth/models.py:127 contrib/auth/models.py:222 +msgid "groups" +msgstr "kupki" + +#: contrib/auth/models.py:213 +msgid "superuser status" +msgstr "status superwužywarja" + +#: contrib/auth/models.py:216 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Wóznamjenijo, lěc toś ten wužywaŕ ma wšykne pšawa bźez togo, aby mógał je pśipokazaś." + +#: contrib/auth/models.py:225 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "Kupki, ku kótarymž toś ten wužywaŕ słuša. Wužywaŕ dóstanjo wšykne pšawa, kótarež jomu kupki dawaju." + +#: contrib/auth/models.py:233 +msgid "user permissions" +msgstr "wužywarske pšawa" + +#: contrib/auth/models.py:235 +msgid "Specific permissions for this user." +msgstr "Wěste pšawa za toś togo wužywarja." + +#: contrib/auth/models.py:305 +msgid "username" +msgstr "wužywarske mě" + +#: contrib/auth/models.py:313 +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Trěbne. 150 znamuškow abo mjenjej. Jano pismiki, cyfry a @/./+/-/_." + +#: contrib/auth/models.py:316 +msgid "A user with that username already exists." +msgstr "Wužywaŕ z toś tym wužywarskim mjenim južo eksistěrujo." + +#: contrib/auth/models.py:320 +msgid "first name" +msgstr "pśedmě" + +#: contrib/auth/models.py:321 +msgid "last name" +msgstr "familijowe mě" + +#: contrib/auth/models.py:322 +msgid "email address" +msgstr "e-mailowa adresa" + +#: contrib/auth/models.py:324 +msgid "staff status" +msgstr "personalny status" + +#: contrib/auth/models.py:326 +msgid "Designates whether the user can log into this admin site." +msgstr "Wóznamjenijo, lěc wužywaŕ móžo se pla administratorowego sedła pśizjawiś." + +#: contrib/auth/models.py:329 +msgid "active" +msgstr "aktiwny" + +#: contrib/auth/models.py:332 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "Wóznamjenijo, lěc deje z toś tym wužywarjom ako z aktiwnym wobchadás. Znjemóžniśo to město togo, aby konta wulašował." + +#: contrib/auth/models.py:336 +msgid "date joined" +msgstr "cłonk wót" + +#: contrib/auth/models.py:344 +msgid "user" +msgstr "wužywaŕ" + +#: contrib/auth/models.py:345 +msgid "users" +msgstr "wužywarje" + +#: contrib/auth/password_validation.py:101 +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "Toś to gronidło jo pśekrotke. Musy nanejmjenjej %(min_length)d znamuško wopśimowaś." +msgstr[1] "Toś to gronidło jo pśekrotke. Musy nanejmjenjej %(min_length)d znamušce wopśimowaś." +msgstr[2] "Toś to gronidło jo pśekrotke. Musy nanejmjenjej %(min_length)d znamuška wopśimowaś." +msgstr[3] "Toś to gronidło jo pśekrotke. Musy nanejmjenjej %(min_length)d znamuškow wopśimowaś." + +#: contrib/auth/password_validation.py:111 +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Wašo gronidło musy nanejmjenjej %(min_length)d znamuško wopśimowaś." +msgstr[1] "Wašo gronidło musy nanejmjenjej %(min_length)d znamušce wopśimowaś." +msgstr[2] "Wašo gronidło musy nanejmjenjej %(min_length)d znamuška wopśimowaś." +msgstr[3] "Wašo gronidło musy nanejmjenjej %(min_length)d znamuškow wopśimowaś." + +#: contrib/auth/password_validation.py:147 +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Gronidło jo na %(verbose_name)s pśepódobne." + +#: contrib/auth/password_validation.py:153 +msgid "Your password can't be too similar to your other personal information." +msgstr "Wašo gronidło njesmějo na waše druge wósobinske daty pśepódobne byś." + +#: contrib/auth/password_validation.py:180 +msgid "This password is too common." +msgstr "Toś to gronidło jo pśepowšykne." + +#: contrib/auth/password_validation.py:185 +msgid "Your password can't be a commonly used password." +msgstr "Wašo gronidło njesmějo cesto wužywane gronidło byś." + +#: contrib/auth/password_validation.py:195 +msgid "This password is entirely numeric." +msgstr "Toś to gronidło jo cele numeriske." + +#: contrib/auth/password_validation.py:200 +msgid "Your password can't be entirely numeric." +msgstr "Wašo gronidło njesmějo cele numeriske byś." + +#: contrib/auth/templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Slědkstajenje gronidła na %(site_name)s" + +#: contrib/auth/validators.py:13 +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "Zapódajśo płaśiwe wužywarske mě. Toś ta gódnota smějo jano engelske pismiki, licby a znamuška @/./+/-/_ wopśimowaś." + +#: contrib/auth/validators.py:23 +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "Zapódajśo płaśiwe wužywarske mě. Toś ta gódnota smějo jano pismiki, licby a znamuška @/./+/-/_ wopśimowaś." + +#: contrib/auth/views.py:133 +msgid "Logged out" +msgstr "Wótzjawjony" + +#: contrib/auth/views.py:211 +msgid "Password reset" +msgstr "Slědkstajenje gronidła" + +#: contrib/auth/views.py:224 +msgid "Password reset sent" +msgstr "Slědkstajenje gronidła wótpósłane" + +#: contrib/auth/views.py:261 +msgid "Enter new password" +msgstr "Zapódajśo nowe gronidło" + +#: contrib/auth/views.py:272 +msgid "Password reset unsuccessful" +msgstr "Slědkstajenje gronidła njejo se raźiło" + +#: contrib/auth/views.py:290 +msgid "Password reset complete" +msgstr "Slědkstajenje gronidła dokóńcone" + +#: contrib/auth/views.py:325 +msgid "Password change" +msgstr "Změnjenje gronidła" + +#: contrib/auth/views.py:339 +msgid "Password change successful" +msgstr "Gronidło jo se wuspěšnje změniło" diff --git a/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84555b3dc84b1462156fa6f407e13da79aaf4f6d GIT binary patch literal 7955 zcmcJTTa08!dB+R0Ts*l00Ro9rFOM8yr~8~! z%{g_pw?}@-VrdhU^$Q7-V+h)ZL<%T8coZp#ly#Dwj>rQ-3VHC8$qSJZkO&e8MTw&P zzB;EbGrNvrOpd1de@VTgDp9TL0d>5$iSLz^m0Q?283myWm zfeYZ*z@G*G68shL@4;UL|GBRJ0f;E|-*x>v7$kDu4}Jh#1RnrTfWHj3z@G=Nf$sxv zfWHoY8I*Or0)7zu7WgyZ_rae7{}cQ)ct4ddf?e=5cpu7r2s{HCFa>2j-vsx9dl)Qw zKLkDqo&?3d9q^C9=fUIPhfr!2wBRE61yJO_0zL=6okd}K^;wXms?UM4?%%KROCVFK zKLJJWEfCS_6%f_cH$d^jtDwkv4cr5Mr*8kZ8h-?ed@-`fSpcQqd+YBHf->(uP~@)G z^+!PI_X$w+I1BQpp5{m7^+0L&b^QnwIiCYXug`;oih8leTcFJUr{F)nMX5grC9Zyl zpb`809VmYNE+~Fm;3onf055`{1vkNe0%g4y-lNoSgP#OT@Kx}=;CX^VLrcWeAHDDm`G21(pJ0LnTKgChR~h^y2S;4gtsgW~T#DDm+EhzRvE$e;Q;KN26` z23NqhA@pJJP>lu@yW9k&|L4Ky!LNW{16SUUt-;qondid7u?5 zioM>+B6wB%z)xY<Bqs-;2!$@E-3za;nym^e*wfL>J}(= zco_`wR=0nnZhy7@{#Q`O|FFjY0wo^ypp=ZeA7p9jeW2KJ1;j<_7$|nQ1WLR;4T`;^ zy1rlIXF!oR1jYW(fwKM=K;fA`1|{D9qHh1&8ovdK-0#%w{|<_t|53NU1#)2d;dv{+ z2kUp4L*&YXX@c&{pseKyiahHS@wq%7p@@AEtIkp+M&&tLL5R8g>UW95la%9>wYqKs zx_%KIoAtZcUwk2t*x*r$_)zR8Yg?jxlrnk5-x71@C?_Zq506pg!7br|1_B?6FCL-@ z_e-38f+GAVkHklVBJs7KB7QndIZcsA{PdgQt;$h(Jw*|}NKX6)wKo#>jZWA(rk#n9!^y53u;leUOEnej{-r2B4MR5Nx>!4!!e*gTDk0+B_~!j+=i zAc@T+qQM7B+)6W7sk<{h=nWTG_AbP;>|IwL3A6kS&) zk#1S-S+%zj6Km7<@m1T@Pi2Ko#HvANoE09!Xt$vws=erD+HF^69xI(nO`NDxnMX0B zubL!|rY3Fb%c2yOrPZk!>9)(fK|zATO?I)P$jmyvMaO%~1O0jt%Q8Mwi*sEnXTyB>&zxt}piO7JnT%=(!dW}5iu2Gb@TLd~(yRhw6VtoDby2q4wkS5rWOq|E*OrW$bItR5 zO=i})MXgz<@W~R=0bZJ$wyG!V_AW{=KU*dH?r{a_xx22+=5?Lrnz~2;xy&SF%Z5`I z6Ke{q5fI|G?ebg#e($2NLrpCbh7;R0^?Bz>7GaE*gKIWon?yy3YLcjpum9&N9Od9%pidaEAs0E-B(PfUe+xrV&qC@$s`+ubR-@p zx{+@ZIFB0L&F#j~2b;~6Nz=-M$AU-+w?|jZF*LKEDPy!~>a|0wbGap`{M5I!f*~)un-LOT6!(Gs%PL3YzLNI(Bkb4ulIQ#M82g%R1D!rk-*!wAiu! zE_&?bWDp5}aja=~g@IUioYzvT874~=V|s@f<1|hTiUcF$Q8KgTib)JrgZywVQEFF4 zag^=zc+|JM(hGSt&57tZtJ$$?nV*#)!lE!51O^MV>%sF~L@}Z~b=m7Q!pFI9>NCt= z7Jf>UM4JSv1SZ7(Y+|#H?=D3%zx|ZOL9tJ}GS_a7Hi*xnN)%iXXLYI&1bRmj#rRLi zq?RyUJwc0A$q`dq07H>vbE#ELdG~<3?HY8uyW=jmlPau0GEAa#mh?4A?pE-P8hob` zZ)`O7t-?r|3C*i^*S7mbnX0yntWXaxggtwQ9}TRM4Mg``oY_cO*=*V5BlxjU&_0n7 zMuap|RkA7BNffM^hdrTCi3AYmggC2S!-&+Tj-yiB6<&pk0lRFHShnO;O-!t2hn2b4 zLKPlT}^eV>ZhmU20Wmnn^1{MVMDw3U$@wvGpTGvdYm&aiHq! z4Q%Cdbuo8x#%r938lSA1*LBo`2HnDwR`%J(xuO$CjgOa|qH)=+>xGLKE;mldxdu^< zlNfMa?_XUz+*m!-So?_He_(xW|HG^MS6AuSc+y^tWy&4>4mZ~J>$St{2M#{G%Cm45 z6E-eGM@3>#X?6oEou~MyU0!b}orCYRCmKM&PId^Jigtg}C!ig$Y z8kdQcb?xmnzcNTj!y|zs*ldqJb@_DTky$^PY{TY_Q)F_)zOk+!X~ll3?Yd^Bg^Ni^ zG&D}LZ4~P|8-&l|=)ohpdOfTS0`COZQ9?;J{H)%RZ(|(!` zEFD=;7dW-|h1DbkmI}RDpWU-js{2W~ebc2hRwwwZXKlaW@Lu-VS+A7i+wl;7-_*YJ zbWeLWqjxtR-)5Vbbv!Gn%mynQ1a-mkb# z^g&+FEbC47kJ8`S%JgtDWoqW;7L9_NaFQJv^f zUJu4E#sk+kn`Zk43z(mzYqoFB$-lETzRfw4y~!o$D~Ea3O&+`44Q-drZ4`~Kn;>zs zXNM?$FM+9Hy_-|HJAGPs>YLZ#P0q>@ z-s*0Msd;m7Whk;qgYFxa8cppQ{AdSxIb;?109Vq1?oj?no$uL+F-NuJ;Yh9;DTe~n za+(ns#&g}pE4fQDOjT_v>`4+9UP1)RB5O{&E3VbgOMJz6PM;yHg5pMv|Juxy&7eHP zXw8-Bhceb`~uy=`uvpMfwEeW}4`lRyqP1dt>+RQ*Sb9W3qtVGMk){D^+OWt!b z_GFIisO1NDw%`&H;`RHYW3@`QE6F<%%)SPT;HSd1xMLIfax=lb@Do>|+>LLQ=siuX zK9`5S$3Z(UDYajk`Xpk9RTi=+U$GKa6TWguEbIikc-xb76n04Zu0eLCqB-GD2tpLO z+mx`X((3WNAOX?vn# zoN2zdM;n}j=9mSC3;jVvf#o-`Zy3vqZ?vrN_HT4I-X50sWZ>ERirPmVa-2wC^A z_4s)VK&bAxw#6~_y8x&c0| zct9vd-^~m#5yzjfL+55QY$M33-Al}+ABX=pzz#Vq9Dw8`y-3;hn7>1XE9cDR95cBI14Cvn`{lNy6=s%j0IM zsu*G=X6V8%Q{UN2, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 16:34+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/auth/admin.py:49 +msgid "Personal info" +msgstr "Wosobinske informacije" + +#: contrib/auth/admin.py:50 +msgid "Permissions" +msgstr "Prawa" + +#: contrib/auth/admin.py:52 +msgid "Important dates" +msgstr "Wažne daty" + +#: contrib/auth/admin.py:136 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klučom %(key)r njeeksistuje." + +#: contrib/auth/admin.py:146 +msgid "Password changed successfully." +msgstr "Hesło je so wuspěšnje změniło." + +#: contrib/auth/admin.py:165 +#, python-format +msgid "Change password: %s" +msgstr "Hesło změnić: %s" + +#: contrib/auth/apps.py:12 +msgid "Authentication and Authorization" +msgstr "Awtentifikacija a awtorizacija" + +#: contrib/auth/base_user.py:50 +msgid "password" +msgstr "hesło" + +#: contrib/auth/base_user.py:51 +msgid "last login" +msgstr "poslednje přizjewjenje" + +#: contrib/auth/forms.py:30 +msgid "No password set." +msgstr "Žane hesło nastajene." + +#: contrib/auth/forms.py:36 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Njepłaćiwy hesłowy format abo njeznaty kontrolny algoritmus." + +#: contrib/auth/forms.py:69 contrib/auth/forms.py:268 +#: contrib/auth/forms.py:332 +msgid "The two password fields didn't match." +msgstr "Hesle jednak njejstej." + +#: contrib/auth/forms.py:71 contrib/auth/forms.py:102 +#: contrib/auth/forms.py:130 contrib/auth/forms.py:336 +msgid "Password" +msgstr "Hesło" + +#: contrib/auth/forms.py:73 +msgid "Password confirmation" +msgstr "Hesłowe wobkrućenje" + +#: contrib/auth/forms.py:75 contrib/auth/forms.py:343 +msgid "Enter the same password as before, for verification." +msgstr "Zapodajće samsne hesło kaž do toho, za přepruwowanje." + +#: contrib/auth/forms.py:103 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this form." +msgstr "Hrube hesła so njeskładuja, tohodla njeje móžnosć, hesło tutoho wužiwarja widźeć, ale móžeće hesło z pomocu tutoho formulara změnić." + +#: contrib/auth/forms.py:133 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "Prošu zapodajće korektne %(username)s a hesło. Dźiwajće na to, zo wobě poli móžetej mjez wulko- a małopisanjom rozeznawać." + +#: contrib/auth/forms.py:135 +msgid "This account is inactive." +msgstr "Tute konto je inaktiwne." + +#: contrib/auth/forms.py:198 +msgid "Email" +msgstr "E-mejl" + +#: contrib/auth/forms.py:270 +msgid "New password" +msgstr "Nowe hesło" + +#: contrib/auth/forms.py:273 +msgid "New password confirmation" +msgstr "Wobkrućenje noweho hesła" + +#: contrib/auth/forms.py:306 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Waše stare hesło je so wopak zapodało. Prošu zapodajće jo hišće raz." + +#: contrib/auth/forms.py:309 +msgid "Old password" +msgstr "Stare hesło" + +#: contrib/auth/forms.py:341 +msgid "Password (again)" +msgstr "Hesło (znowa)" + +#: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334 +#: contrib/auth/hashers.py:386 contrib/auth/hashers.py:414 +#: contrib/auth/hashers.py:447 contrib/auth/hashers.py:480 +#: contrib/auth/hashers.py:514 +msgid "algorithm" +msgstr "algoritmus" + +#: contrib/auth/hashers.py:252 +msgid "iterations" +msgstr "wospjetowanja" + +#: contrib/auth/hashers.py:253 contrib/auth/hashers.py:336 +#: contrib/auth/hashers.py:387 contrib/auth/hashers.py:415 +#: contrib/auth/hashers.py:515 +msgid "salt" +msgstr "sól" + +#: contrib/auth/hashers.py:254 contrib/auth/hashers.py:388 +#: contrib/auth/hashers.py:416 contrib/auth/hashers.py:448 +#: contrib/auth/hashers.py:481 contrib/auth/hashers.py:516 +msgid "hash" +msgstr "hash" + +#: contrib/auth/hashers.py:347 +msgid "variety" +msgstr "warianta" + +#: contrib/auth/hashers.py:348 +msgid "version" +msgstr "wersija" + +#: contrib/auth/hashers.py:349 +msgid "memory cost" +msgstr "Składowa přetrjeba" + +#: contrib/auth/hashers.py:350 +msgid "time cost" +msgstr "Časowa přetrjeba" + +#: contrib/auth/hashers.py:351 +msgid "parallelism" +msgstr "paralelizm" + +#: contrib/auth/hashers.py:445 +msgid "work factor" +msgstr "dźěłowy faktor" + +#: contrib/auth/hashers.py:337 +msgid "checksum" +msgstr "pruwowanska suma" + +#: contrib/auth/models.py:61 contrib/auth/models.py:116 +msgid "name" +msgstr "mjeno" + +#: contrib/auth/models.py:65 +msgid "content type" +msgstr "wobsahowy typ" + +#: contrib/auth/models.py:67 +msgid "codename" +msgstr "kodowe mjeno" + +#: contrib/auth/models.py:71 +msgid "permission" +msgstr "prawo" + +#: contrib/auth/models.py:72 contrib/auth/models.py:119 +msgid "permissions" +msgstr "prawa" + +#: contrib/auth/models.py:126 +msgid "group" +msgstr "skupina" + +#: contrib/auth/models.py:127 contrib/auth/models.py:222 +msgid "groups" +msgstr "skupiny" + +#: contrib/auth/models.py:213 +msgid "superuser status" +msgstr "status superwužiwarja" + +#: contrib/auth/models.py:216 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Woznamjenja, zo tutón wužiwar ma wšě prawa bjez toho, zo by móhł je eksplicitnje připokazać." + +#: contrib/auth/models.py:225 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of their groups." +msgstr "Skupiny, ke kotrymž wužiwar słuša. Wužiwar dóstanje wšě prawa, kotrež jemu skupiny dawaja." + +#: contrib/auth/models.py:233 +msgid "user permissions" +msgstr "wužiwarske prawa" + +#: contrib/auth/models.py:235 +msgid "Specific permissions for this user." +msgstr "Wěste prawa za tutoho wužiwarja." + +#: contrib/auth/models.py:305 +msgid "username" +msgstr "wužiwarske mjeno" + +#: contrib/auth/models.py:313 +msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "Trěbne. 150 znamješkow abo mjenje. Jenož pismiki, cyfry a @/./+/-/_." + +#: contrib/auth/models.py:316 +msgid "A user with that username already exists." +msgstr "Wužiwar z tutym mjenom hižo eksistuje." + +#: contrib/auth/models.py:320 +msgid "first name" +msgstr "předmjeno" + +#: contrib/auth/models.py:321 +msgid "last name" +msgstr "swójbne mjeno" + +#: contrib/auth/models.py:322 +msgid "email address" +msgstr "e-mejlowa adresa" + +#: contrib/auth/models.py:324 +msgid "staff status" +msgstr "personalny status" + +#: contrib/auth/models.py:326 +msgid "Designates whether the user can log into this admin site." +msgstr "Woznamjenja, hač wužiwar móže so pola administratoroweho sydła přizjewić." + +#: contrib/auth/models.py:329 +msgid "active" +msgstr "aktiwny" + +#: contrib/auth/models.py:332 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "Woznamjenja, hač maja z wužiwarjom jako aktiwnym wobchadźeć. Znjemóžńće to město toho, zo byšće konto zhašał." + +#: contrib/auth/models.py:336 +msgid "date joined" +msgstr "čłon wot" + +#: contrib/auth/models.py:344 +msgid "user" +msgstr "wužiwar" + +#: contrib/auth/models.py:345 +msgid "users" +msgstr "wužiwarjo" + +#: contrib/auth/password_validation.py:101 +#, python-format +msgid "" +"This password is too short. It must contain at least %(min_length)d " +"character." +msgid_plural "" +"This password is too short. It must contain at least %(min_length)d " +"characters." +msgstr[0] "Tute hesło je překrótke. Dyrbi znajmjeńša %(min_length)d znamješko wobsahować." +msgstr[1] "Tute hesło je překrótke. Dyrbi znajmjeńša %(min_length)d znamješce wobsahować." +msgstr[2] "Tute hesło je překrótke. Dyrbi znajmjeńša %(min_length)d znamješka wobsahować." +msgstr[3] "Tute hesło je překrótke. Dyrbi znajmjeńša %(min_length)d znamješkow wobsahować." + +#: contrib/auth/password_validation.py:111 +#, python-format +msgid "Your password must contain at least %(min_length)d character." +msgid_plural "Your password must contain at least %(min_length)d characters." +msgstr[0] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješko měć." +msgstr[1] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješce měć." +msgstr[2] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješka měć." +msgstr[3] "Waše hesło dyrbi znajmjeńša %(min_length)d znamješkow měć." + +#: contrib/auth/password_validation.py:147 +#, python-format +msgid "The password is too similar to the %(verbose_name)s." +msgstr "Hesło je na %(verbose_name)s přepodobne." + +#: contrib/auth/password_validation.py:153 +msgid "Your password can't be too similar to your other personal information." +msgstr "Waše hesło njesmě wašim druhim wosobinskim datam podobne być." + +#: contrib/auth/password_validation.py:180 +msgid "This password is too common." +msgstr "Tute hesło je přehuste," + +#: contrib/auth/password_validation.py:185 +msgid "Your password can't be a commonly used password." +msgstr "Waše hesło njemóže husto wužiwane hesło być." + +#: contrib/auth/password_validation.py:195 +msgid "This password is entirely numeric." +msgstr "Tute hesło je cyle numeriske." + +#: contrib/auth/password_validation.py:200 +msgid "Your password can't be entirely numeric." +msgstr "Waše hesło njemóže cyle numeriske być." + +#: contrib/auth/templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Hesło je so na %(site_name)s wróćo stajiło." + +#: contrib/auth/validators.py:13 +msgid "" +"Enter a valid username. This value may contain only English letters, " +"numbers, and @/./+/-/_ characters." +msgstr "Zapodajće płaćiwe wužiwarske mjeno. Tuta hódnota smě jenož jendźelske pismiki, ličby a znamješka @/./+/-/_ wobsahować." + +#: contrib/auth/validators.py:23 +msgid "" +"Enter a valid username. This value may contain only letters, numbers, and " +"@/./+/-/_ characters." +msgstr "Zapodajće płaćiwe wužiwarske mjeno. Tuta hódnota smě jenož pismiki, ličby a znamješka @/./+/-/_ wobsahować." + +#: contrib/auth/views.py:133 +msgid "Logged out" +msgstr "Wotzjewjeny" + +#: contrib/auth/views.py:211 +msgid "Password reset" +msgstr "Wróćostajenje hesła" + +#: contrib/auth/views.py:224 +msgid "Password reset sent" +msgstr "Wróćostajenje hesła jo se wotpósłało." + +#: contrib/auth/views.py:261 +msgid "Enter new password" +msgstr "Zapodajće nowe hesło" + +#: contrib/auth/views.py:272 +msgid "Password reset unsuccessful" +msgstr "Wróćostajenje hesła njeje so poradźiło" + +#: contrib/auth/views.py:290 +msgid "Password reset complete" +msgstr "Wróćostajenje hesła je zakónčene" + +#: contrib/auth/views.py:325 +msgid "Password change" +msgstr "Změnjenje hesła" + +#: contrib/auth/views.py:339 +msgid "Password change successful" +msgstr "Hesło je so wuspěšnje změniło" diff --git a/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..543f5f1be57f20e2130a2cd2ec12d0c03b2a3c56 GIT binary patch literal 1169 zcmah|%Wl&^6g5yD3b3Fo*s!>pibT~UcHeRcuhL4D8nr5cZjj2vo+eK18Ot+nnyL~j zc5K-YzJe{=R)Q50AHcV8CP|w{Lh6-{kMG>a+!-JLou2yQ!0rH#f%m{&;2U7=C*T9W zfcwDIHOE;3PlFf18{m83k6;`B41NUu3jPCp2W;M_8;aKbS%a&7{*0c*Daln(4Vo_6km%@hN(CwU@DnpCqR0;4HZ@`<4~KNQ5NCCnag zY8B^3?B!WpEKwp%TZPW5l14~Fjb1ABg=gT=plcLf^uz+1?+sQ$CA94?jv{TYC~I>~ zQW4i$1rawQq(p@xc7oB?cC!gbJ82KY$zdJ^F-plE&)LqDJssN!**lTxNJ*c<4wo%e z*b%A946Ex_6tY)&OS6XZsj$7(V5^zn2D$7tcK2z{^%j}yF>jeX&v%z+UC(uq$achG zWP6VDmYBQ5JeRx`-X;jq`BaaBHWxANs(7ECCQ+QH>V;NW^EirQ zUJk`G)W}xOTY@zNPkh=`U6Iinq(od&v29H1S1R3Zw`^?RXkQ$a1C>;UCp)Kj)T9#X zW~Ef9Z`9Yum*AD%!st^n`zd`g;>c9em`Aco7%Ez@* zw1ChYLi43+!P$ad4@_^UwvmQqhbO#~TaBtP|Brf|U6r2oqogCw`nXJjgnFY+msQ%G z$Z9E@$1mwxc7!<4Q1EF#%RB14!_{RNkB+;i{bMeBBQ;MH_3Td0#L{TU1Bls9oSgP) MsPchle+cgU13VaBL;wH) literal 0 HcmV?d00001 diff --git a/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c01a460566 --- /dev/null +++ b/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,48 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:13+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/contenttypes/apps.py:12 +msgid "Content Types" +msgstr "Wopśimjeśowe typy" + +#: contrib/contenttypes/models.py:160 +msgid "python model class name" +msgstr "klasowe mě pythonowe modela" + +#: contrib/contenttypes/models.py:164 +msgid "content type" +msgstr "wopśimjeśowy typ" + +#: contrib/contenttypes/models.py:165 +msgid "content types" +msgstr "wopśimjeśowe typy" + +#: contrib/contenttypes/views.py:19 +#, python-format +msgid "Content type %(ct_id)s object has no associated model" +msgstr "Objekt wopśimjeśowego typa %(ct_id)s njama zwězany model" + +#: contrib/contenttypes/views.py:23 +#, python-format +msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" +msgstr "Objekt %(obj_id)s wopśimjeśowego typa %(ct_id)s njeeksistěrujo" + +#: contrib/contenttypes/views.py:29 +#, python-format +msgid "%(ct_name)s objects don't have a get_absolute_url() method" +msgstr "Objekty %(ct_name)s njamaju metodu get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1ef1c521fe1ad962a63120cf65604a22f3bbaa8 GIT binary patch literal 1143 zcmah{%Wl&^6g9Lw6dsFix?yoQ6^W`z>^{=gC4eX`szlVPr0oVNn%L9WsXb$P#!XXI zV#SUv8^l+zKVcf>A-Fp}d<-oKhPenzO>hwflG=)k&H5BnPL7ck6w0TFX zq%fjgDekcL`=Oz7*(Afw^bIJ};T2N>QSJ_(i3cD^`|wfRq5#5GAp zTx%7?+=!4;6^g_O#z))3{z$Zw4X~UX=_p9hO7?orey;58*lx& zWGXkTsk?E=UKL%q5v5#93@- zPIYzW)|uy$x9)rOMHf+e%e7&xoJ*Z>qjH~`aS(Bl(6LHR=vf*kMW$YAm3J=UB;nOi zJV%f07Q8E1OYqdE!z>dyy@Mp?lFE@WnP02*`~9l1bK?_nUJX=Q8{KR|$#_UD(w$nR z)ZA@uPhWypbxY$<$?T`}$%u1P%Mu>TO~Qh?7N&97+F|QcojvSC`ra$`=L8PpN-!QZ6 z32~}n+oC5Xo&S, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:16+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/contenttypes/apps.py:12 +msgid "Content Types" +msgstr "Wobsahowe typy" + +#: contrib/contenttypes/models.py:160 +msgid "python model class name" +msgstr "klasowe mjeno pythonoweho modela" + +#: contrib/contenttypes/models.py:164 +msgid "content type" +msgstr "wobsahowy typ" + +#: contrib/contenttypes/models.py:165 +msgid "content types" +msgstr "wobsahowe typy" + +#: contrib/contenttypes/views.py:19 +#, python-format +msgid "Content type %(ct_id)s object has no associated model" +msgstr "Objekt wobsahoweho typa %(ct_id)s nima zwjazany model" + +#: contrib/contenttypes/views.py:23 +#, python-format +msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" +msgstr "Objekt %(obj_id)s wobsahoweho typa %(ct_id)s njeeksistuje" + +#: contrib/contenttypes/views.py:29 +#, python-format +msgid "%(ct_name)s objects don't have a get_absolute_url() method" +msgstr "Objekty %(ct_name)s nimaja metodu get_absolute_url()" diff --git a/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c03f43796187528dda570fbe02235b256d89789 GIT binary patch literal 2238 zcmaKt%a0pH5XKvl@G$QL5Fj3PAlhBw@hc$&hlM~$P+%8U8wZ4hgxa3A-S$kk>F(KC zJGl@cAtbJdgHLedyc`fh5okUC0OFhrCnPSMIBaS*MZyY`R z8N)b+>v3FP<9Y(u#x3~4_#V6;`~iFe{1J@7CvRn}1bzxO!Oy|h{5<#`_}C%F@W)d8 zJOy3>37mqrgWrMofiv(<@F&pwy8%7~{sJBW{{-&=j~p)SW1!FBQSf0r{}qcO@X&3H z8E^#p^*@7W!Qa3)!3KgR;D;bwvfsf~@DFeWeEJT??glr&2f=sewgSDsE8rvGCm>w1 zFTs1kuRx#YHz3l=p8>fquiFE-{P{4Q56F}6_XduT4}Wg2zaKu9A3n#$K#J@xTwbrE zi-(|(%U%w5xax?I^vFrAEIYr;<547BJ{J``jVBgkp$^BqBv z;GtAK;wmI(xQx7EBX0Y`R{rLz8*w+{Jz*E_-uG6e@8Sr4FLufGr6p_$q$aEb+)7A*_xz0!EmtSYF6UNY%+G^uk`=-tZR$ zqgYy-SKwwXa{2Q$2j>sgr^0+jLOCW>euR#WW0;nCfyp0Yd1sjsJqTvFe@V!Q4-#oa z$h>Bjp*|z*5u|u5n3FCNY|H3@=(ylw7`%-mVONvF0ara;+7=^iT(D_-G7MfxdNye3 zCY83{Y6a&|93LTg74DkUsMVhh>b0QuJk_6To@_i*Yt(937;K9j>3uHOoeFBFg8B)n zH}Z8gtlQw$1uerB1aaClX;XIkTtxJaj=Jq2zDVo7qBI+b(TI ziQ!RjL7Uh%NsV&TuAe+Z#qIj4I$p2U*4OLw64eMx3bO&TzBEtJ)vJrClbC8?>crZa z65H03?2EA(Xyq$y9Ulla;A|_K%3*emhyU6#Fe@gCXCGx#O;(hNXV=NjKGu}(?{&s- zFi1KHahmX@rTB1v&#HuMoMhLB361vmLY`f#90;~-1oIYkpr^d9BiZqNN)5z77akPi zx0CE!WKwjM|7s?bBJMcl*|fqgIlPhb?O>V)IW zVRlU~`^(L|{B*p(mt9w0(K6w_hZ76JSAu+@>SVyvTOPG kugknYL3gBxlH, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 12:42+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/flatpages/admin.py:12 +msgid "Advanced options" +msgstr "Rozšyrjone nastajenja" + +#: contrib/flatpages/apps.py:7 +msgid "Flat Pages" +msgstr "Statiske boki" + +#: contrib/flatpages/forms.py:8 contrib/flatpages/models.py:12 +msgid "URL" +msgstr "URL" + +#: contrib/flatpages/forms.py:9 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Pśikład: '/about/contact/'. Pśeznańśo se, až sćo wócynjajucu a zacynjajucu nakósnu smužku pódał." + +#: contrib/flatpages/forms.py:12 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "Toś ta gódnota smějo jano pismiki, licby, dypki, pódsmužki, , wězawki, nakósne smužki abo tildy wopśimowaś." + +#: contrib/flatpages/forms.py:25 +msgid "URL is missing a leading slash." +msgstr "URL njama wócynjajucu nakósnu smužku." + +#: contrib/flatpages/forms.py:32 +msgid "URL is missing a trailing slash." +msgstr "URL njama zacynjajucu nakósnu smužku." + +#: contrib/flatpages/forms.py:49 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Statiski bok z url %(url)s južo eksistěrujo za sedło %(site)s" + +#: contrib/flatpages/models.py:13 +msgid "title" +msgstr "titel" + +#: contrib/flatpages/models.py:14 +msgid "content" +msgstr "wopśimjeśe" + +#: contrib/flatpages/models.py:15 +msgid "enable comments" +msgstr "komentary zmóžniś" + +#: contrib/flatpages/models.py:16 +msgid "template name" +msgstr "mě pśedłogi" + +#: contrib/flatpages/models.py:18 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "Pśikład: 'flatpages/contact_page.html'. Jolic to njejo pódane, buźo system 'flatpages/default.html' wužywaś." + +#: contrib/flatpages/models.py:22 +msgid "registration required" +msgstr "registrěrowanje trěbne" + +#: contrib/flatpages/models.py:23 +msgid "" +"If this is checked, only logged-in users will be able to view the page." +msgstr "Jolic to jo zmóžnjone, mógu se jano pśizjawjone wužywarje bok woglědaś." + +#: contrib/flatpages/models.py:25 +msgid "sites" +msgstr "sedła" + +#: contrib/flatpages/models.py:29 +msgid "flat page" +msgstr "statiski bok" + +#: contrib/flatpages/models.py:30 +msgid "flat pages" +msgstr "statiske boki" diff --git a/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1f8fe23698f26c0176dda4d9f7b0ff55a1497f9 GIT binary patch literal 2230 zcmZ{l&u<$=6vqc>`C)#yAOzyayHsgZuYV+=6qi7uG$_!BD0Sh2gvQ>nckJ1j?api* zo1Su@7kWg1azOkCNaci31giZHAkGz6Bo3T7aDnfvy*3eal<{ZY&di%P-?#g6=fttk z8QMwo=h44Ie*yjSJ@`TU5qtvt349Oy8H~Xf?`5n6eg-zcFTi*FJopj#+ea2)dtt65Zbq(|LnD`F?NU3VHMQ_WJwg@9LY6v1ka9J&f+-IZ-?W z{kiPTaF^@02+1T)8g1F7Jsu}YG-#>HTPAbWw$YBaU3IBKTf8sGW~m@&DB`<L~6K-W9fR_p!Gsk&6}lZg$8;(vq}#$x)J;T^Wk7jE6XG zXq|{@AeExb3R+sY3Pp!!%FVp64V*#S{*Zj=55P7TQI;w?bsE3Rmbgk0@{q)yw9Zn; zq-3QNnD<$CN&F~}p%Z^oMbLc3gL zg5u0N%4NjnsW0Iie3VINaVsB$#=*>V2&-*U0VB*+EEjSTLUmGwUf8QUmwks|6iaLK z49s(p%b%|~I)5}j73L!n+A*Q?E3{1zkmxNMrEt9DTnb*uR zil zGq{N4_!EM+;jTd|wff6Jy%yA7rTQz4wUslqm0Ar8gB`Iez0bwEvq9}_P+z6`N@H#H zObxAcnOhe$Q?4P1GiigiWIN(Q(T7HL=(Sj?EHM|XNn0blT)YyB*Re-;Gh97r3LZD; zYLbYQu3(AenodW~C5>uzFc?%Ig|@OI_A1b=I=xu|HFHvpY^%Cl+S=T@v=E_Qsg*8H zl@FT31h;fz&s8Cy)aUWa@ze^pezmy~oLj8(hjm06T+(ghzqbaRYe_ecwm~?lw5_s~ zt6;;Vv2Bn}a?`G_ou}z={j@$+uhrJq>+}ZI2ur5s3e5V#T&3&Ri>WnCtzc?(`Fx4( zn9<~$@j==X+Nat&j!}=Z?a5cNKiTKu|JDr53Og7dgyWmz8~B_}nMQ`J9}mpVL~?Rya1#`*aI$aaMTJD);_JzJ zf)#-ws!@FV*5nWoYJ`@Lu~GC056t9{639C0i2+Pmgp~FmosT4gc&$kBFpsjCIZn~- zTcI`>*m!&}cOq>p`?5?*j&HVxC@RCmn^1HnZkYx>KH>xa^gqJmKR{k{hW, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 12:43+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/flatpages/admin.py:12 +msgid "Advanced options" +msgstr "Rozšěrjene nastajenja" + +#: contrib/flatpages/apps.py:7 +msgid "Flat Pages" +msgstr "Statiske strony" + +#: contrib/flatpages/forms.py:8 contrib/flatpages/models.py:12 +msgid "URL" +msgstr "URL" + +#: contrib/flatpages/forms.py:9 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Přikład: '/about/contact/'. Přeswědčće so, zo sće wočinjace a začinjace nakósne smužki podał." + +#: contrib/flatpages/forms.py:12 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "Tuta hódnota smě jenož pismiki, ličby, dypki, podsmužki, wjazawki, nakósne smužki abo tildy wobsahować." + +#: contrib/flatpages/forms.py:25 +msgid "URL is missing a leading slash." +msgstr "URL wočinjacu nakósnu smužku nima." + +#: contrib/flatpages/forms.py:32 +msgid "URL is missing a trailing slash." +msgstr "URL začinjacu nakósnu smužku nima." + +#: contrib/flatpages/forms.py:49 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Statiska strona z url %(url)s hižo za sydło %(site)s eksistuje" + +#: contrib/flatpages/models.py:13 +msgid "title" +msgstr "titul" + +#: contrib/flatpages/models.py:14 +msgid "content" +msgstr "wobsah" + +#: contrib/flatpages/models.py:15 +msgid "enable comments" +msgstr "komentary zmóžnić" + +#: contrib/flatpages/models.py:16 +msgid "template name" +msgstr "mjeno předłohi" + +#: contrib/flatpages/models.py:18 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "Přikład: 'flatpages/contact_page.html'. Jeli to njeje podate, budźe system 'flatpages/default.html' wužiwać." + +#: contrib/flatpages/models.py:22 +msgid "registration required" +msgstr "registrowanje trěbne" + +#: contrib/flatpages/models.py:23 +msgid "" +"If this is checked, only logged-in users will be able to view the page." +msgstr "Jeli to je zmóžnjene, móža sej jenož přizjewjeni wužiwarjo stronu wobhladać." + +#: contrib/flatpages/models.py:25 +msgid "sites" +msgstr "sydła" + +#: contrib/flatpages/models.py:29 +msgid "flat page" +msgstr "statiska strona" + +#: contrib/flatpages/models.py:30 +msgid "flat pages" +msgstr "statiske strony" diff --git a/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4a6d05ba803af2c9ce8de4118857c3e39291a947 GIT binary patch literal 2187 zcmZ{k&u<$=6vqcB(3)SRl;2REs7f2!b?o#9WlIWa(^R2J8zqJy#AUoY-i$q-S0(=I%3_bw->#h5ZlE z#r_L?1l$GZ$G|<{li(rHy*~*)2fhow2nOJT;3we2;OF3@;8&oFe;IUj{0N={Z-P&Q zySFj+3u=EI3^4y2L8d_d5MwWZUxRM__aK(ATi|Z+Ht6!+0r!CafP2B0ksP7e4Cvy| zfscb9flq)f@HOyba3A;`==^VjCGa-r{C)%XgMWf<-#fQ6wgA2gy1WJ~B+vKd_U`gI zU#GJhu3k5se!K8EJ=}2lu$=9{};+vGYjY+fUa496<(#-jY+*Lf{vwji~jB(TbIi8>v%v-cUn`Fd=RQp=6n)0y37JVNk@{qqdWzIIRn@&~DXAECSh(0e9Lt zt%@_vm03Mkqwua%^VyO$O=#`Shu-_bCRpcFm@8ab7O}CZx0pmS^iE|_;?;~#rKJls z@3h5v!q=O{5&AS$sUG#J6|eFpRp0QBOdYIDRVr}wmc_bsF-LyKyvi}JdYG!m{iD@` z6^zmX^zmx$Mk<~f>(inP*0@l#YE*;XYD<;H=AFdYdQU3F%b_@lH9E?8B)pp7ZJ!oQ z2MVviMRH9C*3vZgCnr0dPC38nvLP;(1Jj-y>}&{C1epwz`s74uaend4NQ7#+QaWw4 zyRBXg0{WDSi|J&nxYQ>I1=>WU)9=;hyyGLk{Ie3)JEH>=;;Q*{ye`wtY9Vb>FDv-{}K-U$s)1p03i{R3W$wrc;C(`21g0sN4o{pY zu@BqVuc{WOrXk!W4Rv|{Gk%C7-oG}yv$8p~hlcWxJ;owFGDFY^S06QIid#-`e?z35 z>sPHrtTJ0QEo~_7rd%UZFV8sM1a53t)8QHcuU`$dN%;g@?O*A(@DVmL-3nw=kmCI- zaO!WcCFC}A=hJWR?hfO9K{nw`y*fg-_?E`tYU_=)hVxAkqssn<>~zO>gznaj@#T)p zTQ)o@w#-fo%h~xG8!eQM55LnyE3>A5ttH3a2Eum7reQaRx&N~WvC9@VkH)2&qM2mW z8*~m^$bvqVyWJx_;VeR|N0&uNwz`>|4O$7##= ta{Z;uiZ?|IbJ`X$U2o}R{cBx_J!Z|dqh!!vT0B3%qV3%CHlXA9>|ec^edGWD literal 0 HcmV?d00001 diff --git a/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po b/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..f423ed4ce5 --- /dev/null +++ b/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,110 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 18:51+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/gis/apps.py:8 +msgid "GIS" +msgstr "GIS" + +#: contrib/gis/db/models/fields.py:78 +msgid "The base GIS field." +msgstr "Bazowe pólo GIS." + +#: contrib/gis/db/models/fields.py:165 +msgid "" +"The base Geometry field -- maps to the OpenGIS Specification Geometry type." +msgstr "Bazowe geometrijowe pólo -- wužywa geometrijowy typ specifikacije OpenGIS." + +#: contrib/gis/db/models/fields.py:352 +msgid "Point" +msgstr "Dypk" + +#: contrib/gis/db/models/fields.py:358 +msgid "Line string" +msgstr "Cera" + +#: contrib/gis/db/models/fields.py:364 +msgid "Polygon" +msgstr "Wjelerožk" + +#: contrib/gis/db/models/fields.py:370 +msgid "Multi-point" +msgstr "Někotare dypki" + +#: contrib/gis/db/models/fields.py:376 +msgid "Multi-line string" +msgstr "Někotare cery" + +#: contrib/gis/db/models/fields.py:382 +msgid "Multi polygon" +msgstr "Někotare wjelerožki" + +#: contrib/gis/db/models/fields.py:388 +msgid "Geometry collection" +msgstr "Geometrijowa zběrka" + +#: contrib/gis/db/models/fields.py:394 +msgid "Extent Aggregate Field" +msgstr "Pólo „Extent Aggregate" + +#: contrib/gis/db/models/fields.py:405 +msgid "Raster Field" +msgstr "Rasterowe pólo" + +#: contrib/gis/forms/fields.py:20 +msgid "No geometry value provided." +msgstr "Žedna geometrijowa gódnota pódana." + +#: contrib/gis/forms/fields.py:21 +msgid "Invalid geometry value." +msgstr "Njepłaśiwa geometrijowa gódnota." + +#: contrib/gis/forms/fields.py:22 +msgid "Invalid geometry type." +msgstr "Njepłaśiwy geometrijowy typ." + +#: contrib/gis/forms/fields.py:23 +msgid "" +"An error occurred when transforming the geometry to the SRID of the geometry" +" form field." +msgstr "Zmólka jo se nastała, gaž geometrija jo se do SRID póla geometrijowego formulara pśetwóriła." + +#: contrib/gis/templates/gis/admin/openlayers.html:35 +#: contrib/gis/templates/gis/openlayers.html:18 +msgid "Delete all Features" +msgstr "Wšykne funkcije lašowaś" + +#: contrib/gis/templates/gis/admin/openlayers.html:37 +msgid "WKT debugging window:" +msgstr "Wokno pytanja zmólkow WKT:" + +#: contrib/gis/templates/gis/google/google-map.html:4 +msgid "Google Maps via GeoDjango" +msgstr "Google Maps pśez GeoDjango" + +#: contrib/gis/templates/gis/openlayers.html:19 +msgid "Debugging window (serialized value)" +msgstr "Wokno pytanja zmólkow (serializěrowana gódnota)" + +#: contrib/gis/views.py:10 +msgid "No feeds are registered." +msgstr "Žedne kanale njejsu zregistrěrowane." + +#: contrib/gis/views.py:16 +#, python-format +msgid "Slug %r isn't registered." +msgstr "Adresowe mě %r njejo zregistrěrowane." diff --git a/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..070663ef0ccaf3185ba403f614c9f9814180d4b4 GIT binary patch literal 2161 zcmZ{k&yN&E6vs3JaUvfi>J}rfYg?rlzY?UA@Ch zNF+qz0!I&mA>rnQgFz3P$c3E*uj<(Y{sG)gO#D_)&(1D}N@_k+{i@!3^{uM+*Om?6 zFtj((-$VZs{eARnPvHk`c$74>>BuM~+Y}TE-4WLG$m(poxG+0Sy0PBo7EnV96%^UDsHI`(mUm?o=q~L{ zgppjyK4L6$m5K?>QNjx1O3{qqHZ>w)$1hkBSvnGiMuZ&J8Rw6km|bKiMmf~AQlf69 zj@SvULnUaA#|bSSd)1#7RCR6&T=WTQ!)~iSc8n&T&k?3SgT%$ z5ZTC6kK4Ui%gD0Rni@g`32`F`Da*tP$XIlSRnf8-6dS!P181Ahmd@t^7PwoJZ*)%|b(|#mX`P8hDR}JEd^T@%3tD@#fp<=r1nYbXGKC8ZBG$%wb4e%z?`Rq(URC>4m_JkXjv1UM z=6cgOLZ2qfm3>~N?3F*J$^n1x@T$=XlffYrb(FgOdKk(^PQe* zQ%g`cO>7#=!R6i540?lml&s!a+2Ryv%APqM0w3LF+0tFn#GOZSsp5uHJor}Ft~RpB zmUKJP6!$ETu)OcWj2?c=y?ou}5vS(;yFsKapI}Ra+bcJzkw)#hL^}N@AKVrzSMfZQ zriYhqK~Gl;_^1{inA*xs)8^|cfy=4CrWTxTiFk0CuUwVg-rAj@ob_Tn z)v{a`oHFb#8jAqo5bVHu#mJthBLh6si8O zJQybfDv`52AslK?z%54=g%`L)og7AE!&-qeaOFv}BLQlr8+BR&(xYxfE#ahGAL=NF z_QNHvdK6jyAumwbp=J(U;pk%<@aYoA4Olw`=MKF%CBrh(=Gn33#idA3IDga?pZy11 Cv}-{C literal 0 HcmV?d00001 diff --git a/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po b/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..55b1e6cd88 --- /dev/null +++ b/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,110 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 15:07+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/gis/apps.py:8 +msgid "GIS" +msgstr "GIS" + +#: contrib/gis/db/models/fields.py:78 +msgid "The base GIS field." +msgstr "Bazowe polo GIS." + +#: contrib/gis/db/models/fields.py:165 +msgid "" +"The base Geometry field -- maps to the OpenGIS Specification Geometry type." +msgstr "Bazowe geometrijowe polo -- zarysowane do geometrijoweho typa specifikacije OpenGIS. " + +#: contrib/gis/db/models/fields.py:352 +msgid "Point" +msgstr "Dypk" + +#: contrib/gis/db/models/fields.py:358 +msgid "Line string" +msgstr "Čara" + +#: contrib/gis/db/models/fields.py:364 +msgid "Polygon" +msgstr "Wjeleróžk" + +#: contrib/gis/db/models/fields.py:370 +msgid "Multi-point" +msgstr "Wjacore dypki" + +#: contrib/gis/db/models/fields.py:376 +msgid "Multi-line string" +msgstr "Wjacore čary" + +#: contrib/gis/db/models/fields.py:382 +msgid "Multi polygon" +msgstr "Wjacore wjelróžki" + +#: contrib/gis/db/models/fields.py:388 +msgid "Geometry collection" +msgstr "Geometrijowa zběrka" + +#: contrib/gis/db/models/fields.py:394 +msgid "Extent Aggregate Field" +msgstr "Polo „extent aggregate“" + +#: contrib/gis/db/models/fields.py:405 +msgid "Raster Field" +msgstr "Rasterowe polo" + +#: contrib/gis/forms/fields.py:20 +msgid "No geometry value provided." +msgstr "Žana geometrijowa hódnota podata." + +#: contrib/gis/forms/fields.py:21 +msgid "Invalid geometry value." +msgstr "Njepłaćiwa geometrijowa hódnota." + +#: contrib/gis/forms/fields.py:22 +msgid "Invalid geometry type." +msgstr "Njepłaćiwy geometrijowy typ." + +#: contrib/gis/forms/fields.py:23 +msgid "" +"An error occurred when transforming the geometry to the SRID of the geometry" +" form field." +msgstr "Zmylk je wustupił, hdyž so geometrija do SRID pola geometrijoweho formulara přetwori." + +#: contrib/gis/templates/gis/admin/openlayers.html:35 +#: contrib/gis/templates/gis/openlayers.html:18 +msgid "Delete all Features" +msgstr "Wšě funkcije zhašeć" + +#: contrib/gis/templates/gis/admin/openlayers.html:37 +msgid "WKT debugging window:" +msgstr "Wokno pytanja zmylkow WKT:" + +#: contrib/gis/templates/gis/google/google-map.html:4 +msgid "Google Maps via GeoDjango" +msgstr "Google Maps přez GeoDjango" + +#: contrib/gis/templates/gis/openlayers.html:19 +msgid "Debugging window (serialized value)" +msgstr "Wokno pytanja zmylkow (serijalizowana hódnota)" + +#: contrib/gis/views.py:10 +msgid "No feeds are registered." +msgstr "Žane kanale zregistrowane." + +#: contrib/gis/views.py:16 +#, python-format +msgid "Slug %r isn't registered." +msgstr "Adresowe mjeno %r njeje zregistrowane." diff --git a/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6bedf99c33ea8d42416e5977c53fb77b037f18ce GIT binary patch literal 5523 zcmai1O^g&p7%de=2L(kG5rhI=gKTr?mcx+^Oz5)Uf9(>1fb%ycbXJv%Hx zFCIut^kTfY7feVr@nlFia4-tHp7fw3TueN9*E3#x)m=T^)m@{Vsd-cH`})=QQ#I4` z$NE)Y5L`CK7L0565po2$`vJV+8e2ukF5m&+2+#oz0Y6pzb;bX#aP@lzPX3c#${p_8WR~26zVZ@*30#_>satfhRG4 z<55CB0DcLS_Ip6-f9^3tP6KZMrMW?|>d~&6BZC7wBVt2j~C~Zyn7%2PjiL!qNl=MUa0kWp5Nwa=yve;J>mqB2l1FDv z?$f6+HezhU$X-Y{I`?JZPK=T=%39$l;jon#oOYKDSL`O8@!D;V`~S2o1hw_CnWj1B3Tq-t$fB7rJI%uz8dFK>DKD+en9|zzd`( zbl1cbdnl-h%e7F@0+H{Yphc$GH$hEYv1fvsI8(O-9mEzpC4Eh-p-qAgAPX&$o(9s; zpg#3_x8wNUB}N<+&F_YcIxUVP)Zkq|92U2(#;l0wzE3mY9h9$Ua_rk2MAP8Dn^%n4 zL{a(l@5(HlIQDIhPiJ{I$O}qN$tj2a9T~OQt8ZamYc?cJZ-J2}?kBzzb_1s!dL6cE zsO++K=nTiAW=mhlcZu)$jL33uVBiwL7MM?jcaeyYgtK@BjFFJL&LZABJP6<$_BdH& zB4mN2rvg658liQX|Rl$RqOZfV7DlR*Od;C_{X)$Y>Ih{J4 z;5`=5({S<7tMY6Z&eyBeUawaPrLNax7b^|ksm7Tl&{iTlmio!Xnk=x6`VH=SeydK$X1uT;ElMk9 zN>gpwaO)TkI-*Yf`DiM}_a3D2$MLd1g!+w-+w>J$qi~6*qnO(1bPv6JIWg^pX%wbC z!v{;+?+}XTIcT(jT)D{%th;C;qZ60@h@S67Um->1)R0$CEx8pkhTJNGMPJLsRZ>HK zmDG}3C1c2~A}f@89*C)8&A4AI4v)W$inYmUCTVhC*G+j{JLPlnp6^9JQ6rPm_nbj6s<=tYknddCtf8)L#{_CcT0)ROI|B`#=6 z>#8ZQDQ9R+J#!kiqf=_h&8#C z%qpgARy1Wb-Ds^`%8Ju-P8_qE38yK_N@!8WL^i^h$tuMRbo!6BQ!7i%#ZPwhDBC6R zwEtun)4b!D4Nk`!Y*3mG?cKf}`pZjxC}UI4&XF*d9&8L3|HH<6S!0reVCTEOTTCM6 zOM%, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-12 14:09+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/humanize/apps.py:8 +msgid "Humanize" +msgstr "Humanize" + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "th" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "st" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "nd" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "rd" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:61 +#, python-format +msgid "%(value).1f million" +msgid_plural "%(value).1f million" +msgstr[0] "%(value).1f milion" +msgstr[1] "%(value).1f miliona" +msgstr[2] "%(value).1f miliony" +msgstr[3] "%(value).1f milionow" + +#: contrib/humanize/templatetags/humanize.py:62 +#, python-format +msgid "%(value)s million" +msgid_plural "%(value)s million" +msgstr[0] "%(value)s milion" +msgstr[1] "%(value)s miliona" +msgstr[2] "%(value)s miliony" +msgstr[3] "%(value)s milionow" + +#: contrib/humanize/templatetags/humanize.py:65 +#, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f miliarda" +msgstr[1] "%(value).1f miliarźe" +msgstr[2] "%(value).1f miliardy" +msgstr[3] "%(value).1f miliardow" + +#: contrib/humanize/templatetags/humanize.py:66 +#, python-format +msgid "%(value)s billion" +msgid_plural "%(value)s billion" +msgstr[0] "%(value)s miliarda" +msgstr[1] "%(value)s miliarźe" +msgstr[2] "%(value)s miliardy" +msgstr[3] "%(value)s miliardow" + +#: contrib/humanize/templatetags/humanize.py:69 +#, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f bilion" +msgstr[1] "%(value).1f biliona" +msgstr[2] "%(value).1f biliony" +msgstr[3] "%(value).1f bilionow" + +#: contrib/humanize/templatetags/humanize.py:70 +#, python-format +msgid "%(value)s trillion" +msgid_plural "%(value)s trillion" +msgstr[0] "%(value)s bilion" +msgstr[1] "%(value)s biliona" +msgstr[2] "%(value)s biliony" +msgstr[3] "%(value)s bilionow" + +#: contrib/humanize/templatetags/humanize.py:73 +#, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f biliarda" +msgstr[1] "%(value).1f biliarźe" +msgstr[2] "%(value).1f biliardy" +msgstr[3] "%(value).1f biliardow" + +#: contrib/humanize/templatetags/humanize.py:74 +#, python-format +msgid "%(value)s quadrillion" +msgid_plural "%(value)s quadrillion" +msgstr[0] "%(value)s biliarda" +msgstr[1] "%(value)s biliarźe" +msgstr[2] "%(value)s biliardy" +msgstr[3] "%(value)s biliardow" + +#: contrib/humanize/templatetags/humanize.py:77 +#, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f trilion" +msgstr[1] "%(value).1f triliona" +msgstr[2] "%(value).1f triliony" +msgstr[3] "%(value).1f trilionow" + +#: contrib/humanize/templatetags/humanize.py:78 +#, python-format +msgid "%(value)s quintillion" +msgid_plural "%(value)s quintillion" +msgstr[0] "%(value)s trilion" +msgstr[1] "%(value)s triliona" +msgstr[2] "%(value)s triliony" +msgstr[3] "%(value)s trilionow" + +#: contrib/humanize/templatetags/humanize.py:81 +#, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f triliarda" +msgstr[1] "%(value).1f triliarźe" +msgstr[2] "%(value).1f triliardy" +msgstr[3] "%(value).1f triliardow" + +#: contrib/humanize/templatetags/humanize.py:82 +#, python-format +msgid "%(value)s sextillion" +msgid_plural "%(value)s sextillion" +msgstr[0] "%(value)s triliarda" +msgstr[1] "%(value)s triliarźe" +msgstr[2] "%(value)s triliardy" +msgstr[3] "%(value)s triliardow" + +#: contrib/humanize/templatetags/humanize.py:85 +#, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f kwadrilion" +msgstr[1] "%(value).1f kwadriliona" +msgstr[2] "%(value).1f kwadriliony" +msgstr[3] "%(value).1f kwadrilionow" + +#: contrib/humanize/templatetags/humanize.py:86 +#, python-format +msgid "%(value)s septillion" +msgid_plural "%(value)s septillion" +msgstr[0] "%(value)s kwadrilion" +msgstr[1] "%(value)s kwadriliona" +msgstr[2] "%(value)s kwadriliony" +msgstr[3] "%(value)s kwadrilionow" + +#: contrib/humanize/templatetags/humanize.py:89 +#, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f kwadriliarda" +msgstr[1] "%(value).1f kwadriliarźe" +msgstr[2] "%(value).1f kwadriliardy" +msgstr[3] "%(value).1f kwadriliardow" + +#: contrib/humanize/templatetags/humanize.py:90 +#, python-format +msgid "%(value)s octillion" +msgid_plural "%(value)s octillion" +msgstr[0] "%(value)s kwadriliarda" +msgstr[1] "%(value)s kwadriliarźe" +msgstr[2] "%(value)s kwadriliardy" +msgstr[3] "%(value)s kwadriliardow" + +#: contrib/humanize/templatetags/humanize.py:93 +#, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f kwintilion" +msgstr[1] "%(value).1f kwintiliona" +msgstr[2] "%(value).1f kwintiliony" +msgstr[3] "%(value).1f kwintilionow" + +#: contrib/humanize/templatetags/humanize.py:94 +#, python-format +msgid "%(value)s nonillion" +msgid_plural "%(value)s nonillion" +msgstr[0] "%(value)s kwintilion" +msgstr[1] "%(value)s kwintiliona" +msgstr[2] "%(value)s kwintiliony" +msgstr[3] "%(value)s kwintilionow" + +#: contrib/humanize/templatetags/humanize.py:97 +#, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f kwintiliarda" +msgstr[1] "%(value).1f kwintiliarźe" +msgstr[2] "%(value).1f kwintiliardy" +msgstr[3] "%(value).1f kwintiliardow" + +#: contrib/humanize/templatetags/humanize.py:98 +#, python-format +msgid "%(value)s decillion" +msgid_plural "%(value)s decillion" +msgstr[0] "%(value)s kwintiliarda" +msgstr[1] "%(value)s kwintiliarźe" +msgstr[2] "%(value)s kwintiliardy" +msgstr[3] "%(value)s kwintiliardow" + +#: contrib/humanize/templatetags/humanize.py:101 +#, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f sedeciliarda" +msgstr[1] "%(value).1f sedeciliarźe" +msgstr[2] "%(value).1f sedeciliardy" +msgstr[3] "%(value).1f sedeciliardow" + +#: contrib/humanize/templatetags/humanize.py:102 +#, python-format +msgid "%(value)s googol" +msgid_plural "%(value)s googol" +msgstr[0] "%(value)s sedeciliarda" +msgstr[1] "%(value)s sedeciliarźe" +msgstr[2] "%(value)s sedeciliardy" +msgstr[3] "%(value)s sedeciliardow" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "one" +msgstr "jaden" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "two" +msgstr "dwa" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "three" +msgstr "tśi" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "four" +msgstr "styri" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "five" +msgstr "pěś" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "six" +msgstr "šesć" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "seven" +msgstr "sedym" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "eight" +msgstr "wósym" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "nine" +msgstr "źewjeś" + +#: contrib/humanize/templatetags/humanize.py:178 contrib/humanize/tests.py:145 +msgid "today" +msgstr "źinsa" + +#: contrib/humanize/templatetags/humanize.py:180 contrib/humanize/tests.py:145 +msgid "tomorrow" +msgstr "witśe" + +#: contrib/humanize/templatetags/humanize.py:182 contrib/humanize/tests.py:145 +msgid "yesterday" +msgstr "cora" + +#: contrib/humanize/templatetags/humanize.py:202 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s ago" +msgstr "Pśed %(delta)s" + +#: contrib/humanize/templatetags/humanize.py:205 +#: contrib/humanize/templatetags/humanize.py:233 +msgid "now" +msgstr "něnto" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:210 +#, python-format +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "Pśed 1 sekundu" +msgstr[1] "Pśed %(count)s sekundoma" +msgstr[2] "Pśed %(count)s sekundami" +msgstr[3] "Pśed %(count)s sekundami" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:217 +#, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "Pśed 1 minutu" +msgstr[1] "Pśed %(count)s minutoma" +msgstr[2] "Pśed %(count)s minutami" +msgstr[3] "Pśed %(count)s minutami" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:224 +#, python-format +msgid "an hour ago" +msgid_plural "%(count)s hours ago" +msgstr[0] "Pśed 1 góźinu" +msgstr[1] "Pśed %(count)s góźinoma" +msgstr[2] "Pśed %(count)s góźinami" +msgstr[3] "Pśed %(count)s góźinami" + +#: contrib/humanize/templatetags/humanize.py:230 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s from now" +msgstr "%(delta)s wótněnta" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:238 +#, python-format +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "1 sekunda wótněnta" +msgstr[1] "%(count)s sekunźe wótněnta" +msgstr[2] "%(count)s sekundy wótněnta" +msgstr[3] "%(count)s sekundow wótněnta" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:245 +#, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "1 minuta wótněnta" +msgstr[1] "%(count)s minuśe wótněnta" +msgstr[2] "%(count)s minuty wótněnta" +msgstr[3] "%(count)s minutow wótněnta" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:252 +#, python-format +msgid "an hour from now" +msgid_plural "%(count)s hours from now" +msgstr[0] "1 góźina wótněnta" +msgstr[1] "%(count)s góźinje wótněnta" +msgstr[2] "%(count)s góźiny wótněnta" +msgstr[3] "%(count)s góźin wótněnta" diff --git a/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1d87dc653f7fc4c69208b7db194895dae9ebfafd GIT binary patch literal 5573 zcmai2ONch5=uJRAu^Rd;oFRd+2mTk}nQ|6gC#|Nm9p zJ^a36$p-{i4ebfEPi`Y*H*nJ(_`tPe2_YMR&jB|AUEnbAyyCx9{BH`E-APCV_RR_# zKnMK`3cmr4qW>pwJ#f|1M1KOf7JUYk{5i#cuJ9M2oc|w%80p+x60a2EZg4-+yC z41u!$D^TX`rAHFn2SmxqBoIp?Q$P$Q9uR3Er+_j~r-9P%EKrVrPubsB{R=>B0di6C z^9nx(%6fmQ?4JRp&KHXRO7*V-<$M)18J9dSkE00He((Uxw=vb{ur~OXH=fVGS z9&1=U?QDzl7Vj967OHE}vvC0rES`3jHzJF#ojuWaz0l&lIPV8G^%H$NFIdm!z9@al z?ro(b+rmqvC{@?SlxrxcjVqK;&=OIso}gu>TsJ{&T)Ad~+BjRa1YL|RS4#TYSWB4% zU4$%^NP1dGOMxy)=Wg2{z*of7*7H> z>W6M8^1E!w@QBAckvp1*+AWz-;E})&7?J7Vz|bRton!$K{wX3N63yT*WQ;`IbLa5c z{6*?X*^_SGRAh)~Z!FI)~XwUux!l+nnk)r#4P& zo9kO^8>_g64!R<8rb0Im9XH}(olg3V8JBhF8@$t`&*Mz>d;CSg!|BtweYs;E+l4Vf ztM9g$GsWC)ogVG=SV)h+#Ye41W}>K9uT%zu!B`}9{U$p#*5KVr5?KlzB~qCY)0NSo z$pe#n@+8#8szbYZ5U~J@o9iLU2z$KJ>$rZflVX9PV9~_UslCpQ+)qx{WTCSsXmHOD zT6MZ(+K;l;)+uHhI@FN`clPqIE9x}p#a%J6WhYI(PK*S@$lt_7jlMvu6fQ}39Nk*p z-AvD%NljZ|8i#4~=*}VIIfUf-E(&cU7p^cHJ!d21BbPr#X9w{;q%5r&it?JtoI*1c zrV%W@F_)*&48>_QlR1rMC`==hRCpywD7Rh81rJQs#IYclMpO{Z>4I=>FvWAeG(r3< zFDGVpkQs`J(M-izvN45e@Um2%LXkyzMVr!!EXc}-Kr!KpD{0Ebe2-Kn2wY;#Z$H*Ez?w3cS04`oRFqu!fAr>TZmb1w58oyV&c zN+-2a>9j7IW`HMeFv;yyI%nrkPk=_73D69tdM0BeKyHvi=@ezkDpHqJlpz;yVIv2M zF%qCST})AiSQ?6>mi1wEO5X P;tjBi2iMNC&?Wx?U<7wJ literal 0 HcmV?d00001 diff --git a/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po b/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3f49953e88 --- /dev/null +++ b/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,366 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-12 13:51+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/humanize/apps.py:8 +msgid "Humanize" +msgstr "Humanize" + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "th" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "st" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "nd" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:30 +msgid "rd" +msgstr "." + +#: contrib/humanize/templatetags/humanize.py:61 +#, python-format +msgid "%(value).1f million" +msgid_plural "%(value).1f million" +msgstr[0] "%(value).1f milion" +msgstr[1] "%(value).1f milionaj" +msgstr[2] "%(value).1f miliony" +msgstr[3] "%(value).1f milionow" + +#: contrib/humanize/templatetags/humanize.py:62 +#, python-format +msgid "%(value)s million" +msgid_plural "%(value)s million" +msgstr[0] "%(value)s milion" +msgstr[1] "%(value)s milionaj" +msgstr[2] "%(value)s miliony" +msgstr[3] "%(value)s milionow" + +#: contrib/humanize/templatetags/humanize.py:65 +#, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f miliarda" +msgstr[1] "%(value).1f miliardźe" +msgstr[2] "%(value).1f miliardy" +msgstr[3] "%(value).1f miliardow" + +#: contrib/humanize/templatetags/humanize.py:66 +#, python-format +msgid "%(value)s billion" +msgid_plural "%(value)s billion" +msgstr[0] "%(value)s miliarda" +msgstr[1] "%(value)s miliardźe" +msgstr[2] "%(value)s miliardy" +msgstr[3] "%(value)s miliardow" + +#: contrib/humanize/templatetags/humanize.py:69 +#, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f bilion" +msgstr[1] "%(value).1f bilionaj" +msgstr[2] "%(value).1f biliony" +msgstr[3] "%(value).1f bilionow" + +#: contrib/humanize/templatetags/humanize.py:70 +#, python-format +msgid "%(value)s trillion" +msgid_plural "%(value)s trillion" +msgstr[0] "%(value)s bilion" +msgstr[1] "%(value)s bilionaj" +msgstr[2] "%(value)s biliony" +msgstr[3] "%(value)s bilionow" + +#: contrib/humanize/templatetags/humanize.py:73 +#, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f biliarda" +msgstr[1] "%(value).1f biliardźe" +msgstr[2] "%(value).1f biliardy" +msgstr[3] "%(value).1f biliardow" + +#: contrib/humanize/templatetags/humanize.py:74 +#, python-format +msgid "%(value)s quadrillion" +msgid_plural "%(value)s quadrillion" +msgstr[0] "%(value)s biliarda" +msgstr[1] "%(value)s biliardźe" +msgstr[2] "%(value)s biliardy" +msgstr[3] "%(value)s biliardow" + +#: contrib/humanize/templatetags/humanize.py:77 +#, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f trilion" +msgstr[1] "%(value).1f trilionaj" +msgstr[2] "%(value).1f triliony" +msgstr[3] "%(value).1f trilionow" + +#: contrib/humanize/templatetags/humanize.py:78 +#, python-format +msgid "%(value)s quintillion" +msgid_plural "%(value)s quintillion" +msgstr[0] "%(value)s trilion" +msgstr[1] "%(value)s trilionaj" +msgstr[2] "%(value)s triliony" +msgstr[3] "%(value)s trilionow" + +#: contrib/humanize/templatetags/humanize.py:81 +#, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f triliarda" +msgstr[1] "%(value).1f triliardźe" +msgstr[2] "%(value).1f triliardy" +msgstr[3] "%(value).1f triliardow" + +#: contrib/humanize/templatetags/humanize.py:82 +#, python-format +msgid "%(value)s sextillion" +msgid_plural "%(value)s sextillion" +msgstr[0] "%(value)s triliarda" +msgstr[1] "%(value)s triliardźe" +msgstr[2] "%(value)s triliardy" +msgstr[3] "%(value)s triliardow" + +#: contrib/humanize/templatetags/humanize.py:85 +#, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f kwadrilion" +msgstr[1] "%(value).1f kwadrilionaj" +msgstr[2] "%(value).1f kwadriliony" +msgstr[3] "%(value).1f kwadrilionow" + +#: contrib/humanize/templatetags/humanize.py:86 +#, python-format +msgid "%(value)s septillion" +msgid_plural "%(value)s septillion" +msgstr[0] "%(value)s kwadrilion" +msgstr[1] "%(value)s kwadrilionaj" +msgstr[2] "%(value)s kwadriliony" +msgstr[3] "%(value)s kwadrilionow" + +#: contrib/humanize/templatetags/humanize.py:89 +#, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f kwadriliarda" +msgstr[1] "%(value).1f kwadriliardźe" +msgstr[2] "%(value).1f kwadriliardy" +msgstr[3] "%(value).1f kwadriliardow" + +#: contrib/humanize/templatetags/humanize.py:90 +#, python-format +msgid "%(value)s octillion" +msgid_plural "%(value)s octillion" +msgstr[0] "%(value)s kwadriliarda" +msgstr[1] "%(value)s kwadriliardźe" +msgstr[2] "%(value)s kwadriliardy" +msgstr[3] "%(value)s kwadriliardow" + +#: contrib/humanize/templatetags/humanize.py:93 +#, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f kwintilion" +msgstr[1] "%(value).1f kwintilionaj" +msgstr[2] "%(value).1f kwintiliony" +msgstr[3] "%(value).1f kwintilionow" + +#: contrib/humanize/templatetags/humanize.py:94 +#, python-format +msgid "%(value)s nonillion" +msgid_plural "%(value)s nonillion" +msgstr[0] "%(value)s kwintilion" +msgstr[1] "%(value)s kwintilionaj" +msgstr[2] "%(value)s kwintiliony" +msgstr[3] "%(value)s kwintilionow" + +#: contrib/humanize/templatetags/humanize.py:97 +#, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f kwintiliarda" +msgstr[1] "%(value).1f kwintiliardźe" +msgstr[2] "%(value).1f kwintiliardy" +msgstr[3] "%(value).1f kwintiliardow" + +#: contrib/humanize/templatetags/humanize.py:98 +#, python-format +msgid "%(value)s decillion" +msgid_plural "%(value)s decillion" +msgstr[0] "%(value)s kwintiliarda" +msgstr[1] "%(value)s kwintiliardźe" +msgstr[2] "%(value)s kwintiliardy" +msgstr[3] "%(value)s kwintiliardow" + +#: contrib/humanize/templatetags/humanize.py:101 +#, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f sedeciliarda" +msgstr[1] "%(value).1f sedeciliardźe" +msgstr[2] "%(value).1f sedeciliardy" +msgstr[3] "%(value).1f sedeciliardow" + +#: contrib/humanize/templatetags/humanize.py:102 +#, python-format +msgid "%(value)s googol" +msgid_plural "%(value)s googol" +msgstr[0] "%(value)s sedeciliarda" +msgstr[1] "%(value)s sedeciliardźe" +msgstr[2] "%(value)s sedeciliardy" +msgstr[3] "%(value)s sedeciliardow" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "one" +msgstr "jedyn" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "two" +msgstr "dwaj" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "three" +msgstr "tři" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "four" +msgstr "štyri" + +#: contrib/humanize/templatetags/humanize.py:153 +msgid "five" +msgstr "pjeć" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "six" +msgstr "šěsć" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "seven" +msgstr "sydom" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "eight" +msgstr "wosom" + +#: contrib/humanize/templatetags/humanize.py:154 +msgid "nine" +msgstr "dźewjeć" + +#: contrib/humanize/templatetags/humanize.py:178 contrib/humanize/tests.py:145 +msgid "today" +msgstr "dźensa" + +#: contrib/humanize/templatetags/humanize.py:180 contrib/humanize/tests.py:145 +msgid "tomorrow" +msgstr "jutře" + +#: contrib/humanize/templatetags/humanize.py:182 contrib/humanize/tests.py:145 +msgid "yesterday" +msgstr "wčera" + +#: contrib/humanize/templatetags/humanize.py:202 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s ago" +msgstr "před %(delta)s" + +#: contrib/humanize/templatetags/humanize.py:205 +#: contrib/humanize/templatetags/humanize.py:233 +msgid "now" +msgstr "nětko" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:210 +#, python-format +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "před 1 sekundu" +msgstr[1] "před %(count)s sekundomaj" +msgstr[2] "před %(count)s sekundami" +msgstr[3] "před %(count)s sekundami" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:217 +#, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "před 1 mjeńšinu" +msgstr[1] "před %(count)s mjeńšinomaj" +msgstr[2] "před %(count)s mjeńšinami" +msgstr[3] "před %(count)s mjeńšinami" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:224 +#, python-format +msgid "an hour ago" +msgid_plural "%(count)s hours ago" +msgstr[0] "před 1 hodźinu" +msgstr[1] "před %(count)s hodźinomaj" +msgstr[2] "před %(count)s hodźinami" +msgstr[3] "před %(count)s hodźinami" + +#: contrib/humanize/templatetags/humanize.py:230 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s from now" +msgstr "%(delta)s wotnětka" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:238 +#, python-format +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "1 sekunda wotnětka" +msgstr[1] "%(count)s sekundźe wotnětka" +msgstr[2] "%(count)s sekundy wotnětka" +msgstr[3] "%(count)s sekundow wotnětka" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:245 +#, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "1 mjeńšina wotnětka" +msgstr[1] "%(count)s mjeńšinje wotnětka" +msgstr[2] "%(count)s mjeńšiny wotnětka" +msgstr[3] "%(count)s mjeńšin wotnětka" + +#. Translators: please keep a non-breaking space (U+00A0) +#. between count and time unit. +#: contrib/humanize/templatetags/humanize.py:252 +#, python-format +msgid "an hour from now" +msgid_plural "%(count)s hours from now" +msgstr[0] "1 hodźina wotnětka" +msgstr[1] "%(count)s hodźinje wotnětka" +msgstr[2] "%(count)s hodźiny wotnětka" +msgstr[3] "%(count)s hodźin wotnětka" diff --git a/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3bcdd0e2f146121ba00d78659a65ebe473380d80 GIT binary patch literal 3733 zcmchZ&u`pB6vs^|Kf3&Eq5Kdao~ni(vw6xoXwv-kMNt!mHm3l$5_GH&Olso0bGtLXD;I$M(E= z@6DTeZ~W_?ogZ1aockb9z=Tz4d%0T0kU{l z!$TvBEQtB28m8=l!dPjlaP#K5^!D8OnY?u>BgsmgJK8!e{$H3gD&M95{D<*hS9 z#Stf6V;VP4QN%=*6CNBHHUh4B(4=a_ndXs^5+ozy@5d}4Eoo>Z@Ip_&*L7$>bpcmu zAYGZwM3RWZ3Xhag-}}^=E9Srp+6(y>eVcsFT)pFaQj-Di+c>9rh=~bZ8&%{9ILe7d z5o?l*=$aU2wqdzU)|7|PJ5p%o358LrCX;S7T=Jl440pm;6aTIpbkG7%dhxt7hHn19 zb*g)zbPJuK?CcJ4*ING{KmSGNG;5GtAf+QuRIy29@6np!N^`ff5~{Q1Yi!Z%TuzFG zoB}SYx|X+QrPA22a~GzFU)5YFPYPwtNr?EosR)7R6naX*LK(9%A4j_avG9dV#0J4e zBo{rGyBj3ujYZ8OZ9FyRJ1LW8q1hh%s>9)_>EXh?Lnv>V!Pyox-}hzKN7X))Z)Pa# zPB(8|GAX`kX3s{_e_^rgfuSC?rXe*G8|mz^~>}feM|O^$>KG6kJs)jOM1#O`qupp_DJ?P9qh$ zfOE|T(oMmW;VcEpj2r`NqjXjLUQ8^jR{ z?6WcoRhdL1dsUMY$Efo-IUvc__YaCq%M~~&K zH`i{uSbjzuYdiK+lN#wVOIu#j?3D9LGi~K9Q{in>*?rx4Mj339sPnptNpV_YPE*SS z15xAyFK=C8NxP-mEA16IMlAgXd4)a%iV|6Ic;r)E5=3;m+9c-xqplOHAQ7?AksCNO z22vN+d3s||eGLSF)zg+F7j97CIhdU>bXP|&9K3FhFKnTD!C}gfGD(DLpiu)#SF?3V zTbsG!@N^kwd#;`dc!-U+esCnlL?9rMu*hSTz{?gW3nPN=r>ilXO_$52+_zUe!LSw$ zd+y!)i@pF{hv&K{*(vT>oeR7T1FkTqCL5;Q`n`Id z)d&SoP)q!^o9PXw--9B&#mj9cK=3hUH_z8t2V@KJvRCNX|?qU^*4j- B<*@(& literal 0 HcmV?d00001 diff --git a/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po b/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6e7f2d8f45 --- /dev/null +++ b/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,130 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 19:46+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/postgres/apps.py:12 +msgid "PostgreSQL extensions" +msgstr "Rozšyrjenja PostgreSQL" + +#: contrib/postgres/fields/array.py:19 contrib/postgres/forms/array.py:15 +#: contrib/postgres/forms/array.py:145 +#, python-format +msgid "Item %(nth)s in the array did not validate: " +msgstr "Element %(nth)s w pólnej wariabli njejo se wobkšuśił:" + +#: contrib/postgres/fields/array.py:20 +msgid "Nested arrays must have the same length." +msgstr "Zakašćikowane pólne wariable muse tu samsku dłujkosć měś." + +#: contrib/postgres/fields/hstore.py:15 +msgid "Map of strings to strings" +msgstr "Pśirědowanje znamuškowych rjeśazkow k znamuškowym rjeśazkam" + +#: contrib/postgres/fields/hstore.py:17 +#, python-format +msgid "The value of \"%(key)s\" is not a string." +msgstr "Gódnota „%(key)s“ njejo znamuškowy rjeśazk." + +#: contrib/postgres/fields/jsonb.py:15 +msgid "A JSON object" +msgstr "JSON-objekt" + +#: contrib/postgres/fields/jsonb.py:17 +msgid "Value must be valid JSON." +msgstr "Gódnota musy płaśiwy JSON byś." + +#: contrib/postgres/forms/hstore.py:15 +msgid "Could not load JSON data." +msgstr "JSON-daty njejsu se zacytowaś dali." + +#: contrib/postgres/forms/jsonb.py:11 +#, python-format +msgid "'%(value)s' value must be valid JSON." +msgstr "Gódnota '%(value)s' musy płaśiwy JSON byś." + +#: contrib/postgres/forms/ranges.py:13 +msgid "Enter two valid values." +msgstr "Zapódajśo dwě płaśiwej gódnośe." + +#: contrib/postgres/forms/ranges.py:14 +msgid "The start of the range must not exceed the end of the range." +msgstr "Zachopjeńk wobcerka njesmějo kóńc wobcerka pśekšocyś." + +#: contrib/postgres/forms/ranges.py:59 +msgid "Enter two whole numbers." +msgstr "Zapódajśo dwě cełej licbje." + +#: contrib/postgres/forms/ranges.py:65 +msgid "Enter two numbers." +msgstr "Zapódajśo dwě licbje." + +#: contrib/postgres/forms/ranges.py:71 +msgid "Enter two valid date/times." +msgstr "Zapódajśo dwě płaśiwej datowej/casowej pódaśi." + +#: contrib/postgres/forms/ranges.py:77 +msgid "Enter two valid dates." +msgstr "Zapódajśo dwě płaśiwej datowej pódaśi." + +#: contrib/postgres/validators.py:14 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no more than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no more than " +"%(limit_value)d." +msgstr[0] "Lisćina wopśimujo %(show_value)d element, wóna njeby dejała wěcej ako %(limit_value)d wopśimowaś." +msgstr[1] "Lisćina wopśimujo %(show_value)d elementa, wóna njeby dejała wěcej ako %(limit_value)d wopśimowaś." +msgstr[2] "Lisćina wopśimujo %(show_value)d elementy, wóna njeby dejała wěcej ako %(limit_value)d wopśimowaś." +msgstr[3] "Lisćina wopśimujo %(show_value)d elementow, wóna njeby dejała wěcej ako %(limit_value)d wopśimowaś." + +#: contrib/postgres/validators.py:21 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no fewer than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no fewer than " +"%(limit_value)d." +msgstr[0] "Lisćina wopśimujo %(show_value)d element, wóna njeby dejała mjenjej ako %(limit_value)d wopśimowaś." +msgstr[1] "Lisćina wopśimujo %(show_value)d elementa, wóna njeby dejała mjenjej ako %(limit_value)d wopśimowaś." +msgstr[2] "Lisćina wopśimujo %(show_value)d elementy, wóna njeby dejała mjenjej ako %(limit_value)d wopśimowaś." +msgstr[3] "Lisćina wopśimujo %(show_value)d elementow, wóna njeby dejała mjenjej ako %(limit_value)d wopśimowaś." + +#: contrib/postgres/validators.py:31 +#, python-format +msgid "Some keys were missing: %(keys)s" +msgstr "Někotare kluce feluju: %(keys)s" + +#: contrib/postgres/validators.py:32 +#, python-format +msgid "Some unknown keys were provided: %(keys)s" +msgstr "Někotare njeznate kluce su se pódali: %(keys)s" + +#: contrib/postgres/validators.py:73 +#, python-format +msgid "" +"Ensure that this range is completely less than or equal to %(limit_value)s." +msgstr "Zawěsććo, až toś ten wobcerk jo mjeńšy ako %(limit_value)s abo se rowna." + +#: contrib/postgres/validators.py:78 +#, python-format +msgid "" +"Ensure that this range is completely greater than or equal to " +"%(limit_value)s." +msgstr "Zawěsććo, až toś ten wobcerk jo wětšy ako %(limit_value)s abo se rowna." diff --git a/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4fecbbe8d92f211ab4a6d016bd98d98dc74a6d1 GIT binary patch literal 3650 zcmchZOK%)S5XT!xfGp31w|EsnmTe`o4?78F6BEEVibL!;v6Dz#Q14EAcXnsGhv^$?A}n2xFB)hkP|{eA`%~ff6uJfb{>u;l8n^zo1U(& zs;=&;nLl=I`;0q5j_7d0!PJxHP55X_NUEuHF z%i!Oj)w$y#%mE2}5gY;cf+xZ6!B4^O!2WHS-mBmM`hSAYfjhTjt{n#l!K2_IFarC* zA3*ERZ{V-+@j6&Qzx@bfkAeS!1hPjNn*iPbkAY3l`tuXGAN&Q}18(1ut+xcej{aG2 z1WdrMp#Mkk3-CQCAH(~rk27`v+=bv+eG?#o70~+e8ED5ZgTvro;G5uUPcjBI49ib1 zm}gjWdSNKN;CgyJjr&eCEG@lkT%SUNE9_Y`8z+RD!4;N6v)99D&!E9vx-UQ)57yr| zFwgy14C;PLA1H{mp^C6Q&!uBCC#Lf3y_BRX4N*00OvS!SQW^3U&qT=OhUeM1)Nv%p z)VaaU(-d)86NHDV3PN8P;kT$332sDWr6j3{#3wQL$tda@@V&q@A9o$vqB>t_y(L|# z%|wxmgNlf>RloWwTPxNe3dRe>ZN_f#I(2o!`=qXXv1Vh!hyV+draq|2lWg;p|2`wxFAFg~(QwIwroFfm-rD$g<)DM+M6w#sjWKldch;%z zh0@#T3{-YH&Q%3GwIf2h8-()APEL=YeZM=kKB#xwe6v$|ce#0X z#-{i!GkZExHm98l*Exfv!0O86HjuR{cS?jRGR~x~d9L$*T+`01DpPLy#H=%BQy8+& z2kF5bDwg&;rJ_@On@Vq$_YLhS4i$?KbWVwR&+1&0JKz)#IHh4Kjg*H+_7rjDj&p6C zSu9)o+^DEblU}vXg->UdKSzfG&yPd(u2xZH!Sj8dcf~uHBWp3Q31?RDpiHO35D72? z5f3$Gpl(c9E)6pAb7M$FA>mvr zM0y$=fI{daHxCjVjI=PLr)Q5iBWrTj*qn%*aamPvdLl+Dp6Pj8CRoZ%`*Fm5=ZJ~| zT_zc(T|K(*AZ3rE1G2AFERK$r=r9!tB3X9`-O^fjn9iSH9omPXAq))<9?Y?$S1!BQ zeopIayW2u+DC{iq_L7&hvU*-=wU_eDmUzdO_NK|6Q3qQj8^Yz)dQ4i;0&g#S1~c>Q zBc8NZbbG12B=*vRA`_b{mn9{t(pij~)DV<3gy~%JsE$d*D~h66Huwz*kCM4gQ~uVP zf`;gPzBN^$a(M$jkqh_8_u9)?kF^mZ80$t>10Wjqi=`6LD72Tkwhv@=AUNr)4eD;5 zv?bYkx({&bW{uTWXAu^AevbPhz(GThvJXW<@Y|OVNqFS(itpL|Kya}c2z4`x;b>>E zY^yt-qz&(ekA>(egs|rIxPi?|6vUt<2^Uh zx(_x~avzLrVj^kq>b>5NyJTat?YK)OHrUy$6EluJ#Ow5oNA z8lt_#7to{ThOwYG!~>L&ChuHAl0lA3(M`1 z0vopYt^Gx?srE`!8T>Rf{kXj>Xbzv|2EH!6Ux%ImT!zP{C#lm~Y^#*-t&^V#6-t, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-13 18:38+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/postgres/apps.py:12 +msgid "PostgreSQL extensions" +msgstr "Rozšěrjenja PostgreSQL" + +#: contrib/postgres/fields/array.py:19 contrib/postgres/forms/array.py:15 +#: contrib/postgres/forms/array.py:145 +#, python-format +msgid "Item %(nth)s in the array did not validate: " +msgstr "Element %(nth)s w pólnej wariabli njeje so wobkrućił:" + +#: contrib/postgres/fields/array.py:20 +msgid "Nested arrays must have the same length." +msgstr "Zakašćikowane pólne wariable maja samsnu dołhosć." + +#: contrib/postgres/fields/hstore.py:15 +msgid "Map of strings to strings" +msgstr "Přirjadowanje znamješkowych rjećazkow k znamješkowym rjećazkam" + +#: contrib/postgres/fields/hstore.py:17 +#, python-format +msgid "The value of \"%(key)s\" is not a string." +msgstr "Hódnota „%(key)s“ znamješkowy rjećazk njeje." + +#: contrib/postgres/fields/jsonb.py:15 +msgid "A JSON object" +msgstr "JSON-objekt" + +#: contrib/postgres/fields/jsonb.py:17 +msgid "Value must be valid JSON." +msgstr "Hódnota dyrbi płaćiwy JSON być." + +#: contrib/postgres/forms/hstore.py:15 +msgid "Could not load JSON data." +msgstr "JSON-daty njedachu so začitać." + +#: contrib/postgres/forms/jsonb.py:11 +#, python-format +msgid "'%(value)s' value must be valid JSON." +msgstr "Hódnota '%(value)s' dyrbi płaćiwy JSON być." + +#: contrib/postgres/forms/ranges.py:13 +msgid "Enter two valid values." +msgstr "Zapodajće dwě płaćiwej hódnoće." + +#: contrib/postgres/forms/ranges.py:14 +msgid "The start of the range must not exceed the end of the range." +msgstr "Spočatk wobłuka njesmě kónc wobłuka překročić." + +#: contrib/postgres/forms/ranges.py:59 +msgid "Enter two whole numbers." +msgstr "Zapodajće dwě cyłej ličbje." + +#: contrib/postgres/forms/ranges.py:65 +msgid "Enter two numbers." +msgstr "Zapodajće dwě ličbje." + +#: contrib/postgres/forms/ranges.py:71 +msgid "Enter two valid date/times." +msgstr "Zapódajće dwě płaćiwej datowej/časowej podaći." + +#: contrib/postgres/forms/ranges.py:77 +msgid "Enter two valid dates." +msgstr "Zapodajće dwě płaćiwej datowej podaći." + +#: contrib/postgres/validators.py:14 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no more than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no more than " +"%(limit_value)d." +msgstr[0] "Lisćina %(show_value)d element wobsahuje, wona njeměła wjace hač %(limit_value)d wobsahować." +msgstr[1] "Lisćina %(show_value)d elementaj wobsahuje, wona njeměła wjace hač %(limit_value)d wobsahować." +msgstr[2] "Lisćina %(show_value)d elementy wobsahuje, wona njeměła wjace hač %(limit_value)d wobsahować." +msgstr[3] "Lisćina %(show_value)d elementow wobsahuje, wona njeměła wjace hač %(limit_value)d wobsahować." + +#: contrib/postgres/validators.py:21 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no fewer than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no fewer than " +"%(limit_value)d." +msgstr[0] "Lisćina %(show_value)d element wobsahuje, wona njeměła mjenje hač %(limit_value)d wobsahować." +msgstr[1] "Lisćina %(show_value)d elementaj wobsahuje, wona njeměła mjenje hač %(limit_value)d wobsahować." +msgstr[2] "Lisćina %(show_value)d elementy wobsahuje, wona njeměła mjenje hač %(limit_value)d wobsahować." +msgstr[3] "Lisćina %(show_value)d elementow wobsahuje, wona njeměła mjenje hač %(limit_value)d wobsahować." + +#: contrib/postgres/validators.py:31 +#, python-format +msgid "Some keys were missing: %(keys)s" +msgstr "Někotre kluče faluje: %(keys)s" + +#: contrib/postgres/validators.py:32 +#, python-format +msgid "Some unknown keys were provided: %(keys)s" +msgstr "Někotre njeznate kluče su so podali: %(keys)s" + +#: contrib/postgres/validators.py:73 +#, python-format +msgid "" +"Ensure that this range is completely less than or equal to %(limit_value)s." +msgstr "Zawěsćće. zo tutón wobłuk je mjeńši hač abo runja %(limit_value)s." + +#: contrib/postgres/validators.py:78 +#, python-format +msgid "" +"Ensure that this range is completely greater than or equal to " +"%(limit_value)s." +msgstr "Zawěsćće, zo tutón wobłuk je wjetši hač abo runja %(limit_value)s." diff --git a/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f7a396fb739d3d0c64751153b050dcfcd4643d3b GIT binary patch literal 1242 zcmZ`%&u^PG82-ivY(ZQ=LL8>)y-aPjI{A{8(S2R`wRO^@R#YWr7cS0cCvoD>{$x8% zTXyP&BPR}1B@Uc8>@d+QDu*syxWOI4nSX-EN!kb~mL5HR{XTyD+J1k3>)JO7#tq;m zAb>Z4=Rh2P05SI`unYVJJOMtwk|fu`&%jat9rz9K3vkr`2)+jX8T>2o3-C7LZ?7iF z0Q>{^3-B$7;`*21cfntS-vNI=TmK3C8sgu;u$Xwi3XW&T@e1(zWHvo-HcenZ*_Z4{ zp`6TvPg*_YDd&dTlB5bf=?DRDd#i^*QprP)7P-fY-IGgXk*3a2Yueq}Bp{39*VdXN0P7wSB4BPWR*7dc~NSa(Lzn`NfUg{ zOYZVs^mVhkFDBG+wwOo3Ud(;sRglTHvwd8YJr?Y9>AbQgBhlxkYb!glv@WnM-&KNr zGVFTRvKdvjKW(uGPVxXPd&mPSX{7b{SUqLwJ*vN-tv2qYjWmUj?Z`b9J?FZ+EWHaU z)z`Ad%AFLWvdMj5Eys=5JXn{}mdblvYI)zx2}DtwB}VIKfoT-9rCVZ zEy;_FHth%>^BE)xZ@D;o=+S6Y4bfM1eaOJ zz?y&;X03w~w+wPW)Jlz?SSJ+dybR6V)+4qy*Tus+(yDX))hV@Q%*wPTwSN>w7F<**VDAwtkZ{-5+u{Gfv`RgSLo@}^VBL*4Ww3<)+@9Uqy4*wD)~I6Fa4AB<1wkmo&Hs^}r<@E^@>;YLFC`S{5G-&xC4sKUn1mIj~K qMSYV>tF%2nR)g^o7ngRp_|N5Ja>*KvQ0S!zVJ}(ciI)P^CVvCBhIv!~ literal 0 HcmV?d00001 diff --git a/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po b/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ead9eaa036 --- /dev/null +++ b/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,53 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-10 18:23+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/redirects/apps.py:7 +msgid "Redirects" +msgstr "Dalejpósrědnjenja" + +#: contrib/redirects/models.py:9 +msgid "site" +msgstr "sedło" + +#: contrib/redirects/models.py:10 +msgid "redirect from" +msgstr "dalejpósrědnjenje wót" + +#: contrib/redirects/models.py:11 +msgid "" +"This should be an absolute path, excluding the domain name. Example: " +"'/events/search/'." +msgstr "To by dejało absolutna sćažka byś, mimo domenowego mjenja. Pśikład: '/events/search/'." + +#: contrib/redirects/models.py:12 +msgid "redirect to" +msgstr "dalejpósrědnjenje do" + +#: contrib/redirects/models.py:13 +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "To móžo pak absolutna sćažka byś (ako górjejce) pak dopołny URL, kótaryž zachopina se z 'http://'." + +#: contrib/redirects/models.py:16 +msgid "redirect" +msgstr "dalejpósrědnjenje" + +#: contrib/redirects/models.py:17 +msgid "redirects" +msgstr "dalejpósrědnjenja" diff --git a/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a5007d20a23b49de6cb0e5c62b4c219655515ab3 GIT binary patch literal 1236 zcmZ`%O>a|26n&+96eBjRR5l>pO_fAs>}QjP@KVzc2oe%equ>;_W52QA*z;zdX2x+G zvC0OiQkPvIBqUgOQNaqS%BD6O)D1rXwd?+gp0S-+qG65|(7ym*0RIjS`ai&@!EeCtfVaRG@SlAe zMP2Yq@I&wwh(df9dePS1ggiHnsao(a!cga-Lf+b%zGX zq=n4;BB@js%G0VYGkukY!XH*#Cb8F2{WPSaC8Z|kQj_MnDAUFs&kH3ITBwL!p}ng( z!EGxGb?xlj#|E{n$>*Lo$F_@{^dj1_ri+WRyD9rgSSO86DD86HF{N!$80*=l>&TS- z(C;|bFbS2mer&K?R&Wn3yUjgLQj4o!vue!Z8&tiXtkkZ?wK#^5ZHrwQYR+}5EMA3_ zs%uGY^=gb&y2qVo4a>Dt+#8$Frfg+gD0*O2o4(1V>KEoaXKZs{D#gpGxQQIy>GO_Y z4Z-t-c8UTYa~~3kw_Kb(^k6V3`%qW5#a_8(^2+pPN2F#&Dw%6mmP(swP%X!$ zTSj}lFl!78+|r9ZUnvxRVx4e6>x8fGH14pqxh^zo3(Gci%Y@%cXss#z@o5u6r_z?{ zTdvq0V{?~~E+($4udLJ5tS{=Xs&QPeSLs`d36iN>gIk@u*XYrsqpcNe)v$GKX}uKP z=1RE2I6Hcp_RN6mE{__9@;_gV55vUvj>cDW8b2RB7URPnr{-|, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"PO-Revision-Date: 2016-06-10 18:26+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/redirects/apps.py:7 +msgid "Redirects" +msgstr "Dalesposrědkowanja" + +#: contrib/redirects/models.py:9 +msgid "site" +msgstr "sydło" + +#: contrib/redirects/models.py:10 +msgid "redirect from" +msgstr "dalesposrědkowanje wot" + +#: contrib/redirects/models.py:11 +msgid "" +"This should be an absolute path, excluding the domain name. Example: " +"'/events/search/'." +msgstr "To měło absolutna šćežka być, nimo domenoweho mjena. Přikład: '/events/search/'." + +#: contrib/redirects/models.py:12 +msgid "redirect to" +msgstr "dalesposrědkowanje do" + +#: contrib/redirects/models.py:13 +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "To móže pak absolutna šćežka być (kaž horjeka) pak dospołny URL, kotryž so z 'http://' započina." + +#: contrib/redirects/models.py:16 +msgid "redirect" +msgstr "dalesposrědkowanje" + +#: contrib/redirects/models.py:17 +msgid "redirects" +msgstr "dalesposrědkowanja" diff --git a/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cfb953ded9794b826407527265028e1994043ada GIT binary patch literal 810 zcmY*Xzi-n(6h5H*G7Jb-kZwV0Rb6bSzapmrL}{f;jfh$U^Cf<9FLCayyK|GEj*P7Q zB`m-Q>V(9=02>Pn8xs;E@9ZWKPx}1b``&l&e)-4kr8flQD&j68M%+NWM!0x~xQ2L- zaQa7t^L|0xM0`Uy{U^ftej~nKAmlHy(?4G%GzOvTG@LE z*~R6G2wKayf?u>%aRkN)B@KZ|E;P`DTOg(qXY52iPlhm^jScB&HGrOF`w4pv+I5O( zGT<^*-XY{lTh=zINZ8{dH7r&U^*T>uwxfYt^s*<~_b>$&i4vS5>i0Sy~by|Ef#cn92A7Hcj|#;wv3ZHwM9hm5{ZS)Xo?L{{YLkx{z) zQe+vgCGY^}$h6=ouo(C#q6caWnjWD=a7mYst<59fACJd1>-vg5Olmzf@~e~0C_8WB zC#LJKcP{#)WKB+@LmKThHP>)>!!5VtvqTSN2pQ zWE#;%SJ?S(@oG)i>tu!I8QW8OWFji_GBvIBCas38WqBX(uhk0aLmE)DRB0X4aFMRj z)6-dL9ZPjAt*taY()sk(z}W|o15WVaixD+BPvoE!a#tLbRUq@^?3Edozs~f3P0(Rh J^cI?H`45Wy, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:28+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/sessions/apps.py:8 +msgid "Sessions" +msgstr "Póseźenja" + +#: contrib/sessions/models.py:44 +msgid "session key" +msgstr "pósejźeński kluc" + +#: contrib/sessions/models.py:46 +msgid "session data" +msgstr "pósejźeńske daty" + +#: contrib/sessions/models.py:47 +msgid "expire date" +msgstr "datum spadnjenja" + +#: contrib/sessions/models.py:52 +msgid "session" +msgstr "pósejźenje" + +#: contrib/sessions/models.py:53 +msgid "sessions" +msgstr "pósejźenja" diff --git a/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9739e8b98577e68b1437c7b30b02df24c32ff108 GIT binary patch literal 805 zcmYjPzi$&U6gE%_IvAiE62n`NT2;>Z($a8M6=pZ*T%26&lkFo3>Yo53 z{|hi8n2;D4U}IrnV_{(AIY$zn^xfz8z0c3T?)%!xYl3kJaTAdst{`3_e7r$iM!ZFM z{XN2aKO?Rpz9PK-1L1wY5MRy_@(0=LpUx9<4fz|g&wnCcNB)hxhP-;A(r+N+v{~;J zWFHqRB50k(Dt^&c#j&tfYGsL-6w(Mtxf8@z;+(z67s*ge=VMDcMh`^S(ZiHJ6~=dp zAsuj)>EK8d+Bn*_nM~=!GP5+%F$A3_3EeY-JM_{=xLOQ#7Tu;SqR}oyQOtHXS;QC` z>5+IYeb1$Dhq4_SF^C#*{mv%C2p)6mXkxgsId|H`(3agk7dbrBc@OT6WL_5ffz{^p zh0JqaOT|5$qq34`f+m8GVmK)ZVc-}ok}Fv6J6FVEI3AB{&i9o)F{yR+D6CF4r~F@& zuy0Spji7zl-d|oqRAa%OR!%6~+_b<`Ix%r!k#nhKpRV+U#uq#-B(?m zN|nXXIF)X(+Zb@App%z|=k!3Ek&QtWv(&b>n@|l~>*^NXU#k_tePDo=Dy?H0Ez>PH zJDZobu~f&>), 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:29+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/sessions/apps.py:8 +msgid "Sessions" +msgstr "Posedźenja" + +#: contrib/sessions/models.py:44 +msgid "session key" +msgstr "posedźenski kluč" + +#: contrib/sessions/models.py:46 +msgid "session data" +msgstr "posedźenske daty" + +#: contrib/sessions/models.py:47 +msgid "expire date" +msgstr "datum spadnjenja" + +#: contrib/sessions/models.py:52 +msgid "session" +msgstr "posedźenje" + +#: contrib/sessions/models.py:53 +msgid "sessions" +msgstr "posedźenja" diff --git a/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo b/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1b9b67ba8c2a8dc61183f17b7c7dc6aa80448034 GIT binary patch literal 868 zcmYjPy>8S%5MCgFbWk9Ws3@jEN`&^#zWmDJ0FfUlQcgsP2^GcKo?P~@cdgw$oI9mL zl(bZN3>s*lfO`QRfSwNV0x)YQ93y@Hc4oer9gp_M?YZ}i>^k8dAtu})yd!w~NVrP) zMCcN}5N;BF6TI#ZVa}f~HM(2G-wAgK*C_t;GGm*>zliS;FJEcucZhxd@SI-~Qwbwk z9ryG2zTW)(7e=zi4x~fN;$wtN7eXpfqCiN6QrbbPmGd#7#$Zd4q6KZhiNv;9CT*FE zajj?n)iO&R>yKr7Mh`J{d?(|FXspyKf@~<%K)3d>)W-3?9mtG79Stmxbp)-wXEEO} zC>&||rf?WRHwc$`5b|&p!Y~R}9|U0#kdW`=Yw3H=bSpeq;b8#bTCEF6w=1mUu@TDV z!f6vhU#7JJm&}`Lhek&zp2In{*ah{hj{SYzbjIXl>APQPFVYlK#@+iR;ip zrCJ9X&{%Z6=kYdQo9X;zM`-w#N_8gHAcD0-x_{HsYHiZm%ST4!d|R8sMxe^twY{Zv zXpX&kb)WXv>xJ+b0w77_cF7HA?joF?UZj>N)uq(p!g`AxU^aat*rqN}(O#hVb_QxF zimxB0pEZ<5PZYw09?=jf3?k9~y^QMRkD=1#^h_4I64SFbn^Zb6VxopPeQRIUz5Gl1 M*O*y, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:07+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/sites/apps.py:11 +msgid "Sites" +msgstr "Sedła" + +#: contrib/sites/models.py:30 +msgid "The domain name cannot contain any spaces or tabs." +msgstr "Domenowe mě njamóžo prozne znamjenja abo tabulatory wopśimowaś." + +#: contrib/sites/models.py:81 +msgid "domain name" +msgstr "domenowe mě" + +#: contrib/sites/models.py:83 +msgid "display name" +msgstr "zwobraznjeńske mě" + +#: contrib/sites/models.py:88 +msgid "site" +msgstr "sedło" + +#: contrib/sites/models.py:89 +msgid "sites" +msgstr "sedła" diff --git a/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo b/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..73eea993bbb26f95d98cbd7ea7170efe12903b57 GIT binary patch literal 863 zcmYjP&2AGh5H?UiS`b1AapEu+q*j%)yJ=~oO#`TZQY9ivy9KV3T_FGb#x{t56W=A~R~WlRyh-fi&(HW3F{Ln) zP4E3YzOFal|J+D6vqR~GWochPu1k~(6qW)qR7yL@v~vCq)fjArnXsS@IPBOO%cZRf z98dM^LN2pZar&`r-{^tJ9N)|N3t_C(DuH}}s;7ekQEB6N+xBG6H-|mTQ=LGt|19NO zMxY}t-$o}As7LWb9>qLfhd556_2npzA`tfqm;$4(od{5orx?8tmWbn<*42edxEC|%LI<9N*FjKi9`j9 zednqq3`e6;&H1{rD~@ZKF2mWMol|jEB<$NxxD>Sa+B@?l#I-2cqU8!j!;LHYODB$9 zNDGy!2{fRw!nKalUEY}Me6y}Fd`D$Em#UXQqa)q_X%nDM!G19`SnyqKN}GVHrmk(R zHeq&bEvg5!zg8=T#}ENYW^SF_cSIb~w&Y-y+-ArBHe#pd1i` z8i?}S$I~xUf1=$Ou%rD$8BVu8hLP@A?CTMJe^+A@@(fNWN!izDCHxb*P?1^RN6!e^ EKjuO2K>z>% literal 0 HcmV?d00001 diff --git a/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po b/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d23f66d5fb --- /dev/null +++ b/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,41 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2016-06-10 18:08+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: contrib/sites/apps.py:11 +msgid "Sites" +msgstr "Sydła" + +#: contrib/sites/models.py:30 +msgid "The domain name cannot contain any spaces or tabs." +msgstr "Domenowe mjeno njemóže mjezoty abo tabulatory wobsahować." + +#: contrib/sites/models.py:81 +msgid "domain name" +msgstr "domenowe mjeno" + +#: contrib/sites/models.py:83 +msgid "display name" +msgstr "zwobraznjenske mjeno" + +#: contrib/sites/models.py:88 +msgid "site" +msgstr "sydło" + +#: contrib/sites/models.py:89 +msgid "sites" +msgstr "sydła"