Bug #18829 » about_help.diff
typo3/mod/help/about/conf.php (working copy) | ||
---|---|---|
$BACK_PATH='../../../';
|
||
$MLANG['default']['tabs_images']['tab'] = 'info.gif';
|
||
$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_help_about.php';
|
||
$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_help_about.xml';
|
||
$MCONF['script']='index.php';
|
||
$MCONF['name']='help_about';
|
||
?>
|
||
?>
|
typo3/sysext/aboutmodules/ext_tables.php (working copy) | ||
---|---|---|
<?php
|
||
if (!defined ('TYPO3_MODE')) die ('Access denied.');
|
||
if (TYPO3_MODE=='BE') t3lib_extMgm::addModule('help','aboutmodules','top',t3lib_extMgm::extPath($_EXTKEY).'mod/');
|
||
?>
|
||
if (TYPO3_MODE=='BE') t3lib_extMgm::addModule('help','aboutmodules','',t3lib_extMgm::extPath($_EXTKEY).'mod/');
|
||
?>
|
typo3/sysext/aboutmodules/mod/locallang_mod.xml (working copy) | ||
---|---|---|
<languageKey index="default" type="array">
|
||
<label index="mlang_labels_tablabel">Information about modules</label>
|
||
<label index="mlang_labels_tabdescr">Shows this page about available modules.</label>
|
||
<label index="mlang_tabs_tab">About modules</label>
|
||
<label index="mlang_tabs_tab">About Modules</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
||
</T3locallang>
|
typo3/sysext/lang/locallang_mod_help_about.xml (working copy) | ||
---|---|---|
<label index="minor">TYPO3 is a flexible and professional Open Source Web-CMS based on PHP and MySQL.<br /><br />TYPO3 is <b>freely available</b> under the <a href="http://typo3.com/1316.0.html" target="_blank">TYPO3-license (GNU/GPL)</a>.<br /><br />%s %s<br /></label>
|
||
<label index="mlang_labels_tablabel">About TYPO3</label>
|
||
<label index="mlang_labels_tabdescr">Displays the basic facts about the TYPO3 application, version and licensing terms.</label>
|
||
<label index="mlang_tabs_tab">About</label>
|
||
<label index="mlang_tabs_tab">About TYPO3</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
||
</T3locallang>
|
- « Previous
- 1
- 2
- Next »