[TYPO3-core] RFC: #9991: Localize versioning module
Christian Kuhn
lolli at schwarzbu.ch
Thu Jan 15 16:41:01 CET 2009
Hi.
Steffen Kamper wrote:
> Stefan Galinski schrieb:
>> Why didn't you added language labels for "'[Live workspace]', 'Draft
>> Workspaces' and '[Default Draft]' (first chunk)?
>
> simply forgotten, here the update.
+1 on reading.
typo3/sysext/version/cm1/index.php
@@ -446,17 +446,17 @@
...
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_oid') . '">oid</td>
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_id') . '">id</td>
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_wsid') . '">wsid</td>
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_state') . '">state</td>
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_stage') . '">stage</td>
+<td title="' . $GLOBALS['LANG']->getLL('t3ver_count') . '">count</td>
The titles are localized, but not the td content. Maybe that is intended?
typo3/sysext/version/locallang.xml
...
- <label index="function1">Function #1</label>
- <label index="function2">Function #2</label>
- <label index="function3">Function #3</label>
These are probably the default EM labels. I thought removal of existing
labels is a no go. Is it ok in this special case?
Thanks
Christian
More information about the TYPO3-team-core
mailing list