Skip to content

Commit

Permalink
Updated base translation catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed May 21, 2021
1 parent 51e4504 commit 5ef6c39
Showing 1 changed file with 44 additions and 49 deletions.
93 changes: 44 additions & 49 deletions localflavor/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django-localflavor\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-13 11:44+0200\n"
"POT-Creation-Date: 2021-05-21 09:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -5482,63 +5482,58 @@ msgstr ""
msgid "Business Identifier Code"
msgstr ""

#: generic/validators.py:176
#: generic/validators.py:177
#, python-format
msgid "%s is not a valid character for IBAN."
msgid "%(character)s is not a valid character for IBAN."
msgstr ""

#: generic/validators.py:198
#: generic/validators.py:201
#, python-format
msgid "%(country_code)s IBANs must contain %(number)s characters."
msgstr ""

#: generic/validators.py:201
#: generic/validators.py:208
#, python-format
msgid "%s is not a valid country code for IBAN."
msgid "%(country_code)s is not a valid country code for IBAN."
msgstr ""

#: generic/validators.py:203
#: generic/validators.py:214
#, python-format
msgid "%s IBANs are not allowed in this field."
msgid "%(country_code)s IBANs are not allowed in this field."
msgstr ""

#: generic/validators.py:206
#: generic/validators.py:220
msgid "Not a valid IBAN."
msgstr ""

#: generic/validators.py:232
#: generic/validators.py:246
msgid "BIC codes have either 8 or 11 characters."
msgstr ""

#: generic/validators.py:236
#: generic/validators.py:250
msgid "BIC codes only contain alphabet letters and digits."
msgstr ""

#: generic/validators.py:241
#: generic/validators.py:256
#, python-format
msgid "%s is not a valid institution code."
msgid "%(institution_code)s is not a valid institution code."
msgstr ""

#: generic/validators.py:246
#: generic/validators.py:265 generic/validators.py:363
#, python-format
msgid "%s is not a valid country code."
msgid "%(country_code)s is not a valid country code."
msgstr ""

#: generic/validators.py:251
#: generic/validators.py:274
#, python-format
msgid "%s is not a valid location code."
msgid "%(location_code)s is not a valid location code."
msgstr ""

#: generic/validators.py:262
#: generic/validators.py:288
msgid "Not a valid EAN code."
msgstr ""

#: generic/validators.py:337
#, python-format
msgid "%(country_code)s is not a valid country code."
msgstr ""

#: generic/validators.py:338
#: generic/validators.py:364
#, python-format
msgid "%(vatin)s is not a valid VAT identification number."
msgstr ""
Expand Down Expand Up @@ -6143,20 +6138,20 @@ msgstr ""
msgid "Enter a valid ID number."
msgstr ""

#: in_/forms.py:20
#: in_/forms.py:21
msgid "Enter a zip code in the format XXXXXX or XXX XXX."
msgstr ""

#: in_/forms.py:50
#: in_/forms.py:51
msgid "Enter an Indian state or territory."
msgstr ""

#: in_/forms.py:90
#: in_/forms.py:91
msgid ""
"Enter a valid Aadhaar number in XXXX XXXX XXXX or XXXX-XXXX-XXXX format."
msgstr ""

#: in_/models.py:14
#: in_/models.py:16
msgid "Indian state (two uppercase letters)"
msgstr ""

Expand Down Expand Up @@ -8791,63 +8786,63 @@ msgstr ""
msgid "Enter a valid postal code in format AAA 0000."
msgstr ""

#: mx/forms.py:59
#: mx/forms.py:61
msgid "Enter a valid zip code in the format XXXXX."
msgstr ""

#: mx/forms.py:103
#: mx/forms.py:105
msgid "Enter a valid RFC."
msgstr ""

#: mx/forms.py:104
#: mx/forms.py:106
msgid "Invalid checksum for RFC."
msgstr ""

#: mx/forms.py:176
#: mx/forms.py:178
msgid "Enter a valid CLABE."
msgstr ""

#: mx/forms.py:177
#: mx/forms.py:179
msgid "Invalid checksum for CLABE."
msgstr ""

#: mx/forms.py:232
#: mx/forms.py:234
msgid "Enter a valid CURP."
msgstr ""

#: mx/forms.py:233
#: mx/forms.py:235
msgid "Invalid checksum for CURP."
msgstr ""

#: mx/forms.py:294
#: mx/forms.py:296
msgid "Enter a valid Social Security Number."
msgstr ""

#: mx/forms.py:295
#: mx/forms.py:297
msgid "Invalid checksum for Social Security Number."
msgstr ""

#: mx/models.py:15
msgid "Mexico state (three uppercase letters)"
#: mx/models.py:17
msgid "Mexico state (three or four uppercase letters)"
msgstr ""

#: mx/models.py:31
#: mx/models.py:34
msgid "Mexico zip code"
msgstr ""

#: mx/models.py:46
#: mx/models.py:49
msgid "Mexican RFC"
msgstr ""

#: mx/models.py:65
#: mx/models.py:68
msgid "Mexican CLABE"
msgstr ""

#: mx/models.py:80
#: mx/models.py:83
msgid "Mexican CURP"
msgstr ""

#: mx/models.py:99
#: mx/models.py:102
msgid "Mexican Social Security Number"
msgstr ""

Expand All @@ -8868,23 +8863,23 @@ msgid "Campeche"
msgstr ""

#: mx/mx_states.py:9
msgid "Chihuahua"
msgid "Ciudad de México"
msgstr ""

#: mx/mx_states.py:10
msgid "Chiapas"
msgid "Chihuahua"
msgstr ""

#: mx/mx_states.py:11
msgid "Coahuila"
msgid "Chiapas"
msgstr ""

#: mx/mx_states.py:12
msgid "Colima"
msgid "Coahuila"
msgstr ""

#: mx/mx_states.py:13
msgid "Distrito Federal"
msgid "Colima"
msgstr ""

#: mx/mx_states.py:14
Expand Down

0 comments on commit 5ef6c39

Please sign in to comment.