//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav-de.js
// Module: /jupiter/js2/webdav/accounts_webdav-de
// Locale: de
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Cancel":"Abbrechen","Change":"Ändern","Click to disable Digest Authentication.":"Klicken Sie hier, um die Digestauthentifizierung zu deaktivieren.","Click to enable Digest Authentication.":"Klicken Sie hier, um die Digestauthentifizierung zu aktivieren.","Close":"Schließen","Directory":"Verzeichnis","Directory Path":"Verzeichnispfad","Directory paths cannot be empty or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]":"Directory paths cannot be empty or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]","Disable Digest Authentication":"Digestauthentifizierung deaktivieren","Disabling Digest Authentication on account “[_1]” …":"Disabling Digest Authentication on account “[_1]” …","Domain":"Domain","Enable Digest Authentication":"Digest-Authentifizierung aktivieren","Enabling Digest Authentication on account “[_1]” …":"Enabling Digest Authentication on account “[_1]” …","Home Directory Updated":"Stammverzeichnis aktualisiert","Notice":"Hinweis","OK":"OK","Please try again.":"Versuchen Sie es erneut.","Set Read-Only":"Schreibgeschützt","Set Read-Write":"Lese-/Schreibzugriff","Setting Read-Only Access":"Schreibgeschützten Zugriff einrichten","Setting Read-Only Access on account “[_1]” …":"Setting Read-Only Access on account “[_1]” …","Setting Read-Write Access":"Lese-/Schreibzugriff einrichten","Setting Read-Write Access on account “[_1]” …":"Setting Read-Write Access on account “[_1]” …","Success!":"Erfolgreich!","The [asis,WebDisk] username cannot exceed [numf,_1] characters.":"The [asis,WebDisk] username cannot exceed [numf,_1] characters.","The [asis,WebDisk] username cannot start with a period, end with a period, or include two consecutive periods.":"The [asis,WebDisk] username cannot start with a period, end with a period, or include two consecutive periods.","The [asis,WebDisk] username name and domain cannot exceed [numf,_1] characters.":"The [asis,WebDisk] username name and domain cannot exceed [numf,_1] characters.","Updating Home Directory":"Stammverzeichnis aktualisieren","Webdav Login":"Webdav-Benutzername","You can only enter letters, numbers, periods, hyphens, and underscores.":"Sie können nur Buchstaben, Ziffern, Punkte, Bindestriche und Unterstriche eingeben.","You must enter a [asis,WebDisk] username.":"You must enter a [asis,WebDisk] username."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~