Commit fa06170f27316ce623fa5bbdb27239472409d088
1 parent
fb159723
Exists in
master
and in
1 other branch
Atualizado "trunk"
- criado arquivos de definição de idiomas git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@236 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
2 changed files
with
28 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | +<?php | |
| 2 | + //Descricao | |
| 3 | + $language_def = 'English'; | |
| 4 | + //Sigla | |
| 5 | + $language_abbr = 'en-us'; | |
| 6 | + //Charset | |
| 7 | + $language_charset = 'iso-8859-1'; | |
| 8 | + //Direção de escrita | |
| 9 | + $language_direction = '0'; // 0=direita, 1=esquerda | |
| 10 | + //Versão | |
| 11 | + $language_version = '0.1'; | |
| 12 | + //Versão do CACIC | |
| 13 | + $language_cacic_version = '2.4.0'; | |
| 14 | +?> | ... | ... |
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | +<?php | |
| 2 | + //Descricao | |
| 3 | + $language_def = 'Português Brasileiro'; | |
| 4 | + //Sigla | |
| 5 | + $language_abbr = 'pt-br'; | |
| 6 | + //Charset | |
| 7 | + $language_charset = 'iso-8859-1'; | |
| 8 | + //Direção de escrita | |
| 9 | + $language_direction = '0'; // 0=direita, 1=esquerda | |
| 10 | + //Versão | |
| 11 | + $language_version = '0.1'; | |
| 12 | + //Versão do CACIC | |
| 13 | + $language_cacic_version = '2.4.0'; | |
| 14 | +?> | ... | ... |