design-comuni-plone-theme 11.26.3 → 11.26.5

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 (55) hide show
  1. package/.github/workflows/main.yml +1 -1
  2. package/.github/workflows/prs.yml +1 -1
  3. package/.github/workflows/release.yml +1 -1
  4. package/.yarn/cache/{volto-venue-npm-4.1.0-481d5ba425-64ca36bc93.zip → volto-venue-npm-4.1.1-d5be247928-f796d519ad.zip} +0 -0
  5. package/.yarn/install-state.gz +0 -0
  6. package/CHANGELOG.md +41 -0
  7. package/Makefile +1 -1
  8. package/RELEASE.md +22 -0
  9. package/locales/de/LC_MESSAGES/volto.po +38 -7
  10. package/locales/en/LC_MESSAGES/volto.po +39 -8
  11. package/locales/es/LC_MESSAGES/volto.po +38 -7
  12. package/locales/fr/LC_MESSAGES/volto.po +38 -7
  13. package/locales/it/LC_MESSAGES/volto.po +39 -8
  14. package/locales/volto.pot +39 -8
  15. package/package.json +3 -3
  16. package/publiccode.yml +2 -2
  17. package/src/components/ImageWithErrors/ImageWithErrors.jsx +0 -1
  18. package/src/components/ItaliaTheme/Blocks/Listing/AttachmentCardTemplate.jsx +13 -10
  19. package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +7 -7
  20. package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +35 -13
  21. package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +16 -10
  22. package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +12 -9
  23. package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +7 -7
  24. package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +9 -8
  25. package/src/components/ItaliaTheme/Blocks/Listing/PhotogalleryTemplate.jsx +7 -6
  26. package/src/components/ItaliaTheme/Blocks/Listing/SliderTemplate.jsx +9 -6
  27. package/src/components/ItaliaTheme/Blocks/Listing/SmallBlockLinksTemplate.jsx +19 -23
  28. package/src/components/ItaliaTheme/Cards/CardPersona.jsx +5 -8
  29. package/src/components/ItaliaTheme/View/Commons/GenericCard.jsx +14 -13
  30. package/src/components/ItaliaTheme/View/Commons/LocationItem.jsx +15 -9
  31. package/src/components/ItaliaTheme/View/Commons/OfficeCard.jsx +7 -3
  32. package/src/components/ItaliaTheme/View/Commons/Sponsors.jsx +14 -10
  33. package/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx +13 -6
  34. package/src/components/ItaliaTheme/View/EventoView/EventoContatti.jsx +8 -7
  35. package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno.jsx +1 -12
  36. package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno.jsx +1 -12
  37. package/src/components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa.jsx +38 -0
  38. package/src/components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa.jsx +38 -0
  39. package/src/components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni.jsx +0 -18
  40. package/src/components/ItaliaTheme/View/NewsItemView/NewsItemText.jsx +1 -0
  41. package/src/components/SelectInput/SelectInput.jsx +9 -4
  42. package/src/config/Blocks/ListingOptions/attachmentCardTemplate.js +1 -1
  43. package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +15 -11
  44. package/src/customizations/volto/components/theme/View/ListingView.jsx +3 -3
  45. package/src/helpers/images.js +25 -1
  46. package/src/helpers/index.js +4 -1
  47. package/src/overrideTranslations.jsx +25 -0
  48. package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +4 -0
  49. package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +9 -0
  50. package/src/theme/ItaliaTheme/Components/_cardLocationItem.scss +12 -0
  51. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +19 -1
  52. package/src/theme/ItaliaTheme/Widgets/_blocksWidget.scss +36 -0
  53. package/src/theme/_cms-ui.scss +21 -0
  54. package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +1 -0
  55. package/src/theme/bootstrap-override/bootstrap-italia/_avatar.scss +28 -0
@@ -31,7 +31,7 @@ jobs:
31
31
  build-args: |
32
32
  ADDON_NAME=design-comuni-plone-theme
33
33
  ADDON_PATH=design-comuni-plone-theme
34
- VOLTO_VERSION=17.20.3
34
+ VOLTO_VERSION=17.20.4
35
35
 
36
36
  - name: Deploy to rancher
37
37
  uses: redturtle/rancher-deploy-action@v0.2.0
