modules/LabelEditor/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 14:31:42 +0200
changeset 53 53299f8a0c94
permissions -rw-r--r--
LabelEditor module
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<?php
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
$mod_strings = array ( 
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
   'LBL_MODULE_NAME' => 'Editor titulků' ,
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
   'LBL_KEY' => 'Klíč:' ,
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
   'LBL_VALUE' => 'Hodnota:',
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
);
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
53299f8a0c94 LabelEditor module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
?>