<?php
//////////////////////////////////////////////////////////////
//===========================================================
// update_ssl_cert_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: https://www.softaculous.com/ (SOFTACULOUS)
// Translated by: https://www.linkoficial.com.br/
// ----------------------------------------------------------
// Please Read the Terms of use at https://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
//Error Strings
$l['no_key'] = 'Chave Privada é necessária';
$l['no_crt'] = 'Certificado é necessário';
$l['key_save_failed'] = 'Não foi possível gravar a Chave Privada';
$l['cert_save_failed'] = 'Não foi possível gravar o Certificado';
$l['save_key'] = 'Certificado instalado com sucesso!';
$l['invalid_ssl_key'] = 'O Certificado SSL é inválido';
$l['no_ssl_support'] = 'O recurso de Certificado SSL não é suportado neste painel';
//Theme Strings
$l['<title>'] = APP.' - Certificado SSL';
$l['update_ssl_cert'] = 'Certificado SSL';
$l['paste_key'] = 'Cole sua chave aqui';
$l['paste_crt'] = 'Cole seu Certificado aqui';
$l['update_button'] = 'Salvar';
|