Commit 93db1dd0e4798a78f9502853d1dbf191f6fb3a71

Authored by Adriano Vieira
1 parent 2d3851fc
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@273 fecfc0c7-e812-0410-ae72-849f08638ee7
instalador/classes/install.tmpl.php
... ... @@ -117,6 +117,45 @@ Class Template extends patTemplate {
117 117 $this->addVar('tmplNavBarFinish', 'KCIQ_FINISH_TITLE', $this->oLang->_('kciq_msg finish title'));
118 118 $this->addVar('tmplNavBarFinish', 'KCIQ_FINISH', $this->oLang->_('kciq_msg finish'));
119 119  
  120 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_TESTCONN_HELP', $this->oLang->_('kciq_msg test conn help'));
  121 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_TESTCONN', $this->oLang->_('kciq_msg test conn'));
  122 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_BUILDBD_HELP', $this->oLang->_('kciq_msg build bd help'));
  123 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_BUILDBD', $this->oLang->_('kciq_msg build bd'));
  124 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_SHOWCFGFILE_HELP', $this->oLang->_('kciq_msg showcfgfile help'));
  125 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_SHOWCFGFILE', $this->oLang->_('kciq_msg showcfgfile'));
  126 + $this->addVar('tmplNavBarCouldSaveCFGFile', 'KCIQ_SAVECFGFILE_HELP', $this->oLang->_('kciq_msg savecfgfile help'));
  127 + $this->addVar('tmplNavBarCouldSaveCFGFile', 'KCIQ_SAVECFGFILE', $this->oLang->_('kciq_msg savecfgfile'));
  128 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_CONFIGURATIONS', $this->oLang->_('kciq_msg configurations'));
  129 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INSTALL_TYPE', $this->oLang->_('kciq_msg install type'));
  130 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_NEW', $this->oLang->_('kciq_msg new'));
  131 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_NEW_HELP', $this->oLang->_('kciq_msg new help'));
  132 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_ADMIN_HELP', $this->oLang->_('kciq_msg inst admin help'));
  133 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_USER', $this->oLang->_('kciq_msg user'));
  134 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_USER_HELP', $this->oLang->_('kciq_msg user help'));
  135 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_PASS', $this->oLang->_('kciq_msg password'));
  136 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_PASS_HELP', $this->oLang->_('kciq_msg password help'));
  137 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DEMO', $this->oLang->_('kciq_msg demo'));
  138 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DEMO_HELP', $this->oLang->_('kciq_msg demo help'));
  139 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_UPDATE', $this->oLang->_('kciq_msg update'));
  140 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_UPDATE_HELP', $this->oLang->_('kciq_msg update help'));
  141 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_VERSION_HEADER', $this->oLang->_('kciq_msg version header'));
  142 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_VERSION', $this->oLang->_('kciq_msg version'));
  143 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_VERSION_HELP', $this->oLang->_('kciq_msg version help'));
  144 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_BKP', $this->oLang->_('kciq_msg backup'));
  145 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_BKP_HELP', $this->oLang->_('kciq_msg backup help'));
  146 +
  147 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB', $this->oLang->_('kciq_msg database'));
  148 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_TYPE', $this->oLang->_('kciq_msg database type'));
  149 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_TYPE_HELP', $this->oLang->_('kciq_msg database type help'));
  150 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_HOST', $this->oLang->_('kciq_msg database host'));
  151 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_HOST_HELP', $this->oLang->_('kciq_msg database host help'));
  152 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_PORT', $this->oLang->_('kciq_msg database port'));
  153 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_PORT_HELP', $this->oLang->_('kciq_msg database port help'));
  154 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_NAME', $this->oLang->_('kciq_msg database name'));
  155 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DB_NAME_HELP', $this->oLang->_('kciq_msg database name help'));
  156 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DBUSER_HELP', $this->oLang->_('kciq_msg dbuser help'));
  157 + $this->addVar('tmplNavBarConfiguration', 'KCIQ_INST_DBPASS_HELP', $this->oLang->_('kciq_msg dbpass help'));
  158 +
120 159 $this->displayParsedTemplate('tmplNavBar'.$type);
121 160 }
122 161  
... ...
instalador/templates/install_navbar.tmpl
... ... @@ -237,24 +237,24 @@
237 237 </script>
238 238 <div class="botoes">
239 239 <div class="btnleft"><div class="btnright">
240   - <a onClick="setDocVar( 'task', 'testConn' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="Testar conexão com banco de dados.">
241   - Teste de conexão</a>
  240 + <a onClick="setDocVar( 'task', 'testConn' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="{KCIQ_TESTCONN_HELP}">
  241 + {KCIQ_TESTCONN}</a>
