[TYPO3-core] Common labels?

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Dec 14 18:07:46 CET 2006


Hi!

We have "misc" and "general" but no real collection for "every day labels" 
you need all the time.

My suggestion for locallang_common.xml

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
	<meta type="array">
		<description>Common Labels for Core and Extensions</description>
		<type>module</type>
	</meta>
	<data type="array">
		<languageKey index="default" type="array">
			<label index="common_yes">Yes</label>
			<label index="common_no">No</label>
			<label index="common_ok">OK</label>
			<label index="common_cancel">Cancel</label>
			<label index="common_not applicable">n/a</label>
			<label index="common_next">Next</label>
			<label index="common_prev">Previous</label>
			<label index="common_back">Back</label>
		</languageKey>
	</data>
</T3locallang>

I only wonder if it's clever to have them in uppercase (for buttons).

Masi


More information about the TYPO3-team-core mailing list