@kitconcept/volto-light-theme 7.0.0-alpha.1 → 7.0.0-alpha.10

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.
Files changed (40) hide show
  1. package/.changelog.draft +2 -6
  2. package/CHANGELOG.md +71 -0
  3. package/locales/de/LC_MESSAGES/volto.po +52 -13
  4. package/locales/en/LC_MESSAGES/volto.po +52 -13
  5. package/locales/es/LC_MESSAGES/volto.po +52 -13
  6. package/locales/eu/LC_MESSAGES/volto.po +52 -13
  7. package/locales/pt_BR/volto.po +85 -46
  8. package/locales/volto.pot +53 -14
  9. package/package.json +12 -6
  10. package/src/components/Blocks/Listing/DefaultTemplate.jsx +7 -1
  11. package/src/components/Blocks/Listing/ListingBody.jsx +6 -8
  12. package/src/components/Blocks/Listing/SummaryTemplate.jsx +7 -1
  13. package/src/components/Blocks/Teaser/Body.tsx +53 -0
  14. package/src/components/Blocks/Teaser/DefaultBody.tsx +45 -0
  15. package/src/components/Blocks/Teaser/schema.js +3 -0
  16. package/src/components/Footer/Footer.tsx +3 -1
  17. package/src/components/Footer/slots/Colophon.tsx +16 -4
  18. package/src/components/Footer/slots/CoreFooter.tsx +1 -1
  19. package/src/components/SearchWidget/IntranetSearchWidget.jsx +5 -5
  20. package/src/components/Summary/PersonSummary.tsx +73 -0
  21. package/src/config/summary.ts +6 -0
  22. package/src/config/widgets.ts +5 -0
  23. package/src/customizations/volto/components/manage/Blocks/Teaser/Body.jsx +8 -0
  24. package/src/index.ts +8 -0
  25. package/src/stories/grid.teaser.stories.tsx +80 -0
  26. package/src/stories/listing.stories.tsx +63 -0
  27. package/src/stories/mocks.ts +284 -0
  28. package/src/stories/static/person.png +0 -0
  29. package/src/stories/teaser.stories.tsx +62 -7
  30. package/src/theme/_bgcolor-blocks-layout.scss +2 -22
  31. package/src/theme/_footer.scss +48 -9
  32. package/src/theme/_layout.scss +9 -1
  33. package/src/theme/_variables.scss +1 -0
  34. package/src/theme/blocks/_listing.scss +19 -1
  35. package/src/theme/blocks/_teaser.scss +6 -0
  36. package/src/theme/card.scss +1 -3
  37. package/src/theme/main.scss +1 -0
  38. package/src/theme/person.scss +164 -0
  39. package/src/types.d.ts +1 -0
  40. package/src/components/Blocks/Teaser/DefaultBody.jsx +0 -81
