diff options
Diffstat (limited to 'app/i18n/pt-br/admin.php')
| -rw-r--r-- | app/i18n/pt-br/admin.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/i18n/pt-br/admin.php b/app/i18n/pt-br/admin.php index 51c5d381f..ca88e2039 100644 --- a/app/i18n/pt-br/admin.php +++ b/app/i18n/pt-br/admin.php @@ -67,8 +67,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.', @@ -106,23 +106,23 @@ return array( ), ), 'extensions' => array( + 'author' => 'Author', //TODO - Translation + 'community' => 'Available community extensions', //TODO - Translation + 'description' => 'Description', //TODO - Translation 'disabled' => 'Desabilitado', 'empty_list' => 'Não há extensões instaladas', 'enabled' => 'Habilitada', + 'latest' => 'Installed', //TODO - Translation + 'name' => 'Name', //TODO - Translation 'no_configure_view' => 'Esta extensão não pode ser configurada.', 'system' => array( '_' => 'Extensões do sistema', 'no_rights' => 'Extensões do sistema (Você não tem direitos para isto)', ), 'title' => 'Extensões', + 'update' => 'Update available', //TODO - Translation 'user' => 'Extensões do usuário', - 'community' => 'Available community extensions', // @todo translate - 'name' => 'Name', // @todo translate - 'version' => 'Version', // @todo translate - 'description' => 'Description', // @todo translate - 'author' => 'Author', // @todo translate - 'latest' => 'Installed', // @todo translate - 'update' => 'Update available', // @todo translate + 'version' => 'Version', //TODO - Translation ), 'stats' => array( '_' => 'Estatísticas', @@ -179,15 +179,15 @@ return array( 'user' => array( 'articles_and_size' => '%s artigos (%s)', 'create' => 'Criar novo usuário', - 'delete_users' => 'Delete user', // TODO + 'delete_users' => 'Delete user', //TODO - Translation 'language' => 'Idioma', 'number' => 'Há %d conta criada', 'numbers' => 'Há %d contas criadas', 'password_form' => 'Senha<br /><small>(para o login pelo método do formulário)</small>', 'password_format' => 'Ao menos 7 caracteres', - 'selected' => 'Selected user', // TODO + 'selected' => 'Selected user', //TODO - Translation 'title' => 'Gerenciar usuários', - 'update_users' => 'Update user', // TODO + 'update_users' => 'Update user', //TODO - Translation 'user_list' => 'Lista de usuários', 'username' => 'Usuário', 'users' => 'Usuários', |
