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

Last change on this file since 7483 was 7483, checked in by ddtddt, 13 years ago

[extensions] - GrumPluginClasses - add CZ thanks to webprostor

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 751 bytes
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 GPC: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?>
Note: See TracBrowser for help on using the repository browser.