1
0

* Added czech translation to bulletproof templates and bundled

plugins, by Vlada Ajgl
This commit is contained in:
Garvin Hicking
2008-01-20 13:33:18 +00:00
parent 6d74579916
commit 8c8e9ad42c
85 changed files with 2240 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php # $Id: lang_cs.inc.php 1381 2007-12-14 00:05:00 VladaAjgl $
/**
* @version $Revision: 1381 $
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME', 'Výběr šablon');
@define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC', 'Umožňuje návštěvníkům Vašeho webu změnit šablonu (= vzhled) podle libosti');
?>

View File

@@ -0,0 +1,12 @@
<?php # $Id: lang_cz.inc.php 1381 2007-12-14 00:05:00 VladaAjgl $
/**
* @version $Revision: 1381 $
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME', 'Výběr šablon');
@define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC', 'Umožňuje návštěvníkům Vašeho webu změnit šablonu (= vzhled) podle libosti');
?>