mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
24 lines
789 B
PHP
24 lines
789 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' => 'Telepítés',
|
|
'title' => 'Cachet telepítése',
|
|
'service_details' => 'A szolgáltatás részletei',
|
|
'env_setup' => 'Environment Setup',
|
|
'status_page_setup' => 'Állapotoldal beállítás',
|
|
'show_support' => 'Cachet támogató link megjelenítése?',
|
|
'admin_account' => 'Adminisztrátori fiók',
|
|
'complete_setup' => 'Telepítés befejezése',
|
|
'completed' => 'A Cachet telepítése sikeresen befejeződött!',
|
|
'finish_setup' => 'Használat megkezdése',
|
|
];
|