parent
f893f14615
commit
f989871501
@ -1,20 +1,20 @@ |
|||||||
<?php $TRANSLATIONS = array( |
<?php $TRANSLATIONS = array( |
||||||
"read more" => "Meer informatie", |
"read more" => "Meer informatie", |
||||||
"INSTALL" => "Instaleer", |
"INSTALL" => "Installeer", |
||||||
"Apps Repository" => "Applicatie Database", |
"Apps Repository" => "Applicatiedatabase", |
||||||
"Cannot connect to apps repository" => "Kan geen verbinding maken met de applicatie database", |
"Cannot connect to apps repository" => "Kan geen verbinding maken met de applicatiedatabase", |
||||||
"Name" => "Naam", |
"Name" => "Naam", |
||||||
"Modified" => "Laatst aangepast", |
"Modified" => "Laatst aangepast", |
||||||
"Administration" => "Administratie", |
"Administration" => "Administratie", |
||||||
"System Settings" => "Systeem Instellingen", |
"System Settings" => "Systeeminstellingen", |
||||||
"Groups" => "Groepen", |
"Groups" => "Groepen", |
||||||
"Add user" => "Voeg gebruiker toe", |
"Add user" => "Gebruiker toevoegen", |
||||||
"Password" => "Wachtwoord", |
"Password" => "Wachtwoord", |
||||||
"Create user" => "Maak gebruiker aan", |
"Create user" => "Gebruiker aanmaken", |
||||||
"remove" => "verwijder", |
"remove" => "verwijder", |
||||||
"Create group" => "Maak groep aan", |
"Create group" => "Groep aanmaken", |
||||||
"Force new password:" => "Forceer nieuw wachtwoord:", |
"Force new password:" => "Forceer nieuw wachtwoord:", |
||||||
"Set" => "Ok", |
"Set" => "Ok", |
||||||
"Do you really want to delete user" => "Weet je zeker dat je deze gebruiker wil verwijderen", |
"Do you really want to delete user" => "Wilt u deze gebruiker verwijderen", |
||||||
"Do you really want to delete group" => "Weet je zeker dat je deze groep wil verwijderen" |
"Do you really want to delete group" => "Wilt u deze groep verwijderen" |
||||||
); |
); |
||||||
|
@ -1,19 +1,19 @@ |
|||||||
<?php $TRANSLATIONS = array( |
<?php $TRANSLATIONS = array( |
||||||
"Account information" => "Gebruiks gegevens", |
"Account information" => "Gebruikersgegevens", |
||||||
"You're currently using" => "Je gebruikt momenteel", |
"You're currently using" => "U gebruikt momenteel", |
||||||
"of your" => "van de", |
"of your" => "van de", |
||||||
"space" => "beschikbare ruimte.", |
"space" => "beschikbare ruimte.", |
||||||
"Change Password" => "Wachtwoord aanpassen", |
"Change Password" => "Wachtwoord aanpassen", |
||||||
"Your password got changed" => "Je wachtwoord is aangepast", |
"Your password got changed" => "Uw wachtwoord is aangepast", |
||||||
"Old password:" => "Oud wachtwoord:", |
"Old password:" => "Oud wachtwoord:", |
||||||
"New password" => "Nieuw wachtwoord", |
"New password" => "Nieuw wachtwoord", |
||||||
"Show new password" => "Toon nieuw wachtwoord", |
"Show new password" => "Toon nieuw wachtwoord", |
||||||
"Language" => "Taal", |
"Language" => "Taal", |
||||||
"Authentication error" => "Authenticatie fout.", |
"Authentication error" => "Authenticatiefout.", |
||||||
"You have to enter the old and the new password!" => "Je moet het oude en nieuwe wachtwoord invullen.", |
"You have to enter the old and the new password!" => "U moet het oude en nieuwe wachtwoord invullen.", |
||||||
"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", |
"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", |
||||||
"Password changed" => "Wachtwoord aangepast", |
"Password changed" => "Wachtwoord aangepast", |
||||||
"Unable to change password" => "Wachtwoord aanpassen is niet mogenlijk", |
"Unable to change password" => "Wachtwoord aanpassen is niet mogelijk", |
||||||
"Language changed" => "Taal aangepast", |
"Language changed" => "Taal aangepast", |
||||||
"Invalid request" => "Ongeldige aanvraag" |
"Invalid request" => "Ongeldig verzoek" |
||||||
); |
); |
||||||
|
Loading…
Reference in new issue