design-comuni-plone-theme 8.0.0-alpha.41 → 8.0.0-alpha.43

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 (59) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/locales/de/LC_MESSAGES/volto.po +61 -64
  3. package/locales/en/LC_MESSAGES/volto.po +62 -65
  4. package/locales/es/LC_MESSAGES/volto.po +3918 -0
  5. package/locales/fr/LC_MESSAGES/volto.po +62 -65
  6. package/locales/it/LC_MESSAGES/volto.po +62 -65
  7. package/locales/volto.pot +62 -65
  8. package/package.json +3 -3
  9. package/src/actions/index.js +0 -3
  10. package/src/components/Collapse.jsx +11 -1
  11. package/src/components/ItaliaTheme/Blocks/Listing/CardWithImageTemplate.jsx +1 -1
  12. package/src/components/ItaliaTheme/Blocks/Listing/Commons/utils.js +0 -18
  13. package/src/components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate.jsx +1 -0
  14. package/src/components/ItaliaTheme/Blocks/Listing/SliderTemplate.jsx +31 -195
  15. package/src/components/ItaliaTheme/Blocks/VideoGallery/Block/ViewBlock.jsx +5 -1
  16. package/src/components/ItaliaTheme/Cards/CardPersona.jsx +2 -4
  17. package/src/components/ItaliaTheme/Footer/FooterNewsletterSubscribe.jsx +5 -1
  18. package/src/components/ItaliaTheme/Header/HeaderCenter.jsx +15 -2
  19. package/src/components/ItaliaTheme/Search/Search.jsx +1 -1
  20. package/src/components/ItaliaTheme/View/Commons/EmbeddedVideo.jsx +14 -4
  21. package/src/components/ItaliaTheme/View/Commons/Events.jsx +10 -2
  22. package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderEventDates.jsx +11 -2
  23. package/src/components/ItaliaTheme/View/Commons/RelatedArticles.jsx +1 -0
  24. package/src/components/ItaliaTheme/View/Commons/RelatedNewsArticles.jsx +5 -1
  25. package/src/components/ItaliaTheme/View/Commons/RichTextArticle.jsx +1 -0
  26. package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +7 -8
  27. package/src/components/ItaliaTheme/View/Commons/TrasparenzaFields.jsx +2 -2
  28. package/src/components/ItaliaTheme/View/DocumentoView/DocumentoAutori.jsx +9 -24
  29. package/src/components/ItaliaTheme/View/ServizioView/ServizioMetatag.jsx +2 -0
  30. package/src/components/ItaliaTheme/View/UOView/UOPeople.jsx +1 -1
  31. package/src/components/ItaliaTheme/View/UOView/UOStructure.jsx +2 -2
  32. package/src/components/ItaliaTheme/manage/Widgets/MenuConfigurationForm.jsx +5 -1
  33. package/src/components/ItaliaTheme/manage/Widgets/SecondaryMenuConfigurationForm.jsx +5 -1
  34. package/src/components/ItaliaTheme/manage/Widgets/SubFooterConfigurationForm.jsx +5 -1
  35. package/src/components/SelectInput/SelectInput.jsx +8 -1
  36. package/src/config/Blocks/blocks.js +0 -20
  37. package/src/config/RichTextEditor/ToolbarButtons/TextSizeButton.jsx +20 -3
  38. package/src/config/italiaConfig.js +11 -0
  39. package/src/config/volto-gdpr-privacy-defaultPanelConfig.js +57 -0
  40. package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +110 -91
  41. package/src/reducers/index.js +0 -2
  42. package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +0 -16
  43. package/src/theme/ItaliaTheme/Blocks/_listing.scss +0 -17
  44. package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +5 -9
  45. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +7 -1
  46. package/src/theme/ItaliaTheme/Subsites/_mixin.scss +0 -2
  47. package/src/theme/_site-variables.scss +10 -0
  48. package/src/theme/bootstrap-override/bootstrap-italia/_headercenter.scss +8 -0
  49. package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +7 -0
  50. package/src/theme/site.scss +0 -1
  51. package/src/actions/getTwitterPosts.js +0 -28
  52. package/src/components/ItaliaTheme/Blocks/TwitterPosts/Body.jsx +0 -190
  53. package/src/components/ItaliaTheme/Blocks/TwitterPosts/Edit.jsx +0 -68
  54. package/src/components/ItaliaTheme/Blocks/TwitterPosts/Sidebar.jsx +0 -98
  55. package/src/components/ItaliaTheme/Blocks/TwitterPosts/Skeleton.jsx +0 -84
  56. package/src/components/ItaliaTheme/Blocks/TwitterPosts/View.jsx +0 -21
  57. package/src/reducers/twitterPosts.js +0 -43
  58. package/src/theme/ItaliaTheme/Blocks/_twitterPosts.scss +0 -191
  59. package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_twitterPosts.scss +0 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
 
