Remove translated labels from TCA

This commit is contained in:
Björn Fromme
2018-10-03 15:23:17 +02:00
parent 8a68bba3e5
commit 7b008e1e31
17 changed files with 132 additions and 572 deletions
@@ -122,7 +122,7 @@ return [
'title' => [ 'title' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.title', 'label' => 'Titel',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -131,7 +131,7 @@ return [
], ],
'subtitle' => [ 'subtitle' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.subtitle', 'label' => 'Untertitel',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -140,7 +140,7 @@ return [
], ],
'link' => [ 'link' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_badge.link', 'label' => 'Link',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -125,7 +125,7 @@ return [
'detail_page' => [ 'detail_page' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.detail_page', 'label' => 'Detailseite',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -134,14 +134,14 @@ return [
], ],
'exclude_from_teasergroups' => [ 'exclude_from_teasergroups' => [
'exclude' => 0, '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' => [ 'config' => [
'type' => 'check', 'type' => 'check',
], ],
], ],
'season' => [ 'season' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.season', 'label' => 'Saison',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -153,7 +153,7 @@ return [
], ],
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -162,7 +162,7 @@ return [
], ],
'name_internal' => [ 'name_internal' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.name_internal', 'label' => 'Name intern',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -171,7 +171,7 @@ return [
], ],
'keywords' => [ 'keywords' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.keywords', 'label' => 'Keywords für Suchschlitz',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -181,7 +181,7 @@ return [
], ],
'headline' => [ 'headline' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.headline', 'label' => 'Headline',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -190,7 +190,7 @@ return [
], ],
'teaser' => [ 'teaser' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.teaser', 'label' => 'Teaser',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -201,7 +201,7 @@ return [
], ],
'header_title' => [ 'header_title' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', 'label' => 'Header Title',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -210,7 +210,7 @@ return [
], ],
'header_subtitle' => [ 'header_subtitle' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', 'label' => 'Header Subtitle',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -219,7 +219,7 @@ return [
], ],
'description' => [ 'description' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.description', 'label' => 'Der Ort',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -230,7 +230,7 @@ return [
], ],
'party' => [ 'party' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.party', 'label' => 'Party',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -241,7 +241,7 @@ return [
], ],
'leisure' => [ 'leisure' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.leisure', 'label' => 'Freizeitangebot',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -252,7 +252,7 @@ return [
], ],
'teaser_images' => [ 'teaser_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'teaser_images', 'teaser_images',
[ [
@@ -292,7 +292,7 @@ return [
], ],
'header_images' => [ 'header_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'header_images', 'header_images',
[ [
@@ -381,7 +381,7 @@ return [
], ],
'latitude' => [ 'latitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.latitude', 'label' => 'Breitengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -390,7 +390,7 @@ return [
], ],
'longitude' => [ 'longitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.longitude', 'label' => 'Längengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -399,7 +399,7 @@ return [
], ],
'country' => [ 'country' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.country', 'label' => 'Land',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -410,7 +410,7 @@ return [
], ],
'region' => [ 'region' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.region', 'label' => 'Gebiet',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -421,7 +421,7 @@ return [
], ],
'officetip' => [ 'officetip' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.officetip', 'label' => 'Officetipp',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -435,7 +435,7 @@ return [
], ],
'facts' => [ 'facts' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.facts', 'label' => 'Facts',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -134,7 +134,7 @@ return [
'bus_pro_id' => [ 'bus_pro_id' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.bus_pro_id', 'label' => 'BusPro ID',
'config' => [ 'config' => [
'type' => 'none', 'type' => 'none',
'format' => 'int', 'format' => 'int',
@@ -142,7 +142,7 @@ return [
], ],
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.name', 'label' => 'Bezeichnung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -151,7 +151,7 @@ return [
], ],
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 5, 'size' => 5,
@@ -182,7 +182,7 @@ return [
], ],
'teaser' => [ 'teaser' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.teaser', 'label' => 'Teaser',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -193,7 +193,7 @@ return [
], ],
'headline' => [ 'headline' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.headline', 'label' => 'Headline',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -202,7 +202,7 @@ return [
], ],
'header_title' => [ 'header_title' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.header_title', 'label' => 'Header Title',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -211,7 +211,7 @@ return [
], ],
'header_subtitle' => [ 'header_subtitle' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.header_subtitle', 'label' => 'Header Subtitle',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -220,7 +220,7 @@ return [
], ],
'detail_page' => [ 'detail_page' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.detail_page', 'label' => 'Detailseite',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -229,7 +229,7 @@ return [
], ],
'teaser_images' => [ 'teaser_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'teaser_images', 'teaser_images',
[ [
@@ -277,7 +277,7 @@ return [
], ],
'header_images' => [ 'header_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'header_images', 'header_images',
[ [
@@ -325,7 +325,7 @@ return [
], ],
'products' => [ 'products' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_concept.products', 'label' => 'Produkte',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -121,7 +121,7 @@ return [
'pax' => [ 'pax' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.pax', 'label' => 'Pax',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 3, 'size' => 3,
@@ -130,7 +130,7 @@ return [
], ],
'available' => [ 'available' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.available', 'label' => 'verfügbar',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 3, 'size' => 3,
@@ -139,7 +139,7 @@ return [
], ],
'date' => [ 'date' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.date', 'label' => 'Datum',
'config' => [ 'config' => [
'dbType' => 'date', 'dbType' => 'date',
'type' => 'input', 'type' => 'input',
@@ -152,7 +152,7 @@ return [
], ],
'hotel' => [ 'hotel' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.hotel', 'label' => 'Unterkunft',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -163,7 +163,7 @@ return [
], ],
'status' => [ 'status' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.status', 'label' => 'Status',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -214,7 +214,7 @@ return [
], ],
'groupsch_id' => [ 'groupsch_id' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_contingent.groupsch_id', 'label' => 'groups.ch ID',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 8, 'size' => 8,
@@ -131,7 +131,7 @@ return [
'detail_page' => [ 'detail_page' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.detail_page', 'label' => 'Detailseite',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -140,7 +140,7 @@ return [
], ],
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 2, 'size' => 2,
@@ -149,7 +149,7 @@ return [
], ],
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -158,7 +158,7 @@ return [
], ],
'name_internal' => [ 'name_internal' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.name_internal', 'label' => 'Name intern',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -167,7 +167,7 @@ return [
], ],
'season' => [ 'season' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.season', 'label' => 'Saison',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -179,7 +179,7 @@ return [
], ],
'keywords' => [ 'keywords' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.keywords', 'label' => 'Keywords für Suchschlitz',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -189,7 +189,7 @@ return [
], ],
'headline' => [ 'headline' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.headline', 'label' => 'Headline',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -198,7 +198,7 @@ return [
], ],
'teaser' => [ 'teaser' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.teaser', 'label' => 'Teaser',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -231,7 +231,7 @@ return [
], ],
'header_title' => [ 'header_title' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', 'label' => 'Header Title',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -240,7 +240,7 @@ return [
], ],
'header_subtitle' => [ 'header_subtitle' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', 'label' => 'Header Subtitle',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -249,7 +249,7 @@ return [
], ],
'teaser_images' => [ 'teaser_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'teaser_images', 'teaser_images',
[ [
@@ -289,7 +289,7 @@ return [
], ],
'header_images' => [ 'header_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'header_images', 'header_images',
[ [
@@ -378,7 +378,7 @@ return [
], ],
'latitude' => [ 'latitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.latitude', 'label' => 'Breitengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -387,7 +387,7 @@ return [
], ],
'longitude' => [ 'longitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.longitude', 'label' => 'Längengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -396,7 +396,7 @@ return [
], ],
'officetip' => [ 'officetip' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.officetip', 'label' => 'Officetipp',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -410,7 +410,7 @@ return [
], ],
'snowreport' => [ 'snowreport' => [
'exclude' => 0, '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' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'items' => [ 'items' => [
@@ -425,7 +425,7 @@ return [
], ],
'facts' => [ 'facts' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country.facts', 'label' => 'Facts',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -121,7 +121,7 @@ return [
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -130,7 +130,7 @@ return [
], ],
'label' => [ 'label' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.label', 'label' => 'Bezeichnung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -139,7 +139,7 @@ return [
], ],
'keywords' => [ 'keywords' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_fact.keywords', 'label' => 'Keywords für Suchschlitz',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -122,7 +122,7 @@ return [
'label' => [ 'label' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.label', 'label' => 'Bezeichnung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -131,7 +131,7 @@ return [
], ],
'question' => [ 'question' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.question', 'label' => 'Frage',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -140,7 +140,7 @@ return [
], ],
'answer' => [ 'answer' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_faq.answer', 'label' => 'Antwort',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -157,7 +157,7 @@ return [
], ],
'detail_page' => [ 'detail_page' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.detail_page', 'label' => 'Detailseite',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -166,7 +166,7 @@ return [
], ],
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 30, 'cols' => 30,
@@ -176,7 +176,7 @@ return [
], ],
'keywords' => [ 'keywords' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.keywords', 'label' => 'Keywords für Suchschlitz',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -186,7 +186,7 @@ return [
], ],
'headline' => [ 'headline' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.headline', 'label' => 'Headline',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -195,7 +195,7 @@ return [
], ],
'teaser' => [ 'teaser' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.teaser', 'label' => 'Teaser',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -206,7 +206,7 @@ return [
], ],
'description' => [ 'description' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.description', 'label' => 'Die Unterkunft',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -217,7 +217,7 @@ return [
], ],
'header_title' => [ 'header_title' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_title', 'label' => 'Header Title',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -226,7 +226,7 @@ return [
], ],
'header_subtitle' => [ 'header_subtitle' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_city.header_subtitle', 'label' => 'Header Subtitle',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -235,7 +235,7 @@ return [
], ],
'features' => [ 'features' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.features', 'label' => 'Ausstattung',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -246,7 +246,7 @@ return [
], ],
'room_types' => [ 'room_types' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.room_types', 'label' => 'Zimmerarten/Appartmentbeschreibung',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -257,7 +257,7 @@ return [
], ],
'additional_information' => [ 'additional_information' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.additional_information', 'label' => 'Zusatzinformationen',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -268,7 +268,7 @@ return [
], ],
'teaser_images' => [ 'teaser_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'teaser_images', 'teaser_images',
[ [
@@ -308,7 +308,7 @@ return [
], ],
'header_images' => [ 'header_images' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'header_images', 'header_images',
[ [
@@ -420,7 +420,7 @@ return [
], ],
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -429,7 +429,7 @@ return [
], ],
'groupsch_id' => [ 'groupsch_id' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.groupsch_id', 'label' => 'groups.ch ID',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 8, 'size' => 8,
@@ -448,7 +448,7 @@ return [
], ],
'type' => [ 'type' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.type', 'label' => 'Typ',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -467,7 +467,7 @@ return [
], ],
'category' => [ 'category' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.category', 'label' => 'Kategorie',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -486,7 +486,7 @@ return [
], ],
'country' => [ 'country' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.country', 'label' => 'Land',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -497,7 +497,7 @@ return [
], ],
'region' => [ 'region' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.region', 'label' => 'Gebiet',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -508,7 +508,7 @@ return [
], ],
'city' => [ 'city' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.city', 'label' => 'Ort',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -519,7 +519,7 @@ return [
], ],
'facts' => [ 'facts' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.facts', 'label' => 'Facts',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -543,7 +543,7 @@ return [
], ],
'products' => [ 'products' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.products', 'label' => 'Produkte',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -558,7 +558,7 @@ return [
], ],
'teamer' => [ 'teamer' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.teamer', 'label' => 'Teamer',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -573,7 +573,7 @@ return [
], ],
'additional_codes' => [ 'additional_codes' => [
'exclude' => 0, '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( 'config' => array(
'type' => 'inline', 'type' => 'inline',
'foreign_table' => 'tx_epproducts_domain_model_matchcode', 'foreign_table' => 'tx_epproducts_domain_model_matchcode',
@@ -594,7 +594,7 @@ return [
], ],
'latitude' => [ 'latitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.latitude', 'label' => 'Breitengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -603,7 +603,7 @@ return [
], ],
'longitude' => [ 'longitude' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.longitude', 'label' => 'Längengrad',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -612,7 +612,7 @@ return [
], ],
'address' => [ 'address' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_hotel.address', 'label' => 'Anschrift',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 30, 'cols' => 30,
@@ -120,7 +120,7 @@ return [
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -129,7 +129,7 @@ return [
], ],
'by_car' => [ 'by_car' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.by_car', 'label' => 'PKW/Eigenanreise',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -140,7 +140,7 @@ return [
], ],
'by_bus' => [ 'by_bus' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_journey.by_bus', 'label' => 'Busanreise',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -121,7 +121,7 @@ return [
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_matchcode.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -130,7 +130,7 @@ return [
], ],
'entity_type' => [ 'entity_type' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ic_events/Resources/Private/Language/locallang.xlf:tx_icevents_domain_model_matchcode.entity_type', 'label' => 'Entität',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -121,7 +121,7 @@ return [
'label' => [ 'label' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.label', 'label' => 'Bezeichnung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -130,7 +130,7 @@ return [
], ],
'text' => [ 'text' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.text', 'label' => 'Text',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -140,7 +140,7 @@ return [
], ],
'author' => [ 'author' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_officetip.author', 'label' => 'Autor',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -119,7 +119,7 @@ return [
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -128,7 +128,7 @@ return [
], ],
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -137,7 +137,7 @@ return [
], ],
'pa_code' => [ 'pa_code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.pa_code', 'label' => 'PA-Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -146,7 +146,7 @@ return [
], ],
'products' => [ 'products' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_reseller.products', 'label' => 'Produkte',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectMultipleSideBySide', 'renderType' => 'selectMultipleSideBySide',
@@ -121,7 +121,7 @@ return [
'code' => [ 'code' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_roommapping.code', 'label' => 'Code',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -130,7 +130,7 @@ return [
], ],
'type' => [ 'type' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_roommapping.type', 'label' => 'Typ',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
@@ -125,7 +125,7 @@ return [
], ],
'vendor_uid' => [ 'vendor_uid' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_nowreport.vendor_uid', 'label' => 'Schneereport ID',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -134,7 +134,7 @@ return [
], ],
'region_name' => [ 'region_name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.region_name', 'label' => 'Skigebiet',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -143,14 +143,14 @@ return [
], ],
'glacier' => [ 'glacier' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.glacier', 'label' => 'Gletscher',
'config' => [ 'config' => [
'type' => 'check', 'type' => 'check',
], ],
], ],
'height_max' => [ 'height_max' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.height_max', 'label' => 'Höhe max.',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -159,7 +159,7 @@ return [
], ],
'height_min' => [ 'height_min' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.height_min', 'label' => 'Höhe min.',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -168,14 +168,14 @@ return [
], ],
'opened' => [ 'opened' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.opened', 'label' => 'Gebiet geöffnet',
'config' => [ 'config' => [
'type' => 'check', 'type' => 'check',
], ],
], ],
'snow_level_mountain' => [ 'snow_level_mountain' => [
'exclude' => 0, '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' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -184,7 +184,7 @@ return [
], ],
'snow_level_valley' => [ 'snow_level_valley' => [
'exclude' => 0, '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' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -193,7 +193,7 @@ return [
], ],
'snow_quality' => [ 'snow_quality' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.snow_quality', 'label' => 'Schneequalität',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -202,7 +202,7 @@ return [
], ],
'last_snowfall' => [ 'last_snowfall' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.last_snowfall', 'label' => 'Letzter Schneefall',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 13, 'size' => 13,
@@ -217,7 +217,7 @@ return [
], ],
'lifts_total' => [ 'lifts_total' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.lifts_total', 'label' => 'Lifte gesamt',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -226,7 +226,7 @@ return [
], ],
'lifts_opened' => [ 'lifts_opened' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.lifts_opened', 'label' => 'Lifte geöffnet',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -235,7 +235,7 @@ return [
], ],
'last_update' => [ 'last_update' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.last_update', 'label' => 'Letzte Aktualisierung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 13, 'size' => 13,
@@ -250,7 +250,7 @@ return [
], ],
'webcams' => [ 'webcams' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.webcams', 'label' => 'Webcams',
'config' => [ 'config' => [
'type' => 'inline', 'type' => 'inline',
'foreign_table' => 'tx_epproducts_domain_model_webcam', 'foreign_table' => 'tx_epproducts_domain_model_webcam',
@@ -259,7 +259,7 @@ return [
], ],
'season_start' => [ 'season_start' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.season_start', 'label' => 'Saison Anfang',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 13, 'size' => 13,
@@ -274,7 +274,7 @@ return [
], ],
'season_end' => [ 'season_end' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_snowreport.season_end', 'label' => 'Saison Ende',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 13, 'size' => 13,
@@ -136,7 +136,7 @@ return [
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.name', 'label' => 'Name',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -145,7 +145,7 @@ return [
], ],
'email' => [ 'email' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.email', 'label' => 'E-Mail',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -154,7 +154,7 @@ return [
], ],
'phone' => [ 'phone' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.phone', 'label' => 'Telefon',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -163,7 +163,7 @@ return [
], ],
'tasks' => [ 'tasks' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.tasks', 'label' => 'Aufgaben',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -172,7 +172,7 @@ return [
], ],
'description' => [ 'description' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_teammember.description', 'label' => 'Beschreibung',
'config' => [ 'config' => [
'type' => 'text', 'type' => 'text',
'cols' => 40, 'cols' => 40,
@@ -183,7 +183,7 @@ return [
], ],
'image' => [ 'image' => [
'exclude' => 0, '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( 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'image', 'image',
[ [
@@ -125,7 +125,7 @@ return [
], ],
'name' => [ 'name' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.name', 'label' => 'Bezeichnung',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -134,7 +134,7 @@ return [
], ],
'url' => [ 'url' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.url', 'label' => 'URL',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -143,7 +143,7 @@ return [
], ],
'vendor_uid' => [ 'vendor_uid' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.vendor_uid', 'label' => 'ID',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
@@ -152,14 +152,14 @@ return [
], ],
'available' => [ 'available' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.available', 'label' => 'verfügbar',
'config' => [ 'config' => [
'type' => 'check', 'type' => 'check',
], ],
], ],
'snowreport' => [ 'snowreport' => [
'exclude' => 0, 'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_webcam.snowreport', 'label' => 'Skigebiet',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingleBox', 'renderType' => 'selectSingleBox',
@@ -12,497 +12,57 @@
<trans-unit id="tx_epproducts_domain_model_concept"> <trans-unit id="tx_epproducts_domain_model_concept">
<source>Konzept</source> <source>Konzept</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.bus_pro_id">
<source>BusPro ID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.name">
<source>Bezeichnung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.code">
<source>Kürzel</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.teaser">
<source>Teaser</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.headline">
<source>Headline</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.header_title">
<source>Header Title</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.header_subtitle">
<source>Header Subtitle</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.description">
<source>Beschreibung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.detail_page">
<source>Detailseite</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.teaser_images">
<source>Teaserbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_concept.header_images">
<source>Headerbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country"> <trans-unit id="tx_epproducts_domain_model_country">
<source>Land</source> <source>Land</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.detail_page">
<source>Detailseite</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.name_internal">
<source>Name intern</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.season">
<source>Saison</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.keywords">
<source>Keywords für Suchschlitz</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.headline">
<source>Headline</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.teaser">
<source>Teaser</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.header_title">
<source>Header Title</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.header_subtitle">
<source>Header Subtitle</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.description">
<source>Beschreibung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.teaser_images">
<source>Teaserbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.header_images">
<source>Headerbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.images">
<source>Galeriebilder</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.latitude">
<source>Breitengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.longitude">
<source>Längengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.facts">
<source>Facts</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.officetip">
<source>Officetip</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_country.snowreport">
<source>Gebiet für Schneehöhen</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_region"> <trans-unit id="tx_epproducts_domain_model_region">
<source>Gebiet</source> <source>Gebiet</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_city"> <trans-unit id="tx_epproducts_domain_model_city">
<source>Stadt/Ort</source> <source>Stadt/Ort</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.detail_page">
<source>Detailseite</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.exclude_from_teasergroups">
<source>Nicht in Teasergruppen</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.name_internal">
<source>Name intern</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.season">
<source>Saison</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.keywords">
<source>Keywords für Suchschlitz</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.headline">
<source>Headline</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.teaser">
<source>Teaser</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.header_title">
<source>Header Title</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.header_subtitle">
<source>Header Subtitle</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.description">
<source>Der Ort</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.party">
<source>Party</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.leisure">
<source>Freizeitangebot</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.teaser_images">
<source>Teaserbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.header_images">
<source>Headerbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.images">
<source>Galeriebilder</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.latitude">
<source>Breitengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.longitude">
<source>Längengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.country">
<source>Land</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.region">
<source>Gebiet</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.facts">
<source>Facts</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_city.officetip">
<source>Officetip</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_fact"> <trans-unit id="tx_epproducts_domain_model_fact">
<source>Fact</source> <source>Fact</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_fact.label">
<source>Bezeichnung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_fact.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_fact.keywords">
<source>Keywords für Suchschlitz</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel"> <trans-unit id="tx_epproducts_domain_model_hotel">
<source>Hotel</source> <source>Hotel</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.detail_page">
<source>Detailseite</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.headline">
<source>Headline</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.teaser">
<source>Teaser</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.header_title">
<source>Header Title</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.header_subtitle">
<source>Header Subtitle</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.description">
<source>Die Unterkunft</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.features">
<source>Ausstattung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.room_types">
<source>Zimmerarten/Apartmentbeschreibung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.additional_information">
<source>Zusatzinformationen</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.groupsch_id">
<source>groups.ch ID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.additional_codes">
<source>Zusätzliche Codes</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.type">
<source>Typ</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.category">
<source>Kategorie</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.country">
<source>Land</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.region">
<source>Gebiet</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.city">
<source>Stadt/Ort</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.teamer">
<source>Teamer</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.products">
<source>Produkte</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.facts">
<source>Facts</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.keywords">
<source>Keywords für Suchschlitz</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.teaser_images">
<source>Teaserbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.header_images">
<source>Headerbild(er)</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.images">
<source>Galeriebilder</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.address">
<source>Anschrift</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.latitude">
<source>Breitengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_hotel.longitude">
<source>Längengrad</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room">
<source>Zimmer</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.bus_pro_id">
<source>BusPro ID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.type">
<source>Typ</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.price">
<source>Preis</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.nights">
<source>Nächte</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.pax">
<source>Pax</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.available">
<source>verfügbar</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.status">
<source>Status</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.date">
<source>Termin</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_room.hotel">
<source>Hotel</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_faq"> <trans-unit id="tx_epproducts_domain_model_faq">
<source>Faq</source> <source>Faq</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_faq.label">
<source>Bezeichnung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_faq.question">
<source>Frage</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_matchcode"> <trans-unit id="tx_epproducts_domain_model_matchcode">
<source>Code</source> <source>Code</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_matchcode.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_faq.answer">
<source>Antwort</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_officetip"> <trans-unit id="tx_epproducts_domain_model_officetip">
<source>Office-Tipp</source> <source>Office-Tipp</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_officetip.label">
<source>Bezeichnung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_officetip.text">
<source>Text</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_officetip.author">
<source>Autor</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_officetip.product">
<source>Produkt</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember"> <trans-unit id="tx_epproducts_domain_model_teammember">
<source>Mitarbeiter/Teamer</source> <source>Mitarbeiter/Teamer</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.email">
<source>E-Mail</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.image">
<source>Bild</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.description">
<source>Beschreibung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.phone">
<source>Telefon</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_teammember.tasks">
<source>Aufgaben</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_roommapping"> <trans-unit id="tx_epproducts_domain_model_roommapping">
<source>Zimmermapping</source> <source>Zimmermapping</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_roommapping.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_roommapping.type">
<source>Typ</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_journey"> <trans-unit id="tx_epproducts_domain_model_journey">
<source>Anreise</source> <source>Anreise</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_journey.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_journey.by_car">
<source>PKW/Eigenanreise</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_journey.by_bus">
<source>Busanreise</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport"> <trans-unit id="tx_epproducts_domain_model_snowreport">
<source>Schneereport</source> <source>Schneereport</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.vendor_uid">
<source>Schneereport ID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.region_name">
<source>Skigebiet</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.glacier">
<source>Gletscher</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.height_max">
<source>Höhe max</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.height_min">
<source>Höhe min</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.opened">
<source>Gebiet geöffnet</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.snow_level_mountain">
<source>Schneehöhe Berg</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.snow_level_valley">
<source>Schneehöhe Tal</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.snow_quality">
<source>Schneequalität</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.last_snowfall">
<source>Letzter Schneefall</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.lifts_total">
<source>Lifte gesamt</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.lifts_opened">
<source>Lifte geöffnet</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.last_update">
<source>Letzte Aktualisierung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_snowreport.webcams">
<source>Webcams</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_webcam"> <trans-unit id="tx_epproducts_domain_model_webcam">
<source>Webcam</source> <source>Webcam</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_webcam.name">
<source>Bezeichnung</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_webcam.url">
<source>URL</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_webcam.vendor_uid">
<source>UID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_pseudoprice">
<source>Pseudopreis</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent"> <trans-unit id="tx_epproducts_domain_model_contingent">
<source>Kontingent</source> <source>Kontingent</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.date">
<source>Datum</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.hotel">
<source>Hotel</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.pax">
<source>Pax</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.status">
<source>Status</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.groupsch_id">
<source>groups.ch ID</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_contingent.available">
<source>verfügbar</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_badge"> <trans-unit id="tx_epproducts_domain_model_badge">
<source>Badge</source> <source>Badge</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_badge.title">
<source>Titel</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_badge.subtitle">
<source>Untertitel</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_badge.link">
<source>Link</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_staticsearchparams"> <trans-unit id="tx_epproducts_domain_model_staticsearchparams">
<source>Statisches Suchergebnis</source> <source>Statisches Suchergebnis</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_reseller"> <trans-unit id="tx_epproducts_domain_model_reseller">
<source>Vertriebspartner</source> <source>Vertriebspartner</source>
</trans-unit> </trans-unit>
<trans-unit id="tx_epproducts_domain_model_reseller.name">
<source>Name</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_reseller.code">
<source>Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_reseller.pa_code">
<source>PA-Code</source>
</trans-unit>
<trans-unit id="tx_epproducts_domain_model_reseller.products">
<source>Produkte</source>
</trans-unit>
<trans-unit id="label.result_info">
<source>Deine Suche %s%s ergab %s Treffer</source>
</trans-unit>
<trans-unit id="label.no_result_info">
<source>Deine Suche %s ergab leider keine genauen Treffer, aber vielleicht blablabla</source>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>