mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
15 lines
585 B
PHP
15 lines
585 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 ?',
|
|
'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?',
|
|
];
|