Remove translated labels from TCA
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
+21
-21
@@ -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',
|
||||
|
||||
+11
-11
@@ -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',
|
||||
|
||||
+6
-6
@@ -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,
|
||||
|
||||
+17
-17
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
+27
-27
@@ -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,
|
||||
|
||||
+3
-3
@@ -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,
|
||||
|
||||
+2
-2
@@ -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',
|
||||
|
||||
+3
-3
@@ -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',
|
||||
|
||||
+4
-4
@@ -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',
|
||||
|
||||
+2
-2
@@ -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',
|
||||
|
||||
+16
-16
@@ -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,
|
||||
|
||||
+6
-6
@@ -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',
|
||||
[
|
||||
|
||||
+5
-5
@@ -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',
|
||||
|
||||
@@ -12,497 +12,57 @@
|
||||
<trans-unit id="tx_epproducts_domain_model_concept">
|
||||
<source>Konzept</source>
|
||||
</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">
|
||||
<source>Land</source>
|
||||
</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">
|
||||
<source>Gebiet</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epproducts_domain_model_city">
|
||||
<source>Stadt/Ort</source>
|
||||
</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">
|
||||
<source>Fact</source>
|
||||
</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">
|
||||
<source>Hotel</source>
|
||||
</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">
|
||||
<source>Faq</source>
|
||||
</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">
|
||||
<source>Code</source>
|
||||
</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">
|
||||
<source>Office-Tipp</source>
|
||||
</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">
|
||||
<source>Mitarbeiter/Teamer</source>
|
||||
</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">
|
||||
<source>Zimmermapping</source>
|
||||
</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">
|
||||
<source>Anreise</source>
|
||||
</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">
|
||||
<source>Schneereport</source>
|
||||
</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">
|
||||
<source>Webcam</source>
|
||||
</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">
|
||||
<source>Kontingent</source>
|
||||
</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">
|
||||
<source>Badge</source>
|
||||
</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">
|
||||
<source>Statisches Suchergebnis</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_epproducts_domain_model_reseller">
|
||||
<source>Vertriebspartner</source>
|
||||
</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>
|
||||
</file>
|
||||
</xliff>
|
||||
|
||||
Reference in New Issue
Block a user