2015-02-28 22:33:01 +00:00
|
|
|
<?php
|
|
|
|
|
2015-04-19 08:52:39 +01:00
|
|
|
/*
|
|
|
|
* This file is part of Cachet.
|
|
|
|
*
|
2015-07-06 17:37:01 +01:00
|
|
|
* (c) Alt Three Services Limited
|
2015-04-19 08:52:39 +01:00
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*/
|
|
|
|
|
2015-02-28 22:33:01 +00:00
|
|
|
return [
|
|
|
|
'setup' => 'Configuração',
|
|
|
|
'title' => 'Configurar o Cachet',
|
|
|
|
'service_details' => 'Detalhes do serviço',
|
2015-10-01 21:15:57 +01:00
|
|
|
'env_setup' => 'Configuração do Ambiente',
|
2015-02-28 22:33:01 +00:00
|
|
|
'status_page_setup' => 'Configuração da página de status',
|
2015-05-02 09:04:07 +01:00
|
|
|
'show_support' => 'Mostrar apoio ao Cachet?',
|
2015-02-28 22:33:01 +00:00
|
|
|
'admin_account' => 'Conta de administrador',
|
|
|
|
'complete_setup' => 'Configuração completa',
|
|
|
|
'completed' => 'Cachet foi configurado com sucesso!',
|
|
|
|
'finish_setup' => 'Ir para o painel de controle',
|
|
|
|
];
|