modules/LabelEditor/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 15:07:20 +0200
changeset 69 7238b336d072
parent 53 53299f8a0c94
permissions -rw-r--r--
Audit 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
?>