diff options
Diffstat (limited to 'app/i18n/pt-br/install.php')
| -rw-r--r-- | app/i18n/pt-br/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/pt-br/install.php b/app/i18n/pt-br/install.php index 65bddf62c..d99a09364 100644 --- a/app/i18n/pt-br/install.php +++ b/app/i18n/pt-br/install.php @@ -24,8 +24,8 @@ return array( 'ok' => 'Configurações do banco de dados foram salvas.', ), 'host' => 'Host', - 'prefix' => 'Prefixo da tabela', 'password' => 'Senha do banco de dados', + 'prefix' => 'Prefixo da tabela', 'type' => 'Tipo do banco de dados', 'username' => 'Usuário do banco de dados', ), @@ -69,8 +69,8 @@ return array( 'ok' => 'Você tem a extensão JSON.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation + 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation ), 'minz' => array( 'nok' => 'Não foi possível encontrar o framework Minz.', |
