2007-11-22 Ingo Renner <ingo@typo3.org>
* fixed bug #6741: Add fields cruser_id and crdate to table fe_groups, credit Malte Jansen
+ * added feature #6793: Rename User and Tools modules, credits Francois Suter
2007-11-22 Stanislas Rolland <stanislas.rolland@fructifor.ca>
<?php
$MLANG['default']['tabs_images']['tab'] = 'tool.gif';
-$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_tools.php';
+$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_admintools.xml';
$MCONF['name']='tools';
$MCONF['access']='admin';
<?php
$MLANG['default']['tabs_images']['tab'] = 'user.gif';
-$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_user.php';
+$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_usertools.xml';
$MCONF['defaultMod']='task';
$MCONF['name']='user';
TABLE#typo3-vmenu TR.c-mainitem TD SPAN.c-label A { text-decoration: underline; }
TABLE#typo3-vmenu TR.c-mainitem TD IMG { vertical-align: middle; margin-right: 2px; }
TABLE#typo3-vmenu TR.c-mainitem TD SPAN.c-label { position: relative; top: 1px; }
-TABLE#typo3-vmenu TR.c-mainitem TD SPAN.c-iconCollapse { position: absolute; left: 90px; }
+TABLE#typo3-vmenu TR.c-mainitem TD SPAN.c-iconCollapse { position: absolute; left: 100px; }
TABLE#typo3-vmenu TR.c-mainitem-HL TD { background-color: #aaa; padding: 1px 1px 1px 1px; border: #9BA1A8 1px solid; vertical-align: middle; }
TABLE#typo3-vmenu TR.c-mainitem-HL TD SPAN.c-label A { text-decoration: underline; }
TABLE#typo3-vmenu TR.c-mainitem-HL TD IMG { vertical-align: middle; margin-right: 2px; }
--- /dev/null
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<T3locallang>
+ <meta type="array">
+ <description>Standard Admin Tools module labels</description>
+ <type>module</type>
+ </meta>
+ <data type="array">
+ <languageKey index="default" type="array">
+ <label index="mlang_labels_tablabel">Administration and maintenance tools</label>
+ <label index="mlang_tabs_tab">Admin tools</label>
+ </languageKey>
+ </data>
+</T3locallang>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<T3locallang>
+ <meta type="array">
+ <description>Standard User Tools module labels</description>
+ <type>module</type>
+ </meta>
+ <data type="array">
+ <languageKey index="default" type="array">
+ <label index="mlang_labels_tablabel">Your personal tasks, overview and setup</label>
+ <label index="mlang_tabs_tab">User tools</label>
+ </languageKey>
+ </data>
+</T3locallang>
\ No newline at end of file
<languageKey index="default" type="array">
<label index="mlang_labels_tablabel">Personal user setup</label>
<label index="mlang_labels_tabdescr">This module allows you to customize your backend user profile. Here you can change your active system language, name and email address. You may also configure other general features in the system.</label>
- <label index="mlang_tabs_tab">Setup</label>
+ <label index="mlang_tabs_tab">User settings</label>
</languageKey>
</data>
</T3locallang>
\ No newline at end of file