//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager-nl.js
// Module: /jupiter/js/filemanager-nl
// Locale: nl
// 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":"Annuleren","Change Permissions":"Rechten wijzigen","Close":"Sluiten","Compress Files":"Compress Files","Confirm":"Bevestigen","Copy Files":"Copy Files","Create New File":"Create New File","Create New Folder":"Create New Folder","Delete Files":"Delete Files","Edit":"Bewerken","Empty Trash":"Prullenbak leegmaken","Extract Files":"Extract Files","Location":"Locatie","Move Files":"Move Files","OK":"OK","Rename File":"Bestandsnaam wijzigen","Restore Files":"Restore Files","Save":"Opslaan","Search Regex":"Search Regex","Searching Files":"Searching Files"};
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~~