Updated and fixed IbanGenerator tool
Update purebasic-structure-on-stack.md, iban-generator.yml, and 4 more files...
This commit is contained in:
@@ -9,12 +9,18 @@ meta.description.light: "Web application that allows you to generate IBANs in bu
|
||||
country.label: "Country"
|
||||
|
||||
option.count: "IBAN Count"
|
||||
option.human.readable: "Format for readability"
|
||||
option.prefer.numbers: "Prefer numbers over letters"
|
||||
option.for.each: "Generate <i>X</i> for each country"
|
||||
option.sepa.enable: "Enable SEPA countries"
|
||||
option.non-sepa.enable: "Enable non-SEPA countries"
|
||||
|
||||
option.prefer.random: "Do not prefer letters nor numbers"
|
||||
option.prefer.numbers: "Prefer numbers over letters"
|
||||
option.prefer.letters: "Prefer letters over numbers"
|
||||
|
||||
option.human.format.none: "No formatting"
|
||||
option.human.format.standard: "Use recommended spacing"
|
||||
option.human.format.4by4: "Use 4 character-wide spacing"
|
||||
|
||||
license.1: "The code for this project is released in the public domain."
|
||||
license.2: "The original source code can be found on <a href=\"https://github.com/aziascreations/Web-NibblePoker\">GitHub</a>."
|
||||
license.3: "Data from Swift's
|
||||
|
@@ -9,12 +9,18 @@ meta.description.light: "Application web qui vous permet de générer des IBANs
|
||||
country.label: "Pays"
|
||||
|
||||
option.count: "Nombre d'IBAN"
|
||||
option.human.readable: "Formatter pour lecture"
|
||||
option.prefer.numbers: "Favoriser les nombres aux lettres"
|
||||
option.for.each: "Générer <i>X</i> pour chaque pays"
|
||||
option.sepa.enable: "Activer les pays SEPA"
|
||||
option.non-sepa.enable: "Activer les pays non-SEPA"
|
||||
|
||||
option.prefer.random: "Pas de favorisation des lettres ou nombres"
|
||||
option.prefer.numbers: "Favoriser les nombres aux lettres"
|
||||
option.prefer.letters: "Favoriser les lettres aux nombres"
|
||||
|
||||
option.human.format.none: "Aucun formatage"
|
||||
option.human.format.standard: "Utiliser le format standard des pays"
|
||||
option.human.format.4by4: "Formater en segments de 4 caractères"
|
||||
|
||||
license.1: "Le code de ce projet est publié dans le domaine public."
|
||||
license.2: "Le code source original peut être trouvé sur <a href=\"https://github.com/aziascreations/Web-NibblePoker\">GitHub</a>."
|
||||
license.3: "Les données du
|
||||
|
Reference in New Issue
Block a user