2016-01-21 22:59:30 +00:00
|
|
|
<?php
|
2016-12-30 22:19:23 +00:00
|
|
|
|
|
|
|
return [
|
|
|
|
'next' => 'Próximo »',
|
|
|
|
'previous' => '« Anteriro',
|
|
|
|
'sidebar' => [
|
|
|
|
'account_controls' => 'Controle de Conta',
|
|
|
|
'account_security' => 'Segurança da conta',
|
|
|
|
'account_settings' => 'Configuração da Conta',
|
|
|
|
'files' => 'Gerenciador de Arquivos',
|
|
|
|
'manage' => 'Configurar Server',
|
|
|
|
'overview' => 'Visão Geral dos Servidores',
|
|
|
|
'servers' => 'Seus Servidores',
|
|
|
|
'server_controls' => 'Controles do Servidor',
|
|
|
|
'subusers' => 'Configurar Sub-Usuários',
|
|
|
|
],
|
|
|
|
];
|