242 242 </div></div>
243 243 <div class="btnleft"><div class="btnright">
244   - <a onClick="setDocVar( 'task', 'dbBuild' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="Criar banco de dados.">
245   - Construir BD</a>
  244 + <a onClick="setDocVar( 'task', 'dbBuild' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="{KCIQ_BUILDBD_HELP}">
  245 + {KCIQ_BUILDBD}</a>
246 246 </div></div>
247 247 <div class="btnleft"><div class="btnright">
248   - <a onClick="setDocVar( 'task', 'showCFGFile' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="Mostrar o arquivo de configurações para o CACIC.">
249   - Mostrar <i>config.php</i></a>
  248 + <a onClick="setDocVar( 'task', 'showCFGFile' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="{KCIQ_SHOWCFGFILE_HELP}">
  249 + {KCIQ_SHOWCFGFILE}</a>
250 250 </div></div>
251 251 <cacicInstall:tmpl name="tmplNavBarCouldSaveCFGFile" type="condition" conditionvar="salvar">
252   - <cacicInstall:sub condition="sim">
253   - <div class="btnleft"><div class="btnright">
254   - <a onClick="setDocVar( 'task', 'saveCFGFile' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="Salva o arquivo de configurações para o CACIC.">
255   - Gravar <i>config.php</i></a>
256   - </div></div>
257   - </cacicInstall:sub>
  252 + <cacicInstall:sub condition="sim">
  253 + <div class="btnleft"><div class="btnright">
  254 + <a onClick="setDocVar( 'task', 'saveCFGFile' ); asvAjaxGetFormData('installForm', 'msgStatus'); return false;" title="{KCIQ_SAVECFGFILE_HELP}">
  255 + {KCIQ_SAVECFGFILE}</a>
  256 + </div></div>
  257 + </cacicInstall:sub>
258 258 </cacicInstall:tmpl>
259 259 </div>
260 260 </td>
... ... @@ -263,35 +263,37 @@
263 263 </span>
264 264 </fieldset>
265 265 <fieldset>
266   - <legend>Configurações</legend>
  266 + <legend>{KCIQ_CONFIGURATIONS}</legend>
267 267 <fieldset class="configinstall">
268   - <legend>Tipo de instalação</legend>
  268 + <legend>{KCIQ_INSTALL_TYPE}</legend>
269 269 <table>
270 270 <tr>
271   - <td class="item">Nova:</td>
272   - <td><input type="radio" checked class="input" {INSTALL_NEW} onClick="setDocVar('installType', 'createDB'); hideDetails('updateInstall'); showDetails('newInstall');" name="cacic_config[install][type]" value="createDB" /></td>
273   - <td class="help">Construir o banco de dados para uma nova instalação do CACIC.
  271 + <td class="item">{KCIQ_NEW}:</td>
  272 + <td>
  273 + <input type="radio" checked class="input" {INSTALL_NEW} onClick="hideDetails('updateInstall'); showDetails('newInstall'); setDocVar('installType', 'createDB');" name="cacic_config[install][type]" value="createDB" />
  274 + </td>
  275 + <td class="help">{KCIQ_NEW_HELP}
274 276 <div id="newInstall">
275 277 <table>
276 278 <thead>
277 279 <tr>
278   - <th class="help" colspan="3">Dados do administrador para criar o banco de dados.</th>
  280 + <th class="help" colspan="3">{KCIQ_INST_ADMIN_HELP}</th>
