Implement settings window in external file
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
var lang = {
|
||||
settings_window_title: "Einstellungen",
|
||||
settings_window_save: "Speichern",
|
||||
settings_window_close: "Schließen"
|
||||
settings_window_close: "Schließen",
|
||||
settings_window_panel_password: "Passwort",
|
||||
settings_window_panel_profile: "Profil",
|
||||
settings_window_old_password: "Altes Passwort",
|
||||
settings_window_new_password: "Neues Passwort",
|
||||
settings_window_new_password_confirm: "Neues Passwort wiederholen",
|
||||
settings_window_firstname: "Vorname",
|
||||
settings_window_lastname: "Nachname",
|
||||
settings_window_institution: "Institut",
|
||||
settings_window_phone: "Telefon",
|
||||
settings_window_email: "E-Mail-Adresse"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user