This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix translations for bg, de, fr and nl.
- Loading branch information
1 parent
572c49f
commit 181bcf3
Showing
10 changed files
with
74 additions
and
90 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ msgstr "" | |
"Project-Id-Version: 0.2.0\n" | ||
"Report-Msgid-Bugs-To: Kiril Vladimiroff <[email protected]>\n" | ||
"POT-Creation-Date: 2013-04-26 11:27-0500\n" | ||
"POT-Creation-Date: 2013-04-26 11:37-0500\n" | ||
"Last-Translator: Kiril Vladimiroff <[email protected]>\n" | ||
"Language-Team: Kiril Vladimiroff <[email protected]>\n" | ||
"Language: Bulgarian\n" | ||
|
@@ -16,30 +15,30 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
|
||
#: validators.py:108 | ||
msgid "Wrong IBAN length for country code %s." | ||
#: validators.py:133 | ||
msgid "Wrong IBAN length for country code {0}." | ||
msgstr "Грешен брой символи за %s." | ||
|
||
#: validators.py:110 | ||
msgid "%s is not a valid Country Code for IBAN." | ||
msgstr "%s не е валиден код на държава за IBAN." | ||
#: validators.py:135 | ||
msgid "{0} is not a valid Country Code for IBAN." | ||
msgstr "{0} не е валиден код на държава за IBAN." | ||
|
||
#: validators.py:121 validators.py:130 | ||
msgid "%s is not a valid character for IBAN." | ||
msgstr "%s не е валиден символ за IBAN" | ||
#: validators.py:146 validators.py:155 | ||
msgid "{0} is not a valid character for IBAN." | ||
msgstr "{0} не е валиден символ за IBAN" | ||
|
||
#: validators.py:134 | ||
#: validators.py:159 | ||
msgid "Not a valid IBAN." | ||
msgstr "Невалиден IBAN." | ||
|
||
#: validators.py:143 | ||
#: validators.py:168 | ||
msgid "A SWIFT-BIC is either 8 or 11 characters long." | ||
msgstr "SWIFT-BIC е с дължина 8 или 11 символа" | ||
|
||
#: validators.py:149 | ||
msgid "%s is not a valid SWIFT-BIC Institution Code." | ||
msgstr "%s не е валиден SWIFT-BIC Institution Code." | ||
#: validators.py:174 | ||
msgid "{0} is not a valid SWIFT-BIC Institution Code." | ||
msgstr "{0} не е валиден SWIFT-BIC Institution Code." | ||
|
||
#: validators.py:154 | ||
msgid "%s is not a valid SWIFT-BIC Country Code." | ||
msgstr "%s не е валиден SWIFT-BIC Country Code." | ||
#: validators.py:179 | ||
msgid "{0} is not a valid SWIFT-BIC Country Code." | ||
msgstr "{0} не е валиден SWIFT-BIC Country Code." |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,42 +11,38 @@ msgstr "" | |
"PO-Revision-Date: 2013-09-20 12:32+0100\n" | ||
"Last-Translator: Michał Sałaban <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: Polish\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " | ||
"|| n%100>=20) ? 1 : 2);\n" | ||
"X-Generator: Poedit 1.5.7\n" | ||
|
||
#: validators.py:108 | ||
#, python-format | ||
#: validators.py:133 | ||
msgid "Wrong IBAN length for country code {0}." | ||
msgstr "Zła długość IBAN dla kraju o kodzie {0}." | ||
|
||
#: validators.py:110 | ||
#, python-format | ||
#: validators.py:135 | ||
msgid "{0} is not a valid Country Code for IBAN." | ||
msgstr "{0} jest nieprawidłowym kodem kraju dla IBAN." | ||
|
||
#: validators.py:121 validators.py:130 | ||
#, python-format | ||
#: validators.py:146 validators.py:155 | ||
msgid "{0} is not a valid character for IBAN." | ||
msgstr "Znak {0} jest niedozwolony w IBAN." | ||
|
||
#: validators.py:134 | ||
#: validators.py:159 | ||
msgid "Not a valid IBAN." | ||
msgstr "Nieprawidłowy IBAN." | ||
|
||
#: validators.py:143 | ||
#: validators.py:168 | ||
msgid "A SWIFT-BIC is either 8 or 11 characters long." | ||
msgstr "SWIFT-BIC powinien mieć 8 lub 11 znaków." | ||
|
||
#: validators.py:149 | ||
#, python-format | ||
#: validators.py:174 | ||
msgid "{0} is not a valid SWIFT-BIC Institution Code." | ||
msgstr "{0} nie jest prawidłowym kodem instytucji SWIFT-BIC." | ||
|
||
#: validators.py:154 | ||
#, python-format | ||
#: validators.py:179 | ||
msgid "{0} is not a valid SWIFT-BIC Country Code." | ||
msgstr "{0} nie jest prawidłowym kodem kraju SWIFT-BIC." |