Files
iTop/dictionaries/ui/components/input/cs.dictionary.itop.input.php

18 lines
437 B
PHP

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'UI:Component:Input:ChangeNotAllowed' => 'Tato změna není povolena',
'UI:Component:Input:Password:DoesNotMatch' => 'Hesla se neshodují',
'UI:Component:Input:Set:MinimumItems' => 'Vyžaduje minimálně %1$s položku (položky)',
]);