//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-fi.js
// Module: /templates/listips/listips-fi
// Locale: fi
// 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.":"Vastaavuusmääritys julkisen osoitteen [_1] kanssa on jo luotu.","Address successfully validated.":"Osoite on tarkistettu.","An error has occurred: [_1]":"On tapahtunut virhe: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Julkista IP-osoitetta ei voi määrittää. Yhteyttä myip-palveluun ei voi luoda.","Confirm that entry for “[_1]” should be deleted.":"Vahvista, että merkintä [_1] pitäisi poistaa.","Edit “[_1]”":"Muokkaa: [_1]","Editing public IP for “[_1]”.":"Kohteen [_1] julkista IP-osoitetta muokataan.","Entry for “[_1]” not deleted.":"Kohteen [_1] syötettä ei ole poistettu.","Entry for “[_1]” successfully deleted.":"Kohteen [_1] merkintä on poistettu.","Not Routable":"Ei reititettävissä","Operation canceled. Entry for “[_1]” not deleted.":"Toiminto on peruutettu. Kohteen [_1] syötettä ei ole poistettu.","Operation canceled. Public IP change not saved.":"Toiminto on peruutettu. Julkisen IP-osoitteen muutosta ei tallennettu.","Public IP for “[_1]” not changed.":"Kohteen [_1] julkista IP-osoitetta ei ole muutettu.","Public IP for “[_1]” successfully changed.":"Kohteen [_1] julkinen IP-osoite on muutettu.","Public address for “[_1]” is invalid.":"Kohteen [_1] julkinen osoite ei kelpaa.","Restoring previous value: [_1]":"Palautetaan edellinen arvo: [_1]","The reported error message was: “[_1]”":"Ilmoitettu virhesanoma oli seuraava: ”[_1]”","Validating “[_1]”.":"Tarkistetaan kohdetta [_1].","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Olet jo poistamassa toisella rivillä olevaa IP-osoitetta. Tee toiminto loppuun, ennen kuin jatkat.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Olet jo muokkaamassa toisella rivillä olevaa julkista IP-osoitetta. Tee toiminto loppuun, ennen kuin jatkat.","“[_1]” cannot be routed.":"Kohdetta [_1] ei voi reitittää.","“[_1]” is not a valid IP address.":"[_1] ei ole kelvollinen IP-osoite."};
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~~