Files
Web-NibblePoker/data/strings/en/iban-generator.yml
Herwin Bozet 1f352de8c6 Updated license text in IBAN and UUID generators to be in line with new ones
Update .gitignore, iban-generator.yml, uuid-generator.yml, and 4 more files
2025-09-21 23:06:17 +02:00

28 lines
1.3 KiB
YAML

# IBAN Generator - EN
meta.title: "IBAN Generator"
meta.description: "Web application that allows you to generate IBANs in bulk for the 89 countries that support them.<br>
The IBANs are generated completely randomly and may contain a 'BankID' that has not yet been assigned by the
national bank of the respective country."
meta.description.light: "Web application that allows you to generate IBANs in bulk for the 89 countries that support them."
country.label: "Country"
option.count: "IBAN Count"
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 <a href=\"https://github.com/aziascreations/Web-NibblePoker\">public domain</a>."
license.2: "Data from Swift's
<a href=\"https://www.swift.com/standards/data-standards/iban-international-bank-account-number\">IBAN Registry</a>
was also used and may be licensed under different terms."