modules/LabelEditor/language/cs_cz.lang.php
changeset 53 53299f8a0c94
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/LabelEditor/language/cs_cz.lang.php	Fri Aug 12 14:31:42 2011 +0200
@@ -0,0 +1,11 @@
+<?php
+
+if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
+
+$mod_strings = array ( 
+   'LBL_MODULE_NAME' => 'Editor titulků' ,
+   'LBL_KEY' => 'Klíč:' ,
+   'LBL_VALUE' => 'Hodnota:',
+);
+
+?>