Cachet/resources/lang/hu/setup.php

24 lines
789 B
PHP
Raw Normal View History

<?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',
'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',
];