Files
iTop/datamodels/2.x/itop-config/cs.dict.itop-config.php
Pierre Goiffon 6b8d1b4b76 N°1041 add shortcut in submit button title
SVN:trunk[5567]
2018-03-29 09:17:12 +00:00

26 lines
1.1 KiB
PHP
Executable File

<?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-apply-title' => 'Použít (Ctrl+S)',
'config-cancel' => 'Zrušit',
'config-saved' => 'Successfully recorded.~~',
'config-confirm-cancel' => 'Vaše úpravy nebudou uloženy.',
'config-no-change' => 'Soubor nebyl změněn.',
'config-reverted' => 'The configuration has been reverted.~~',
'config-parse-error' => 'Řádek %2$d: %1$s.<br/>Soubor nebyl uložen.',
'config-current-line' => 'Řádek: %1$s',
));