//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-id.js
// Module: /js2/restorefullbackup-id
// Locale: id
// 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 = {"No filepath associated with username.":"Tidak ada jalur file yang terkait dengan nama pengguna.","No matching files were found.":"File yang cocok tidak ditemukan.","None":"Tidak ada","Restore File":"Pulihkan File","Unable to get retrieve list of files, please try again later.":"Tidak dapat mengambil daftar file, coba lagi nanti.","User Name":"Nama Pengguna","You must choose a valid username.":"Anda harus memilih nama pengguna yang valid.","You must provide a file.":"Anda harus memberikan sebuah file.","You must provide a username.":"Anda harus memberikan nama pengguna."};
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~~