17 lines
782 B
JavaScript
17 lines
782 B
JavaScript
var lang = {
|
|
settings_window_title: "Einstellungen",
|
|
settings_window_save: "Speichern",
|
|
settings_window_cancel: "Abbrechen",
|
|
settings_window_panel_password: "Passwort",
|
|
settings_window_panel_profile: "Profil",
|
|
settings_window_old_password: "Aktuelles Passwort",
|
|
settings_window_new_password: "Neues Passwort",
|
|
settings_window_new_password_confirm: "Neues Passwort bestätigen",
|
|
settings_window_password_note: "Wenn Sie Ihr Passwort ändern möchten, füllen Sie bitte die obigen Felder aus, ansonsten lassen Sie sie einfach leer.",
|
|
settings_window_firstname: "Vorname",
|
|
settings_window_lastname: "Nachname",
|
|
settings_window_institution: "Institut",
|
|
settings_window_phone: "Telefon",
|
|
settings_window_email: "E-Mail-Adresse"
|
|
};
|