From fd0719081a0927a98345aa1a3486c8eb70951c6d Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 9 Sep 2010 22:02:37 +0000 Subject: [PATCH] Add faux-Texan locale. --- colander/locale/tx/LC_MESSAGES/colander.mo | Bin 0 -> 2859 bytes colander/locale/tx/LC_MESSAGES/colander.po | 129 +++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 colander/locale/tx/LC_MESSAGES/colander.mo create mode 100644 colander/locale/tx/LC_MESSAGES/colander.po diff --git a/colander/locale/tx/LC_MESSAGES/colander.mo b/colander/locale/tx/LC_MESSAGES/colander.mo new file mode 100644 index 0000000000000000000000000000000000000000..ae427bf63c6122ef57c22b64d025f28c0711957c GIT binary patch literal 2859 zcmaKtTW=dh6vwAf3N`lv#@?|#WOruS8Rybq ziGBqxUjW{C;{n725)TLoz5owMAR%}{d;^5wfA;2e61vj(=iNDb=A1KU{`>2Rqn|Kb zk6=88@fXG^jBk$M2iNLNj6Dm!2EGaoz=yyez{kPgz$*AJ_!L;ZIh}tcqsVv-B)gA5 z4t@zvfj@!d|M*eHPJ`3nN$_p(39t`70DcVK34RWepRd8&z@Nb}@OO~bKXwaa6QBpu z{afHU@H+Ux5yrj(&*1*~TN#@N1^6WR8Tc^x9Y}fo0#ZDGgO7saSd8MD1L^%Y!L#6X z@Imkk@Hy~DunztMPJ*@L>HF`1r*Qv1Nb!COQhwiqWcLS1eoj^xI}g@C%0p)S5PSyr z--2`CpCHm<2rsD%Zj*Z42hv`mti^?t+1(hFU->$Lo7*w&!ML|HaV+~!bw^mqh3#c` zVNeb7i{hnTxE}-MXLn$*vGKhv5e#@+Xl)#CNp5AVM4+xopF6{?iyM4=PsZ^ew;kg> zVY$#;>9&bu*>+s_!>2MjyP-1owrL+_c_>v;UcOD!hS3D56N|E_b_;JeW$cOq#+WE1&{+{lJ8BG8U~s z9+)s1!E}&myJu8e+EU%HSS;V`s~A;j^&JnDwdDK29z-Ixu*u47&CL1wWKxJCf$SA{ z?8Xumin;4yOG2@u!hXoHr+tYSa6ic1!#0rCW`;_S8Y*2jOiQ1oK3uE(xWP}QZLzGe zn)0~}g$lUv{TQpT{Am&iyKHoKe~f|DUDwNlT+0f>)_W!%=97gvw52%LlP%%Ck!h2J z!nJ$6Xt+o?IMA%wld!>mpHp{n^g3}cR_b;YMzoyIUf1Yk)744iZ^~VZ_C`6A-f7UQ zbWFxrECb=xmMlCbkGaA*uqN1&)DnDKxt_uPMxwnbx{|HNhT7L#_PsY`Y?aXs-Zp{I zK5A00P1mL>Ym(ydR%}=K-lcxmdQH>dODprsm*?ge7uS~7*DI@6o8AKLHXL}1*z^XU zs!!Iv`Z;fEnomtO>a+M?ufxz=lUs@w8nMIlET5cd)Tg}qH0&-5>%3+xv_(<|2fc|b z__`EZi0gv0$)CAM1cC73tJXH*MZBcDePrb|r3f2n=*V0{o#mDcOoZ(Ch4hh!M{|L) z&eqZgH4}F)R#ui*mWEZBtko+EMmtD`*GvwmlRNHg6bPkX;O!or1NUOzb-bCO9R=Kx zv9|>M@o|0{e5R#bQKolg5&CeSu31m!4)pD6Q0&5ku(z94m1K=nnsP#`okzzReO_nViWRA=Sr5D;8l@N zp?xo@AfS^}6d`d}%XTEuxnfK3QOOrwUcY)H&12rls, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: colander 0.5.2\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2010-04-25 21:09-0400\n" +"PO-Revision-Date: 2010-09-09 18:02-0500\n" +"Last-Translator: Tres Seaver \n" +"Language-Team: repoze developers \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.5\n" + +#: colander/__init__.py:177 +msgid "Invalid value" +msgstr "That value ain't worth a damn!" + +#: colander/__init__.py:202 +msgid "String does not match expected pattern" +msgstr "Type something that fits the damned pattern!" + +#: colander/__init__.py:217 +msgid "Invalid email address" +msgstr "Type an e-mail address, you idiot!" + +#: colander/__init__.py:246 +msgid "${val} is less than minimum value ${min}" +msgstr "${val} is smaller than the damned minimum, ${min}" + +#: colander/__init__.py:247 +msgid "${val} is greater than maximum value ${max}" +msgstr "${val} is bigger than the damned maximum, ${max}" + +#: colander/__init__.py:279 +msgid "Shorter than minimum length ${min}" +msgstr "Too damned short! Make it at least ${min} characters." + +#: colander/__init__.py:285 +msgid "Longer than maximum length ${max}" +msgstr "Too damned long! No more than ${max} characters." + +#: colander/__init__.py:298 +msgid "\"${val}\" is not one of ${choices}" +msgstr "Pick from one of the damned choices! ${choices}" + +#: colander/__init__.py:367 +msgid "\"${val}\" is not a mapping type: ${err}" +msgstr "\"${val}\" is not a damned mapping: ${err}" + +#: colander/__init__.py:394 +msgid "\"${val}\" is required but missing" +msgstr "Fill in a damned value." + +#: colander/__init__.py:411 +msgid "Unrecognized keys in mapping: \"${val}\"" +msgstr "Unknown keys in the damned mapping: ${val}" + +#: colander/__init__.py:461 +#: colander/__init__.py:539 +msgid "\"${val}\" is not iterable" +msgstr "Can't iterate of the damned value: ${val}" + +#: colander/__init__.py:469 +msgid "\"${val}\" has an incorrect number of elements (expected ${exp}, was ${was})" +msgstr "Incorrect number of damned elements (expected ${exp}, got ${was})" + +#: colander/__init__.py:644 +msgid "${val} is not a string: %{err}" +msgstr "${val} is not a damned string: %{err}" + +#: colander/__init__.py:648 +#: colander/__init__.py:680 +#: colander/__init__.py:710 +#: colander/__init__.py:751 +#: colander/__init__.py:996 +msgid "Required" +msgstr "Fill in a damned value!" + +#: colander/__init__.py:662 +msgid "\"${val} cannot be serialized to str: ${err}" +msgstr "Can't make ${val} a damned string: ${err}" + +#: colander/__init__.py:683 +#: colander/__init__.py:692 +#: colander/__init__.py:713 +#: colander/__init__.py:722 +msgid "\"${val}\" is not a number" +msgstr "Not a damned number: ${val}" + +#: colander/__init__.py:747 +msgid "${val} is not a string" +msgstr "Not a damned string: ${val}" + +#: colander/__init__.py:808 +#: colander/__init__.py:825 +#: colander/__init__.py:835 +msgid "relative name \"${val}\" irresolveable without package" +msgstr "Can't resolve the damned relative name without a package: ${val}" + +#: colander/__init__.py:860 +msgid "\"${val}\" is not a string" +msgstr "${val} is not a string" + +#: colander/__init__.py:868 +msgid "The dotted name \"${name}\" cannot be imported" +msgstr "Can't import the damned dotted name: ${name}" + +#: colander/__init__.py:876 +msgid "\"${val}\" has no __name__" +msgstr "${val} ain't got a damned name!" + +#: colander/__init__.py:918 +#: colander/__init__.py:982 +msgid "${val} cannot be parsed as an iso8601 date: ${err}" +msgstr "Can't parse ${val} as a damned ISO8601 date: ${err}" + +#: colander/__init__.py:929 +msgid "\"${val}\" is not a datetime object" +msgstr "Not a damned datetime: ${val}" + +#: colander/__init__.py:988 +msgid "\"${val}\" is not a date object" +msgstr "Not a damned date: ${val}" +