package/.changelog.draft CHANGED
@@ -1,11 +1,7 @@
1
- ## 7.0.0-alpha.1 (2025-05-16)
2
-
3
- ### Breaking
4
-
5
- - Move the `Card` component to `primitives` folder. @sneridagh [#548](https://github.com/kitconcept/volto-light-theme/pull/548)
1
+ ## 7.0.0-alpha.10 (2025-06-10)
6
2
 
7
3
  ### Bugfix
8
4
 
9
- - Fix condition on showing the card or not if the placeholder is present. @sneridagh [#548](https://github.com/kitconcept/volto-light-theme/pull/548)
5
+ - Fixed Person Teaser top variant. Added Storybook. @sneridagh
10
6
 
11
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,77 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.0.0-alpha.10 (2025-06-10)
12
+
13
+ ### Bugfix
14
+
15
+ - Fixed Person Teaser top variant. Added Storybook. @sneridagh
16
+
17
+ ## 7.0.0-alpha.9 (2025-06-09)
18
+
19
+ ### Bugfix
20
+
21
+ - Fixed Teaser styling @sneridagh [#573](https://github.com/kitconcept/volto-light-theme/pull/573)
22
+
23
+ ### Internal
24
+
25
+ - Fix aspect ratio for images in file teaser block @iRohitSingh
26
+
27
+ ## 7.0.0-alpha.8 (2025-06-06)
28
+
29
+ ### Bugfix
30
+
31
+ - Fix duplicated pagination on mobile. @danalvrz [#558](https://github.com/kitconcept/volto-light-theme/pull/558)
32
+ - Fixed summaries on Events and News Items. @sneridagh [#567](https://github.com/kitconcept/volto-light-theme/pull/567)
33
+ - Update volto-carousel-block, fixed adaptation needed for the latest VLT changes. @sneridagh
34
+
35
+ ## 7.0.0-alpha.7 (2025-06-04)
36
+
37
+ ### Feature
38
+
39
+ - Update pt_BR translation. @ericof
40
+
41
+ ## 7.0.0-alpha.6 (2025-06-04)
42
+
43
+ ### Internal
44
+
45
+ - Update social media to latest to fix Redux complaining. @sneridagh
46
+
47
+ ## 7.0.0-alpha.5 (2025-06-04)
48
+
49
+ ### Breaking
50
+
51
+ - The `Body` Teaser component has been shadowed, including the `placeholder` in case that the Teaser is empty. @sneridagh
52
+ See [the upgrade guide](https://volto-light-theme.readthedocs.io/how-to-guides/upgrade-guide.html) for more information. [#555](https://github.com/kitconcept/volto-light-theme/pull/555)
53
+
54
+ ### Feature
55
+
56
+ - Add support for Person content type in teasers, teasers in grids and listings. @sneridagh [#555](https://github.com/kitconcept/volto-light-theme/pull/555)
57
+ - Added string interpolation {searchTerm} in the custom searchURL in intranet header search widget. @sneridagh
58
+
59
+ ## 7.0.0-alpha.4 (2025-05-22)
60
+
61
+ ### Internal
62
+
63
+ - Added some of the Volto's Cypress tests. @sneridagh [#540](https://github.com/kitconcept/volto-light-theme/pull/540)
64
+
65
+ ## 7.0.0-alpha.3 (2025-05-20)
66
+
67
+ ### Feature
68
+
69
+ - Improve Footer color handling. @danalvrz [#551](https://github.com/kitconcept/volto-light-theme/pull/551)
70
+ - Added support for a customizable colophon footer. @sneridagh
71
+
72
+ ## 7.0.0-alpha.2 (2025-05-19)
73
+
74
+ ### Breaking
75
+
76
+ - Update to use `volto-button-block` 4a0. @sneridagh [#553](https://github.com/kitconcept/volto-light-theme/pull/553)
77
+
78
+ ### Feature
79
+
80
+ - Added the `volto-logos-block` and `volto-carousel-block` as recommended add-ons. @sneridagh [#550](https://github.com/kitconcept/volto-light-theme/pull/550)
81
+
11
82
  ## 7.0.0-alpha.1 (2025-05-16)
12
83
 
13
84
  ### Breaking
@@ -32,6 +32,11 @@ msgstr ""
32
32
  msgid "Add action"
33
33
  msgstr ""
34
34
 
35
+ #. Default: "Add item"
36
+ #: components/Widgets/schema/iconLinkListSchema
37
+ msgid "Add item"
38
+ msgstr ""
39
+
35
40
  #. Default: "Add link"
36
41
  #: components/Widgets/schema/footerLinksSchema
37
42
  msgid "Add link"
@@ -50,6 +55,7 @@ msgstr ""
50
55
 
51
56
  #. Default: "Alt text"
52
57
  #: components/Widgets/schema/footerLogosSchema
58
+ #: components/Widgets/schema/iconLinkListSchema
53
59
  msgid "Alt text"
54
60
  msgstr ""
55
61
 
@@ -113,7 +119,7 @@ msgid "Continue reading"
113
119
  msgstr "Weiterlesen"
114
120
 
115
121
  #. Default: "Copyright"
116
- #: components/Footer/Footer
122
+ #: components/Footer/slots/Copyright
117
123
  msgid "Copyright"
118
124
  msgstr "Urheberrechte"
119
125
 
@@ -125,11 +131,12 @@ msgstr ""
125
131
  #. Default: "Description"
126
132
  #: components/Blocks/Image/schema
127
133
  #: components/Widgets/schema/footerLogosSchema
134
+ #: components/Widgets/schema/iconLinkListSchema
128
135
  msgid "Description"
129
136
  msgstr "Beschreibung"
130
137
 
131
138
  #. Default: "Distributed under the {license}."
132
- #: components/Footer/Footer
139
+ #: components/Footer/slots/Copyright
133
140
  msgid "Distributed under the {license}."
134
141
  msgstr "Vertrieben unter {license}"
135
142
 
@@ -149,18 +156,24 @@ msgstr "ende"
149
156
  msgid "Flag align"
150
157
  msgstr ""
151
158
 
159
+ #. Default: "Follow us:"
160
+ #: components/Footer/slots/FollowUsLogoAndLinks
161
+ msgid "Follow us:"
162
+ msgstr ""
163
+
152
164
  #. Default: "Full"
153
165
  #: components/Widgets/BlockWidth
154
166
  msgid "Full"
155
167
  msgstr "Volle Breite"
156
168
 
157
- #. Default: "GNU GPL license"
158
- #: components/Footer/Footer
169
+ #. Default: "GNU GPL v2 license"
170
+ #: components/Footer/slots/Copyright
159
171
  msgid "GNU GPL license"
160
172
  msgstr "GNU GPL Lizenz"
161
173
 
162
174
  #. Default: "Headline"
163
175
  #: components/Widgets/schema/footerLogosSchema
176
+ #: components/Widgets/schema/iconLinkListSchema
164
177
  msgid "Headline"
165
178
  msgstr ""
166
179
 
@@ -171,6 +184,7 @@ msgstr "keinen Button anzeigen"
171
184
 
172
185
  #. Default: "Hide description"
173
186
  #: components/Widgets/schema/footerLogosSchema
187
+ #: components/Widgets/schema/iconLinkListSchema
174
188
  msgid "Hide description"
175
189
  msgstr ""
176
190
 
@@ -191,6 +205,16 @@ msgstr "ICS-Download"
191
205
  msgid "Image"
192
206
  msgstr "Bild"
193
207
 
208
+ #. Default: "Item"
209
+ #: components/Widgets/schema/iconLinkListSchema
210
+ msgid "Item"
211
+ msgstr ""
212
+
213
+ #. Default: "Item icon"
214
+ #: components/Widgets/schema/iconLinkListSchema
215
+ msgid "Item icon"
216
+ msgstr ""
217
+
194
218
  #. Default: "Large"
195
219
  #: components/Widgets/Size
196
220
  msgid "Large"
@@ -275,6 +299,7 @@ msgstr "Keine Elemente im Ordner gefunden."
275
299
  #: components/Widgets/schema/footerLinksSchema
276
300
  #: components/Widgets/schema/footerLogosSchema
277
301
  #: components/Widgets/schema/headerActionsSchema
302
+ #: components/Widgets/schema/iconLinkListSchema
278
303
  msgid "Open in a new tab"
279
304
  msgstr ""
280
305
 
@@ -291,30 +316,26 @@ msgstr "Übersicht"
291
316
 
292
317
  #. Default: "Phone"
293
318
  #: components/Blocks/EventMetadata/View
319
+ #: components/Summary/PersonSummary
294
320
  msgid "Phone"
295
321
  msgstr "Telefon"
296
322
 
297
323
  #. Default: "Please choose an existing content as source for this element"
298
324
  #: components/Blocks/Slider/DefaultBody
299
- #: components/Blocks/Teaser/DefaultBody
325
+ #: components/Blocks/Teaser/Body
300
326
  msgid "Please choose an existing content as source for this element"
301
327
  msgstr "Bitte wählen sie einen bestehenden Inhalt als Quelle für dieses Element"
302
328
 
303
329
  #. Default: "Plone Foundation"
304
- #: components/Footer/Footer
330
+ #: components/Footer/slots/Copyright
305
331
  msgid "Plone Foundation"
306
332
  msgstr ""
307
333
 
308
334
  #. Default: "Plone{reg} Open Source CMS/WCM"
309
- #: components/Footer/Footer
335
+ #: components/Footer/slots/Copyright
310
336
  msgid "Plone{reg} Open Source CMS/WCM"
311
337
  msgstr ""
312
338
 
313
- #. Default: "Powered by Plone & Python"
314
- #: components/Footer/Footer
315
- msgid "Powered by Plone & Python"
316
- msgstr ""
317
-
318
339
  #. Default: "Press"
319
340
  #: index
320
341
  msgid "Press"
@@ -346,6 +367,11 @@ msgstr "Ergebnis"
346
367
  msgid "Right"
347
368
  msgstr "Rechts"
348
369
 
370
+ #. Default: "Room"
371
+ #: components/Summary/PersonSummary
372
+ msgid "Room"
373
+ msgstr ""
374
+
349
375
  #. Default: "Search"
350
376
  #: components/Blocks/Search/components/SearchInput
351
377
  #: components/Blocks/Search/TopSideFacets
@@ -378,6 +404,7 @@ msgstr "Gesucht für"
378
404
 
379
405
  #. Default: "Settings"
380
406
  #: components/Widgets/schema/footerLogosSchema
407
+ #: components/Widgets/schema/iconLinkListSchema
381
408
  msgid "Settings"
382
409
  msgstr ""
383
410
 
@@ -412,6 +439,11 @@ msgstr "Sortierung"
412
439
  msgid "Source"
413
440
  msgstr "Quelle"
414
441
 
442
+ #. Default: "Sponsored by:"
443
+ #: components/Footer/slots/FollowUsLogoAndLinks
444
+ msgid "Sponsored by:"
445
+ msgstr ""
446
+
415
447
  #. Default: "Start"
416
448
  #: components/Blocks/EventMetadata/View
417
449
  msgid "Start"
@@ -426,11 +458,12 @@ msgstr ""
426
458
  #: components/Widgets/schema/footerLinksSchema
427
459
  #: components/Widgets/schema/footerLogosSchema
428
460
  #: components/Widgets/schema/headerActionsSchema
461
+ #: components/Widgets/schema/iconLinkListSchema
429
462
  msgid "Target"
430
463
  msgstr ""
431
464
 
432
465
  #. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
433
- #: components/Footer/Footer
466
+ #: components/Footer/slots/Copyright
434
467
  msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
435
468
  msgstr ""
436
469
 
@@ -439,6 +472,7 @@ msgstr ""
439
472
  #: components/Widgets/schema/footerLinksSchema
440
473
  #: components/Widgets/schema/footerLogosSchema
441
474
  #: components/Widgets/schema/headerActionsSchema
475
+ #: components/Widgets/schema/iconLinkListSchema
442
476
  msgid "Title"
443
477
  msgstr "Titel"
444
478
 
@@ -447,6 +481,11 @@ msgstr "Titel"
447
481
  msgid "Website"
448
482
  msgstr "Webseite"
449
483
 
484
+ #. Default: "eMail"
485
+ #: components/Summary/PersonSummary
486
+ msgid "eMail"
487
+ msgstr ""
488
+
450
489
  #. Default: "Clear image"
451
490
  #: components/Blocks/Image/ImageSidebar
452
491
  msgid "image_block_clear"
@@ -27,6 +27,11 @@ msgstr ""
27
27
  msgid "Add action"
28
28
  msgstr ""
29
29
 
30
+ #. Default: "Add item"
31
+ #: components/Widgets/schema/iconLinkListSchema
32
+ msgid "Add item"
33
+ msgstr ""
34
+
30
35
  #. Default: "Add link"
31
36
  #: components/Widgets/schema/footerLinksSchema
32
37
  msgid "Add link"
@@ -45,6 +50,7 @@ msgstr ""
45
50
 
46
51
  #. Default: "Alt text"
47
52
  #: components/Widgets/schema/footerLogosSchema
53
+ #: components/Widgets/schema/iconLinkListSchema
48
54
  msgid "Alt text"
49
55
  msgstr ""
50
56
 
@@ -108,7 +114,7 @@ msgid "Continue reading"
108
114
  msgstr ""
109
115
 
110
116
  #. Default: "Copyright"
111
- #: components/Footer/Footer
117
+ #: components/Footer/slots/Copyright
112
118
  msgid "Copyright"
113
119
  msgstr ""
114
120
 
@@ -120,11 +126,12 @@ msgstr ""
120
126
  #. Default: "Description"
121
127
  #: components/Blocks/Image/schema
122
128
  #: components/Widgets/schema/footerLogosSchema
129
+ #: components/Widgets/schema/iconLinkListSchema
123
130
  msgid "Description"
124
131
  msgstr ""
125
132
 
126
133
  #. Default: "Distributed under the {license}."
127
- #: components/Footer/Footer
134
+ #: components/Footer/slots/Copyright
128
135
  msgid "Distributed under the {license}."
129
136
  msgstr ""
130
137
 
@@ -144,18 +151,24 @@ msgstr ""
144
151
  msgid "Flag align"
145
152
  msgstr ""
146
153
 
154
+ #. Default: "Follow us:"
155
+ #: components/Footer/slots/FollowUsLogoAndLinks
156
+ msgid "Follow us:"
157
+ msgstr ""
158
+
147
159
  #. Default: "Full"
148
160
  #: components/Widgets/BlockWidth
149
161
  msgid "Full"
150
162
  msgstr ""
151
163
 
152
- #. Default: "GNU GPL license"
153
- #: components/Footer/Footer
164
+ #. Default: "GNU GPL v2 license"
165
+ #: components/Footer/slots/Copyright
154
166
  msgid "GNU GPL license"
155
167
  msgstr ""
156
168
 
157
169
  #. Default: "Headline"
158
170
  #: components/Widgets/schema/footerLogosSchema
171
+ #: components/Widgets/schema/iconLinkListSchema
159
172
  msgid "Headline"
160
173
  msgstr ""
161
174
 
@@ -166,6 +179,7 @@ msgstr ""
166
179
 
167
180
  #. Default: "Hide description"
168
181
  #: components/Widgets/schema/footerLogosSchema
182
+ #: components/Widgets/schema/iconLinkListSchema
169
183
  msgid "Hide description"
170
184
  msgstr ""
171
185
 
@@ -186,6 +200,16 @@ msgstr ""
186
200
  msgid "Image"
187
201
  msgstr ""
188
202
 
203
+ #. Default: "Item"
204
+ #: components/Widgets/schema/iconLinkListSchema
205
+ msgid "Item"
206
+ msgstr ""
207
+
208
+ #. Default: "Item icon"
209
+ #: components/Widgets/schema/iconLinkListSchema
210
+ msgid "Item icon"
211
+ msgstr ""
212
+
189
213
  #. Default: "Large"
190
214
  #: components/Widgets/Size
191
215
  msgid "Large"
@@ -270,6 +294,7 @@ msgstr ""
270
294
  #: components/Widgets/schema/footerLinksSchema
271
295
  #: components/Widgets/schema/footerLogosSchema
272
296
  #: components/Widgets/schema/headerActionsSchema
297
+ #: components/Widgets/schema/iconLinkListSchema
273
298
  msgid "Open in a new tab"
274
299
  msgstr ""
275
300
 
@@ -286,30 +311,26 @@ msgstr ""
286
311
 
287
312
  #. Default: "Phone"
288
313
  #: components/Blocks/EventMetadata/View
314
+ #: components/Summary/PersonSummary
289
315
  msgid "Phone"
290
316
  msgstr ""
291
317
 
292
318
  #. Default: "Please choose an existing content as source for this element"
293
319
  #: components/Blocks/Slider/DefaultBody
294
- #: components/Blocks/Teaser/DefaultBody
320
+ #: components/Blocks/Teaser/Body
295
321
  msgid "Please choose an existing content as source for this element"
296
322
  msgstr ""
297
323
 
298
324
  #. Default: "Plone Foundation"
299
- #: components/Footer/Footer
325
+ #: components/Footer/slots/Copyright
300
326
  msgid "Plone Foundation"
301
327
  msgstr ""
302
328
 
303
329
  #. Default: "Plone{reg} Open Source CMS/WCM"
304
- #: components/Footer/Footer
330
+ #: components/Footer/slots/Copyright
305
331
  msgid "Plone{reg} Open Source CMS/WCM"
306
332
  msgstr ""
307
333
 
308
- #. Default: "Powered by Plone & Python"
309
- #: components/Footer/Footer
310
- msgid "Powered by Plone & Python"
311
- msgstr ""
312
-
313
334
  #. Default: "Press"
314
335
  #: index
315
336
  msgid "Press"
@@ -341,6 +362,11 @@ msgstr ""
341
362
  msgid "Right"
342
363
  msgstr ""
343
364
 
365
+ #. Default: "Room"
366
+ #: components/Summary/PersonSummary
367
+ msgid "Room"
368
+ msgstr ""
369
+
344
370
  #. Default: "Search"
345
371
  #: components/Blocks/Search/components/SearchInput
346
372
  #: components/Blocks/Search/TopSideFacets
@@ -373,6 +399,7 @@ msgstr ""
373
399
 
374
400
  #. Default: "Settings"
375
401
  #: components/Widgets/schema/footerLogosSchema
402
+ #: components/Widgets/schema/iconLinkListSchema
376
403
  msgid "Settings"
377
404
  msgstr ""
378
405
 
@@ -407,6 +434,11 @@ msgstr ""
407
434
  msgid "Source"
408
435
  msgstr ""
409
436
 
437
+ #. Default: "Sponsored by:"
438
+ #: components/Footer/slots/FollowUsLogoAndLinks
439
+ msgid "Sponsored by:"
440
+ msgstr ""
441
+
410
442
  #. Default: "Start"
411
443
  #: components/Blocks/EventMetadata/View
412
444
  msgid "Start"
@@ -421,11 +453,12 @@ msgstr ""
421
453
  #: components/Widgets/schema/footerLinksSchema
422
454
  #: components/Widgets/schema/footerLogosSchema
423
455
  #: components/Widgets/schema/headerActionsSchema
456
+ #: components/Widgets/schema/iconLinkListSchema
424
457
  msgid "Target"
425
458
  msgstr ""
426
459
 
427
460
  #. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
428
- #: components/Footer/Footer
461
+ #: components/Footer/slots/Copyright
429
462
  msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
430
463
  msgstr ""
431
464
 
@@ -434,6 +467,7 @@ msgstr ""
434
467
  #: components/Widgets/schema/footerLinksSchema
435
468
  #: components/Widgets/schema/footerLogosSchema
436
469
  #: components/Widgets/schema/headerActionsSchema
470
+ #: components/Widgets/schema/iconLinkListSchema
437
471
  msgid "Title"
438
472
  msgstr ""
439
473
 
@@ -442,6 +476,11 @@ msgstr ""
442
476
  msgid "Website"
443
477
  msgstr ""
444
478
 
479
+ #. Default: "eMail"
480
+ #: components/Summary/PersonSummary
481
+ msgid "eMail"
482
+ msgstr ""
483
+
445
484
  #. Default: "Clear image"
446
485
  #: components/Blocks/Image/ImageSidebar
447
486
  msgid "image_block_clear"
@@ -33,6 +33,11 @@ msgstr ""
33
33
  msgid "Add action"
34
34
  msgstr ""
35
35
 
36
+ #. Default: "Add item"
37
+ #: components/Widgets/schema/iconLinkListSchema
38
+ msgid "Add item"
39
+ msgstr ""
40
+
36
41
  #. Default: "Add link"
37
42
  #: components/Widgets/schema/footerLinksSchema
38
43
  msgid "Add link"
@@ -51,6 +56,7 @@ msgstr ""
51
56
 
52
57
  #. Default: "Alt text"
53
58
  #: components/Widgets/schema/footerLogosSchema
59
+ #: components/Widgets/schema/iconLinkListSchema
54
60
  msgid "Alt text"
55
61
  msgstr ""
56
62
 
@@ -114,7 +120,7 @@ msgid "Continue reading"
114
120
  msgstr "Seguir leyendo"
115
121
 
116
122
  #. Default: "Copyright"
117
- #: components/Footer/Footer
123
+ #: components/Footer/slots/Copyright
118
124
  msgid "Copyright"
119
125
  msgstr "Copyright"
120
126
 
@@ -126,11 +132,12 @@ msgstr ""
126
132
  #. Default: "Description"
127
133
  #: components/Blocks/Image/schema
128
134
  #: components/Widgets/schema/footerLogosSchema
135
+ #: components/Widgets/schema/iconLinkListSchema
129
136
  msgid "Description"
130
137
  msgstr "Descripción"
131
138
 
132
139
  #. Default: "Distributed under the {license}."
133
- #: components/Footer/Footer
140
+ #: components/Footer/slots/Copyright
134
141
  msgid "Distributed under the {license}."
135
142
  msgstr "Distribuido bajo {license}"
136
143
 
@@ -150,18 +157,24 @@ msgstr "Fin"
150
157
  msgid "Flag align"
151
158
  msgstr "Alinear"
152
159
 
160
+ #. Default: "Follow us:"
161
+ #: components/Footer/slots/FollowUsLogoAndLinks
162
+ msgid "Follow us:"
163
+ msgstr ""
164
+
153
165
  #. Default: "Full"
154
166
  #: components/Widgets/BlockWidth
155
167
  msgid "Full"
156
168
  msgstr "Completo"
157
169
 
158
- #. Default: "GNU GPL license"
159
- #: components/Footer/Footer
170
+ #. Default: "GNU GPL v2 license"
171
+ #: components/Footer/slots/Copyright
160
172
  msgid "GNU GPL license"
161
173
  msgstr "Licencia GNU GPL"
162
174
 
163
175
  #. Default: "Headline"
164
176
  #: components/Widgets/schema/footerLogosSchema
177
+ #: components/Widgets/schema/iconLinkListSchema
165
178
  msgid "Headline"
166
179
  msgstr ""
167
180
 
@@ -172,6 +185,7 @@ msgstr "Esconder botón"
172
185
 
173
186
  #. Default: "Hide description"
174
187
  #: components/Widgets/schema/footerLogosSchema
188
+ #: components/Widgets/schema/iconLinkListSchema
175
189
  msgid "Hide description"
176
190
  msgstr ""
177
191
 
@@ -192,6 +206,16 @@ msgstr "Descargar archivo ICS"
192
206
  msgid "Image"
193
207
  msgstr "Imagen"
194
208
 
209
+ #. Default: "Item"
210
+ #: components/Widgets/schema/iconLinkListSchema
211
+ msgid "Item"
212
+ msgstr ""
213
+
214
+ #. Default: "Item icon"
215
+ #: components/Widgets/schema/iconLinkListSchema
216
+ msgid "Item icon"
217
+ msgstr ""
218
+
195
219
  #. Default: "Large"
196
220
  #: components/Widgets/Size
197
221
  msgid "Large"
@@ -276,6 +300,7 @@ msgstr "No se han encontrado elementos"
276
300
  #: components/Widgets/schema/footerLinksSchema
277
301
  #: components/Widgets/schema/footerLogosSchema
278
302
  #: components/Widgets/schema/headerActionsSchema
303
+ #: components/Widgets/schema/iconLinkListSchema
279
304
  msgid "Open in a new tab"
280
305
  msgstr ""
281
306
 
@@ -292,30 +317,26 @@ msgstr "Resumen"
292
317
 
293
318
  #. Default: "Phone"
294
319
  #: components/Blocks/EventMetadata/View
320
+ #: components/Summary/PersonSummary
295
321
  msgid "Phone"
296
322
  msgstr "Teléfono"
297
323
 
298
324
  #. Default: "Please choose an existing content as source for this element"
299
325
  #: components/Blocks/Slider/DefaultBody
300
- #: components/Blocks/Teaser/DefaultBody
326
+ #: components/Blocks/Teaser/Body
301
327
  msgid "Please choose an existing content as source for this element"
302
328
  msgstr "Elija un contenido para utilizarlo como fuente de datos para este elemento"
303
329
 
304
330
  #. Default: "Plone Foundation"
305
- #: components/Footer/Footer
331
+ #: components/Footer/slots/Copyright
306
332
  msgid "Plone Foundation"
307
333
  msgstr "Fundación Plone"
308
334
 
309
335
  #. Default: "Plone{reg} Open Source CMS/WCM"
310
- #: components/Footer/Footer
336
+ #: components/Footer/slots/Copyright
311
337
  msgid "Plone{reg} Open Source CMS/WCM"
312
338
  msgstr "Plone{reg} Gestor de Contenido de Código Abierto"
313
339
 
314
- #. Default: "Powered by Plone & Python"
315
- #: components/Footer/Footer
316
- msgid "Powered by Plone & Python"
317
- msgstr "Hecho con Plone & Python"
318
-
319
340
  #. Default: "Press"
320
341
  #: index
321
342
  msgid "Press"
@@ -347,6 +368,11 @@ msgstr "Resultado"
347
368
  msgid "Right"
348
369
  msgstr "Derecha"
349
370
 
371
+ #. Default: "Room"
372
+ #: components/Summary/PersonSummary
373
+ msgid "Room"
374
+ msgstr ""
375
+
350
376
  #. Default: "Search"
351
377
  #: components/Blocks/Search/components/SearchInput
352
378
  #: components/Blocks/Search/TopSideFacets
@@ -379,6 +405,7 @@ msgstr "Ha buscado"
379
405
 
380
406
  #. Default: "Settings"
381
407
  #: components/Widgets/schema/footerLogosSchema
408
+ #: components/Widgets/schema/iconLinkListSchema
382
409
  msgid "Settings"
383
410
  msgstr ""
384
411
 
@@ -413,6 +440,11 @@ msgstr "Ordenación"
413
440
  msgid "Source"
414
441
  msgstr "Origen"
415
442
 
443
+ #. Default: "Sponsored by:"
444
+ #: components/Footer/slots/FollowUsLogoAndLinks
445
+ msgid "Sponsored by:"
446
+ msgstr ""
447
+
416
448
  #. Default: "Start"
417
449
  #: components/Blocks/EventMetadata/View
418
450
  msgid "Start"
@@ -427,11 +459,12 @@ msgstr "Cambiar a"
427
459
  #: components/Widgets/schema/footerLinksSchema
428
460
  #: components/Widgets/schema/footerLogosSchema
429
461
  #: components/Widgets/schema/headerActionsSchema
462
+ #: components/Widgets/schema/iconLinkListSchema
430
463
  msgid "Target"
431
464
  msgstr ""
432
465
 
433
466
  #. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
434
- #: components/Footer/Footer
467
+ #: components/Footer/slots/Copyright
435
468
  msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
436
469
  msgstr "{plonecms} es {copyright} 2000-{current_year} de la {plonefoundation} y amigos."
437
470
 
@@ -440,6 +473,7 @@ msgstr "{plonecms} es {copyright} 2000-{current_year} de la {plonefoundation} y
440
473
  #: components/Widgets/schema/footerLinksSchema
441
474
  #: components/Widgets/schema/footerLogosSchema
442
475
  #: components/Widgets/schema/headerActionsSchema
476
+ #: components/Widgets/schema/iconLinkListSchema
443
477
  msgid "Title"
444
478
  msgstr "Título"
445
479
 
@@ -448,6 +482,11 @@ msgstr "Título"
448
482
  msgid "Website"
449
483
  msgstr "Sitio web"
450
484
 
485
+ #. Default: "eMail"
486
+ #: components/Summary/PersonSummary
487
+ msgid "eMail"
488
+ msgstr ""
489
+
451
490
  #. Default: "Clear image"
452
491
  #: components/Blocks/Image/ImageSidebar
453
492
  msgid "image_block_clear"