10 lines
446 B
PHP
10 lines
446 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password successfully changed." => "Das Passwort wurde erfolgreich geändert.",
|
|
"Could not change the password. Maybe the old password was not correct." => "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.",
|
|
"Saving..." => "Speichern...",
|
|
"Encryption" => "Verschlüsselung",
|
|
"Enabled" => "Aktiviert",
|
|
"Disabled" => "Deaktiviert",
|
|
"Change Password" => "Passwort ändern"
|
|
);
|