//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-ro.js
// Module: /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"Există deja o hartă cu adresa publică „[_1]”.","Address successfully validated.":"Adresa a fost validată cu succes.","An error has occurred: [_1]":"A intervenit o eroare: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Nu se poate determina adresa IP publică. Imposibil de conectat la serviciul myip.","Confirm that entry for “[_1]” should be deleted.":"Confirmaţi că intrarea „[_1]” trebuie ştearsă.","Edit “[_1]”":"Editare „[_1]”","Editing public IP for “[_1]”.":"Se editează IP-ul public pentru „[_1]”:","Entry for “[_1]” not deleted.":"Intrarea pentru „[_1]” nu a fost ştearsă.","Entry for “[_1]” successfully deleted.":"Intrarea pentru „[_1]” a fost ştearsă cu succes.","Not Routable":"Nerutabil","Operation canceled. Entry for “[_1]” not deleted.":"Operaţiunea a fost revocată. Intrarea pentru „[_1]” nu a fost ştearsă.","Operation canceled. Public IP change not saved.":"Operaţiunea a fost revocată. Modificarea IP-ului public nu a fost salvată.","Public IP for “[_1]” not changed.":"IP-ul public pentru „[_1]” nu a fost modificat.","Public IP for “[_1]” successfully changed.":"IP-ul public pentru „[_1]” a fost modificat cu succes.","Public address for “[_1]” is invalid.":"Adresa publică pentru „[_1]” este nevalidă.","Restoring previous value: [_1]":"Se restaurează valoarea anterioară: [_1]","The reported error message was: “[_1]”":"Mesajul de eroare raportat a fost: „[_1]”","Validating “[_1]”.":"Se validează „[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Încercaţi deja să ştergeţi o adresă IP pe un rând diferit. Finalizaţi operaţiunea respectivă înainte de a continua.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Editaţi deja o adresă IP publică pe un rând diferit. Finalizaţi operaţiunea respectivă înainte de a continua.","“[_1]” cannot be routed.":"„[_1]” nu poate fi rutat.","“[_1]” is not a valid IP address.":"„[_1]” nu este o adresă IP validă."};
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~~