1.1.1; added Dutch translation

This commit is contained in:
Joaquim Homrighausen
2023-01-23 08:35:59 +01:00
parent 8a9dddb61c
commit 97a8bdd444
5 changed files with 21 additions and 10 deletions
+8 -2
View File
@@ -1,5 +1,5 @@
/**
* POMjs 1.1.0
* POMjs 1.1.1
*
* password-om.js
*
@@ -7,7 +7,7 @@
* generator site (password.oppetmoln.se). For the sake of having a name, it
* shall be POMjs. There's really nothing fancy going on here :-)
*
* Copyright 2022 Joaquim Homrighausen; All rights reserved.
* Copyright 2022, 2023 Joaquim Homrighausen; All rights reserved.
* Development sponsored by WebbPlatsen i Sverige AB
* https://www.webbplatsen.se
*
@@ -332,6 +332,12 @@ function POM_initialSetup() {
POM_cfgSlogan = 'Keine Cookies, <span style="display:inline-block">keine Tracker.</span><br/>Nur Passwörter.';
POM_cfgGenPasswordHint = 'Passwort generieren';
break;
case 'nl':
/* Thank you Jeroen van de Leur */
POM_cfgTitle = 'Willekeurig Wachtwoord Generator';
POM_cfgSlogan = 'Geen cookies, <span style="display:inline-block">geen trackers.</span><br/>Uitsluitend wachtwoorden.';
POM_cfgGenPasswordHint = 'Genereer wachtwoord';
break;
default:
POM_cfgTitle = 'Random Password Generator';
POM_cfgSlogan = 'No cookies, <span style="display:inline-block">no trackers.</span><br/>Just passwords.';