2
2
 
3
+ ## [8.0.0-alpha.43](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v8.0.0-alpha.42...v8.0.0-alpha.43) (2023-07-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * empty serviceUrl in servizio schema org metatags when not available ([23602fd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/23602fdd7fe78a311f45f492b7dbe2fe478a1cd7))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * a11y styles for focus on search button in header ([#240](https://github.com/RedTurtle/design-comuni-plone-theme/issues/240)) ([6f54cb1](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6f54cb1490231dc7125fcf4d001464e980a1981b))
14
+ * cleanup cardpersona styles for style coherence ([8a0630a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/8a0630a72209fa9a78cea3264da458c91d476f1a))
15
+
16
+
17
+ ### Maintenance
18
+
19
+ * **deps-dev:** bump stylelint from 15.7.0 to 15.10.1 ([#244](https://github.com/RedTurtle/design-comuni-plone-theme/issues/244)) ([100cee6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/100cee67bab233eb70f2ca021742ce2c167875b6))
20
+
21
+ ## [8.0.0-alpha.42](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v8.0.0-alpha.41...v8.0.0-alpha.42) (2023-07-05)
22
+
23
+
24
+ ### Features
25
+
26
+ * focus on sidemenu shifts correctly between selected items and page content ([#212](https://github.com/RedTurtle/design-comuni-plone-theme/issues/212)) ([bb7c0f6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bb7c0f6d87654b2008f089d3387b2cb8b2c3f676))
27
+ * upgraded volto-data-grid-widget 2.2.0 ([40be1a7](https://github.com/RedTurtle/design-comuni-plone-theme/commit/40be1a786e1bc8ce31337e84d89e4237c31118aa))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * "feat: a11y for Slider listing template ([#226](https://github.com/RedTurtle/design-comuni-plone-theme/issues/226))" ([581b1e1](https://github.com/RedTurtle/design-comuni-plone-theme/commit/581b1e1f9a5cff52862672d7a2e62ecf61359e6a))
33
+ * added more improvements about i18n support ([#138](https://github.com/RedTurtle/design-comuni-plone-theme/issues/138)) ([f5d603e](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f5d603e2902bf84be5becd99a87514c365d335a3))
34
+ * nav menu font-weight ([e8897e8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e8897e8eb88239427885485fe39d606ef728b41f))
35
+ * number of slides to scroll on mobile set to 1 ([#239](https://github.com/RedTurtle/design-comuni-plone-theme/issues/239)) ([de0a8cd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/de0a8cd3e367287757dcb7322213055c50181549))
36
+ * rendering autore del documento con UO ([#242](https://github.com/RedTurtle/design-comuni-plone-theme/issues/242)) ([c9d5769](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c9d5769b0be46924ef86735081ae5f4d3a2527d3))
37
+ * small a11y fixes ([94a7496](https://github.com/RedTurtle/design-comuni-plone-theme/commit/94a7496af30dd4e6b93a6189d07c17984a3d7b20))
38
+ * sync datetimewidget customization ([#230](https://github.com/RedTurtle/design-comuni-plone-theme/issues/230)) ([16f78c5](https://github.com/RedTurtle/design-comuni-plone-theme/commit/16f78c5061e5a7c1a02e21ae5a0cca4bfd80b201))
39
+ * translation errors ([772cccd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/772cccd0e0ed7d4082b706e2ceee97756a0b1dce))
40
+ * useIntl in TextSizeButton ([30f77c2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/30f77c2bfe0388014e77546ed9a31ae9ecde1ca3))
41
+
42
+
43
+ ### Changes
44
+
45
+ * removed twitter block ([#233](https://github.com/RedTurtle/design-comuni-plone-theme/issues/233)) ([a3c85f4](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a3c85f449221f1edc9422f7e73dd73d0373e0d06))
46
+
47
+
48
+ ### Maintenance
49
+
50
+ * cleanup locales ([3c76bed](https://github.com/RedTurtle/design-comuni-plone-theme/commit/3c76bedfc26b070b8afd810df769b6e3151555e5))
51
+
3
52
  ## [8.0.0-alpha.41](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v8.0.0-alpha.40...v8.0.0-alpha.41) (2023-06-29)
4
53
 
5
54
 
@@ -215,6 +215,11 @@ msgstr ""
215
215
  msgid "Dimensione della mappa"
216
216
  msgstr ""
217
217
 
218
+ #: components/ItaliaTheme/View/Commons/TrasparenzaFields
219
+ # defaultMessage: Download
220
+ msgid "Download"
221
+ msgstr ""
222
+
218
223
  #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
219
224
  # defaultMessage: Enter URL or select an item
220
225
  msgid "Enter URL or select an item"
@@ -287,6 +292,13 @@ msgstr ""
287
292
  msgid "ID Lighthouse Help Description"
288
293
  msgstr ""
289
294
 
295
+ #: components/ItaliaTheme/manage/Widgets/MenuConfigurationForm
296
+ #: components/ItaliaTheme/manage/Widgets/SecondaryMenuConfigurationForm
297
+ #: components/ItaliaTheme/manage/Widgets/SubFooterConfigurationForm
298
+ # defaultMessage: ID lighthouse
299
+ msgid "ID lighthouse"
300
+ msgstr ""
301
+
290
302
  #: components/ItaliaTheme/Blocks/NumbersBlock/Edit
291
303
  # defaultMessage: Seleziona le icone dalla barra a lato
292
304
  msgid "Icons placeholder"
@@ -302,6 +314,11 @@ msgstr ""
302
314
  msgid "Image"
303
315
  msgstr ""
304
316
 
317
+ #: components/ItaliaTheme/View/Commons/Events
318
+ # defaultMessage: Immagine
319
+ msgid "Immagine"
320
+ msgstr ""
321
+
305
322
  #: components/ItaliaTheme/Footer/FooterSmall
306
323
  # defaultMessage: Impostazioni cookie
307
324
  msgid "Impostazioni cookie footer"
@@ -633,11 +650,6 @@ msgstr ""
633
650
  msgid "Trasparenza"
634
651
  msgstr ""
635
652
 
636
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
637
- # defaultMessage: Twitter Posts
638
- msgid "Twitter Posts"
639
- msgstr ""
640
-
641
653
  #: components/ItaliaTheme/Blocks/CTABlock/Block
642
654
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
643
655
  #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
@@ -902,6 +914,11 @@ msgstr ""
902
914
  msgid "ay11_Use Up and Down to choose options"
903
915
  msgstr ""
904
916
 
917
+ #: components/SelectInput/SelectInput
918
+ # defaultMessage: Annulla
919
+ msgid "ay11_select cancel"
920
+ msgstr ""
921
+
905
922
  #: components/SelectInput/SelectInput
906
923
  # defaultMessage: deselezionata
907
924
  msgid "ay11_select deselected"
@@ -982,11 +999,6 @@ msgstr ""
982
999
  msgid "ay11_select_press left to focus selected values"
983
1000
  msgstr ""
984
1001
 
985
- #: components/ItaliaTheme/View/Commons/SideMenu
986
- # defaultMessage: Indietro
987
- msgid "back"
988
- msgstr ""
989
-
990
1002
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
991
1003
  # defaultMessage: Torna alla ricerca
992
1004
  msgid "backToSearch"
@@ -1204,9 +1216,9 @@ msgstr ""
1204
1216
  msgid "clearSearch"
1205
1217
  msgstr ""
1206
1218
 
1207
- #: components/ItaliaTheme/View/Commons/SideMenu
1208
- # defaultMessage: Chiudi
1209
- msgid "close"
1219
+ #: components/Collapse
1220
+ # defaultMessage: Chiudi menu
1221
+ msgid "close-menu"
1210
1222
  msgstr ""
1211
1223
 
1212
1224
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
@@ -1391,6 +1403,11 @@ msgstr ""
1391
1403
  msgid "customer_satisfaction"
1392
1404
  msgstr ""
1393
1405
 
1406
+ #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderEventDates
1407
+ # defaultMessage: dal {dateStart} fino a conclusione
1408
+ msgid "dal {dateStart} fino a conclusione"
1409
+ msgstr ""
1410
+
1394
1411
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1395
1412
  # defaultMessage: Data conclusione incarico
1396
1413
  msgid "data_conclusione"
@@ -1704,11 +1721,6 @@ msgstr ""
1704
1721
  msgid "done_edit_social_links"
1705
1722
  msgstr ""
1706
1723
 
1707
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
1708
- # defaultMessage: Navigazione elementi slider
1709
- msgid "dots"
1710
- msgstr ""
1711
-
1712
1724
  #: components/ItaliaTheme/View/VenueView/VenueWhere
1713
1725
  # defaultMessage: Indirizzo
1714
1726
  msgid "dove"
@@ -1719,6 +1731,12 @@ msgstr ""
1719
1731
  msgid "download"
1720
1732
  msgstr ""
1721
1733
 
1734
+ #: components/ItaliaTheme/Blocks/VideoGallery/Block/ViewBlock
1735
+ #: components/ItaliaTheme/View/Commons/EmbeddedVideo
1736
+ # defaultMessage: Download and Play video
1737
+ msgid "downloadPlayVideo"
1738
+ msgstr ""
1739
+
1722
1740
  #: components/ItaliaTheme/manage/Widgets/MenuConfigurationForm
1723
1741
  # defaultMessage: Additional classes
1724
1742
  msgid "dropdownmenu-additionalClasses"
@@ -1819,6 +1837,11 @@ msgstr ""
1819
1837
  msgid "email_label"
1820
1838
  msgstr ""
1821
1839
 
1840
+ #: components/ItaliaTheme/View/Commons/EmbeddedVideo
1841
+ # defaultMessage: YouTube Video {id}
1842
+ msgid "embedVideo"
1843
+ msgstr ""
1844
+
1822
1845
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1823
1846
  # defaultMessage: Please select an item in the sidebar in order to show it here
1824
1847
  msgid "emptySelection"
@@ -2234,6 +2257,11 @@ msgstr ""
2234
2257
  msgid "link"
2235
2258
  msgstr ""
2236
2259
 
2260
+ #: components/ItaliaTheme/Header/HeaderCenter
2261
+ # defaultMessage: homepage
2262
+ msgid "link-subsite-homepage-title"
2263
+ msgstr ""
2264
+
2237
2265
  #: components/ItaliaTheme/Blocks/Accordion/Sidebar
2238
2266
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
2239
2267
  #: components/ItaliaTheme/Blocks/HeroImageLeft/StoresButtons
@@ -2342,6 +2370,11 @@ msgstr ""
2342
2370
  msgid "login_with_spid"
2343
2371
  msgstr ""
2344
2372
 
2373
+ #: components/ItaliaTheme/Header/HeaderCenter
2374
+ # defaultMessage: Logo
2375
+ msgid "logo-subsite-alt"
2376
+ msgstr ""
2377
+
2345
2378
  #: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
2346
2379
  #: components/ItaliaTheme/View/VenueView/VenueDescription
2347
2380
  # defaultMessage: Luoghi correlati
@@ -2358,6 +2391,11 @@ msgstr ""
2358
2391
  msgid "luogo"
2359
2392
  msgstr ""
2360
2393
 
2394
+ #: components/ItaliaTheme/Footer/FooterNewsletterSubscribe
2395
+ # defaultMessage: mail@example.com
2396
+ msgid "mail@example.com"
2397
+ msgstr ""
2398
+
2361
2399
  #: components/ItaliaTheme/View/Commons/Actions
2362
2400
  # defaultMessage: Invia
2363
2401
  msgid "mailto"
@@ -2661,11 +2699,6 @@ msgstr ""
2661
2699
  msgid "playStoreLink"
2662
2700
  msgstr ""
2663
2701
 
2664
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
2665
- # defaultMessage: Precedente
2666
- msgid "precedente"
2667
- msgstr ""
2668
-
2669
2702
  #: components/ItaliaTheme/manage/Widgets/IconPreviewWidget
2670
2703
  # defaultMessage: Anteprima dell'icona scelta
2671
2704
  msgid "previewIconSelected"
@@ -3500,11 +3533,6 @@ msgstr ""
3500
3533
  msgid "skype"
3501
3534
  msgstr ""
3502
3535
 
3503
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
3504
- # defaultMessage: Vai alla slide {index}
3505
- msgid "slideDot"
3506
- msgstr ""
3507
-
3508
3536
  #: config/Blocks/ListingOptions/sliderTemplate
3509
3537
  # defaultMessage: N° slide da mostrare
3510
3538
  msgid "slidesToShow"
@@ -3645,11 +3673,6 @@ msgstr ""
3645
3673
  msgid "subjects"
3646
3674
  msgstr ""
3647
3675
 
3648
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
3649
- # defaultMessage: Successivo
3650
- msgid "successivo"
3651
- msgstr ""
3652
-
3653
3676
  #: components/ItaliaTheme/View/EventoView/EventoContatti
3654
3677
  # defaultMessage: Con il supporto di
3655
3678
  msgid "supported_by"
@@ -3694,6 +3717,11 @@ msgstr ""
3694
3717
  msgid "termini_del_procedimento"
3695
3718
  msgstr ""
3696
3719
 
3720
+ #: config/RichTextEditor/ToolbarButtons/TextSizeButton
3721
+ # defaultMessage: Dimensione del testo
3722
+ msgid "text-size-button"
3723
+ msgstr ""
3724
+
3697
3725
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
3698
3726
  # defaultMessage: Inserisci un valore
3699
3727
  msgid "text_filter_placeholder"
@@ -3727,7 +3755,6 @@ msgstr ""
3727
3755
 
3728
3756
  #: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Sidebar
3729
3757
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
3730
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3731
3758
  #: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
3732
3759
  # defaultMessage: Titolo
3733
3760
  msgid "title"
@@ -3772,36 +3799,6 @@ msgstr ""
3772
3799
  msgid "twitter"
3773
3800
  msgstr ""
3774
3801
 
3775
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3776
- # defaultMessage: Link alla pagina del profilo
3777
- msgid "twitterAccountLink"
3778
- msgstr ""
3779
-
3780
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3781
- # defaultMessage: Accounts
3782
- msgid "twitterAccounts"
3783
- msgstr ""
3784
-
3785
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3786
- # defaultMessage: Inserisci i nomi degli account di cui vuoi visualizzare i post, separati da virgola. Ad esempio, se vuoi mostrare i tweet di Repubblica e del Corriere della Sera, inserisci “repubblica,Corriere".
3787
- msgid "twitterAccounts_description"
3788
- msgstr ""
3789
-
3790
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3791
- # defaultMessage: Error: Ci scusiamo per l'inconveniente, il server Twitter non risponde.
3792
- msgid "twitter_error"
3793
- msgstr ""
3794
-
3795
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3796
- # defaultMessage: Non c'è nessun post da mostrare.
3797
- msgid "twitter_posts_no_results"
3798
- msgstr ""
3799
-
3800
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3801
- # defaultMessage: Post non trovati.
3802
- msgid "twitter_posts_not_found"
3803
- msgstr ""
3804
-
3805
3802
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
3806
3803
  # defaultMessage: Unita organizzativa
3807
3804
  msgid "ufficio"
@@ -200,6 +200,11 @@ msgstr ""
200
200
  msgid "Dimensione della mappa"
201
201
  msgstr ""
202
202
 
203
+ #: components/ItaliaTheme/View/Commons/TrasparenzaFields
204
+ # defaultMessage: Download
205
+ msgid "Download"
206
+ msgstr ""
207
+
203
208
  #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
204
209
  # defaultMessage: Enter URL or select an item
205
210
  msgid "Enter URL or select an item"
@@ -272,6 +277,13 @@ msgstr ""
272
277
  msgid "ID Lighthouse Help Description"
273
278
  msgstr ""
274
279
 
280
+ #: components/ItaliaTheme/manage/Widgets/MenuConfigurationForm
281
+ #: components/ItaliaTheme/manage/Widgets/SecondaryMenuConfigurationForm
282
+ #: components/ItaliaTheme/manage/Widgets/SubFooterConfigurationForm
283
+ # defaultMessage: ID lighthouse
284
+ msgid "ID lighthouse"
285
+ msgstr ""
286
+
275
287
  #: components/ItaliaTheme/Blocks/NumbersBlock/Edit
276
288
  # defaultMessage: Seleziona le icone dalla barra a lato
277
289
  msgid "Icons placeholder"
@@ -287,6 +299,11 @@ msgstr ""
287
299
  msgid "Image"
288
300
  msgstr ""
289
301
 
302
+ #: components/ItaliaTheme/View/Commons/Events
303
+ # defaultMessage: Immagine
304
+ msgid "Immagine"
305
+ msgstr ""
306
+
290
307
  #: components/ItaliaTheme/Footer/FooterSmall
291
308
  # defaultMessage: Impostazioni cookie
292
309
  msgid "Impostazioni cookie footer"
@@ -618,11 +635,6 @@ msgstr "Drop the file here to replace existing file"
618
635
  msgid "Trasparenza"
619
636
  msgstr ""
620
637
 
621
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
622
- # defaultMessage: Twitter Posts
623
- msgid "Twitter Posts"
624
- msgstr ""
625
-
626
638
  #: components/ItaliaTheme/Blocks/CTABlock/Block
627
639
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
628
640
  #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
@@ -887,6 +899,11 @@ msgstr ""
887
899
  msgid "ay11_Use Up and Down to choose options"
888
900
  msgstr "Use Up and Down to choose options"
889
901
 
902
+ #: components/SelectInput/SelectInput
903
+ # defaultMessage: Annulla
904
+ msgid "ay11_select cancel"
905
+ msgstr ""
906
+
890
907
  #: components/SelectInput/SelectInput
891
908
  # defaultMessage: deselezionata
892
909
  msgid "ay11_select deselected"
@@ -967,11 +984,6 @@ msgstr "press Escape to exit the menu"
967
984
  msgid "ay11_select_press left to focus selected values"
968
985
  msgstr "press left to focus selected values"
969
986
 
970
- #: components/ItaliaTheme/View/Commons/SideMenu
971
- # defaultMessage: Indietro
972
- msgid "back"
973
- msgstr "back"
974
-
975
987
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
976
988
  # defaultMessage: Torna alla ricerca
977
989
  msgid "backToSearch"
@@ -1189,10 +1201,10 @@ msgstr ""
1189
1201
  msgid "clearSearch"
1190
1202
  msgstr ""
1191
1203
 
1192
- #: components/ItaliaTheme/View/Commons/SideMenu
1193
- # defaultMessage: Chiudi
1194
- msgid "close"
1195
- msgstr "close"
1204
+ #: components/Collapse
1205
+ # defaultMessage: Chiudi menu
1206
+ msgid "close-menu"
1207
+ msgstr ""
1196
1208
 
1197
1209
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1198
1210
  # defaultMessage: Chiudi cerca
@@ -1376,6 +1388,11 @@ msgstr "Curriculum vitae"
1376
1388
  msgid "customer_satisfaction"
1377
1389
  msgstr ""
1378
1390
 
1391
+ #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderEventDates
1392
+ # defaultMessage: dal {dateStart} fino a conclusione
1393
+ msgid "dal {dateStart} fino a conclusione"
1394
+ msgstr ""
1395
+
1379
1396
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1380
1397
  # defaultMessage: Data conclusione incarico
1381
1398
  msgid "data_conclusione"
@@ -1689,11 +1706,6 @@ msgstr "Responsible office"
1689
1706
  msgid "done_edit_social_links"
1690
1707
  msgstr ""
1691
1708
 
1692
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
1693
- # defaultMessage: Navigazione elementi slider
1694
- msgid "dots"
1695
- msgstr "Slider elements navigation"
1696
-
1697
1709
  #: components/ItaliaTheme/View/VenueView/VenueWhere
1698
1710
  # defaultMessage: Indirizzo
1699
1711
  msgid "dove"
@@ -1704,6 +1716,12 @@ msgstr "Where"
1704
1716
  msgid "download"
1705
1717
  msgstr "Download"
1706
1718
 
1719
+ #: components/ItaliaTheme/Blocks/VideoGallery/Block/ViewBlock
1720
+ #: components/ItaliaTheme/View/Commons/EmbeddedVideo
1721
+ # defaultMessage: Download and Play video
1722
+ msgid "downloadPlayVideo"
1723
+ msgstr ""
1724
+
1707
1725
  #: components/ItaliaTheme/manage/Widgets/MenuConfigurationForm
1708
1726
  # defaultMessage: Additional classes
1709
1727
  msgid "dropdownmenu-additionalClasses"
@@ -1804,6 +1822,11 @@ msgstr ""
1804
1822
  msgid "email_label"
1805
1823
  msgstr "E-mail"
1806
1824
 
1825
+ #: components/ItaliaTheme/View/Commons/EmbeddedVideo
1826
+ # defaultMessage: YouTube Video {id}
1827
+ msgid "embedVideo"
1828
+ msgstr ""
1829
+
1807
1830
  #: components/ItaliaTheme/Blocks/HighlightedContent/Edit
1808
1831
  # defaultMessage: Please select an item in the sidebar in order to show it here
1809
1832
  msgid "emptySelection"
@@ -2219,6 +2242,11 @@ msgstr "Internal services or offices"
2219
2242
  msgid "link"
2220
2243
  msgstr "Link"
2221
2244
 
2245
+ #: components/ItaliaTheme/Header/HeaderCenter
2246
+ # defaultMessage: homepage
2247
+ msgid "link-subsite-homepage-title"
2248
+ msgstr ""
2249
+
2222
2250
  #: components/ItaliaTheme/Blocks/Accordion/Sidebar
2223
2251
  #: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
2224
2252
  #: components/ItaliaTheme/Blocks/HeroImageLeft/StoresButtons
@@ -2327,6 +2355,11 @@ msgstr ""
2327
2355
  msgid "login_with_spid"
2328
2356
  msgstr ""
2329
2357
 
2358
+ #: components/ItaliaTheme/Header/HeaderCenter
2359
+ # defaultMessage: Logo
2360
+ msgid "logo-subsite-alt"
2361
+ msgstr ""
2362
+
2330
2363
  #: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
2331
2364
  #: components/ItaliaTheme/View/VenueView/VenueDescription
2332
2365
  # defaultMessage: Luoghi correlati
@@ -2343,6 +2376,11 @@ msgstr "Venues"
2343
2376
  msgid "luogo"
2344
2377
  msgstr "Venue"
2345
2378
 
2379
+ #: components/ItaliaTheme/Footer/FooterNewsletterSubscribe
2380
+ # defaultMessage: mail@example.com
2381
+ msgid "mail@example.com"
2382
+ msgstr ""
2383
+
2346
2384
  #: components/ItaliaTheme/View/Commons/Actions
2347
2385
  # defaultMessage: Invia
2348
2386
  msgid "mailto"
@@ -2646,11 +2684,6 @@ msgstr ""
2646
2684
  msgid "playStoreLink"
2647
2685
  msgstr ""
2648
2686
 
2649
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
2650
- # defaultMessage: Precedente
2651
- msgid "precedente"
2652
- msgstr "Previous"
2653
-
2654
2687
  #: components/ItaliaTheme/manage/Widgets/IconPreviewWidget
2655
2688
  # defaultMessage: Anteprima dell'icona scelta
2656
2689
  msgid "previewIconSelected"
@@ -3485,11 +3518,6 @@ msgstr "Go to navigation"
3485
3518
  msgid "skype"
3486
3519
  msgstr ""
3487
3520
 
3488
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
3489
- # defaultMessage: Vai alla slide {index}
3490
- msgid "slideDot"
3491
- msgstr "Go to slide {index}"
3492
-
3493
3521
  #: config/Blocks/ListingOptions/sliderTemplate
3494
3522
  # defaultMessage: N° slide da mostrare
3495
3523
  msgid "slidesToShow"
@@ -3630,11 +3658,6 @@ msgstr ""
3630
3658
  msgid "subjects"
3631
3659
  msgstr "Tags"
3632
3660
 
3633
- #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
3634
- # defaultMessage: Successivo
3635
- msgid "successivo"
3636
- msgstr "Next"
3637
-
3638
3661
  #: components/ItaliaTheme/View/EventoView/EventoContatti
3639
3662
  # defaultMessage: Con il supporto di
3640
3663
  msgid "supported_by"
@@ -3679,6 +3702,11 @@ msgstr "end"
3679
3702
  msgid "termini_del_procedimento"
3680
3703
  msgstr "Terms of the procedure"
3681
3704
 
3705
+ #: config/RichTextEditor/ToolbarButtons/TextSizeButton
3706
+ # defaultMessage: Dimensione del testo
3707
+ msgid "text-size-button"
3708
+ msgstr ""
3709
+
3682
3710
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
3683
3711
  # defaultMessage: Inserisci un valore
3684
3712
  msgid "text_filter_placeholder"
@@ -3712,7 +3740,6 @@ msgstr "Person type"
3712
3740
 
3713
3741
  #: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Sidebar
3714
3742
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
3715
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3716
3743
  #: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
3717
3744
  # defaultMessage: Titolo
3718
3745
  msgid "title"
@@ -3757,36 +3784,6 @@ msgstr ""
3757
3784
  msgid "twitter"
3758
3785
  msgstr ""
3759
3786
 
3760
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3761
- # defaultMessage: Link alla pagina del profilo
3762
- msgid "twitterAccountLink"
3763
- msgstr "Link to profile page"
3764
-
3765
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3766
- # defaultMessage: Accounts
3767
- msgid "twitterAccounts"
3768
- msgstr "Accounts"
3769
-
3770
- #: components/ItaliaTheme/Blocks/TwitterPosts/Sidebar
3771
- # defaultMessage: Inserisci i nomi degli account di cui vuoi visualizzare i post, separati da virgola. Ad esempio, se vuoi mostrare i tweet di Repubblica e del Corriere della Sera, inserisci “repubblica,Corriere".
3772
- msgid "twitterAccounts_description"
3773
- msgstr ""
3774
-
3775
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3776
- # defaultMessage: Error: Ci scusiamo per l'inconveniente, il server Twitter non risponde.
3777
- msgid "twitter_error"
3778
- msgstr "Sorry for the inconvenience, Twitter server is not responding"
3779
-
3780
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3781
- # defaultMessage: Non c'è nessun post da mostrare.
3782
- msgid "twitter_posts_no_results"
3783
- msgstr "There is no post to show"
3784
-
3785
- #: components/ItaliaTheme/Blocks/TwitterPosts/Body
3786
- # defaultMessage: Post non trovati.
3787
- msgid "twitter_posts_not_found"
3788
- msgstr "Posts not found"
3789
-
3790
3787
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
3791
3788
  # defaultMessage: Unita organizzativa
3792
3789
  msgid "ufficio"