From 7b008e1e315aba9c26a6c897855fe600e189dbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 3 Oct 2018 15:23:17 +0200 Subject: [PATCH] Remove translated labels from TCA --- .../TCA/tx_epproducts_domain_model_badge.php | 6 +- .../TCA/tx_epproducts_domain_model_city.php | 42 +- .../tx_epproducts_domain_model_concept.php | 22 +- .../tx_epproducts_domain_model_contingent.php | 12 +- .../tx_epproducts_domain_model_country.php | 34 +- .../TCA/tx_epproducts_domain_model_fact.php | 6 +- .../TCA/tx_epproducts_domain_model_faq.php | 6 +- .../TCA/tx_epproducts_domain_model_hotel.php | 54 +-- .../tx_epproducts_domain_model_journey.php | 6 +- .../tx_epproducts_domain_model_matchcode.php | 4 +- .../tx_epproducts_domain_model_officetip.php | 6 +- .../tx_epproducts_domain_model_reseller.php | 8 +- ...tx_epproducts_domain_model_roommapping.php | 4 +- .../tx_epproducts_domain_model_snowreport.php | 32 +- .../tx_epproducts_domain_model_teammember.php | 12 +- .../TCA/tx_epproducts_domain_model_webcam.php | 10 +- .../Resources/Private/Language/locallang.xlf | 440 ------------------ 17 files changed, 132 insertions(+), 572 deletions(-) diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_badge.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_badge.php index cac4169c..0a251fa4 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_badge.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_badge.php @@ -122,7 +122,7 @@ return [ 'title' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.title', + 'label' => 'Titel', 'config' => [ 'type' => 'input', 'size' => 30, @@ -131,7 +131,7 @@ return [ ], 'subtitle' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.subtitle', + 'label' => 'Untertitel', 'config' => [ 'type' => 'input', 'size' => 30, @@ -140,7 +140,7 @@ return [ ], 'link' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.link', + 'label' => 'Link', 'config' => [ 'type' => 'input', 'size' => 30, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_city.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_city.php index 08cb9168..4494ce8a 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_city.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_city.php @@ -125,7 +125,7 @@ return [ 'detail_page' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.detail_page', + 'label' => 'Detailseite', 'config' => [ 'type' => 'input', 'size' => 30, @@ -134,14 +134,14 @@ return [ ], 'exclude_from_teasergroups' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.exclude_from_teasergroups', + 'label' => 'Nicht in Teasergruppen', 'config' => [ 'type' => 'check', ], ], 'season' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.season', + 'label' => 'Saison', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -153,7 +153,7 @@ return [ ], 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -162,7 +162,7 @@ return [ ], 'name_internal' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.name_internal', + 'label' => 'Name intern', 'config' => [ 'type' => 'input', 'size' => 30, @@ -171,7 +171,7 @@ return [ ], 'keywords' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.keywords', + 'label' => 'Keywords für Suchschlitz', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -181,7 +181,7 @@ return [ ], 'headline' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.headline', + 'label' => 'Headline', 'config' => [ 'type' => 'input', 'size' => 30, @@ -190,7 +190,7 @@ return [ ], 'teaser' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.teaser', + 'label' => 'Teaser', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -201,7 +201,7 @@ return [ ], 'header_title' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', + 'label' => 'Header Title', 'config' => [ 'type' => 'input', 'size' => 30, @@ -210,7 +210,7 @@ return [ ], 'header_subtitle' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', + 'label' => 'Header Subtitle', 'config' => [ 'type' => 'input', 'size' => 30, @@ -219,7 +219,7 @@ return [ ], 'description' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.description', + 'label' => 'Der Ort', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -230,7 +230,7 @@ return [ ], 'party' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.party', + 'label' => 'Party', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -241,7 +241,7 @@ return [ ], 'leisure' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.leisure', + 'label' => 'Freizeitangebot', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -252,7 +252,7 @@ return [ ], 'teaser_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.teaser_images', + 'label' => 'Teaserbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'teaser_images', [ @@ -292,7 +292,7 @@ return [ ], 'header_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_images', + 'label' => 'Headerbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'header_images', [ @@ -381,7 +381,7 @@ return [ ], 'latitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.latitude', + 'label' => 'Breitengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -390,7 +390,7 @@ return [ ], 'longitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.longitude', + 'label' => 'Längengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -399,7 +399,7 @@ return [ ], 'country' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.country', + 'label' => 'Land', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -410,7 +410,7 @@ return [ ], 'region' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.region', + 'label' => 'Gebiet', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -421,7 +421,7 @@ return [ ], 'officetip' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.officetip', + 'label' => 'Officetipp', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -435,7 +435,7 @@ return [ ], 'facts' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.facts', + 'label' => 'Facts', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_concept.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_concept.php index 896d3852..563e88b9 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_concept.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_concept.php @@ -134,7 +134,7 @@ return [ 'bus_pro_id' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.bus_pro_id', + 'label' => 'BusPro ID', 'config' => [ 'type' => 'none', 'format' => 'int', @@ -142,7 +142,7 @@ return [ ], 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.name', + 'label' => 'Bezeichnung', 'config' => [ 'type' => 'input', 'size' => 30, @@ -151,7 +151,7 @@ return [ ], 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 5, @@ -182,7 +182,7 @@ return [ ], 'teaser' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.teaser', + 'label' => 'Teaser', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -193,7 +193,7 @@ return [ ], 'headline' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.headline', + 'label' => 'Headline', 'config' => [ 'type' => 'input', 'size' => 30, @@ -202,7 +202,7 @@ return [ ], 'header_title' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.header_title', + 'label' => 'Header Title', 'config' => [ 'type' => 'input', 'size' => 30, @@ -211,7 +211,7 @@ return [ ], 'header_subtitle' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.header_subtitle', + 'label' => 'Header Subtitle', 'config' => [ 'type' => 'input', 'size' => 30, @@ -220,7 +220,7 @@ return [ ], 'detail_page' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.detail_page', + 'label' => 'Detailseite', 'config' => [ 'type' => 'input', 'size' => 30, @@ -229,7 +229,7 @@ return [ ], 'teaser_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.teaser_images', + 'label' => 'Teaserbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'teaser_images', [ @@ -277,7 +277,7 @@ return [ ], 'header_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.header_images', + 'label' => 'Headerbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'header_images', [ @@ -325,7 +325,7 @@ return [ ], 'products' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.products', + 'label' => 'Produkte', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_contingent.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_contingent.php index 69b5ea2b..f7f089b4 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_contingent.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_contingent.php @@ -121,7 +121,7 @@ return [ 'pax' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.pax', + 'label' => 'Pax', 'config' => [ 'type' => 'input', 'size' => 3, @@ -130,7 +130,7 @@ return [ ], 'available' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.available', + 'label' => 'verfügbar', 'config' => [ 'type' => 'input', 'size' => 3, @@ -139,7 +139,7 @@ return [ ], 'date' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.date', + 'label' => 'Datum', 'config' => [ 'dbType' => 'date', 'type' => 'input', @@ -152,7 +152,7 @@ return [ ], 'hotel' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.hotel', + 'label' => 'Unterkunft', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -163,7 +163,7 @@ return [ ], 'status' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.status', + 'label' => 'Status', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -214,7 +214,7 @@ return [ ], 'groupsch_id' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.groupsch_id', + 'label' => 'groups.ch ID', 'config' => [ 'type' => 'input', 'size' => 8, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_country.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_country.php index e3e31ac8..8184f092 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_country.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_country.php @@ -131,7 +131,7 @@ return [ 'detail_page' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.detail_page', + 'label' => 'Detailseite', 'config' => [ 'type' => 'input', 'size' => 30, @@ -140,7 +140,7 @@ return [ ], 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 2, @@ -149,7 +149,7 @@ return [ ], 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -158,7 +158,7 @@ return [ ], 'name_internal' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.name_internal', + 'label' => 'Name intern', 'config' => [ 'type' => 'input', 'size' => 30, @@ -167,7 +167,7 @@ return [ ], 'season' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.season', + 'label' => 'Saison', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -179,7 +179,7 @@ return [ ], 'keywords' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.keywords', + 'label' => 'Keywords für Suchschlitz', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -189,7 +189,7 @@ return [ ], 'headline' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.headline', + 'label' => 'Headline', 'config' => [ 'type' => 'input', 'size' => 30, @@ -198,7 +198,7 @@ return [ ], 'teaser' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.teaser', + 'label' => 'Teaser', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -231,7 +231,7 @@ return [ ], 'header_title' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', + 'label' => 'Header Title', 'config' => [ 'type' => 'input', 'size' => 30, @@ -240,7 +240,7 @@ return [ ], 'header_subtitle' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', + 'label' => 'Header Subtitle', 'config' => [ 'type' => 'input', 'size' => 30, @@ -249,7 +249,7 @@ return [ ], 'teaser_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.teaser_images', + 'label' => 'Teaserbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'teaser_images', [ @@ -289,7 +289,7 @@ return [ ], 'header_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.header_images', + 'label' => 'Headerbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'header_images', [ @@ -378,7 +378,7 @@ return [ ], 'latitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.latitude', + 'label' => 'Breitengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -387,7 +387,7 @@ return [ ], 'longitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.longitude', + 'label' => 'Längengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -396,7 +396,7 @@ return [ ], 'officetip' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.officetip', + 'label' => 'Officetipp', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -410,7 +410,7 @@ return [ ], 'snowreport' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.snowreport', + 'label' => 'Gebiet für Schneehöhen', 'config' => [ 'type' => 'select', 'items' => [ @@ -425,7 +425,7 @@ return [ ], 'facts' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.facts', + 'label' => 'Facts', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_fact.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_fact.php index fe7a356c..f584d8a6 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_fact.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_fact.php @@ -121,7 +121,7 @@ return [ 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -130,7 +130,7 @@ return [ ], 'label' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.label', + 'label' => 'Bezeichnung', 'config' => [ 'type' => 'input', 'size' => 30, @@ -139,7 +139,7 @@ return [ ], 'keywords' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.keywords', + 'label' => 'Keywords für Suchschlitz', 'config' => [ 'type' => 'text', 'cols' => 40, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_faq.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_faq.php index d331dfd2..2a201579 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_faq.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_faq.php @@ -122,7 +122,7 @@ return [ 'label' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.label', + 'label' => 'Bezeichnung', 'config' => [ 'type' => 'input', 'size' => 30, @@ -131,7 +131,7 @@ return [ ], 'question' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.question', + 'label' => 'Frage', 'config' => [ 'type' => 'input', 'size' => 30, @@ -140,7 +140,7 @@ return [ ], 'answer' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.answer', + 'label' => 'Antwort', 'config' => [ 'type' => 'text', 'cols' => 40, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php index 16ddc12e..c570dd79 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_hotel.php @@ -157,7 +157,7 @@ return [ ], 'detail_page' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.detail_page', + 'label' => 'Detailseite', 'config' => [ 'type' => 'input', 'size' => 30, @@ -166,7 +166,7 @@ return [ ], 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.name', + 'label' => 'Name', 'config' => [ 'type' => 'text', 'cols' => 30, @@ -176,7 +176,7 @@ return [ ], 'keywords' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.keywords', + 'label' => 'Keywords für Suchschlitz', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -186,7 +186,7 @@ return [ ], 'headline' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.headline', + 'label' => 'Headline', 'config' => [ 'type' => 'input', 'size' => 30, @@ -195,7 +195,7 @@ return [ ], 'teaser' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.teaser', + 'label' => 'Teaser', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -206,7 +206,7 @@ return [ ], 'description' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.description', + 'label' => 'Die Unterkunft', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -217,7 +217,7 @@ return [ ], 'header_title' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', + 'label' => 'Header Title', 'config' => [ 'type' => 'input', 'size' => 30, @@ -226,7 +226,7 @@ return [ ], 'header_subtitle' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', + 'label' => 'Header Subtitle', 'config' => [ 'type' => 'input', 'size' => 30, @@ -235,7 +235,7 @@ return [ ], 'features' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.features', + 'label' => 'Ausstattung', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -246,7 +246,7 @@ return [ ], 'room_types' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.room_types', + 'label' => 'Zimmerarten/Appartmentbeschreibung', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -257,7 +257,7 @@ return [ ], 'additional_information' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.additional_information', + 'label' => 'Zusatzinformationen', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -268,7 +268,7 @@ return [ ], 'teaser_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.teaser_images', + 'label' => 'Teaserbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'teaser_images', [ @@ -308,7 +308,7 @@ return [ ], 'header_images' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.header_images', + 'label' => 'Headerbild(er)', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'header_images', [ @@ -420,7 +420,7 @@ return [ ], 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 30, @@ -429,7 +429,7 @@ return [ ], 'groupsch_id' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.groupsch_id', + 'label' => 'groups.ch ID', 'config' => [ 'type' => 'input', 'size' => 8, @@ -448,7 +448,7 @@ return [ ], 'type' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.type', + 'label' => 'Typ', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -467,7 +467,7 @@ return [ ], 'category' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.category', + 'label' => 'Kategorie', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -486,7 +486,7 @@ return [ ], 'country' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.country', + 'label' => 'Land', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -497,7 +497,7 @@ return [ ], 'region' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.region', + 'label' => 'Gebiet', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -508,7 +508,7 @@ return [ ], 'city' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.city', + 'label' => 'Ort', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', @@ -519,7 +519,7 @@ return [ ], 'facts' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.facts', + 'label' => 'Facts', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', @@ -543,7 +543,7 @@ return [ ], 'products' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.products', + 'label' => 'Produkte', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', @@ -558,7 +558,7 @@ return [ ], 'teamer' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.teamer', + 'label' => 'Teamer', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', @@ -573,7 +573,7 @@ return [ ], 'additional_codes' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.additional_codes', + 'label' => 'Zusätzliche Codes', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_epproducts_domain_model_matchcode', @@ -594,7 +594,7 @@ return [ ], 'latitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.latitude', + 'label' => 'Breitengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -603,7 +603,7 @@ return [ ], 'longitude' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.longitude', + 'label' => 'Längengrad', 'config' => [ 'type' => 'input', 'size' => 30, @@ -612,7 +612,7 @@ return [ ], 'address' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.address', + 'label' => 'Anschrift', 'config' => [ 'type' => 'text', 'cols' => 30, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_journey.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_journey.php index 0f0e62fb..945790c9 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_journey.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_journey.php @@ -120,7 +120,7 @@ return [ 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -129,7 +129,7 @@ return [ ], 'by_car' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.by_car', + 'label' => 'PKW/Eigenanreise', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -140,7 +140,7 @@ return [ ], 'by_bus' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.by_bus', + 'label' => 'Busanreise', 'config' => [ 'type' => 'text', 'cols' => 40, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_matchcode.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_matchcode.php index 420205fa..d46cac98 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_matchcode.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_matchcode.php @@ -121,7 +121,7 @@ return [ 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_matchcode.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 30, @@ -130,7 +130,7 @@ return [ ], 'entity_type' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ic_events/Resources/Private/Language/locallang.xlf:tx_icevents_domain_model_matchcode.entity_type', + 'label' => 'Entität', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_officetip.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_officetip.php index 7a2f7a51..9a3d0b1d 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_officetip.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_officetip.php @@ -121,7 +121,7 @@ return [ 'label' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.label', + 'label' => 'Bezeichnung', 'config' => [ 'type' => 'input', 'size' => 30, @@ -130,7 +130,7 @@ return [ ], 'text' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.text', + 'label' => 'Text', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -140,7 +140,7 @@ return [ ], 'author' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.author', + 'label' => 'Autor', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php index 2cc6aac5..2a1dec2b 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php @@ -119,7 +119,7 @@ return [ 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -128,7 +128,7 @@ return [ ], 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 30, @@ -137,7 +137,7 @@ return [ ], 'pa_code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.pa_code', + 'label' => 'PA-Code', 'config' => [ 'type' => 'input', 'size' => 30, @@ -146,7 +146,7 @@ return [ ], 'products' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.products', + 'label' => 'Produkte', 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_roommapping.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_roommapping.php index 2487183a..17f034ba 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_roommapping.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_roommapping.php @@ -121,7 +121,7 @@ return [ 'code' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_roommapping.code', + 'label' => 'Code', 'config' => [ 'type' => 'input', 'size' => 30, @@ -130,7 +130,7 @@ return [ ], 'type' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_roommapping.type', + 'label' => 'Typ', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_snowreport.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_snowreport.php index 292a8c7d..698f1545 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_snowreport.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_snowreport.php @@ -125,7 +125,7 @@ return [ ], 'vendor_uid' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_nowreport.vendor_uid', + 'label' => 'Schneereport ID', 'config' => [ 'type' => 'input', 'size' => 30, @@ -134,7 +134,7 @@ return [ ], 'region_name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.region_name', + 'label' => 'Skigebiet', 'config' => [ 'type' => 'input', 'size' => 30, @@ -143,14 +143,14 @@ return [ ], 'glacier' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.glacier', + 'label' => 'Gletscher', 'config' => [ 'type' => 'check', ], ], 'height_max' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.height_max', + 'label' => 'Höhe max.', 'config' => [ 'type' => 'input', 'size' => 30, @@ -159,7 +159,7 @@ return [ ], 'height_min' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.height_min', + 'label' => 'Höhe min.', 'config' => [ 'type' => 'input', 'size' => 30, @@ -168,14 +168,14 @@ return [ ], 'opened' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.opened', + 'label' => 'Gebiet geöffnet', 'config' => [ 'type' => 'check', ], ], 'snow_level_mountain' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.snow_level_mountain', + 'label' => 'Schneehöhe Berg', 'config' => [ 'type' => 'input', 'size' => 30, @@ -184,7 +184,7 @@ return [ ], 'snow_level_valley' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.snow_level_valley', + 'label' => 'Schneehöhe Tal', 'config' => [ 'type' => 'input', 'size' => 30, @@ -193,7 +193,7 @@ return [ ], 'snow_quality' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.snow_quality', + 'label' => 'Schneequalität', 'config' => [ 'type' => 'input', 'size' => 30, @@ -202,7 +202,7 @@ return [ ], 'last_snowfall' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.last_snowfall', + 'label' => 'Letzter Schneefall', 'config' => [ 'type' => 'input', 'size' => 13, @@ -217,7 +217,7 @@ return [ ], 'lifts_total' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.lifts_total', + 'label' => 'Lifte gesamt', 'config' => [ 'type' => 'input', 'size' => 30, @@ -226,7 +226,7 @@ return [ ], 'lifts_opened' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.lifts_opened', + 'label' => 'Lifte geöffnet', 'config' => [ 'type' => 'input', 'size' => 30, @@ -235,7 +235,7 @@ return [ ], 'last_update' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.last_update', + 'label' => 'Letzte Aktualisierung', 'config' => [ 'type' => 'input', 'size' => 13, @@ -250,7 +250,7 @@ return [ ], 'webcams' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.webcams', + 'label' => 'Webcams', 'config' => [ 'type' => 'inline', 'foreign_table' => 'tx_epproducts_domain_model_webcam', @@ -259,7 +259,7 @@ return [ ], 'season_start' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.season_start', + 'label' => 'Saison Anfang', 'config' => [ 'type' => 'input', 'size' => 13, @@ -274,7 +274,7 @@ return [ ], 'season_end' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.season_end', + 'label' => 'Saison Ende', 'config' => [ 'type' => 'input', 'size' => 13, diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_teammember.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_teammember.php index f3b928ba..196ad302 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_teammember.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_teammember.php @@ -136,7 +136,7 @@ return [ 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.name', + 'label' => 'Name', 'config' => [ 'type' => 'input', 'size' => 30, @@ -145,7 +145,7 @@ return [ ], 'email' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.email', + 'label' => 'E-Mail', 'config' => [ 'type' => 'input', 'size' => 30, @@ -154,7 +154,7 @@ return [ ], 'phone' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.phone', + 'label' => 'Telefon', 'config' => [ 'type' => 'input', 'size' => 30, @@ -163,7 +163,7 @@ return [ ], 'tasks' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.tasks', + 'label' => 'Aufgaben', 'config' => [ 'type' => 'input', 'size' => 30, @@ -172,7 +172,7 @@ return [ ], 'description' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.description', + 'label' => 'Beschreibung', 'config' => [ 'type' => 'text', 'cols' => 40, @@ -183,7 +183,7 @@ return [ ], 'image' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.image', + 'label' => 'Bild', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'image', [ diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_webcam.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_webcam.php index 60498f7c..2386853b 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_webcam.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_webcam.php @@ -125,7 +125,7 @@ return [ ], 'name' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.name', + 'label' => 'Bezeichnung', 'config' => [ 'type' => 'input', 'size' => 30, @@ -134,7 +134,7 @@ return [ ], 'url' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.url', + 'label' => 'URL', 'config' => [ 'type' => 'input', 'size' => 30, @@ -143,7 +143,7 @@ return [ ], 'vendor_uid' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.vendor_uid', + 'label' => 'ID', 'config' => [ 'type' => 'input', 'size' => 30, @@ -152,14 +152,14 @@ return [ ], 'available' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.available', + 'label' => 'verfügbar', 'config' => [ 'type' => 'check', ], ], 'snowreport' => [ 'exclude' => 0, - 'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.snowreport', + 'label' => 'Skigebiet', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingleBox', diff --git a/web/typo3conf/ext/ep_products/Resources/Private/Language/locallang.xlf b/web/typo3conf/ext/ep_products/Resources/Private/Language/locallang.xlf index 9efa9e7b..cb537767 100644 --- a/web/typo3conf/ext/ep_products/Resources/Private/Language/locallang.xlf +++ b/web/typo3conf/ext/ep_products/Resources/Private/Language/locallang.xlf @@ -12,497 +12,57 @@ Konzept - - BusPro ID - - - Bezeichnung - - - Kürzel - - - Teaser - - - Headline - - - Header Title - - - Header Subtitle - - - Beschreibung - - - Detailseite - - - Teaserbild(er) - - - Headerbild(er) - Land - - Detailseite - - - Code - - - Name - - - Name intern - - - Saison - - - Keywords für Suchschlitz - - - Headline - - - Teaser - - - Header Title - - - Header Subtitle - - - Beschreibung - - - Teaserbild(er) - - - Headerbild(er) - - - Galeriebilder - - - Breitengrad - - - Längengrad - - - Facts - - - Officetip - - - Gebiet für Schneehöhen - Gebiet Stadt/Ort - - Detailseite - - - Nicht in Teasergruppen - - - Name - - - Name intern - - - Saison - - - Keywords für Suchschlitz - - - Headline - - - Teaser - - - Header Title - - - Header Subtitle - - - Der Ort - - - Party - - - Freizeitangebot - - - Teaserbild(er) - - - Headerbild(er) - - - Galeriebilder - - - Breitengrad - - - Längengrad - - - Land - - - Gebiet - - - Facts - - - Officetip - Fact - - Bezeichnung - - - Name - - - Keywords für Suchschlitz - Hotel - - Detailseite - - - Name - - - Headline - - - Teaser - - - Header Title - - - Header Subtitle - - - Die Unterkunft - - - Ausstattung - - - Zimmerarten/Apartmentbeschreibung - - - Zusatzinformationen - - - Code - - - groups.ch ID - - - Zusätzliche Codes - - - Typ - - - Kategorie - - - Land - - - Gebiet - - - Stadt/Ort - - - Teamer - - - Produkte - - - Facts - - - Keywords für Suchschlitz - - - Teaserbild(er) - - - Headerbild(er) - - - Galeriebilder - - - Anschrift - - - Breitengrad - - - Längengrad - - - Zimmer - - - BusPro ID - - - Code - - - Typ - - - Preis - - - Nächte - - - Pax - - - verfügbar - - - Status - - - Termin - - - Hotel - Faq - - Bezeichnung - - - Frage - Code - - Code - - - Antwort - Office-Tipp - - Bezeichnung - - - Text - - - Autor - - - Produkt - Mitarbeiter/Teamer - - Name - - - E-Mail - - - Bild - - - Beschreibung - - - Telefon - - - Aufgaben - Zimmermapping - - Code - - - Typ - Anreise - - Name - - - PKW/Eigenanreise - - - Busanreise - - Schneereport - - Schneereport ID - - - Skigebiet - - - Gletscher - - - Höhe max - - - Höhe min - - - Gebiet geöffnet - - - Schneehöhe Berg - - - Schneehöhe Tal - - - Schneequalität - - - Letzter Schneefall - - - Lifte gesamt - - - Lifte geöffnet - - - Letzte Aktualisierung - - - Webcams - Webcam - - Bezeichnung - - - URL - - - UID - - - Pseudopreis - Kontingent - - Datum - - - Hotel - - - Pax - - - Status - - - groups.ch ID - - - verfügbar - Badge - - Titel - - - Untertitel - - - Link - Statisches Suchergebnis Vertriebspartner - - Name - - - Code - - - PA-Code - - - Produkte - - - - Deine Suche %s%s ergab %s Treffer - - - Deine Suche %s ergab leider keine genauen Treffer, aber vielleicht blablabla -