Commit 2528bc6d4a6ca2475877fd6890bdca55c392b019

Authored by Adriano Vieira
1 parent d0e80e1e
Exists in master and in 1 other branch 3.1

Gerente atualizado

- melhorias de internacionalização do instalador

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@275 fecfc0c7-e812-0410-ae72-849f08638ee7
instalador/classes/install.tmpl.php
... ... @@ -178,6 +178,11 @@ Class Template extends patTemplate {
178 178 $this->addVar('tmplNavBarAdminSetup', 'KCIQ_INST_ADMMGM_PHONE', $this->oLang->_('kciq_msg phone'));
179 179 $this->addVar('tmplNavBarAdminSetup', 'KCIQ_INST_ADMMGM_PHONE_HELP', $this->oLang->_('kciq_msg admin mgm phone help'));
180 180  
  181 + $this->addVar('tmplNavBarFinish', 'KCIQ_INST_END_TITLE', $this->oLang->_('kciq_msg inst end title'));
  182 + $this->addVar('tmplNavBarFinish', 'KCIQ_INST_END_ADVISE', $this->oLang->_('kciq_msg inst end advise'));
  183 + $this->addVar('tmplNavBarFinish', 'KCIQ_INST_END_ADVISE_TITLE', $this->oLang->_('kciq_msg inst end advise title'));
  184 + $this->addVar('tmplNavBarFinish', 'KCIQ_INST_END_ADVISE_FILE', $this->oLang->_('kciq_msg inst end advise file'));
  185 +
181 186 $this->displayParsedTemplate('tmplNavBar'.$type);
182 187 }
183 188  
... ...
instalador/templates/install_navbar.tmpl
... ... @@ -522,12 +522,12 @@
522 522 </tr>
523 523 </table>
524 524 <fieldset>
525   - <legend>Conclusão da instalação do CACIC</legend>
526   - <p>Agora a instalação está finalizada e o CACIC poderá ser usado. Antes porém, leia as nossas <b>recomendações</b> abaixo:
527   - <h3>Recomendações</h3>
528   - <ul>
529   - <li>Por segurança exclua o diretório <b><i>instalador</i></b> existente na raiz do CACIC.</li>
530   - </ul>
  525 + <legend>{KCIQ_INST_END_TITLE}</legend>
  526 + {KCIQ_INST_END_ADVISE}
  527 + <fieldset>
  528 + <h3>{KCIQ_INST_END_ADVISE_TITLE}</h3>
  529 + {KCIQ_INST_END_ADVISE_FILE}
  530 + </fieldset>
531 531 <div class="changelog">
532 532 <fieldset>
533 533 <legend>Histórico de alterações no CACIC</legend>
... ...
language/pt_BR/inst_end_advise_file.html 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 + <ul>
  2 + <li>Por segurança exclua o diretório <b><i>instalador</i></b> existente na raiz do CACIC.</li>
  3 + </ul>
... ...
language/pt_BR/language.pt_BR.inc.php
  1 +pt_BR kciq_msg inst end advise instaladorinfo <p><b>Atenção:</b> Leia as mensagens no fim desta página sobre o processo de instalação, bem como as <b>recomendações</b> abaixo:</p>
1 2 pt_BR kciq_msg aceitar instalador Aceitar
2 3 pt_BR kciq_msg aceito instalador Aceito a licença
3 4 pt_BR kciq_msg admin mgm title instaladorinfo Administração do CACIC-Gerente
... ... @@ -8,6 +9,7 @@ pt_BR kciq_msg cfgfile_writeable
8 9 pt_BR kciq_msg update help instaladorinfo Atualizar as tabelas do banco conforme versão a ser escolhida.
9 10 pt_BR kciq_msg update geral info Atualização
10 11 pt_BR kciq_msg database instaladorinfo Banco de dados
  12 +pt_BR kciq_msg inst end title instaladorinfo Conclusão da instalação do CACIC
11 13 pt_BR kciq_msg configurations Geral info Configurações
12 14 pt_BR kciq_msg admin mgm verify pass help instaladorinfo Confirmar senha do Administrador do CACIC
13 15 pt_BR kciq_msg verify geral info Confirmação
... ... @@ -83,6 +85,7 @@ pt_BR kciq_msg next
83 85 pt_BR kciq_msg database type help instaladorinfo Qual o tipo de banco de dados a usar (Somente MySQL por enquanto).
84 86 pt_BR kciq_msg real instaladorinfo Real
85 87 pt_BR kciq_msg backup help geral info Realizar cópia do banco de dados por segurança.
  88 +pt_BR kciq_msg inst end advise title instaladorinfo Recomendações
86 89 pt_BR kciq_installerresources instaladorinfo Recursos do Instalador:
87 90 pt_BR kciq_msg requisitos instaladorinfo Requisitos
88 91 pt_BR kciq_msg savecfgfile help instaladorinfo Salva o arquivo de configurações para o CACIC.
... ... @@ -100,6 +103,7 @@ pt_BR kciq_msg yes
100 103 pt_BR kciq_msg mcrypt_suporte instaladorinfo Suporte a criptografia com MCrypt
101 104 pt_BR kciq_msg gd_suporte instaladorinfo Suporte a imagens com GD
102 105 pt_BR kciq_msg mysql_suporte instaladorinfo Suporte ao MySQL versão
  106 +pt_BR kciq_msg phone geral info Telefone
103 107 pt_BR kciq_msg test conn help instaladorinfo Testar conexão com banco de dados.
104 108 pt_BR kciq_msg test conn instaladorinfo Teste de conexão
105 109 pt_BR kciq_msg database type instaladorinfo Tipo
... ... @@ -117,4 +121,4 @@ pt_BR kciq_msg phpcfgfile_help
117 121 pt_BR kciq_installer_introdution instaladorarquivo introducao.html
118 122 pt_BR kciq_msg license en_read instaladorinfo leia em inglês
119 123 pt_BR kciq_msg license pt_read instaladorinfo leia em português
120   -pt_BR kciq_msg phone geral info Telefone
  124 +pt_BR kciq_msg inst end advise file instaladorarquivo inst_end_advise_file.html
... ...