2016-01-29 22:05:05 +00:00
|
|
|
<?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',
|
2016-05-31 20:18:39 +01:00
|
|
|
'env_setup' => 'Environment Setup',
|
2016-01-29 22:05:05 +00:00
|
|
|
'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',
|
|
|
|
];
|