diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf new file mode 100644 index 0000000..6962970 --- /dev/null +++ b/Resources/Private/Language/de.locallang.xlf @@ -0,0 +1,20 @@ + + + +
+ + + This is what our satisfied customers have to say: + Das sagen unsere zufriedenen Kunden: + + + %1$u cups on + %1$u Tassen am + + + Y-m-d H:i + d.m.Y H:i + + + + \ No newline at end of file diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index d110f8d..185a51c 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -1,49 +1,16 @@ - +
- - Tea beverage + + This is what our satisfied customers have to say: - - size + + %1$u cups on - - type - - - additions - - - testimonials - - - Tea type - - - title - - - caffeinated - - - addition - - - title - - - Testimonial - - - date of posting - - - number of consumed cups - - - text + + Y-m-d H:i diff --git a/ext_tables.php b/ext_tables.php index b9bcdcf..e29b376 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -3,6 +3,12 @@ if (!defined('TYPO3_MODE')) { die ('Access denied.'); } +\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( + 'OliverKlee.' . $_EXTKEY, + 'Tea', + 'Tea' +); + \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Tea example'); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_tea_domain_model_teabeverage', 'EXT:tea/Resources/Private/Language/locallang_csh_tx_tea_domain_model_teabeverage.xlf');