mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
24 lines
857 B
PHP
Executable File
24 lines
857 B
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) James Brooks <james@cachethq.io>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
'setup' => 'Installation',
|
|
'title' => 'Installer Cachet',
|
|
'service_details' => 'Details du service',
|
|
'status_page_setup' => 'Installation de la page de statut',
|
|
'show_support' => 'Montrer votre soutien envers Cachet ? <small>Affiche un lien vers Cachet en bas de page.</small>',
|
|
'admin_account' => 'Compte administrateur',
|
|
'complete_setup' => 'Terminer l\'installation',
|
|
'completed' => 'Cachet a été configuré avec succès !',
|
|
'finish_setup' => 'Aller au tableau de bord',
|
|
'allow_tracking' => 'Allow anonymous usage tracking?',
|
|
];
|