Integration of the Czech translation provided by Lukáš Dvořák. Thanks a lot Lukáš !

SVN:trunk[3776]
This commit is contained in:
Denis Flaven
2015-09-18 15:05:23 +00:00
parent 4261923126
commit c8fa3870db
22 changed files with 7301 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
<?php
/**
* Localized data.
*
* @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
* @author Daniel Rokos <daniel.rokos@itopportal.cz>
* @copyright Copyright (C) 2010-2014 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Menu:ConfigEditor' => 'Konfigurace',
'config-edit-title' => 'Editor konfiguračního souboru',
'config-edit-intro' => 'Při úpravách konfiguračního souboru buďte velice opatrní. Nesprávné nastavení může vést k nedostupnosti iTop', //In particular, only the upper items (i.e. the global configuration and modules settings) should be edited.
'config-apply' => 'Použít',
'config-cancel' => 'Zrušit',
'config-confirm-cancel' => 'Vaše úpravy nebudou uloženy.',
'config-no-change' => 'Soubor nebyl změněn.',
'config-parse-error' => 'Řádek %2$d: %1$s.<br/>Soubor nebyl uložen.',
'config-current-line' => 'Řádek: %1$s',
));