Remove superfluous javascript language files

This commit is contained in:
Karsten Heiken
2011-10-16 17:15:28 +02:00
parent 3b208bdbda
commit 0d8d694edd
3 changed files with 0 additions and 42 deletions

View File

@@ -1,16 +0,0 @@
var lang = {
settings_window_title: "Settings",
settings_window_save: "Save",
settings_window_cancel: "Cancel",
settings_window_panel_password: "Password",
settings_window_panel_profile: "Profile",
settings_window_old_password: "Current password",
settings_window_new_password: "New password",
settings_window_new_password_confirm: "Confirm new password",
settings_window_password_note: "If you want to change your password, please fill out these fields, otherwise leave it blank.",
settings_window_firstname: "Firstname",
settings_window_lastname: "Lastname",
settings_window_institution: "Company",
settings_window_phone: "Phone",
settings_window_email: "Email address"
};

View File

@@ -1,16 +0,0 @@
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"
};

View File

@@ -1,10 +0,0 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>