mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
23 lines
786 B
PHP
23 lines
786 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of Cachet.
|
||
|
*
|
||
|
* (c) Alt Three Services Limited
|
||
|
*
|
||
|
* For the full copyright and license information, please view the LICENSE
|
||
|
* file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'setup' => 'Configuració',
|
||
|
'title' => 'Instal·lar Cachet',
|
||
|
'service_details' => 'Service Details',
|
||
|
'env_setup' => 'Configuració de l\'entorn',
|
||
|
'status_page_setup' => 'Configuració de la pàgina d\'estat',
|
||
|
'show_support' => 'Mostrar enllaç de suport de Cachet?',
|
||
|
'admin_account' => 'Administrator Account',
|
||
|
'complete_setup' => 'Completar configuració',
|
||
|
'completed' => 'Cachet s\'ha configurat correctament!',
|
||
|
'finish_setup' => 'Anar al taulell de control',
|
||
|
];
|