@kitconcept/volto-light-theme 7.6.6 → 7.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.changelog.draft +3 -4
- package/CHANGELOG.md +12 -0
- package/locales/de/LC_MESSAGES/volto.po +30 -120
- package/locales/en/LC_MESSAGES/volto.po +30 -120
- package/locales/es/LC_MESSAGES/volto.po +30 -120
- package/locales/eu/LC_MESSAGES/volto.po +57 -128
- package/locales/pt_BR/LC_MESSAGES/volto.po +30 -120
- package/locales/volto.pot +31 -121
- package/package.json +1 -1
- package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
- package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
- package/src/config/slots.ts +7 -0
- package/src/primitives/IconLinkList.tsx +53 -52
- package/src/theme/_mobile-sticky-menu.scss +92 -0
- package/src/theme/blocks/_listing.scss +4 -0
- package/src/theme/main.scss +1 -0
- package/src/types.d.ts +1 -0
package/.changelog.draft
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
## 7.
|
|
1
|
+
## 7.7.0 (2026-01-29)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Feature
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- Fixed double navigation in cards that contains inner links in its body. @sneridagh
|
|
5
|
+
- Add sticky menu in mobile view. @iFlameing
|
|
7
6
|
|
|
8
7
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 7.7.0 (2026-01-29)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Add sticky menu in mobile view. @iFlameing
|
|
16
|
+
|
|
17
|
+
## 7.6.7 (2026-01-15)
|
|
18
|
+
|
|
19
|
+
### Bugfix
|
|
20
|
+
|
|
21
|
+
- - fix bug where markdown inline links in descriptions are rendered as a separate paragraph [#751](https://github.com/kitconcept/volto-light-theme/pull/751)
|
|
22
|
+
|
|
11
23
|
## 7.6.6 (2026-01-13)
|
|
12
24
|
|
|
13
25
|
### Bugfix
|
|
@@ -57,12 +57,6 @@ msgstr ""
|
|
|
57
57
|
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#. Default: "Alignment"
|
|
61
|
-
#: components/Blocks/Button/schema
|
|
62
|
-
#: components/Blocks/Separator/schema
|
|
63
|
-
msgid "Alignment"
|
|
64
|
-
msgstr "Ausrichtung"
|
|
65
|
-
|
|
66
60
|
#. Default: "Alt text"
|
|
67
61
|
#: components/Widgets/schema/footerLogosSchema
|
|
68
62
|
#: components/Widgets/schema/iconLinkListSchema
|
|
@@ -90,9 +84,7 @@ msgid "Base search query"
|
|
|
90
84
|
msgstr ""
|
|
91
85
|
|
|
92
86
|
#. Default: "Block Width"
|
|
93
|
-
#: components/Blocks/Button/schema
|
|
94
87
|
#: components/Blocks/Image/schema
|
|
95
|
-
#: components/Blocks/Separator/schema
|
|
96
88
|
msgid "Block Width"
|
|
97
89
|
msgstr "Block Breite"
|
|
98
90
|
|
|
@@ -101,21 +93,11 @@ msgstr "Block Breite"
|
|
|
101
93
|
msgid "Breadcrumbs"
|
|
102
94
|
msgstr "Brotkrumen"
|
|
103
95
|
|
|
104
|
-
#. Default: "Button text"
|
|
105
|
-
#: components/Blocks/Slider/schema
|
|
106
|
-
msgid "Button text"
|
|
107
|
-
msgstr "Button Text"
|
|
108
|
-
|
|
109
96
|
#. Default: "Cancel search"
|
|
110
97
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
111
98
|
msgid "Cancel search"
|
|
112
99
|
msgstr ""
|
|
113
100
|
|
|
114
|
-
#. Default: "Center"
|
|
115
|
-
#: components/Widgets/BlockAlignment
|
|
116
|
-
msgid "Center"
|
|
117
|
-
msgstr "Mittig"
|
|
118
|
-
|
|
119
101
|
#. Default: "Close menu"
|
|
120
102
|
#: components/MobileNavigation/MobileNavigation
|
|
121
103
|
#: components/Navigation/Navigation
|
|
@@ -138,12 +120,6 @@ msgstr "Das Farbkontrastverhältnis {contrastRatio}:1 ist möglicherweise nicht
|
|
|
138
120
|
msgid "Contact"
|
|
139
121
|
msgstr "Kontakt"
|
|
140
122
|
|
|
141
|
-
#. Default: "Continue reading"
|
|
142
|
-
#: components/Blocks/Slider/DefaultBody
|
|
143
|
-
#: components/Blocks/Slider/SliderVariants
|
|
144
|
-
msgid "Continue reading"
|
|
145
|
-
msgstr "Weiterlesen"
|
|
146
|
-
|
|
147
123
|
#. Default: "Controls"
|
|
148
124
|
#: components/Blocks/EventCalendar/Search/schema
|
|
149
125
|
msgid "Controls"
|
|
@@ -154,11 +130,6 @@ msgstr ""
|
|
|
154
130
|
msgid "Copyright"
|
|
155
131
|
msgstr "Urheberrechte"
|
|
156
132
|
|
|
157
|
-
#. Default: "Default"
|
|
158
|
-
#: components/Widgets/BlockWidth
|
|
159
|
-
msgid "Default"
|
|
160
|
-
msgstr ""
|
|
161
|
-
|
|
162
133
|
#. Default: "Descending"
|
|
163
134
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
164
135
|
msgid "Descending"
|
|
@@ -217,21 +188,11 @@ msgstr ""
|
|
|
217
188
|
msgid "Field"
|
|
218
189
|
msgstr ""
|
|
219
190
|
|
|
220
|
-
#. Default: "Align"
|
|
221
|
-
#: components/Blocks/Slider/schema
|
|
222
|
-
msgid "Flag align"
|
|
223
|
-
msgstr "Ausrichtung"
|
|
224
|
-
|
|
225
191
|
#. Default: "Follow us:"
|
|
226
192
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
227
193
|
msgid "Follow us:"
|
|
228
194
|
msgstr ""
|
|
229
195
|
|
|
230
|
-
#. Default: "Full"
|
|
231
|
-
#: components/Widgets/BlockWidth
|
|
232
|
-
msgid "Full"
|
|
233
|
-
msgstr "Volle Breite"
|
|
234
|
-
|
|
235
196
|
#. Default: "GNU GPL v2 license"
|
|
236
197
|
#: components/Footer/slots/Copyright
|
|
237
198
|
msgid "GNU GPL license"
|
|
@@ -247,11 +208,6 @@ msgstr "Überschrift"
|
|
|
247
208
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
248
209
|
msgstr ""
|
|
249
210
|
|
|
250
|
-
#. Default: "Hide Button"
|
|
251
|
-
#: components/Blocks/Slider/schema
|
|
252
|
-
msgid "Hide Button"
|
|
253
|
-
msgstr "keinen Button anzeigen"
|
|
254
|
-
|
|
255
211
|
#. Default: "Hide facet?"
|
|
256
212
|
#: components/Blocks/EventCalendar/Search/schema
|
|
257
213
|
msgid "Hide facet?"
|
|
@@ -285,11 +241,6 @@ msgstr "Bild"
|
|
|
285
241
|
msgid "Invalid Block"
|
|
286
242
|
msgstr ""
|
|
287
243
|
|
|
288
|
-
#. Default: "Invalid Slider source"
|
|
289
|
-
#: components/Blocks/Slider/Data
|
|
290
|
-
msgid "Invalid Slider source"
|
|
291
|
-
msgstr ""
|
|
292
|
-
|
|
293
244
|
#. Default: "Item"
|
|
294
245
|
#: components/Widgets/schema/iconLinkListSchema
|
|
295
246
|
msgid "Item"
|
|
@@ -300,21 +251,6 @@ msgstr ""
|
|
|
300
251
|
msgid "Label"
|
|
301
252
|
msgstr ""
|
|
302
253
|
|
|
303
|
-
#. Default: "Large"
|
|
304
|
-
#: components/Widgets/Size
|
|
305
|
-
msgid "Large"
|
|
306
|
-
msgstr ""
|
|
307
|
-
|
|
308
|
-
#. Default: "Layout"
|
|
309
|
-
#: components/Widgets/BlockWidth
|
|
310
|
-
msgid "Layout"
|
|
311
|
-
msgstr ""
|
|
312
|
-
|
|
313
|
-
#. Default: "Left"
|
|
314
|
-
#: components/Widgets/BlockAlignment
|
|
315
|
-
msgid "Left"
|
|
316
|
-
msgstr "Links"
|
|
317
|
-
|
|
318
254
|
#. Default: "Link"
|
|
319
255
|
#: components/Widgets/schema/footerLinksSchema
|
|
320
256
|
msgid "Link"
|
|
@@ -360,11 +296,6 @@ msgstr "Logo Bild"
|
|
|
360
296
|
msgid "Logo of"
|
|
361
297
|
msgstr "Logo von"
|
|
362
298
|
|
|
363
|
-
#. Default: "Medium"
|
|
364
|
-
#: components/Widgets/Size
|
|
365
|
-
msgid "Medium"
|
|
366
|
-
msgstr ""
|
|
367
|
-
|
|
368
299
|
#. Default: "Move down"
|
|
369
300
|
#: components/Blocks/Block/Edit
|
|
370
301
|
msgid "Move down"
|
|
@@ -380,11 +311,6 @@ msgstr ""
|
|
|
380
311
|
msgid "Multiple choices?"
|
|
381
312
|
msgstr ""
|
|
382
313
|
|
|
383
|
-
#. Default: "Narrow"
|
|
384
|
-
#: components/Widgets/BlockWidth
|
|
385
|
-
msgid "Narrow"
|
|
386
|
-
msgstr ""
|
|
387
|
-
|
|
388
314
|
#. Default: "Next Page"
|
|
389
315
|
#: components/Blocks/Listing/ListingBody
|
|
390
316
|
msgid "Next Page"
|
|
@@ -446,9 +372,6 @@ msgid "Phone"
|
|
|
446
372
|
msgstr "Telefon"
|
|
447
373
|
|
|
448
374
|
#. Default: "Please choose an existing content as source for this element"
|
|
449
|
-
#: components/Blocks/Slider/DefaultBody
|
|
450
|
-
#: components/Blocks/Slider/SliderVariants
|
|
451
|
-
#: components/Blocks/Slider/View
|
|
452
375
|
#: components/Blocks/Teaser/Body
|
|
453
376
|
msgid "Please choose an existing content as source for this element"
|
|
454
377
|
msgstr "Bitte wählen sie einen bestehenden Inhalt als Quelle für dieses Element"
|
|
@@ -473,11 +396,6 @@ msgstr "Presse"
|
|
|
473
396
|
msgid "Previous Page"
|
|
474
397
|
msgstr "Vorherige Seite"
|
|
475
398
|
|
|
476
|
-
#. Default: "Refresh source content"
|
|
477
|
-
#: components/Blocks/Slider/Data
|
|
478
|
-
msgid "Refresh source content"
|
|
479
|
-
msgstr ""
|
|
480
|
-
|
|
481
399
|
#. Default: "Register"
|
|
482
400
|
#: components/Anontools/Anontools
|
|
483
401
|
msgid "Register"
|
|
@@ -489,21 +407,11 @@ msgstr "Registrieren"
|
|
|
489
407
|
msgid "Remove item"
|
|
490
408
|
msgstr ""
|
|
491
409
|
|
|
492
|
-
#. Default: "Reset the block"
|
|
493
|
-
#: components/Blocks/Slider/Data
|
|
494
|
-
msgid "Reset the block"
|
|
495
|
-
msgstr ""
|
|
496
|
-
|
|
497
410
|
#. Default: "Result"
|
|
498
411
|
#: components/Blocks/Listing/ListingBody
|
|
499
412
|
msgid "Result"
|
|
500
413
|
msgstr "Ergebnis"
|
|
501
414
|
|
|
502
|
-
#. Default: "Right"
|
|
503
|
-
#: components/Widgets/BlockAlignment
|
|
504
|
-
msgid "Right"
|
|
505
|
-
msgstr "Rechts"
|
|
506
|
-
|
|
507
415
|
#. Default: "Room"
|
|
508
416
|
#: components/Summary/PersonSummary
|
|
509
417
|
msgid "Room"
|
|
@@ -561,11 +469,6 @@ msgstr "Gesucht für"
|
|
|
561
469
|
msgid "Section title"
|
|
562
470
|
msgstr ""
|
|
563
471
|
|
|
564
|
-
#. Default: "Short line"
|
|
565
|
-
#: components/Blocks/Separator/schema
|
|
566
|
-
msgid "Short line"
|
|
567
|
-
msgstr ""
|
|
568
|
-
|
|
569
472
|
#. Default: "Show item"
|
|
570
473
|
#: components/Widgets/BlocksObject
|
|
571
474
|
#: components/Widgets/ObjectList
|
|
@@ -597,16 +500,16 @@ msgstr ""
|
|
|
597
500
|
msgid "Simple"
|
|
598
501
|
msgstr "Einfach"
|
|
599
502
|
|
|
503
|
+
#. Default: "Site Setup"
|
|
504
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
505
|
+
msgid "Site Setup"
|
|
506
|
+
msgstr ""
|
|
507
|
+
|
|
600
508
|
#. Default: "Sitemap"
|
|
601
509
|
#: index
|
|
602
510
|
msgid "Sitemap"
|
|
603
511
|
msgstr "Übersicht"
|
|
604
512
|
|
|
605
|
-
#. Default: "Small"
|
|
606
|
-
#: components/Widgets/Size
|
|
607
|
-
msgid "Small"
|
|
608
|
-
msgstr ""
|
|
609
|
-
|
|
610
513
|
#. Default: "Sort on"
|
|
611
514
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
612
515
|
msgid "Sort on"
|
|
@@ -627,12 +530,6 @@ msgstr ""
|
|
|
627
530
|
msgid "Sorting"
|
|
628
531
|
msgstr "Sortierung"
|
|
629
532
|
|
|
630
|
-
#. Default: "Source"
|
|
631
|
-
#: components/Blocks/Slider/DefaultBody
|
|
632
|
-
#: components/Blocks/Slider/SliderVariants
|
|
633
|
-
msgid "Source"
|
|
634
|
-
msgstr "Quelle"
|
|
635
|
-
|
|
636
533
|
#. Default: "Sponsored by:"
|
|
637
534
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
638
535
|
msgid "Sponsored by:"
|
|
@@ -643,11 +540,6 @@ msgstr ""
|
|
|
643
540
|
msgid "Start"
|
|
644
541
|
msgstr "Anfang"
|
|
645
542
|
|
|
646
|
-
#. Default: "Switch to"
|
|
647
|
-
#: components/LanguageSelector/LanguageSelector
|
|
648
|
-
msgid "Switch to"
|
|
649
|
-
msgstr ""
|
|
650
|
-
|
|
651
543
|
#. Default: "Target"
|
|
652
544
|
#: components/Widgets/schema/footerLinksSchema
|
|
653
545
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -692,12 +584,36 @@ msgstr "Webseite"
|
|
|
692
584
|
msgid "availableViews"
|
|
693
585
|
msgstr ""
|
|
694
586
|
|
|
587
|
+
#. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
|
|
588
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
589
|
+
msgid "blockErrorBoundaryDescription"
|
|
590
|
+
msgstr ""
|
|
591
|
+
|
|
592
|
+
#. Default: "Block error:"
|
|
593
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
594
|
+
msgid "blockErrorBoundaryTitle"
|
|
595
|
+
msgstr ""
|
|
596
|
+
|
|
597
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
598
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
599
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
600
|
+
msgstr ""
|
|
601
|
+
|
|
695
602
|
#. Default: "Delete"
|
|
696
603
|
#: components/Blocks/Block/Edit
|
|
697
|
-
#: components/Blocks/Block/EditBlockWrapper
|
|
698
604
|
msgid "delete"
|
|
699
605
|
msgstr ""
|
|
700
606
|
|
|
607
|
+
#. Default: "delete {type} block"
|
|
608
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
609
|
+
msgid "delete_block"
|
|
610
|
+
msgstr ""
|
|
611
|
+
|
|
612
|
+
#. Default: "drag {type} block"
|
|
613
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
614
|
+
msgid "drag_block"
|
|
615
|
+
msgstr ""
|
|
616
|
+
|
|
701
617
|
#. Default: "Clear image"
|
|
702
618
|
#: components/Blocks/Image/ImageSidebar
|
|
703
619
|
msgid "image_block_clear"
|
|
@@ -713,12 +629,6 @@ msgstr "Bild Vorschau"
|
|
|
713
629
|
msgid "loading"
|
|
714
630
|
msgstr "laden"
|
|
715
631
|
|
|
716
|
-
#. Default: "More info"
|
|
717
|
-
#: components/Blocks/Slider/DefaultBody
|
|
718
|
-
#: components/Blocks/Slider/SliderVariants
|
|
719
|
-
msgid "moreInfo"
|
|
720
|
-
msgstr "Mehr Informationen"
|
|
721
|
-
|
|
722
632
|
#. Default: "of"
|
|
723
633
|
#: components/Blocks/Listing/ListingBody
|
|
724
634
|
msgid "of"
|
|
@@ -52,12 +52,6 @@ msgstr ""
|
|
|
52
52
|
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
|
-
#. Default: "Alignment"
|
|
56
|
-
#: components/Blocks/Button/schema
|
|
57
|
-
#: components/Blocks/Separator/schema
|
|
58
|
-
msgid "Alignment"
|
|
59
|
-
msgstr ""
|
|
60
|
-
|
|
61
55
|
#. Default: "Alt text"
|
|
62
56
|
#: components/Widgets/schema/footerLogosSchema
|
|
63
57
|
#: components/Widgets/schema/iconLinkListSchema
|
|
@@ -85,9 +79,7 @@ msgid "Base search query"
|
|
|
85
79
|
msgstr ""
|
|
86
80
|
|
|
87
81
|
#. Default: "Block Width"
|
|
88
|
-
#: components/Blocks/Button/schema
|
|
89
82
|
#: components/Blocks/Image/schema
|
|
90
|
-
#: components/Blocks/Separator/schema
|
|
91
83
|
msgid "Block Width"
|
|
92
84
|
msgstr ""
|
|
93
85
|
|
|
@@ -96,21 +88,11 @@ msgstr ""
|
|
|
96
88
|
msgid "Breadcrumbs"
|
|
97
89
|
msgstr ""
|
|
98
90
|
|
|
99
|
-
#. Default: "Button text"
|
|
100
|
-
#: components/Blocks/Slider/schema
|
|
101
|
-
msgid "Button text"
|
|
102
|
-
msgstr ""
|
|
103
|
-
|
|
104
91
|
#. Default: "Cancel search"
|
|
105
92
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
106
93
|
msgid "Cancel search"
|
|
107
94
|
msgstr ""
|
|
108
95
|
|
|
109
|
-
#. Default: "Center"
|
|
110
|
-
#: components/Widgets/BlockAlignment
|
|
111
|
-
msgid "Center"
|
|
112
|
-
msgstr ""
|
|
113
|
-
|
|
114
96
|
#. Default: "Close menu"
|
|
115
97
|
#: components/MobileNavigation/MobileNavigation
|
|
116
98
|
#: components/Navigation/Navigation
|
|
@@ -133,12 +115,6 @@ msgstr ""
|
|
|
133
115
|
msgid "Contact"
|
|
134
116
|
msgstr ""
|
|
135
117
|
|
|
136
|
-
#. Default: "Continue reading"
|
|
137
|
-
#: components/Blocks/Slider/DefaultBody
|
|
138
|
-
#: components/Blocks/Slider/SliderVariants
|
|
139
|
-
msgid "Continue reading"
|
|
140
|
-
msgstr ""
|
|
141
|
-
|
|
142
118
|
#. Default: "Controls"
|
|
143
119
|
#: components/Blocks/EventCalendar/Search/schema
|
|
144
120
|
msgid "Controls"
|
|
@@ -149,11 +125,6 @@ msgstr ""
|
|
|
149
125
|
msgid "Copyright"
|
|
150
126
|
msgstr ""
|
|
151
127
|
|
|
152
|
-
#. Default: "Default"
|
|
153
|
-
#: components/Widgets/BlockWidth
|
|
154
|
-
msgid "Default"
|
|
155
|
-
msgstr ""
|
|
156
|
-
|
|
157
128
|
#. Default: "Descending"
|
|
158
129
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
159
130
|
msgid "Descending"
|
|
@@ -212,21 +183,11 @@ msgstr ""
|
|
|
212
183
|
msgid "Field"
|
|
213
184
|
msgstr ""
|
|
214
185
|
|
|
215
|
-
#. Default: "Align"
|
|
216
|
-
#: components/Blocks/Slider/schema
|
|
217
|
-
msgid "Flag align"
|
|
218
|
-
msgstr ""
|
|
219
|
-
|
|
220
186
|
#. Default: "Follow us:"
|
|
221
187
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
222
188
|
msgid "Follow us:"
|
|
223
189
|
msgstr ""
|
|
224
190
|
|
|
225
|
-
#. Default: "Full"
|
|
226
|
-
#: components/Widgets/BlockWidth
|
|
227
|
-
msgid "Full"
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
191
|
#. Default: "GNU GPL v2 license"
|
|
231
192
|
#: components/Footer/slots/Copyright
|
|
232
193
|
msgid "GNU GPL license"
|
|
@@ -242,11 +203,6 @@ msgstr ""
|
|
|
242
203
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
243
204
|
msgstr ""
|
|
244
205
|
|
|
245
|
-
#. Default: "Hide Button"
|
|
246
|
-
#: components/Blocks/Slider/schema
|
|
247
|
-
msgid "Hide Button"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
206
|
#. Default: "Hide facet?"
|
|
251
207
|
#: components/Blocks/EventCalendar/Search/schema
|
|
252
208
|
msgid "Hide facet?"
|
|
@@ -280,11 +236,6 @@ msgstr ""
|
|
|
280
236
|
msgid "Invalid Block"
|
|
281
237
|
msgstr ""
|
|
282
238
|
|
|
283
|
-
#. Default: "Invalid Slider source"
|
|
284
|
-
#: components/Blocks/Slider/Data
|
|
285
|
-
msgid "Invalid Slider source"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
239
|
#. Default: "Item"
|
|
289
240
|
#: components/Widgets/schema/iconLinkListSchema
|
|
290
241
|
msgid "Item"
|
|
@@ -295,21 +246,6 @@ msgstr ""
|
|
|
295
246
|
msgid "Label"
|
|
296
247
|
msgstr ""
|
|
297
248
|
|
|
298
|
-
#. Default: "Large"
|
|
299
|
-
#: components/Widgets/Size
|
|
300
|
-
msgid "Large"
|
|
301
|
-
msgstr ""
|
|
302
|
-
|
|
303
|
-
#. Default: "Layout"
|
|
304
|
-
#: components/Widgets/BlockWidth
|
|
305
|
-
msgid "Layout"
|
|
306
|
-
msgstr ""
|
|
307
|
-
|
|
308
|
-
#. Default: "Left"
|
|
309
|
-
#: components/Widgets/BlockAlignment
|
|
310
|
-
msgid "Left"
|
|
311
|
-
msgstr ""
|
|
312
|
-
|
|
313
249
|
#. Default: "Link"
|
|
314
250
|
#: components/Widgets/schema/footerLinksSchema
|
|
315
251
|
msgid "Link"
|
|
@@ -355,11 +291,6 @@ msgstr "Logo-Bild"
|
|
|
355
291
|
msgid "Logo of"
|
|
356
292
|
msgstr ""
|
|
357
293
|
|
|
358
|
-
#. Default: "Medium"
|
|
359
|
-
#: components/Widgets/Size
|
|
360
|
-
msgid "Medium"
|
|
361
|
-
msgstr ""
|
|
362
|
-
|
|
363
294
|
#. Default: "Move down"
|
|
364
295
|
#: components/Blocks/Block/Edit
|
|
365
296
|
msgid "Move down"
|
|
@@ -375,11 +306,6 @@ msgstr ""
|
|
|
375
306
|
msgid "Multiple choices?"
|
|
376
307
|
msgstr ""
|
|
377
308
|
|
|
378
|
-
#. Default: "Narrow"
|
|
379
|
-
#: components/Widgets/BlockWidth
|
|
380
|
-
msgid "Narrow"
|
|
381
|
-
msgstr ""
|
|
382
|
-
|
|
383
309
|
#. Default: "Next Page"
|
|
384
310
|
#: components/Blocks/Listing/ListingBody
|
|
385
311
|
msgid "Next Page"
|
|
@@ -441,9 +367,6 @@ msgid "Phone"
|
|
|
441
367
|
msgstr ""
|
|
442
368
|
|
|
443
369
|
#. Default: "Please choose an existing content as source for this element"
|
|
444
|
-
#: components/Blocks/Slider/DefaultBody
|
|
445
|
-
#: components/Blocks/Slider/SliderVariants
|
|
446
|
-
#: components/Blocks/Slider/View
|
|
447
370
|
#: components/Blocks/Teaser/Body
|
|
448
371
|
msgid "Please choose an existing content as source for this element"
|
|
449
372
|
msgstr ""
|
|
@@ -468,11 +391,6 @@ msgstr ""
|
|
|
468
391
|
msgid "Previous Page"
|
|
469
392
|
msgstr ""
|
|
470
393
|
|
|
471
|
-
#. Default: "Refresh source content"
|
|
472
|
-
#: components/Blocks/Slider/Data
|
|
473
|
-
msgid "Refresh source content"
|
|
474
|
-
msgstr ""
|
|
475
|
-
|
|
476
394
|
#. Default: "Register"
|
|
477
395
|
#: components/Anontools/Anontools
|
|
478
396
|
msgid "Register"
|
|
@@ -484,21 +402,11 @@ msgstr ""
|
|
|
484
402
|
msgid "Remove item"
|
|
485
403
|
msgstr ""
|
|
486
404
|
|
|
487
|
-
#. Default: "Reset the block"
|
|
488
|
-
#: components/Blocks/Slider/Data
|
|
489
|
-
msgid "Reset the block"
|
|
490
|
-
msgstr ""
|
|
491
|
-
|
|
492
405
|
#. Default: "Result"
|
|
493
406
|
#: components/Blocks/Listing/ListingBody
|
|
494
407
|
msgid "Result"
|
|
495
408
|
msgstr ""
|
|
496
409
|
|
|
497
|
-
#. Default: "Right"
|
|
498
|
-
#: components/Widgets/BlockAlignment
|
|
499
|
-
msgid "Right"
|
|
500
|
-
msgstr ""
|
|
501
|
-
|
|
502
410
|
#. Default: "Room"
|
|
503
411
|
#: components/Summary/PersonSummary
|
|
504
412
|
msgid "Room"
|
|
@@ -556,11 +464,6 @@ msgstr ""
|
|
|
556
464
|
msgid "Section title"
|
|
557
465
|
msgstr ""
|
|
558
466
|
|
|
559
|
-
#. Default: "Short line"
|
|
560
|
-
#: components/Blocks/Separator/schema
|
|
561
|
-
msgid "Short line"
|
|
562
|
-
msgstr ""
|
|
563
|
-
|
|
564
467
|
#. Default: "Show item"
|
|
565
468
|
#: components/Widgets/BlocksObject
|
|
566
469
|
#: components/Widgets/ObjectList
|
|
@@ -592,16 +495,16 @@ msgstr ""
|
|
|
592
495
|
msgid "Simple"
|
|
593
496
|
msgstr ""
|
|
594
497
|
|
|
498
|
+
#. Default: "Site Setup"
|
|
499
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
500
|
+
msgid "Site Setup"
|
|
501
|
+
msgstr ""
|
|
502
|
+
|
|
595
503
|
#. Default: "Sitemap"
|
|
596
504
|
#: index
|
|
597
505
|
msgid "Sitemap"
|
|
598
506
|
msgstr ""
|
|
599
507
|
|
|
600
|
-
#. Default: "Small"
|
|
601
|
-
#: components/Widgets/Size
|
|
602
|
-
msgid "Small"
|
|
603
|
-
msgstr ""
|
|
604
|
-
|
|
605
508
|
#. Default: "Sort on"
|
|
606
509
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
607
510
|
msgid "Sort on"
|
|
@@ -622,12 +525,6 @@ msgstr ""
|
|
|
622
525
|
msgid "Sorting"
|
|
623
526
|
msgstr ""
|
|
624
527
|
|
|
625
|
-
#. Default: "Source"
|
|
626
|
-
#: components/Blocks/Slider/DefaultBody
|
|
627
|
-
#: components/Blocks/Slider/SliderVariants
|
|
628
|
-
msgid "Source"
|
|
629
|
-
msgstr ""
|
|
630
|
-
|
|
631
528
|
#. Default: "Sponsored by:"
|
|
632
529
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
633
530
|
msgid "Sponsored by:"
|
|
@@ -638,11 +535,6 @@ msgstr ""
|
|
|
638
535
|
msgid "Start"
|
|
639
536
|
msgstr ""
|
|
640
537
|
|
|
641
|
-
#. Default: "Switch to"
|
|
642
|
-
#: components/LanguageSelector/LanguageSelector
|
|
643
|
-
msgid "Switch to"
|
|
644
|
-
msgstr ""
|
|
645
|
-
|
|
646
538
|
#. Default: "Target"
|
|
647
539
|
#: components/Widgets/schema/footerLinksSchema
|
|
648
540
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -687,12 +579,36 @@ msgstr ""
|
|
|
687
579
|
msgid "availableViews"
|
|
688
580
|
msgstr ""
|
|
689
581
|
|
|
582
|
+
#. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
|
|
583
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
584
|
+
msgid "blockErrorBoundaryDescription"
|
|
585
|
+
msgstr ""
|
|
586
|
+
|
|
587
|
+
#. Default: "Block error:"
|
|
588
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
589
|
+
msgid "blockErrorBoundaryTitle"
|
|
590
|
+
msgstr ""
|
|
591
|
+
|
|
592
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
593
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
594
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
595
|
+
msgstr ""
|
|
596
|
+
|
|
690
597
|
#. Default: "Delete"
|
|
691
598
|
#: components/Blocks/Block/Edit
|
|
692
|
-
#: components/Blocks/Block/EditBlockWrapper
|
|
693
599
|
msgid "delete"
|
|
694
600
|
msgstr ""
|
|
695
601
|
|
|
602
|
+
#. Default: "delete {type} block"
|
|
603
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
604
|
+
msgid "delete_block"
|
|
605
|
+
msgstr ""
|
|
606
|
+
|
|
607
|
+
#. Default: "drag {type} block"
|
|
608
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
609
|
+
msgid "drag_block"
|
|
610
|
+
msgstr ""
|
|
611
|
+
|
|
696
612
|
#. Default: "Clear image"
|
|
697
613
|
#: components/Blocks/Image/ImageSidebar
|
|
698
614
|
msgid "image_block_clear"
|
|
@@ -708,12 +624,6 @@ msgstr ""
|
|
|
708
624
|
msgid "loading"
|
|
709
625
|
msgstr ""
|
|
710
626
|
|
|
711
|
-
#. Default: "More info"
|
|
712
|
-
#: components/Blocks/Slider/DefaultBody
|
|
713
|
-
#: components/Blocks/Slider/SliderVariants
|
|
714
|
-
msgid "moreInfo"
|
|
715
|
-
msgstr ""
|
|
716
|
-
|
|
717
627
|
#. Default: "of"
|
|
718
628
|
#: components/Blocks/Listing/ListingBody
|
|
719
629
|
msgid "of"
|