mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 22:08:11 +01:00
3e0d38aa4c
Closes #964 Signed-off-by: Graham Campbell <graham@alt-three.com>
24 lines
773 B
PHP
24 lines
773 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' => 'Installazione',
|
|
'title' => 'Installazione Cachet',
|
|
'service_details' => 'Dettagli Servizio',
|
|
'env_setup' => 'Installazione Environment',
|
|
'status_page_setup' => 'Installazione Status Page',
|
|
'show_support' => 'Mostrare il supporto per Cachet?',
|
|
'admin_account' => 'Account Amministratore',
|
|
'complete_setup' => 'Installazione Completata',
|
|
'completed' => 'Cachet è stato configurato con successo!',
|
|
'finish_setup' => 'Vai alla dashboard',
|
|
];
|