Skip to content

Commit 94a408a

Browse files
author
quentusrex
committed
Fix the bug where this file was accidentally replaced with the nl version of itself.
1 parent 0b9a788 commit 94a408a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<?php
2-
$wb["username_txt"] = 'Gebruikersnaam';
3-
$wb["username_err"] = 'De gebruikersnaam is te lang of bevat ongeldige karakters.';
4-
$wb["username_empty"] = 'De gebruikersnaam is leeg.';
5-
$wb["username_unique"] = 'Er bestaat reeds een gebruiker met deze gebruikersnaam.';
6-
$wb["passwort_txt"] = 'Wachtwoord';
2+
$wb["username_txt"] = 'Username';
3+
$wb["username_err"] = 'The username is too long or contains invalid characters.';
4+
$wb["username_empty"] = 'The username is empty.';
5+
$wb["username_unique"] = 'There is already a user with this username.';
6+
$wb["passwort_txt"] = 'Password';
77
$wb["modules_txt"] = 'Module';
88
$wb["startmodule_txt"] = 'Startmodule';
9-
$wb["app_theme_txt"] = 'Ontwerp';
9+
$wb["app_theme_txt"] = 'Design';
1010
$wb["typ_txt"] = 'Type';
11-
$wb["active_txt"] = 'Actief';
12-
$wb["language_txt"] = 'Taal';
13-
$wb["name_txt"] = 'Naam';
14-
$wb["vorname_txt"] = 'Voornaam';
15-
$wb["unternehmen_txt"] = 'Bedrijf';
16-
$wb["strasse_txt"] = 'Straat';
17-
$wb["ort_txt"] = 'Plaatsnaam';
11+
$wb["active_txt"] = 'Active';
12+
$wb["language_txt"] = 'Language';
13+
$wb["name_txt"] = 'Name';
14+
$wb["vorname_txt"] = 'Forename';
15+
$wb["unternehmen_txt"] = 'Company';
16+
$wb["strasse_txt"] = 'Street';
17+
$wb["ort_txt"] = 'City';
1818
$wb["plz_txt"] = 'ZIP';
19-
$wb["land_txt"] = 'Land';
19+
$wb["land_txt"] = 'Country';
2020
$wb["email_txt"] = 'Email';
2121
$wb["url_txt"] = 'Url';
22-
$wb["telefon_txt"] = 'Telefoon';
22+
$wb["telefon_txt"] = 'Telephone';
2323
$wb["fax_txt"] = 'Fax';
24-
$wb["groups_txt"] = 'Groepen';
25-
$wb["default_group_txt"] = 'Standaard groep';
26-
$wb["active_txt"] = 'Actief';
27-
$wb["btn_save_txt"] = 'Opslaan';
28-
$wb["btn_cancel_txt"] = 'Annuleren';
29-
$wb["startmodule_err"] = 'Start module is niet in de modules.';
30-
?>
24+
$wb["groups_txt"] = 'Groups';
25+
$wb["default_group_txt"] = 'Default Group';
26+
$wb["active_txt"] = 'Active';
27+
$wb["btn_save_txt"] = 'Save';
28+
$wb["btn_cancel_txt"] = 'Cancel';
29+
$wb["startmodule_err"] = 'Start module is not within modules.';
30+
?>

0 commit comments

Comments
 (0)