blob: 5ab283ccab345274ceb7bf4b1a0ee389ebcd1e17 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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"
);
|