2015-01-05 11:12:34 +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-01-05 11:12:34 +00:00
|
|
|
return [
|
2016-02-29 20:45:35 +00:00
|
|
|
'setup' => 'Installation',
|
2015-08-08 14:46:08 +01:00
|
|
|
'title' => 'Configuration de Cachet',
|
|
|
|
'service_details' => 'Détails du service',
|
|
|
|
'env_setup' => 'Configuration de l\'environnement',
|
|
|
|
'status_page_setup' => 'Configuration de la page de statut',
|
2016-01-29 22:05:05 +00:00
|
|
|
'show_support' => 'Afficher votre soutien à Cachet ?',
|
2015-01-05 11:12:34 +00:00
|
|
|
'admin_account' => 'Compte administrateur',
|
2015-08-08 14:46:08 +01:00
|
|
|
'complete_setup' => 'Terminer la configuration',
|
2015-01-06 13:08:15 -06:00
|
|
|
'completed' => 'Cachet a été configuré avec succès !',
|
|
|
|
'finish_setup' => 'Aller au tableau de bord',
|
2015-01-05 11:12:34 +00:00
|
|
|
];
|