279 281 </tr>
280 282 </thead>
281 283 <tr>
282   - <td class="item">Usuário:</td>
  284 + <td class="item">{KCIQ_INST_USER}:</td>
283 285 <td> <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="text" name="cacic_config[db_admin]" value="{DB_ADMIN}" /></td>
284   - <td class="help">Login do administrador do banco de dados.</td>
  286 + <td class="help">{KCIQ_INST_USER_HELP}</td>
285 287 </tr>
286 288 <tr>
287   - <td class="item">Senha:</td>
  289 + <td class="item">{KCIQ_INST_PASS}:</td>
288 290 <td> <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="password" name="cacic_config[db_admin_pass]" value="{DB_ADMIN_PASS}" /></td>
289   - <td class="help">Senha do administrador do banco de dados.</td>
  291 + <td class="help">{KCIQ_INST_PASS_HELP}</td>
290 292 </tr>
291 293 <tr>
292   - <td class="item">Demonstração:</td>
  294 + <td class="item">{KCIQ_INST_DEMO}:</td>
293 295 <td><input class="input" onClick="toggleVar( this, 'demo' );" type="checkbox" name="cacic_config[dbdet][demo]" value="" /></td>
294   - <td class="help">Inserir dados para demonstração do CACIC.</td>
  296 + <td class="help">{KCIQ_INST_DEMO_HELP}</td>
295 297 </tr>
296 298 </table>
297 299 </div>
... ... @@ -299,18 +301,18 @@
299 301 </tr>
300 302 <cacicInstall:comment>
301 303 <tr>
302   - <td class="item">Atualização:</td>
303   - <td><input type="radio" class="input" {INSTALL_UPDATE} onClick="setDocVar('installType', 'atualizar'); hideDetails('newInstall'); showDetails('updateInstall');" name="cacic_config[install][type]" value="" /></td>
304   - <td class="help">Atualizar as tabelas do banco conforme versão a ser escolhida.
  304 + <td class="item">{KCIQ_INST_UPDATE}:</td>
  305 + <td><input type="radio" class="input" {INSTALL_UPDATE} onClick="hideDetails('newInstall'); showDetails('updateInstall'); setDocVar('installType', 'atualizar');" name="cacic_config[install][type]" value="updateDB" /></td>
  306 + <td class="help">{KCIQ_INST_UPDATE_HELP}
305 307 <div id="updateInstall" style="display: none;">
306 308 <table>
307 309 <thead>
308 310 <tr>
309   - <th class="help" colspan="3">Versão a ser atualizada.</th>
  311 + <th class="help" colspan="3">{KCIQ_INST_VERSION_HEADER}</th>
310 312 </tr>
311 313 </thead>
312 314 <tr>
313   - <td class="item">Versão:</td>
  315 + <td class="item">{KCIQ_INST_VERSION}:</td>
314 316 <td>
315 317 <select class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" name="cacic_config[install][updateFromVersion]">
316 318 <option value=""></option>
... ... @@ -319,11 +321,11 @@
319 321 </cacicInstall:tmpl>
320 322 </select>
321 323 </td>
322   - <td class="help">Selecione a versão do CACIC a ser atualizada.</td>
  324 + <td class="help">{KCIQ_INST_VERSION_HELP}</td>
323 325 <tr>
324   - <td class="item">Copiar:</td>
  326 + <td class="item">{KCIQ_INST_BKP}:</td>
325 327 <td><input class="input" onClick="toggleVar( this, 'bkp' );" type="checkbox" name="cacic_config[dbdet][bkp]" value="" /></td>
326   - <td class="help">Realizar cópia do banco de dados por segurança.</td>
  328 + <td class="help">{KCIQ_INST_BKP_HELP}</td>
327 329 </tr>
328 330 </tr>
329 331 </table>
... ... @@ -334,50 +336,50 @@
334 336 </table>
335 337 </fieldset>
336 338 <fieldset class="configinstall">
337   - <legend>Banco de dados</legend>
  339 + <legend>{KCIQ_INST_DB}</legend>