@@ -34,4 +34,4 @@ jobs:
34
34
  build-args: |
35
35
  ADDON_NAME=design-comuni-plone-theme
36
36
  ADDON_PATH=design-comuni-plone-theme
37
- VOLTO_VERSION=17.20.3
37
+ VOLTO_VERSION=17.20.4
@@ -35,4 +35,4 @@ jobs:
35
35
  build-args: |
36
36
  ADDON_NAME=design-comuni-plone-theme
37
37
  ADDON_PATH=design-comuni-plone-theme
38
- VOLTO_VERSION=17.20.3
38
+ VOLTO_VERSION=17.20.4
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
 
2
2
 
3
+ ## [11.26.5](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.4...v11.26.5) (2025-02-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * adapted cardPersona text styles to other cards ([#871](https://github.com/RedTurtle/design-comuni-plone-theme/issues/871)) ([7a25f39](https://github.com/RedTurtle/design-comuni-plone-theme/commit/7a25f39ba8f8f7f6ff92083767af514aa2a25061))
9
+ * changed cookies menu button icon ([#869](https://github.com/RedTurtle/design-comuni-plone-theme/issues/869)) ([fc5fb76](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fc5fb7614c277e32c972a059a46a193d09c1c5f0))
10
+ * changed styles of headings for text editor in cts ([#864](https://github.com/RedTurtle/design-comuni-plone-theme/issues/864)) ([004e6b7](https://github.com/RedTurtle/design-comuni-plone-theme/commit/004e6b77bce8f544102a49f2158523aac6533200))
11
+ * grid block on mobile ([#873](https://github.com/RedTurtle/design-comuni-plone-theme/issues/873)) ([e4823db](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e4823dbe8481a635a74a6d6ac5272ea39bb8626f))
12
+ * image checks and ListingImage ([#861](https://github.com/RedTurtle/design-comuni-plone-theme/issues/861)) ([c2f10fb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c2f10fbbbc67483f69bd8c9e528684e8cfcd391e))
13
+ * improved alignment of topic links in card with image ([#866](https://github.com/RedTurtle/design-comuni-plone-theme/issues/866)) ([fcabb1d](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fcabb1d22107b62880bfd82983ec1ff13a0f9342))
14
+ * layout and style issues, customized _avatar.scss to be figma compliant ([#876](https://github.com/RedTurtle/design-comuni-plone-theme/issues/876)) ([be54848](https://github.com/RedTurtle/design-comuni-plone-theme/commit/be548486e1f78fa68b2cbbed21a03d151d0b4344))
15
+ * listing template attachments download and display file ([#868](https://github.com/RedTurtle/design-comuni-plone-theme/issues/868)) ([ffd4f4f](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ffd4f4f831792403fef6da681c669ab7a9bdb054))
16
+ * locales ([97e62fb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/97e62fb694249d25dd8a77af9ce791fba2b16eda))
17
+ * news item text rendering race condition ([#859](https://github.com/RedTurtle/design-comuni-plone-theme/issues/859)) ([e40680f](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e40680f3c96e40242ecd16885829219bc489f563))
18
+ * rearranged contacts section for events ([#862](https://github.com/RedTurtle/design-comuni-plone-theme/issues/862)) ([e7806d4](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e7806d474b003e009d6fba0a833206cd47076712))
19
+ * select input a11y ([#856](https://github.com/RedTurtle/design-comuni-plone-theme/issues/856)) ([93fcb6c](https://github.com/RedTurtle/design-comuni-plone-theme/commit/93fcb6cc92dcabd887e5ea0fe01898ecd1ffe8cd))
20
+ * updated volto-venue to restore copyright and improve a11y ([#877](https://github.com/RedTurtle/design-comuni-plone-theme/issues/877)) ([7278621](https://github.com/RedTurtle/design-comuni-plone-theme/commit/727862199c03ec8c349e4b9f80d9e63ff40ebcc3))
21
+
22
+
23
+ ### Documentation
24
+
25
+ * updated publiccode and release log ([4327d47](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4327d474db85463b763f8fc80ed4cf6e38fd681e))
26
+
27
+ ## [11.26.4](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.3...v11.26.4) (2025-01-16)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * table block translations ([#848](https://github.com/RedTurtle/design-comuni-plone-theme/issues/848)) ([a6d3871](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a6d3871b8fb9813d0978bc874627f140600b1155))
33
+
34
+
35
+ ### Maintenance
36
+
37
+ * upgrade to volto 17.20.4 ([1af7b75](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1af7b75cc776fcd42d144b6efd6d8387425f6c5e))
38
+
39
+
40
+ ### Documentation
41
+
42
+ * updated publiccode ([6613335](https://github.com/RedTurtle/design-comuni-plone-theme/commit/661333568bfe420f8be0b0828d22779c237a7f09))
43
+
3
44
  ## [11.26.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.2...v11.26.3) (2025-01-15)
4
45
 
5
46
 
package/Makefile CHANGED
@@ -27,7 +27,7 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
27
27
  # ADDON ?= "design-comuni-plone-theme"
28
28
 
29
29
  PLONE_VERSION=6
30
- VOLTO_VERSION=17.20.3
30
+ VOLTO_VERSION=17.20.4
31
31
 
32
32
  ADDON_NAME='design-comuni-plone-theme'
33
33
  ADDON_PATH='design-comuni-plone-theme'
package/RELEASE.md CHANGED
@@ -41,6 +41,28 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.26.5 (06/02/2025)
45
+
46
+ ### Migliorie
47
+
48
+ - La sezione contatti del CT Evento è stata riorganizzata per una maggiore chiarezza e coerenza.
49
+ - Nei blocchi elenco, gli stili dei testi nelle card che richiamano un CT persona sono conformi alle card che rappresentano gli altri CT.
50
+ - Impostando degli heading all'interno delle sezioni di testo nei vari CT, gli stili sono ora coerenti con l'ordine corretto dei titoli utilizzati.
51
+ - Aggiornate le traduzioni italiane.
52
+ - Nella sezione Documenti della vista dei tipi di contenuto Documento vengono ora mostrati sia i Moduli che i Collegamenti.
53
+
54
+ ### Fix
55
+
56
+ - I bottoni del menu nel pannello di controllo dei cookies visualizzano correttamente le icone.
57
+ - Gli argomenti nelle card con immagine sono allineati correttamente.
58
+ - Sistemata l'opzione "Mostra i PDF in anteprima" dell template "Allegati" del blocco elenco, perchè non aveva alcun effetto.
59
+ - Sistemata la visualizzazione del blocco griglia su mobile: disposti verticalmente ogni blocco della griglia
60
+ - Sistemata l'opzione "Mostra i PDF in anteprima" dell template "Allegati" del blocco elenco, perchè non aveva alcun effetto.
61
+ - Sistemata la visualizzazione del blocco griglia su mobile: disposti verticalmente ogni blocco della griglia
62
+ - Sistemata la visualizzazione delle card con immagine in cui il contenuto rappresentato non ha un'immagine da mostrare.
63
+ - Migliorata l'accessibilità in modifica dei blocchi Contatti, Icone, Numeri.
64
+ - Sistemati alcuni problemi di visualizzazione delle card con avatar.
65
+
44
66
  ## Versione 11.26.3 (15/01/2025)
45
67
 
46
68
  ### Fix
@@ -208,6 +208,11 @@ msgstr ""
208
208
  msgid "Dimensione della mappa"
209
209
  msgstr ""
210
210
 
211
+ #: overrideTranslations
212
+ # defaultMessage: Add border to inner columns
213
+ msgid "Divide each row into separate cells"
214
+ msgstr ""
215
+
211
216
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
212
217
  # defaultMessage: Download
213
218
  msgid "Download"
@@ -265,6 +270,11 @@ msgstr ""
265
270
  msgid "Hide all content types"
266
271
  msgstr ""
267
272
 
273
+ #: overrideTranslations
274
+ # defaultMessage: Hide headers
275
+ msgid "Hide headers"
276
+ msgstr ""
277
+
268
278
  #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
269
279
  # defaultMessage: Home
270
280
  msgid "Home"
@@ -379,6 +389,11 @@ msgstr ""
379
389
  msgid "Luogo location filter"
380
390
  msgstr ""
381
391
 
392
+ #: overrideTranslations
393
+ # defaultMessage: Make the table sortable
394
+ msgid "Make the table sortable"
395
+ msgstr ""
396
+
382
397
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
383
398
  # defaultMessage: Medio
384
399
  msgid "Medio"
@@ -553,6 +568,11 @@ msgstr ""
553
568
  msgid "Select all or none"
554
569
  msgstr ""
555
570
 
571
+ #: components/SelectInput/SelectInput
572
+ # defaultMessage: Seleziona un'opzione
573
+ msgid "SelectInput_default_label"
574
+ msgstr ""
575
+
556
576
  #: components/ItaliaTheme/manage/Widgets/FileWidget
557
577
  # defaultMessage: Seleziona un file
558
578
  msgid "Seleziona un file"
@@ -584,6 +604,16 @@ msgstr ""
584
604
  msgid "Subscribe"
585
605
  msgstr ""
586
606
 
607
+ #: overrideTranslations
608
+ # defaultMessage: Table block
609
+ msgid "Table block"
610
+ msgstr ""
611
+
612
+ #: overrideTranslations
613
+ # defaultMessage: Table color inverted
614
+ msgid "Table color inverted"
615
+ msgstr ""
616
+
587
617
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
588
618
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
589
619
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -718,6 +748,11 @@ msgstr ""
718
748
  msgid "VideoGalleryBlock"
719
749
  msgstr ""
720
750
 
751
+ #: overrideTranslations
752
+ # defaultMessage: Visible only in view mode
753
+ msgid "Visible only in view mode"
754
+ msgstr ""
755
+
721
756
  #: components/ItaliaTheme/Unauthorized/Unauthorized
722
757
  # defaultMessage: You are trying to access a protected resource, please {login} first.
723
758
  msgid "You are trying to access a protected resource, please {login} first."
@@ -2827,16 +2862,11 @@ msgstr ""
2827
2862
  msgid "order_by"
2828
2863
  msgstr ""
2829
2864
 
2830
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno
2865
+ #: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
2831
2866
  # defaultMessage: Organizzato da
2832
2867
  msgid "organizzato_da"
2833
2868
  msgstr ""
2834
2869
 
2835
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
2836
- # defaultMessage: Organizzatore
2837
- msgid "organizzatore"
2838
- msgstr ""
2839
-
2840
2870
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2841
2871
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2842
2872
  # defaultMessage: Organo competente adozione provvedimento finale
@@ -2884,6 +2914,7 @@ msgstr ""
2884
2914
  msgid "parteciperanno"
2885
2915
  msgstr ""
2886
2916
 
2917
+ #: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
2887
2918
  #: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
2888
2919
  # defaultMessage: Patrocinato da
2889
2920
  msgid "patrocinato_da"
@@ -3722,7 +3753,7 @@ msgid "show_only_first_ribbon"
3722
3753
  msgstr ""
3723
3754
 
3724
3755
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3725
- # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati.
3756
+ # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
3726
3757
  msgid "show_pdf_desc"
3727
3758
  msgstr ""
3728
3759
 
@@ -193,6 +193,11 @@ msgstr "Procedure details"
193
193
  msgid "Dimensione della mappa"
194
194
  msgstr "Map dimensions"
195
195
 
196
+ #: overrideTranslations
197
+ # defaultMessage: Add border to inner columns
198
+ msgid "Divide each row into separate cells"
199
+ msgstr ""
200
+
196
201
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
197
202
  # defaultMessage: Download
198
203
  msgid "Download"
@@ -250,6 +255,11 @@ msgstr "Hide"
250
255
  msgid "Hide all content types"
251
256
  msgstr "Hide all content types"
252
257
 
258
+ #: overrideTranslations
259
+ # defaultMessage: Hide headers
260
+ msgid "Hide headers"
261
+ msgstr ""
262
+
253
263
  #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
254
264
  # defaultMessage: Home
255
265
  msgid "Home"
@@ -364,6 +374,11 @@ msgstr "Place"
364
374
  msgid "Luogo location filter"
365
375
  msgstr ""
366
376
 
377
+ #: overrideTranslations
378
+ # defaultMessage: Make the table sortable
379
+ msgid "Make the table sortable"
380
+ msgstr ""
381
+
367
382
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
368
383
  # defaultMessage: Medio
369
384
  msgid "Medio"
@@ -538,6 +553,11 @@ msgstr "Select all content types or none"
538
553
  msgid "Select all or none"
539
554
  msgstr "Select all or none"
540
555
 
556
+ #: components/SelectInput/SelectInput
557
+ # defaultMessage: Seleziona un'opzione
558
+ msgid "SelectInput_default_label"
559
+ msgstr ""
560
+
541
561
  #: components/ItaliaTheme/manage/Widgets/FileWidget
542
562
  # defaultMessage: Seleziona un file
543
563
  msgid "Seleziona un file"
@@ -569,6 +589,16 @@ msgstr "Some errors occured"
569
589
  msgid "Subscribe"
570
590
  msgstr "Subscribe"
571
591
 
592
+ #: overrideTranslations
593
+ # defaultMessage: Table block
594
+ msgid "Table block"
595
+ msgstr ""
596
+
597
+ #: overrideTranslations
598
+ # defaultMessage: Table color inverted
599
+ msgid "Table color inverted"
600
+ msgstr ""
601
+
572
602
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
573
603
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
574
604
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -703,6 +733,11 @@ msgstr "Video"
703
733
  msgid "VideoGalleryBlock"
704
734
  msgstr ""
705
735
 
736
+ #: overrideTranslations
737
+ # defaultMessage: Visible only in view mode
738
+ msgid "Visible only in view mode"
739
+ msgstr ""
740
+
706
741
  #: components/ItaliaTheme/Unauthorized/Unauthorized
707
742
  # defaultMessage: You are trying to access a protected resource, please {login} first.
708
743
  msgid "You are trying to access a protected resource, please {login} first."
@@ -2812,16 +2847,11 @@ msgstr "Opening time"
2812
2847
  msgid "order_by"
2813
2848
  msgstr "Order by"
2814
2849
 
2815
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno
2850
+ #: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
2816
2851
  # defaultMessage: Organizzato da
2817
2852
  msgid "organizzato_da"
2818
2853
  msgstr "Organized by"
2819
2854
 
2820
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
2821
- # defaultMessage: Organizzatore
2822
- msgid "organizzatore"
2823
- msgstr "Organizer"
2824
-
2825
2855
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2826
2856
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2827
2857
  # defaultMessage: Organo competente adozione provvedimento finale
@@ -2869,6 +2899,7 @@ msgstr "Page selector"
2869
2899
  msgid "parteciperanno"
2870
2900
  msgstr "Will participate"
2871
2901
 
2902
+ #: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
2872
2903
  #: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
2873
2904
  # defaultMessage: Patrocinato da
2874
2905
  msgid "patrocinato_da"
@@ -3707,9 +3738,9 @@ msgid "show_only_first_ribbon"
3707
3738
  msgstr ""
3708
3739
 
3709
3740
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3710
- # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati.
3741
+ # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
3711
3742
  msgid "show_pdf_desc"
3712
- msgstr "Allows you to open the preview of all the PDFs in this list in a separate tab otherwise they will be downloaded."
3743
+ msgstr "Allows preview of all PDF files in this list to be opened in a separate tab. If not set, PDF files are downloaded instead."
3713
3744
 
3714
3745
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3715
3746
  # defaultMessage: Mostra i PDF in anteprima
@@ -202,6 +202,11 @@ msgstr "Detalles del procedimiento"
202
202
  msgid "Dimensione della mappa"
203
203
  msgstr "Tamaño de mapa"
204
204
 
205
+ #: overrideTranslations
206
+ # defaultMessage: Add border to inner columns
207
+ msgid "Divide each row into separate cells"
208
+ msgstr ""
209
+
205
210
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
206
211
  # defaultMessage: Download
207
212
  msgid "Download"
@@ -259,6 +264,11 @@ msgstr "Ocultar"
259
264
  msgid "Hide all content types"
260
265
  msgstr "Ocultar todos los tipos de contenido"
261
266
 
267
+ #: overrideTranslations
268
+ # defaultMessage: Hide headers
269
+ msgid "Hide headers"
270
+ msgstr ""
271
+
262
272
  #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
263
273
  # defaultMessage: Home
264
274
  msgid "Home"
@@ -373,6 +383,11 @@ msgstr "Lugar"
373
383
  msgid "Luogo location filter"
374
384
  msgstr "Lugar"
375
385
 
386
+ #: overrideTranslations
387
+ # defaultMessage: Make the table sortable
388
+ msgid "Make the table sortable"
389
+ msgstr ""
390
+
376
391
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
377
392
  # defaultMessage: Medio
378
393
  msgid "Medio"
@@ -547,6 +562,11 @@ msgstr "Seleccione todos los tipos de contenido o ninguno"
547
562
  msgid "Select all or none"
548
563
  msgstr "Seleccionar todo o ninguno"
549
564
 
565
+ #: components/SelectInput/SelectInput
566
+ # defaultMessage: Seleziona un'opzione
567
+ msgid "SelectInput_default_label"
568
+ msgstr ""
569
+
550
570
  #: components/ItaliaTheme/manage/Widgets/FileWidget
551
571
  # defaultMessage: Seleziona un file
552
572
  msgid "Seleziona un file"
@@ -578,6 +598,16 @@ msgstr "Se produjeron algunos errores."
578
598
  msgid "Subscribe"
579
599
  msgstr "Suscribir"
580
600
 
601
+ #: overrideTranslations
602
+ # defaultMessage: Table block
603
+ msgid "Table block"
604
+ msgstr ""
605
+
606
+ #: overrideTranslations
607
+ # defaultMessage: Table color inverted
608
+ msgid "Table color inverted"
609
+ msgstr ""
610
+
581
611
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
582
612
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
583
613
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -712,6 +742,11 @@ msgstr "Vídeo"
712
742
  msgid "VideoGalleryBlock"
713
743
  msgstr "Galería de Vídeos"
714
744
 
745
+ #: overrideTranslations
746
+ # defaultMessage: Visible only in view mode
747
+ msgid "Visible only in view mode"
748
+ msgstr ""
749
+
715
750
  #: components/ItaliaTheme/Unauthorized/Unauthorized
716
751
  # defaultMessage: You are trying to access a protected resource, please {login} first.
717
752
  msgid "You are trying to access a protected resource, please {login} first."
@@ -2821,16 +2856,11 @@ msgstr "Hora de apertura"
2821
2856
  msgid "order_by"
2822
2857
  msgstr "Ordenado por"
2823
2858
 
2824
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno
2859
+ #: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
2825
2860
  # defaultMessage: Organizzato da
2826
2861
  msgid "organizzato_da"
2827
2862
  msgstr ""
2828
2863
 
2829
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
2830
- # defaultMessage: Organizzatore
2831
- msgid "organizzatore"
2832
- msgstr ""
2833
-
2834
2864
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2835
2865
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2836
2866
  # defaultMessage: Organo competente adozione provvedimento finale
@@ -2878,6 +2908,7 @@ msgstr ""
2878
2908
  msgid "parteciperanno"
2879
2909
  msgstr "Participara"
2880
2910
 
2911
+ #: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
2881
2912
  #: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
2882
2913
  # defaultMessage: Patrocinato da
2883
2914
  msgid "patrocinato_da"
@@ -3716,7 +3747,7 @@ msgid "show_only_first_ribbon"
3716
3747
  msgstr "Mostrar la cinta solo en la primera tarjeta"
3717
3748
 
3718
3749
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3719
- # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati.
3750
+ # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
3720
3751
  msgid "show_pdf_desc"
3721
3752
  msgstr "Le permite abrir la vista previa de todos los archivos PDF en esta lista en una pestaña separada, de lo contrario, se descargarán."
3722
3753
 
@@ -210,6 +210,11 @@ msgstr ""
210
210
  msgid "Dimensione della mappa"
211
211
  msgstr ""
212
212
 
213
+ #: overrideTranslations
214
+ # defaultMessage: Add border to inner columns
215
+ msgid "Divide each row into separate cells"
216
+ msgstr ""
217
+
213
218
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
214
219
  # defaultMessage: Download
215
220
  msgid "Download"
@@ -267,6 +272,11 @@ msgstr "Cacher"
267
272
  msgid "Hide all content types"
268
273
  msgstr "Masquer tous les types de contenu"
269
274
 
275
+ #: overrideTranslations
276
+ # defaultMessage: Hide headers
277
+ msgid "Hide headers"
278
+ msgstr ""
279
+
270
280
  #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
271
281
  # defaultMessage: Home
272
282
  msgid "Home"
@@ -381,6 +391,11 @@ msgstr "Lieu"
381
391
  msgid "Luogo location filter"
382
392
  msgstr ""
383
393
 
394
+ #: overrideTranslations
395
+ # defaultMessage: Make the table sortable
396
+ msgid "Make the table sortable"
397
+ msgstr ""
398
+
384
399
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
385
400
  # defaultMessage: Medio
386
401
  msgid "Medio"
@@ -555,6 +570,11 @@ msgstr "Sélectionner tous les types de contenu ou aucun"
555
570
  msgid "Select all or none"
556
571
  msgstr "Sélectionner tout ou aucun"
557
572
 
573
+ #: components/SelectInput/SelectInput
574
+ # defaultMessage: Seleziona un'opzione
575
+ msgid "SelectInput_default_label"
576
+ msgstr ""
577
+
558
578
  #: components/ItaliaTheme/manage/Widgets/FileWidget
559
579
  # defaultMessage: Seleziona un file
560
580
  msgid "Seleziona un file"
@@ -586,6 +606,16 @@ msgstr "Des erreurs se sont produites"
586
606
  msgid "Subscribe"
587
607
  msgstr "S'abonner"
588
608
 
609
+ #: overrideTranslations
610
+ # defaultMessage: Table block
611
+ msgid "Table block"
612
+ msgstr ""
613
+
614
+ #: overrideTranslations
615
+ # defaultMessage: Table color inverted
616
+ msgid "Table color inverted"
617
+ msgstr ""
618
+
589
619
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
590
620
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
591
621
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -720,6 +750,11 @@ msgstr "Vidéo"
720
750
  msgid "VideoGalleryBlock"
721
751
  msgstr ""
722
752
 
753
+ #: overrideTranslations
754
+ # defaultMessage: Visible only in view mode
755
+ msgid "Visible only in view mode"
756
+ msgstr ""
757
+
723
758
  #: components/ItaliaTheme/Unauthorized/Unauthorized
724
759
  # defaultMessage: You are trying to access a protected resource, please {login} first.
725
760
  msgid "You are trying to access a protected resource, please {login} first."
@@ -2829,16 +2864,11 @@ msgstr "Horaire d'ouverture"
2829
2864
  msgid "order_by"
2830
2865
  msgstr "Trier par"
2831
2866
 
2832
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno
2867
+ #: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
2833
2868
  # defaultMessage: Organizzato da
2834
2869
  msgid "organizzato_da"
2835
2870
  msgstr ""
2836
2871
 
2837
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
2838
- # defaultMessage: Organizzatore
2839
- msgid "organizzatore"
2840
- msgstr ""
2841
-
2842
2872
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2843
2873
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2844
2874
  # defaultMessage: Organo competente adozione provvedimento finale
@@ -2886,6 +2916,7 @@ msgstr ""
2886
2916
  msgid "parteciperanno"
2887
2917
  msgstr "Participants"
2888
2918
 
2919
+ #: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
2889
2920
  #: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
2890
2921
  # defaultMessage: Patrocinato da
2891
2922
  msgid "patrocinato_da"
@@ -3724,7 +3755,7 @@ msgid "show_only_first_ribbon"
3724
3755
  msgstr ""
3725
3756
 
3726
3757
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3727
- # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati.
3758
+ # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
3728
3759
  msgid "show_pdf_desc"
3729
3760
  msgstr "Permet d'ouvrir l'aperçu de tous les PDF de cette liste dans un onglet séparé sinon ils seront téléchargés."
3730
3761
 
@@ -193,6 +193,11 @@ msgstr "Dettagli procedimento"
193
193
  msgid "Dimensione della mappa"
194
194
  msgstr "Dimensione della mappa"
195
195
 
196
+ #: overrideTranslations
197
+ # defaultMessage: Add border to inner columns
198
+ msgid "Divide each row into separate cells"
199
+ msgstr "Mostra i margini delle colonne"
200
+
196
201
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
197
202
  # defaultMessage: Download
198
203
  msgid "Download"
@@ -250,6 +255,11 @@ msgstr "Nascondi"
250
255
  msgid "Hide all content types"
251
256
  msgstr "Nascondi tutti i tipi di contenuto"
252
257
 
258
+ #: overrideTranslations
259
+ # defaultMessage: Hide headers
260
+ msgid "Hide headers"
261
+ msgstr "Nascondi le intestazioni"
262
+
253
263
  #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
254
264
  # defaultMessage: Home
255
265
  msgid "Home"
@@ -364,6 +374,11 @@ msgstr "Luogo"
364
374
  msgid "Luogo location filter"
365
375
  msgstr "Luogo"
366
376
 
377
+ #: overrideTranslations
378
+ # defaultMessage: Make the table sortable
379
+ msgid "Make the table sortable"
380
+ msgstr "Rendi la tabella ordinabile"
381
+
367
382
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
368
383
  # defaultMessage: Medio
369
384
  msgid "Medio"
@@ -538,6 +553,11 @@ msgstr "Seleziona tutti i tipi di contenuti o nessuno"
538
553
  msgid "Select all or none"
539
554
  msgstr "Seleziona tutti o nessuno"
540
555
 
556
+ #: components/SelectInput/SelectInput
557
+ # defaultMessage: Seleziona un'opzione
558
+ msgid "SelectInput_default_label"
559
+ msgstr ""
560
+
541
561
  #: components/ItaliaTheme/manage/Widgets/FileWidget
542
562
  # defaultMessage: Seleziona un file
543
563
  msgid "Seleziona un file"
@@ -569,6 +589,16 @@ msgstr "Sono occorsi degli errori"
569
589
  msgid "Subscribe"
570
590
  msgstr "Iscriviti"
571
591
 
592
+ #: overrideTranslations
593
+ # defaultMessage: Table block
594
+ msgid "Table block"
595
+ msgstr "Blocco Tabella"
596
+
597
+ #: overrideTranslations
598
+ # defaultMessage: Table color inverted
599
+ msgid "Table color inverted"
600
+ msgstr "Inverti i colori della tabella"
601
+
572
602
  #: components/ItaliaTheme/Blocks/Accordion/Block/EditBlock
573
603
  #: components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock
574
604
  #: components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock
@@ -703,6 +733,11 @@ msgstr "Video"
703
733
  msgid "VideoGalleryBlock"
704
734
  msgstr "Video gallery"
705
735
 
736
+ #: overrideTranslations
737
+ # defaultMessage: Visible only in view mode
738
+ msgid "Visible only in view mode"
739
+ msgstr "Visibile solamente in modalità visualizzazione"
740
+
706
741
  #: components/ItaliaTheme/Unauthorized/Unauthorized
707
742
  # defaultMessage: You are trying to access a protected resource, please {login} first.
708
743
  msgid "You are trying to access a protected resource, please {login} first."
@@ -2812,16 +2847,11 @@ msgstr "Orario per il pubblico"
2812
2847
  msgid "order_by"
2813
2848
  msgstr "Ordina per"
2814
2849
 
2815
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno
2850
+ #: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
2816
2851
  # defaultMessage: Organizzato da
2817
2852
  msgid "organizzato_da"
2818
2853
  msgstr "Organizzato da"
2819
2854
 
2820
- #: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
2821
- # defaultMessage: Organizzatore
2822
- msgid "organizzatore"
2823
- msgstr ""
2824
-
2825
2855
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
2826
2856
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
2827
2857
  # defaultMessage: Organo competente adozione provvedimento finale
@@ -2869,6 +2899,7 @@ msgstr "Selettore di pagina"
2869
2899
  msgid "parteciperanno"
2870
2900
  msgstr "Parteciperanno"
2871
2901
 
2902
+ #: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
2872
2903
  #: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
2873
2904
  # defaultMessage: Patrocinato da
2874
2905
  msgid "patrocinato_da"
@@ -3707,9 +3738,9 @@ msgid "show_only_first_ribbon"
3707
3738
  msgstr "Mostra il nastro solo sulla prima card"
3708
3739
 
3709
3740
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3710
- # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati.
3741
+ # defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
3711
3742
  msgid "show_pdf_desc"
3712
- msgstr "Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata altrimenti vengono scaricati."
3743
+ msgstr "Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati."
3713
3744
 
3714
3745
  #: config/Blocks/ListingOptions/attachmentCardTemplate
3715
3746
  # defaultMessage: Mostra i PDF in anteprima