23 lines
1.9 KiB
PHP
23 lines
1.9 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Recovery key successfully enabled" => "Herstelsleutel succesvol geactiveerd",
|
|
"Could not enable recovery key. Please check your recovery key password!" => "Kon herstelsleutel niet activeren. Controleer het wachtwoord van uw herstelsleutel!",
|
|
"Recovery key successfully disabled" => "Herstelsleutel succesvol gedeactiveerd",
|
|
"Could not disable recovery key. Please check your recovery key password!" => "Kon herstelsleutel niet deactiveren. Controleer het wachtwoord van uw herstelsleutel!",
|
|
"Password successfully changed." => "Wachtwoord succesvol gewijzigd.",
|
|
"Could not change the password. Maybe the old password was not correct." => "Kon wachtwoord niet wijzigen. Wellicht oude wachtwoord niet juist ingevoerd.",
|
|
"Saving..." => "Opslaan",
|
|
"Encryption" => "Versleuteling",
|
|
"Enable encryption passwords recovery key (allow sharing to recovery key):" => "Activeer versleuteling van wachtwoorden herstelsleutel (maak delen met herstel sleutel mogelijk):",
|
|
"Recovery account password" => "Herstel account wachtwoord",
|
|
"Enabled" => "Geactiveerd",
|
|
"Disabled" => "Gedeactiveerd",
|
|
"Change encryption passwords recovery key:" => "Wijzig versleuteling wachtwoord herstelsleutel",
|
|
"Old Recovery account password" => "Oude herstel account wachtwoord",
|
|
"New Recovery account password" => "Nieuwe herstel account wachtwoord",
|
|
"Change Password" => "Wijzigen wachtwoord",
|
|
"Enable password recovery by sharing all files with your administrator:" => "Activeer wachtwoordherstel door alle bestanden met uw beheerder te delen:",
|
|
"Enabling this option will allow you to reobtain access to your encrypted files if your password is lost" => "Door deze optie te activeren kunt u toegang tot uw versleutelde bestanden krijgen als u uw wachtwoord kwijt bent",
|
|
"File recovery settings updated" => "Bestandsherstel instellingen bijgewerkt",
|
|
"Could not update file recovery" => "Kon bestandsherstel niet bijwerken"
|
|
);
|