mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 03:02:38 +01:00
14 lines
582 B
PHP
14 lines
582 B
PHP
<?php
|
|
|
|
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',
|
|
];
|