//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav-sv.js
// Module: /jupiter/js2/webdav/accounts_webdav-sv
// Locale: sv
// 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":"Avbryt","Change":"Ändra","Click to disable Digest Authentication.":"Klicka för att inaktivera sammanfattad autentisering.","Click to enable Digest Authentication.":"Klicka för att aktivera sammanfattad autentisering.","Close":"Stäng","Directory":"Katalog","Directory Path":"Katalogsökväg","Directory paths cannot be empty or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]":"Katalogsökvägar måste anges och får inte innehålla följande tecken: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]","Disable Digest Authentication":"Inaktivera sammanfattad autentisering","Disabling Digest Authentication on account “[_1]” …":"Inaktiverar sammanfattad autentisering för konto ”[_1]” …","Domain":"Domän","Enable Digest Authentication":"Aktivera sammanfattad autentisering","Enabling Digest Authentication on account “[_1]” …":"Aktiverar sammanfattad autentisering för konto ”[_1]” …","Home Directory Updated":"Hemkatalogen har uppdaterats","Notice":"Meddelande","OK":"OK","Please try again.":"Försök igen.","Set Read-Only":"Ange som skrivskyddad","Set Read-Write":"Ange skrivskydd","Setting Read-Only Access":"Anger skrivskyddad åtkomst","Setting Read-Only Access on account “[_1]” …":"Aktiverar skrivskyddad åtkomst för kontot ”[_1]” …","Setting Read-Write Access":"Anger läs-/skrivåtkomst","Setting Read-Write Access on account “[_1]” …":"Anger läs-/skrivåtkomst för konto ”[_1]” …","Success!":"Klart.","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":"Uppdatering av hemkatalog","Webdav Login":"WebDAV-inloggning","You can only enter letters, numbers, periods, hyphens, and underscores.":"You can only enter letters, numbers, periods, hyphens, and underscores.","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~~