Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-ru.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-ru.js
// Module:    /templates/listips/listips-ru
// Locale:    ru
// 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.":"A mapping with the public address “[_1]” already exists.","Address successfully validated.":"Адрес успешно проверен.","An error has occurred: [_1]":"An error has occurred: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Определить внешний IP-адрес не удалось. Невозможно подключиться к службе myip.","Confirm that entry for “[_1]” should be deleted.":"Confirm that entry for “[_1]” should be deleted.","Edit “[_1]”":"Edit “[_1]”","Editing public IP for “[_1]”.":"Editing public IP for “[_1]”.","Entry for “[_1]” not deleted.":"Entry for “[_1]” not deleted.","Entry for “[_1]” successfully deleted.":"Entry for “[_1]” successfully deleted.","Not Routable":"Не маршрутизируется","Operation canceled. Entry for “[_1]” not deleted.":"Operation canceled. Entry for “[_1]” not deleted.","Operation canceled. Public IP change not saved.":"Операция отменена. Публичный IP-адрес не сохранен.","Public IP for “[_1]” not changed.":"Public IP for “[_1]” not changed.","Public IP for “[_1]” successfully changed.":"Public IP for “[_1]” successfully changed.","Public address for “[_1]” is invalid.":"Public address for “[_1]” is invalid.","Restoring previous value: [_1]":"Restoring previous value: [_1]","The reported error message was: “[_1]”":"The reported error message was: “[_1]”","Validating “[_1]”.":"Validating “[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Вы уже пытаетесь удалить IP-адрес в другой строке. Пожалуйста, завершите эту операцию, прежде чем продолжить.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Вы уже редактируете внешний IP-адрес в другой строке. Пожалуйста, завершите эту операцию, прежде чем продолжить.","“[_1]” cannot be routed.":"“[_1]” cannot be routed.","“[_1]” is not a valid IP address.":"“[_1]” is not a valid IP address."};

    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~~
Back to Directory File Manager