Index: t3lib/stddb/tables.php =================================================================== --- t3lib/stddb/tables.php (revision 10051) +++ t3lib/stddb/tables.php (working copy) @@ -406,6 +406,9 @@ t3lib_extMgm::addLLrefForTCAdescr('_MOD_web_info', 'EXT:lang/locallang_csh_web_info.xml'); // Web > Info t3lib_extMgm::addLLrefForTCAdescr('_MOD_web_func', 'EXT:lang/locallang_csh_web_func.xml'); // Web > Func +// Labels for TYPO3 4.5 and greater. These labels override the ones set above, while still falling back to the original labels if no translation is available. +$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:lang/locallang_csh_pages.xml'][] = 'EXT:lang/4.5/locallang_csh_pages.xml'; +$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:lang/locallang_csh_corebe.xml'][] = 'EXT:lang/4.5/locallang_csh_corebe.xml'; /** * $FILEICONS defines icons for the various file-formats Index: typo3/sysext/context_help/ext_tables.php =================================================================== --- typo3/sysext/context_help/ext_tables.php (revision 10051) +++ typo3/sysext/context_help/ext_tables.php (working copy) @@ -9,4 +9,9 @@ t3lib_extMgm::addLLrefForTCAdescr('sys_domain','EXT:context_help/locallang_csh_sysdomain.xml'); t3lib_extMgm::addLLrefForTCAdescr('sys_template','EXT:context_help/locallang_csh_systmpl.xml'); t3lib_extMgm::addLLrefForTCAdescr('tt_content','EXT:context_help/locallang_csh_ttcontent.xml'); + +// Labels for TYPO3 4.5 and greater. These labels override the ones set above, while still falling back to the original labels if no translation is available. +$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:context_help/locallang_csh_pages.xml'][] = 'EXT:context_help/4.5/locallang_csh_pages.xml'; +$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:context_help/locallang_csh_ttcontent.xml'][] = 'EXT:context_help/4.5/locallang_csh_ttcontent.xml'; + ?> \ No newline at end of file Index: typo3/sysext/context_help/4.5/locallang_csh_pages.xml =================================================================== --- typo3/sysext/context_help/4.5/locallang_csh_pages.xml (revision 0) +++ typo3/sysext/context_help/4.5/locallang_csh_pages.xml (revision 0) @@ -0,0 +1,192 @@ + + + + CSH for pages table, specifically tailored for the CMS extension. + CSH + pages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xml =================================================================== --- typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xml (revision 0) +++ typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xml (revision 0) @@ -0,0 +1,379 @@ + + + + CSH for Content Elements Table. + CSH + tt_content + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: typo3/sysext/lang/4.5/locallang_csh_corebe.xml =================================================================== --- typo3/sysext/lang/4.5/locallang_csh_corebe.xml (revision 0) +++ typo3/sysext/lang/4.5/locallang_csh_corebe.xml (revision 0) @@ -0,0 +1,13 @@ + + + + CSH for TYPO3 Core Modules + CSH + xMOD_csh_corebe + + + + + + + \ No newline at end of file Index: typo3/sysext/lang/4.5/locallang_csh_pages.xml =================================================================== --- typo3/sysext/lang/4.5/locallang_csh_pages.xml (revision 0) +++ typo3/sysext/lang/4.5/locallang_csh_pages.xml (revision 0) @@ -0,0 +1,81 @@ + + + + CSH for Pages' Table (core fields only) + CSH + pages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: typo3/sysext/impexp/ext_tables.php =================================================================== --- typo3/sysext/impexp/ext_tables.php (revision 10051) +++ typo3/sysext/impexp/ext_tables.php (working copy) @@ -17,5 +17,10 @@ ); t3lib_extMgm::addLLrefForTCAdescr('xMOD_tx_impexp','EXT:impexp/locallang_csh.xml'); + + // CSH labels for TYPO3 4.5 and greater. These labels override the ones set above, while still falling back to the original labels if no translation is available. + $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:impexp/locallang_csh.xml'][] = 'EXT:impexp/locallang_csh_45.xml'; + + } ?> \ No newline at end of file Index: typo3/sysext/impexp/locallang_csh_45.xml =================================================================== --- typo3/sysext/impexp/locallang_csh_45.xml (revision 0) +++ typo3/sysext/impexp/locallang_csh_45.xml (revision 0) @@ -0,0 +1,16 @@ + + + + Native Import/Export + CSH + xMOD_tx_impexp + + + + + + + \ No newline at end of file