|
9 | 9 | 'disabled' => true, |
10 | 10 | ], |
11 | 11 | 'social' => [ |
12 | | - 'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.crop_variant.social', |
| 12 | + 'title' => 'core.wizards:imwizard.crop_variant.social', |
13 | 13 | 'coverAreas' => [], |
14 | 14 | 'cropArea' => [ |
15 | 15 | 'x' => '0.0', |
|
19 | 19 | ], |
20 | 20 | 'allowedAspectRatios' => [ |
21 | 21 | '1.91:1' => [ |
22 | | - 'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.ratio.191_1', |
| 22 | + 'title' => 'core.wizards:imwizard.ratio.191_1', |
23 | 23 | 'value' => 1200 / 630, |
24 | 24 | ], |
25 | 25 | 'NaN' => [ |
26 | | - 'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.ratio.free', |
| 26 | + 'title' => 'core.wizards:imwizard.ratio.free', |
27 | 27 | 'value' => 0.0, |
28 | 28 | ], |
29 | 29 | ], |
|
37 | 37 | 'palettes' => [ |
38 | 38 | 'seo' => [ |
39 | 39 | 'label' => 'core.form.palettes:seo', |
40 | | - 'showitem' => 'seo_title;LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.seo_title', |
| 40 | + 'showitem' => 'seo_title', |
41 | 41 | ], |
42 | 42 | 'robots' => [ |
43 | 43 | 'label' => 'core.form.palettes:robots', |
44 | | - 'showitem' => 'no_index;LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_index_formlabel, no_follow;LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_follow_formlabel', |
| 44 | + 'showitem' => 'no_index, no_follow', |
45 | 45 | ], |
46 | 46 | 'canonical' => [ |
47 | 47 | 'label' => 'core.form.palettes:canonical', |
|
64 | 64 | 'seo_title' => [ |
65 | 65 | 'exclude' => true, |
66 | 66 | 'l10n_mode' => 'prefixLangTitle', |
67 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.seo_title', |
| 67 | + 'label' => 'seo.db:pages.seo_title', |
68 | 68 | 'config' => [ |
69 | 69 | 'type' => 'input', |
70 | 70 | 'size' => 40, |
|
76 | 76 | 'exclude' => true, |
77 | 77 | 'l10n_mode' => 'exclude', |
78 | 78 | 'onChange' => 'reload', |
79 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_index_formlabel', |
| 79 | + 'label' => 'seo.db:pages.no_index_formlabel', |
80 | 80 | 'config' => [ |
81 | 81 | 'type' => 'check', |
82 | 82 | 'renderType' => 'checkboxToggle', |
|
91 | 91 | 'no_follow' => [ |
92 | 92 | 'exclude' => true, |
93 | 93 | 'l10n_mode' => 'exclude', |
94 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_follow_formlabel', |
| 94 | + 'label' => 'seo.db:pages.no_follow_formlabel', |
95 | 95 | 'config' => [ |
96 | 96 | 'type' => 'check', |
97 | 97 | 'renderType' => 'checkboxToggle', |
|
105 | 105 | ], |
106 | 106 | 'sitemap_changefreq' => [ |
107 | 107 | 'exclude' => true, |
108 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq', |
| 108 | + 'label' => 'seo.db:pages.sitemap_changefreq', |
109 | 109 | 'config' => [ |
110 | 110 | 'type' => 'select', |
111 | 111 | 'renderType' => 'selectSingle', |
112 | 112 | 'items' => [ |
113 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.none', 'value' => ''], |
114 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.always', 'value' => 'always'], |
115 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.hourly', 'value' => 'hourly'], |
116 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.daily', 'value' => 'daily'], |
117 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.weekly', 'value' => 'weekly'], |
118 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.monthly', 'value' => 'monthly'], |
119 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.yearly', 'value' => 'yearly'], |
120 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_changefreq.never', 'value' => 'never'], |
| 113 | + ['label' => 'seo.db:pages.sitemap_changefreq.none', 'value' => ''], |
| 114 | + ['label' => 'seo.db:pages.sitemap_changefreq.always', 'value' => 'always'], |
| 115 | + ['label' => 'seo.db:pages.sitemap_changefreq.hourly', 'value' => 'hourly'], |
| 116 | + ['label' => 'seo.db:pages.sitemap_changefreq.daily', 'value' => 'daily'], |
| 117 | + ['label' => 'seo.db:pages.sitemap_changefreq.weekly', 'value' => 'weekly'], |
| 118 | + ['label' => 'seo.db:pages.sitemap_changefreq.monthly', 'value' => 'monthly'], |
| 119 | + ['label' => 'seo.db:pages.sitemap_changefreq.yearly', 'value' => 'yearly'], |
| 120 | + ['label' => 'seo.db:pages.sitemap_changefreq.never', 'value' => 'never'], |
121 | 121 | ], |
122 | 122 | 'dbFieldLength' => 10, |
123 | 123 | ], |
124 | 124 | ], |
125 | 125 | 'sitemap_priority' => [ |
126 | 126 | 'exclude' => true, |
127 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.sitemap_priority', |
| 127 | + 'label' => 'seo.db:pages.sitemap_priority', |
128 | 128 | 'config' => [ |
129 | 129 | 'type' => 'select', |
130 | 130 | 'renderType' => 'selectSingle', |
|
146 | 146 | ], |
147 | 147 | 'canonical_link' => [ |
148 | 148 | 'exclude' => true, |
149 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.canonical_link', |
150 | | - 'description' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.canonical_link.description', |
| 149 | + 'label' => 'seo.db:pages.canonical_link', |
| 150 | + 'description' => 'seo.db:pages.canonical_link.description', |
151 | 151 | 'displayCond' => 'FIELD:no_index:=:0', |
152 | 152 | 'config' => [ |
153 | 153 | 'type' => 'link', |
154 | 154 | 'allowedTypes' => ['page', 'url', 'record'], |
155 | 155 | 'size' => 50, |
156 | 156 | 'appearance' => [ |
157 | | - 'browserTitle' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.canonical_link', |
| 157 | + 'browserTitle' => 'seo.db:pages.canonical_link', |
158 | 158 | 'allowedOptions' => ['params', 'rel'], |
159 | 159 | ], |
160 | 160 | ], |
161 | 161 | ], |
162 | 162 | 'og_title' => [ |
163 | 163 | 'exclude' => true, |
164 | 164 | 'l10n_mode' => 'prefixLangTitle', |
165 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.og_title', |
| 165 | + 'label' => 'seo.db:pages.og_title', |
166 | 166 | 'config' => [ |
167 | 167 | 'type' => 'input', |
168 | 168 | 'size' => 40, |
|
173 | 173 | 'og_description' => [ |
174 | 174 | 'exclude' => true, |
175 | 175 | 'l10n_mode' => 'prefixLangTitle', |
176 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.og_description', |
| 176 | + 'label' => 'seo.db:pages.og_description', |
177 | 177 | 'config' => [ |
178 | 178 | 'type' => 'text', |
179 | 179 | 'cols' => 40, |
|
182 | 182 | ], |
183 | 183 | 'og_image' => [ |
184 | 184 | 'exclude' => true, |
185 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.og_image', |
| 185 | + 'label' => 'seo.db:pages.og_image', |
186 | 186 | 'config' => [ |
187 | 187 | 'type' => 'file', |
188 | 188 | 'allowed' => 'common-image-types', |
|
199 | 199 | 'twitter_title' => [ |
200 | 200 | 'exclude' => true, |
201 | 201 | 'l10n_mode' => 'prefixLangTitle', |
202 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_title', |
| 202 | + 'label' => 'seo.db:pages.twitter_title', |
203 | 203 | 'config' => [ |
204 | 204 | 'type' => 'input', |
205 | 205 | 'size' => 40, |
|
210 | 210 | 'twitter_description' => [ |
211 | 211 | 'exclude' => true, |
212 | 212 | 'l10n_mode' => 'prefixLangTitle', |
213 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_description', |
| 213 | + 'label' => 'seo.db:pages.twitter_description', |
214 | 214 | 'config' => [ |
215 | 215 | 'type' => 'text', |
216 | 216 | 'cols' => 40, |
|
219 | 219 | ], |
220 | 220 | 'twitter_image' => [ |
221 | 221 | 'exclude' => true, |
222 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_image', |
| 222 | + 'label' => 'seo.db:pages.twitter_image', |
223 | 223 | 'config' => [ |
224 | 224 | 'type' => 'file', |
225 | 225 | 'allowed' => 'common-image-types', |
|
235 | 235 | ], |
236 | 236 | 'twitter_card' => [ |
237 | 237 | 'exclude' => true, |
238 | | - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_card', |
| 238 | + 'label' => 'seo.db:pages.twitter_card', |
239 | 239 | 'config' => [ |
240 | 240 | 'type' => 'select', |
241 | 241 | 'renderType' => 'selectSingle', |
242 | 242 | 'default' => '', |
243 | 243 | 'items' => [ |
244 | 244 | ['label' => '', 'value' => ''], |
245 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_card.summary', 'value' => 'summary'], |
246 | | - ['label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.twitter_card.summary_large_image', 'value' => 'summary_large_image'], |
| 245 | + ['label' => 'seo.db:pages.twitter_card.summary', 'value' => 'summary'], |
| 246 | + ['label' => 'seo.db:pages.twitter_card.summary_large_image', 'value' => 'summary_large_image'], |
247 | 247 | ], |
248 | 248 | 'dbFieldLength' => 255, |
249 | 249 | ], |
|
0 commit comments