//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-pt.js
// Module: legacy_shared/sslinstall-pt
// Locale: pt
// 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.":"A user-defined description for the certificate.","Cancel":"Cancelar","Certificate":"Certificate","Certificate Authority Bundle":"Certificate Authority Bundle","Certificates that do not have a domain associated with your account are not listed here.":"Certificates that do not have a domain associated with your account are not listed here.","Choose a certificate to install.":"Choose a certificate to install.","Choose a domain.":"Choose a domain.","Choose a service.":"Choose a service.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.","Description":"Description","Domain":"Domain","Domain names on the certificate.":"Domain names on the certificate.","Domains":"Domínios","Enter a valid IP address.":"Enter a valid 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":"Hide","IP":"IP","Installing …":"Installing …","Issuer":"Issuer","Issuer organization name.":"Issuer organization name.","Key":"Key","Loading certificates for “[output,strong,_1]” …":"Loading certificates for “[output,strong,_1]” …","Loading installed Apache certificates …":"Loading installed Apache certificates …","OK":"OK","Provide or retrieve a certificate.":"Provide or retrieve a certificate.","Provide or retrieve a key.":"Provide or retrieve a key.","SSL Certificate List":"SSL Certificate List","SSL Certificate Successfully Updated":"SSL Certificate Successfully Updated","SSL Host Successfully Installed":"SSL Host Successfully Installed","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.","SSL is installed; “[_1]” is primary.":"SSL is installed; “[_1]” is primary.","Select a certificate below:":"Select a certificate below:","Self-Signed":"Self-Signed","Service":"Service","Show":"Show","The CA bundle does not match the certificate.":"The CA bundle does not match the certificate.","The CA bundle is invalid.":"The CA bundle is invalid.","The IP address “[_1]” is not available, or you do not have permission to use it.":"The IP address “[_1]” is not available, or you do not have permission to use it.","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]:":"The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:","The certificate does not match your selected domain.":"The certificate does not match your selected domain.","The certificate information could not be retrieved because of an error: [_1]":"The certificate information could not be retrieved because of an error: [_1]","The certificate is not valid.":"The certificate is not valid.","The certificate list could not be retrieved because of an error: [_1]":"The certificate list could not be retrieved because of an error: [_1]","The certificate’s expiration date":"The certificate’s expiration date","The key does not match the certificate.":"The key does not match the certificate.","The key is invalid.":"The key is invalid.","The lookup failed because of an error: [_1]":"The lookup failed because of an error: [_1]","This SSL certificate was already installed.":"This SSL certificate was already installed.","This account does not have any installable certificates.":"This account does not have any installable certificates.","This is not a valid domain.":"This is not a valid 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":"Use Certificate","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_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].":"You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].","You have successfully configured SSL.":"You have successfully configured SSL.","You have successfully updated the SSL website’s certificate.":"You have successfully updated the SSL website’s certificate."};
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~~