24 lines
792 B
PHP
Raw Normal View History

2017-05-06 10:07:07 +01:00
<?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',
2018-01-16 14:07:38 +00:00
'service_details' => 'Detalls del servei',
2017-05-06 10:07:07 +01:00
'env_setup' => 'Configuració de l\'entorn',
'status_page_setup' => 'Configuració de la pàgina d\'estat',
'show_support' => 'Mostrar enllaç de suport de Cachet?',
2018-01-16 14:07:38 +00:00
'admin_account' => 'Compte d\'administrador',
2017-05-06 10:07:07 +01:00
'complete_setup' => 'Completar configuració',
'completed' => 'Cachet s\'ha configurat correctament!',
'finish_setup' => 'Anar al taulell de control',
];