//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/api_shell.js
// Generated: /usr/local/cpanel/base/sharedjs/api_shell-ro.js
// Module: legacy_shared/api_shell-ro
// Locale: ro
// 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 = {"Hide Sort/Filter/Paginate Options":"Ascundere opţiuni de sortare/filtrare/paginare","Invalid JSON.":"JSON nevalid.","Raw view":"Vizualizare brută","Retrieving API call results …":"Se preiau rezultatele apelului API…","Show Sort/Filter/Paginate Options":"Afişare opţiuni de sortare/filtrare/paginare","Table View is unavailable for this function’s data.":"Vizualizarea tabel nu este disponibilă pentru datele acestei funcţii.","Table view":"Vizualizare tabel","Tree view":"Vizualizare tip arbore","[format_bytes,_1] compressed, [format_bytes,_2] uncompressed":"[format_bytes,_1] comprimat, [format_bytes,_2] necomprimat","[quant,_1,record,records], [quant,_2,field,fields] per record":"[quant,_1,record,records], [quant,_2,field,fields] per record","compressed size unknown, [format_bytes,_1] uncompressed":"dimensiune comprimată necunoscută, [format_bytes,_1] necomprimată"};
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~~