Viewing File: /usr/local/cpanel/base/sharedjs/sslinstall-fil.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-fil.js
// Module:    legacy_shared/sslinstall-fil
// Locale:    fil
// 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 user-defined description for the certificate.":"Isang paglalarawang tinukoy ng user para sa certificate.","Cancel":"Kanselahin","Certificate":"Certificate","Certificate Authority Bundle":"Certificate Authority Bundle","Certificates that do not have a domain associated with your account are not listed here.":"Hindi nakalista rito ang mga certificate na walang domain na nauugnay sa iyong account.","Choose a certificate to install.":"Pumili ng certificate na i-i-install.","Choose a domain.":"Pumili ng domain.","Choose a service.":"Pumili ng serbisyo.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Piliin ang account o domain ng Apache na naglalaman ng gustong certificate na i-i-install. Pagkatapos, piliin ang certificate.","Description":"Paglalarawan","Domain":"Domain","Domain names on the certificate.":"Mga domain name sa certificate.","Domains":"Mga Domain","Enter a valid IP address.":"Maglagay ng wastong IP address.","Expiration":"Expiration","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Itago","IP":"IP","Installing …":"Ini-install …","Issuer":"Tagabigay","Issuer organization name.":"Pangalan ng samahan ng tagabigay.","Key":"Key","Loading certificates for “[output,strong,_1]” …":"Nilo-load ang mga certificate para sa “[output,strong,_1]” …","Loading installed Apache certificates …":"Nilo-load ang mga naka-install na certificate ng Apache …","OK":"OK","Provide or retrieve a certificate.":"Magbigay o kumuha ng isang certificate.","Provide or retrieve a key.":"Magbigay o kumuha ng isang key.","SSL Certificate List":"Listahan ng SSL Certificate","SSL Certificate Successfully Updated":"Matagumpay na Na-update ang SSL Certificate","SSL Host Successfully Installed":"Matagumpay na Na-install ang SSL Host","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"Na-install ang SSL; “[_1]” ([numerate,_2,alias,mga alias] [list_and,_3]) ang pangunahin.","SSL is installed; “[_1]” is primary.":"Na-install ang SSL; “[_1]” ang pangunahin.","Select a certificate below:":"Pumili ng certificate sa ibaba:","Self-Signed":"Self-Signed","Service":"Serbisyo","Show":"Ipakita","The CA bundle does not match the certificate.":"Hindi tumutugma ang CA bundle sa certificate.","The CA bundle is invalid.":"Hindi wasto ang CA bundle.","The IP address “[_1]” is not available, or you do not have permission to use it.":"Ang IP address na “[_1]” ay hindi available, o wala kang pahintulot na gamitin ito.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"Aktibo at naa-access na ngayon ang SSL website sa pamamagitan ng HTTPS sa [numerate,_1,domain na ito,mga domain na ito]:","The certificate does not match your selected domain.":"Hindi tumutugma ang iyong certificate sa pinili mong domain.","The certificate information could not be retrieved because of an error: [_1]":"Hindi makuha ang impormasyon ng certificate dahil sa isang error: [_1]","The certificate is not valid.":"Hindi wasto ang certificate.","The certificate list could not be retrieved because of an error: [_1]":"Hindi makuha ang listahan ng certificate dahil sa isang error: [_1]","The certificate’s expiration date":"Ang expiration date ng certificate","The key does not match the certificate.":"Hindi tumutugma sa certificate ang key.","The key is invalid.":"Di-wasto ang key.","The lookup failed because of an error: [_1]":"Nabigo ang paghahanap dahil sa isang error: [_1]","This SSL certificate was already installed.":"Nai-install na ang SSL certificate na ito.","This account does not have any installable certificates.":"Ang account na ito ay walang anumang mga na-i-install na certificate.","This is not a valid domain.":"Hindi ito isang wastong domain.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Gamitin ang Certificate","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Inirerekomenda naming mamahala ang mga user ng mga indibidwal na subdomain (hal., “[_1],” “[_2]”) sa halip ng iisang wildcard subdomain (hal., “[_3]”).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"Maaari mong pamahalaan ang lahat ng iyong naka-save na certificate sa [output,url,_1,pahinang “Mga Certificate”].","You have successfully configured SSL.":"Matagumpay mong na-configure ang SSL.","You have successfully updated the SSL website’s certificate.":"Matagumpay mong na-update ang SSL certificate website."};

    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