Go to the source code of this file.
Variables | |
| $cidReset = true | |
| $gidReset = true | |
| $nameTools = get_lang('Translation Tools') | |
| $urlSDK = get_path('rootAdminWeb') . 'xtra/sdk/' | |
| $table_exists = TRUE | |
| $tbl_used_lang = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_USED_LANG_VAR . '`' | |
| $tbl_used_translation = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_TRANSLATION . '`' | |
| $sql1 = " select count(*) from " . $tbl_used_lang | |
| $sql2 = " select count(*) from " . $tbl_used_translation | |
| $tpl = new PhpTemplate( get_path( 'incRepositorySys' ) . '/templates/translation_index.tpl.php' ) | |
| $out = '' | |
| $cidReset = true |
Definition at line 14 of file translation_index.php.
| $gidReset = true |
Definition at line 15 of file translation_index.php.
| $nameTools = get_lang('Translation Tools') |
Definition at line 20 of file translation_index.php.
| $out = '' |
Definition at line 53 of file translation_index.php.
| $sql1 = " select count(*) from " . $tbl_used_lang |
Definition at line 33 of file translation_index.php.
| $sql2 = " select count(*) from " . $tbl_used_translation |
Definition at line 34 of file translation_index.php.
| $table_exists = TRUE |
Definition at line 22 of file translation_index.php.
| $tbl_used_lang = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_USED_LANG_VAR . '`' |
Definition at line 30 of file translation_index.php.
| $tbl_used_translation = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_TRANSLATION . '`' |
Definition at line 31 of file translation_index.php.
| $tpl = new PhpTemplate( get_path( 'incRepositorySys' ) . '/templates/translation_index.tpl.php' ) |
Definition at line 49 of file translation_index.php.
| ClaroBreadCrumbs::getInstance ()->prepend(get_lang('SDK') $urlSDK = get_path('rootAdminWeb') . 'xtra/sdk/' |
Definition at line 21 of file translation_index.php.
1.6.3