338 340 <table>
339 341 <tr>
340   - <td class="item"><span class="necessario">*</span>Tipo:
  342 + <td class="item"><span class="necessario">*</span>{KCIQ_INST_DB_TYPE}:
341 343 </td>
342 344 <td>
343 345 <select class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" name="cacic_config[db_type]">
344 346 <option value="mysql">MySQL</option>
345 347 </select>
346 348 </td>
347   - <td class="help">Qual o tipo de banco de dados a usar (Somente MySQL por enquanto).</td>
  349 + <td class="help">{KCIQ_INST_DB_TYPE_HELP}</td>
348 350 </tr>
349 351 <tr>
350   - <td class="item"><span class="necessario">*</span>Servidor:</td>
  352 + <td class="item"><span class="necessario">*</span>{KCIQ_INST_DB_HOST}:</td>
351 353 <td>
352 354 <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="text" name="cacic_config[db_host]" value="{DB_HOST}" />
353 355 </td>
354   - <td class="help">Nome do servidor (ou IP) do banco de dados.<br />
  356 + <td class="help">{KCIQ_INST_DB_HOST_HELP}</td>
355 357 </tr>
356 358 <tr>
357   - <td class="item"><span class="necessario">*</span>Porta:</td>
  359 + <td class="item"><span class="necessario">*</span>{KCIQ_INST_DB_PORT}:</td>
358 360 <td>
359 361 <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="text" name="cacic_config[db_port]" value="{DB_PORT}" />
360 362 </td>
361   - <td class="help">Porta de conexão ao banco de dados.</td>
  363 + <td class="help">{KCIQ_INST_DB_PORT_HELP}</td>
362 364 </tr>
363 365 <tr>
364   - <td class="item"><span class="necessario">*</span>Nome:</td>
  366 + <td class="item"><span class="necessario">*</span>{KCIQ_INST_DB_NAME}:</td>
365 367 <td>
366 368 <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="text" name="cacic_config[db_name]" value="{DB_NAME}" />
367 369 </td>
368   - <td class="help">Nome do banco de dados pré-existente.</td>
  370 + <td class="help">{KCIQ_INST_DB_NAME_HELP}</td>
369 371 </tr>
370 372 <tr>
371   - <td class="item"><span class="necessario">*</span>Usuário:</td>
  373 + <td class="item"><span class="necessario">*</span>{KCIQ_INST_USER}:</td>
372 374 <td>
373 375 <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="text" name="cacic_config[db_user]" value="{DB_USER}" />
374 376 </td>
375   - <td class="help">Nome do usuário para ser usado pelo CACIC para conectar ao banco de dados.</td>
  377 + <td class="help">{KCIQ_INST_DBUSER_HELP}</td>
376 378 </tr>
377 379 <tr>
378   - <td class="item">Senha:</td>
  380 + <td class="item">{KCIQ_INST_PASS}:</td>
379 381 <td> <input class="input" onFocus="setClass(this, 'inputFocus');" onBlur="setClass(this, 'input');" type="password" name="cacic_config[db_pass]" value="{DB_PASS}" /></td>
380   - <td class="help">Senha para o usuário do banco de dados.</td>
  382 + <td class="help">{KCIQ_INST_DBPASS_HELP}</td>
381 383 </tr>
382 384 </table>
383 385 <table width="100%">
... ...
language/pt_BR/language.pt_BR.inc.php
1 1 pt_BR kciq_msg aceitar instalador Aceitar
2 2 pt_BR kciq_msg aceito instalador Aceito a licença
  3 +pt_BR kciq_msg check_advise instaladorinfo Alerta, mas poderá continuar
