source: extensions/GrumPluginClasses/language/cs_CZ/plugin.lang.php @ 27260

Last change on this file since 27260 was 18350, checked in by TranslationTeam, 12 years ago

[grum_plugins_classes] Update cs_CZ, thanks to : sichr

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<?php
2$lang['Module'] = 'Modul';
3$lang['Version'] = 'Verze';
4$lang['List of shared modules'] = 'Seznam sdílených modulů';
5$lang['List of installed plugins using Grum Plugin Classes'] = 'Seznam nainstalovaných pluginů využívajících GPC';
6$lang['Plugin'] = 'Plugin';
7$lang['GPC required'] = 'GPC vyžadován';
8$lang['Installed'] = 'Instalován';
9$lang['Infos'] = 'Info';
10$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Některé pluginy jsou závislé na Grum Plugin Classes: před jeho odinstalováním je potřeba tyto pluginy nejdříve odinstalovat';
11
12// gpc > 3.3.0
13$lang['Public'] = 'Veřejný';
14$lang['Private'] = 'Soukromý';
15$lang['All the gallery'] = 'Celá galerie';
16
17$lang['export_Compression'] = 'Komprese';
18$lang['export_Format'] = 'Formát';
19$lang['export_Name'] = 'Název souboru';
20$lang['export_dialogTitle'] = 'Export dat';
21$lang['filter_and'] = 'a';
22$lang['filter_between'] = 'Mezi';
23$lang['filter_equal'] = 'stejný jako';
24$lang['filter_ge'] = 'Větší nebo stejný jako';
25$lang['filter_gt'] = 'Větší než';
26$lang['filter_invalid'] = 'Soubor není platný';
27$lang['filter_le'] = 'Menší nebo stejný jako';
28$lang['filter_like'] = 'Jako';
29$lang['filter_lt'] = 'Menší než';
30$lang['filter_maxValue'] = 'Maximální hodnota';
31$lang['filter_minValue'] = 'Minimální hodnota';
32$lang['filter_notEqual'] = 'Rozdílný';
33$lang['filter_notLike'] = 'Jiný než';
34$lang['filter_notbetween'] = 'Není mezi';
35$lang['filter_operator'] = 'Operátor';
36$lang['filter_value'] = 'Hodnota';
37?>
Note: See TracBrowser for help on using the repository browser.