New translations setup.php (Czech)
This commit is contained in:
23
resources/lang/cs-CZ/setup.php
Normal file
23
resources/lang/cs-CZ/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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' => 'Instalace',
|
||||
'title' => 'Instalace Cachet',
|
||||
'service_details' => 'Podrobnosti o službě',
|
||||
'env_setup' => 'Nastavení prostředí',
|
||||
'status_page_setup' => 'Nastavení Stavové stránky',
|
||||
'show_support' => 'Zobrazit podporu pro Cachet?',
|
||||
'admin_account' => 'Účet správce',
|
||||
'complete_setup' => 'Dokončení instalace',
|
||||
'completed' => 'Cachet byl úspěšně nakonfigurován!',
|
||||
'finish_setup' => 'Přejít na řídící panel',
|
||||
];
|
||||
Reference in New Issue
Block a user