2017-05-06 10:06:19 +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' => 'Instalare',
|
|
|
|
'title' => 'Instalare Cachet',
|
|
|
|
'service_details' => 'Detalii Serviciu',
|
|
|
|
'env_setup' => 'Instalare Mediu',
|
|
|
|
'status_page_setup' => 'Instalare Pagină de Status',
|
|
|
|
'show_support' => 'Vrei să contribui la proiectul Cachet?',
|
|
|
|
'admin_account' => 'Cont Administrator',
|
|
|
|
'complete_setup' => 'Completaţi Instalarea',
|
|
|
|
'completed' => 'Cachet a fost configurat cu succes!',
|
|
|
|
'finish_setup' => 'Mergi la panoul de comenzi',
|
2017-05-06 10:10:36 +00:00
|
|
|
];
|