1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Awilum
2012-10-26 18:28:36 +03:00
2 changed files with 5 additions and 5 deletions

View File

@@ -2,12 +2,12 @@
return array( return array(
'information' => array( 'information' => array(
'Information' => 'Informação', 'Information' => 'Informações',
'Debugging' => 'Debugando', 'Debugging' => 'Debug',
'Name' => 'Nome', 'Name' => 'Nome',
'Value' => 'Valor', 'Value' => 'Valor',
'Security' => 'Segurança', 'Security' => 'Segurança',
'System' => 'System', 'System' => 'Sistema',
'on' => 'on', 'on' => 'on',
'off'=> 'off', 'off'=> 'off',
'Server' => 'Servidor', 'Server' => 'Servidor',

View File

@@ -8,8 +8,8 @@
'Password' => 'Senha', 'Password' => 'Senha',
'Registered' => 'Registrado', 'Registered' => 'Registrado',
'Email' => 'Email', 'Email' => 'Email',
'Role' => 'Papel', 'Role' => 'Grupo',
'Roles' => 'Papéis', 'Roles' => 'Grupos',
'Edit' => 'Editar', 'Edit' => 'Editar',
'Actions' => 'Ações', 'Actions' => 'Ações',
'Delete' => 'Deletar', 'Delete' => 'Deletar',