3 4 pt_BR kciq_msg previous instalador Anterior
4 5 pt_BR kciq_msg apoio Geral Apoio colaborativo
5 6 pt_BR kciq_msg cfgfile_writeable instaladorinfo Arquivo <i><b>config.php</b></i> pode ser gravado
  7 +pt_BR kciq_msg update help instaladorinfo Atualizar as tabelas do banco conforme versão a ser escolhida.
  8 +pt_BR kciq_msg update geral info Atualização
  9 +pt_BR kciq_msg database instaladorinfo Banco de dados
  10 +pt_BR kciq_msg configurations Geral info Configurações
  11 +pt_BR kciq_msg build bd instaladorinfo Construir BD
  12 +pt_BR kciq_msg new help instaladorinfo Construir o banco de dados para uma nova instalação do CACIC.
  13 +pt_BR kciq_msg build bd help instaladorinfo Criar banco de dados.
  14 +pt_BR kciq_msg backup geral info Cópia de segurança
  15 +pt_BR kciq_msg inst admin help instaladorinfo Dados do administrador para criar o banco de dados.
  16 +pt_BR kciq_msg demo instaladorinfo Demonstração
6 17 pt_BR language_en-us Geral info en-US English (US)
7 18 pt_BR language_es Geral info es Español
8 19 pt_BR kciq_msg php_memory_help instaladorinfo Essa diretiva irá afetar o desempenho de execução dos programas em PHP.
... ... @@ -10,24 +21,34 @@ pt_BR kciq_msg php_flag_on_advise
10 21 pt_BR kciq_msg finish instaladorinfo Finalizar
11 22 pt_BR language_fr Geral info fr Francè
12 23 pt_BR geral Geral TagHeader Geral
  24 +pt_BR kciq_msg savecfgfile instaladorinfo Gravar <i>config.php</i>
13 25 pt_BR kciq_msg ideal instaladorinfo Ideal
14 26 pt_BR language Geral info Idioma
15 27 pt_BR kciq_msg def_language instaladorinfo Idioma
16 28 pt_BR kciq_mnt_lang traducao Manutençãoinfo Idioma a traduzir
17 29 pt_BR kciq_msg finish title instaladorinfo Iniciar uso do CACIC!
  30 +pt_BR kciq_msg demo help instaladorinfo Inserir dados para demonstração do CACIC.
18 31 pt_BR instalador geral TagHeader Instalador
19   -pt_BR kciq_installertitle instaladorinfo Instalador WEB para o CACIC
20 32 pt_BR kciq_msg web_installer instaladorinfo Instalador WEB para o CACIC
  33 +pt_BR kciq_installertitle instaladorinfo Instalador WEB para o CACIC
21 34 pt_BR kciq_msg advise_title instaladorinfo Instrução PHP/Apache
22 35 pt_BR kciq_installerintrotitle instaladorinfo Introdução
23 36 pt_BR kciq_msg legenda geral info Legenda
24 37 pt_BR kciq_msg license title instaladorinfo Licença
25 38 pt_BR kciq_msg login Geral info Login
  39 +pt_BR kciq_msg user help instaladorinfo Login do administrador do banco de dados.
26 40 pt_BR kciq_msg logout Geral info Logoff
27 41 pt_BR manutenção geral TagHeader Manutenção
28 42 pt_BR kciq_msg php_memory instaladorinfo Memória para execução de programas PHP
29 43 pt_BR kciq_msg mensagem Geral Mensagem
  44 +pt_BR kciq_msg showcfgfile instaladorinfo Mostrar <i>config.php</i>
  45 +pt_BR kciq_msg showcfgfile help instaladorinfo Mostrar o arquivo de configurações para o CACIC.
30 46 pt_BR kciq_msg js_enable instaladorinfo Necessário ativar <b>JavaScript</b> para usar o Instalador Web
  47 +pt_BR kciq_msg database name instaladorinfo Nome do banco de dados
  48 +pt_BR kciq_msg database name help instaladorinfo Nome do banco de dados pré-existente.
  49 +pt_BR kciq_msg database host help instaladorinfo Nome do servidor (ou IP) do banco de dados.
  50 +pt_BR kciq_msg dbuser help instaladorinfo Nome do usuário para ser usado pelo CACIC para conectar ao banco de dados.
  51 +pt_BR kciq_msg new Geral info Nova
