Project

General

Profile

Bug #21182 » 12110_v4.diff

Administrator Admin, 2009-10-09 20:01

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
<td>' . ($extInfo['EM_CONF']['lockType'] ?
$extInfo['EM_CONF']['lockType'] : '') . '</td>' .
$this->helpCol('lockType') . '</tr>';
$lines[] = '<tr class="bgColor4"><td>' . $GLOBALS['LANG']->getLL('extInfoArray_load_in_frontend') . '</td>
<td>' . ($extInfo['EM_CONF']['doNotLoadInFE'] ?
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no')
: $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes')) . '</td>' .
$this->helpCol('doNotLoadInFE') . '</tr>';
$lines[] = '<tr class="bgColor4"><td>' . $GLOBALS['LANG']->getLL('extInfoArray_modifies_tables') . '</td>
<td>' . $extInfo['EM_CONF']['modify_tables'] . '</td>' .
$this->helpCol('modify_tables') . '</tr>';
typo3/sysext/lang/locallang_csh_em.xml (working copy)
<label index="emconf_modify_tables.alttitle">Existing tables modified</label>
<label index="emconf_modify_tables.description">List of tablenames which are only modified - not fully created - by this extension.</label>
<label index="emconf_modify_tables.details">Tables from this list found in the ext_tables.sql file of the extension</label>
<label index="emconf_doNotLoadInFE.alttitle">Load in frontend</label>
<label index="emconf_doNotLoadInFE.description">"Yes" (default) will load the extension in the frontend and the backend. "No": the extension is loaded only in the backend.</label>
<label index="emconf_doNotLoadInFE.details">Some extensions are only required in the backend. With this flag set, this extension is not loaded in the frontend context, thus speeding up the site.</label>
<label index="emconf_private.alttitle">Private</label>
<label index="emconf_private.description">If set, this version is not shown in the public list in the online repository.</label>
<label index="emconf_private.details">&quot;Private&quot; uploads requires you to manually enter a special key (which will be shown to you after an upload has been completed) to be able to import and view details for the uploaded extension.
typo3/sysext/lang/locallang_mod_tools_em.xml (working copy)
<label index="extInfoArray_clear_cache">Clear cache?</label>
<label index="extInfoArray_incl_modules">Includes modules:</label>
<label index="extInfoArray_lock_type">Lock Type?</label>
<label index="extInfoArray_load_in_frontend">Load in frontend:</label>
<label index="extInfoArray_modifies_tables">Modifies tables:</label>
<label index="extInfoArray_inst_status">Installation status:</label>
<label index="extInfoArray_inst_type">Type of installation:</label>
(2-2/2)