31 52 pt_BR kciq_msg no geral info Não
32 53 pt_BR kciq_msg access level Geral info Nível de acesso
33 54 pt_BR kciq_msg phpmcrypt_help instaladorinfo Para executar o CACIC é necessário instalar a biblioteca de manipulação criptográfica com MCrypt.
... ... @@ -39,25 +60,39 @@ pt_BR kciq_menu fast search
39 60 pt_BR kciq_menu search Geral info Pesquisar
40 61 pt_BR kciq_msg fix_requiriment_help instaladorinfo Por favor, corrija pendências para continuar processo de instalação!
41 62 pt_BR kciq_msg license advise instaladorinfo Por favor, leia os termos da licença a seguir. Você deve aceitar os termos desta para continuar a instalação!
  63 +pt_BR kciq_msg database port instaladorinfo Porta
  64 +pt_BR kciq_msg database port help instaladorinfo Porta de conexão ao banco de dados.
42 65 pt_BR language_pt_br Geral info pt_BR Português Brasileiro
43 66 pt_BR kciq_msg next Geral info Próximo
  67 +pt_BR kciq_msg database type help instaladorinfo Qual o tipo de banco de dados a usar (Somente MySQL por enquanto).
44 68 pt_BR kciq_msg real instaladorinfo Real
  69 +pt_BR kciq_msg backup help geral info Realizar cópia do banco de dados por segurança.
45 70 pt_BR kciq_installerresources instaladorinfo Recursos do Instalador:
46 71 pt_BR kciq_msg requisitos instaladorinfo Requisitos
  72 +pt_BR kciq_msg savecfgfile help instaladorinfo Salva o arquivo de configurações para o CACIC.
  73 +pt_BR kciq_msg version help instaladorinfo Selecione a versão do CACIC a ser atualizada.
47 74 pt_BR kciq_msg password Geral info Senha
  75 +pt_BR kciq_msg password help instaladorinfo Senha do administrador do banco de dados.
  76 +pt_BR kciq_msg database host instaladorinfo Servidor
48 77 pt_BR kciq_msg yes geral info Sim
49 78 pt_BR kciq_msg mcrypt_suporte instaladorinfo Suporte a criptografia com MCrypt
50 79 pt_BR kciq_msg gd_suporte instaladorinfo Suporte a imagens com GD
51 80 pt_BR kciq_msg mysql_suporte instaladorinfo Suporte ao MySQL versão
  81 +pt_BR kciq_msg test conn help instaladorinfo Testar conexão com banco de dados.
  82 +pt_BR kciq_msg test conn instaladorinfo Teste de conexão
  83 +pt_BR kciq_msg database type instaladorinfo Tipo
  84 +pt_BR kciq_msg install type instaladorinfo Tipo de instalação
52 85 pt_BR kciq_mnt_tradutor Manutençãoinfo Tradução de texto do CACIC
53 86 pt_BR kciq_msg user Geral info Usuário
54 87 pt_BR kciq_msg check instaladorinfo Verificar
55 88 pt_BR kciq_msg check_notok instalador Verificação não satisfeita
56 89 pt_BR kciq_msg check_ok instaladorinfo Verificação satisfeita
  90 +pt_BR kciq_msg version geral info Versão
57 91 pt_BR kciq_msg def_version instaladorinfo Versão
  92 +pt_BR kciq_msg version header instaladorinfo Versão a ser atualizada.
58 93 pt_BR kciq_msg phpversion instaladorinfo Versão do PHP
59 94 pt_BR kciq_msg phpcfgfile_help instaladorinfo Você poderá continuar a instalação e o arquivo poderá (opcionalmente) ser mostrado na tela. Assim, você poderá copiá-lo e colá-lo no devido diretório.
60 95 pt_BR kciq_installer_introdution instaladorarquivo introducao.html
61 96 pt_BR kciq_msg license en_read instaladorinfo leia em inglês
62 97 pt_BR kciq_msg license pt_read instaladorinfo leia em português
63   -pt_BR kciq_msg check_advise instaladorinfo Alerta, mas poderá continuar
  98 +pt_BR kciq_msg dbpass help instaladorinfo Senha para o usuário do banco de dados.
... ...