design-comuni-plone-theme 11.26.4 → 11.27.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/.yarn/cache/{volto-venue-npm-4.1.0-481d5ba425-64ca36bc93.zip → volto-venue-npm-4.1.1-d5be247928-f796d519ad.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +53 -0
- package/RELEASE.md +38 -0
- package/locales/de/LC_MESSAGES/volto.po +102 -7
- package/locales/en/LC_MESSAGES/volto.po +104 -9
- package/locales/es/LC_MESSAGES/volto.po +102 -7
- package/locales/fr/LC_MESSAGES/volto.po +102 -7
- package/locales/it/LC_MESSAGES/volto.po +103 -8
- package/locales/volto.pot +103 -8
- package/package.json +2 -2
- package/publiccode.yml +2 -2
- package/src/components/ImageWithErrors/ImageWithErrors.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Listing/AttachmentCardTemplate.jsx +13 -10
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +7 -7
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +23 -14
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +51 -16
- package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +15 -10
- package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +11 -9
- package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +4 -3
- package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +8 -8
- package/src/components/ItaliaTheme/Blocks/Listing/PhotogalleryTemplate.jsx +7 -6
- package/src/components/ItaliaTheme/Blocks/Listing/SliderTemplate.jsx +9 -6
- package/src/components/ItaliaTheme/Blocks/Listing/SmallBlockLinksTemplate.jsx +19 -23
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +0 -3
- package/src/components/ItaliaTheme/Cards/CardPersona.jsx +5 -8
- package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +9 -1
- package/src/components/ItaliaTheme/Header/HeaderSearch/HeaderSearch.jsx +9 -1
- package/src/components/ItaliaTheme/Header/HeaderSearch/SearchModal.jsx +10 -1
- package/src/components/ItaliaTheme/Header/HeaderSlim/HeaderSlim.jsx +15 -2
- package/src/components/ItaliaTheme/Header/HeaderSlim/TertiaryMenu.jsx +1 -1
- package/src/components/ItaliaTheme/Header/ParentSiteMenu.jsx +14 -1
- package/src/components/ItaliaTheme/SkipLinks/SkipLinks.jsx +9 -1
- package/src/components/ItaliaTheme/View/BandoView/BandoView.jsx +19 -1
- package/src/components/ItaliaTheme/View/Commons/GenericCard.jsx +14 -13
- package/src/components/ItaliaTheme/View/Commons/LocationItem.jsx +15 -9
- package/src/components/ItaliaTheme/View/Commons/OfficeCard.jsx +7 -3
- package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeader.jsx +3 -4
- package/src/components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence.jsx +14 -1
- package/src/components/ItaliaTheme/View/Commons/RelatedItems.jsx +5 -1
- package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +10 -6
- package/src/components/ItaliaTheme/View/Commons/Sponsors.jsx +14 -10
- package/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx +13 -6
- package/src/components/ItaliaTheme/View/DocumentoView/DocumentoView.jsx +20 -1
- package/src/components/ItaliaTheme/View/EventoView/EventoContatti.jsx +8 -7
- package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno.jsx +1 -12
- package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno.jsx +1 -12
- package/src/components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa.jsx +38 -0
- package/src/components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa.jsx +38 -0
- package/src/components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni.jsx +0 -18
- package/src/components/ItaliaTheme/View/EventoView/EventoView.jsx +20 -1
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar.jsx +2 -0
- package/src/components/ItaliaTheme/View/NewsItemView/NewsItemText.jsx +1 -0
- package/src/components/ItaliaTheme/View/NewsItemView/NewsItemView.jsx +19 -1
- package/src/components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks.jsx +14 -1
- package/src/components/ItaliaTheme/View/PersonaView/PersonaView.jsx +20 -1
- package/src/components/ItaliaTheme/View/ServizioView/ServizioView.jsx +19 -2
- package/src/components/ItaliaTheme/View/UOView/UOView.jsx +20 -1
- package/src/components/ItaliaTheme/View/VenueView/VenueView.jsx +24 -11
- package/src/components/SelectInput/SelectInput.jsx +10 -4
- package/src/components/TextInput.jsx +1 -0
- package/src/config/Blocks/ListingOptions/attachmentCardTemplate.js +1 -1
- package/src/config/Blocks/ListingOptions/cardWithSlideUpTextTemplate.js +1 -6
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +15 -11
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +5 -2
- package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +16 -2
- package/src/customizations/volto/components/theme/View/ListingView.jsx +3 -3
- package/src/customizations/volto/helpers/FormValidation/FormValidation.js +8 -5
- package/src/customizations/volto-form-block/components/Field.jsx +7 -0
- package/src/customizations/volto-form-block/fieldSchema.js +345 -0
- package/src/helpers/images.js +25 -1
- package/src/helpers/index.js +4 -1
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +5 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +10 -0
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +9 -0
- package/src/theme/ItaliaTheme/Blocks/_search.scss +8 -2
- package/src/theme/ItaliaTheme/Components/_cardLocationItem.scss +12 -0
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +21 -1
- package/src/theme/ItaliaTheme/Widgets/_blocksWidget.scss +36 -0
- package/src/theme/ItaliaTheme/_ar.scss +3 -2
- package/src/theme/_cms-ui.scss +21 -0
- package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +1 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_avatar.scss +28 -0
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.27.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.5...v11.27.0) (2025-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **a11y:** porting of volto-form-block autocomplete changes ([#779](https://github.com/RedTurtle/design-comuni-plone-theme/issues/779)) ([c7ba540](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c7ba5405854802cedbfae5735469c6da5eecc297))
|
|
9
|
+
* nasconde il menu sia per chi non ha ruoli, che per chi ha il ruolo Citizen ([#879](https://github.com/RedTurtle/design-comuni-plone-theme/issues/879)) ([bf9f4a2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bf9f4a23ce0244e13d85d98d48762cacf4542bf3))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* a11y accordion block ([#880](https://github.com/RedTurtle/design-comuni-plone-theme/issues/880)) ([041f37d](https://github.com/RedTurtle/design-comuni-plone-theme/commit/041f37dde4b87832f2ac9f558cafdb1a8ce0f79f))
|
|
15
|
+
* **a11y:** landmarks ([#860](https://github.com/RedTurtle/design-comuni-plone-theme/issues/860)) ([01af8ec](https://github.com/RedTurtle/design-comuni-plone-theme/commit/01af8ecaa1c9cd19f6022fc1130fbcff344cd9b4))
|
|
16
|
+
* accordion block tests ([ee0dd89](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ee0dd89679b0164ee004e7e91d597f83a0da14c1))
|
|
17
|
+
* added condition to set the listing image caption ([#851](https://github.com/RedTurtle/design-comuni-plone-theme/issues/851)) ([0db23bc](https://github.com/RedTurtle/design-comuni-plone-theme/commit/0db23bc210b83881d234f482cfb0a5a736c3c1a8))
|
|
18
|
+
* added lighthouse id to slideuptext + added overlay link ([#884](https://github.com/RedTurtle/design-comuni-plone-theme/issues/884)) ([36f8baf](https://github.com/RedTurtle/design-comuni-plone-theme/commit/36f8baff23c87acd440adba168c92dfe48f42fb1))
|
|
19
|
+
* byweekday value added in getFormValues ([#887](https://github.com/RedTurtle/design-comuni-plone-theme/issues/887)) ([558ee44](https://github.com/RedTurtle/design-comuni-plone-theme/commit/558ee440b27c20501156752189ff7464e5cb0f53))
|
|
20
|
+
* card persona fonts ([#881](https://github.com/RedTurtle/design-comuni-plone-theme/issues/881)) ([1a119fe](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1a119fe3ba1941755cc7b659d7f89c9a05019a4d))
|
|
21
|
+
* non backtracking regex ([#878](https://github.com/RedTurtle/design-comuni-plone-theme/issues/878)) ([f6a76dd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f6a76dd94cc6931ff5ff7167e762eb72a9944308))
|
|
22
|
+
* prevent scrollbars in select-facet of search block ([#883](https://github.com/RedTurtle/design-comuni-plone-theme/issues/883)) ([a187f85](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a187f85a16a18a040c93160292ddfbb63c212014))
|
|
23
|
+
* render of nome_alternativo for Venue view ([#886](https://github.com/RedTurtle/design-comuni-plone-theme/issues/886)) ([c1941f0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c1941f05e62c9c9f9be5b8b04c7dc642f83cbbe2))
|
|
24
|
+
* rollback label selectinput ([#882](https://github.com/RedTurtle/design-comuni-plone-theme/issues/882)) ([c3f37c6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c3f37c6d51e8c83b0235c75111cb715864d4b199))
|
|
25
|
+
* update locales ([892e244](https://github.com/RedTurtle/design-comuni-plone-theme/commit/892e244a4560dd27f4cb0a38a44942c2c85adad2))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Documentation
|
|
29
|
+
|
|
30
|
+
* updated publiccode and release log ([1ca82cb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1ca82cb2f524d203d12126d95a00275d205322c1))
|
|
31
|
+
|
|
32
|
+
## [11.26.5](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.4...v11.26.5) (2025-02-06)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* 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))
|
|
38
|
+
* 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))
|
|
39
|
+
* 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))
|
|
40
|
+
* 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))
|
|
41
|
+
* 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))
|
|
42
|
+
* 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))
|
|
43
|
+
* 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))
|
|
44
|
+
* 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))
|
|
45
|
+
* locales ([97e62fb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/97e62fb694249d25dd8a77af9ce791fba2b16eda))
|
|
46
|
+
* 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))
|
|
47
|
+
* 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))
|
|
48
|
+
* 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))
|
|
49
|
+
* 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))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Documentation
|
|
53
|
+
|
|
54
|
+
* updated publiccode and release log ([4327d47](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4327d474db85463b763f8fc80ed4cf6e38fd681e))
|
|
55
|
+
|
|
3
56
|
## [11.26.4](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.3...v11.26.4) (2025-01-16)
|
|
4
57
|
|
|
5
58
|
|
package/RELEASE.md
CHANGED
|
@@ -41,6 +41,44 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.27.0 (26/02/2025)
|
|
45
|
+
|
|
46
|
+
### Migliorie
|
|
47
|
+
|
|
48
|
+
- Migliorata l'accessibilità del blocco Accordion.
|
|
49
|
+
|
|
50
|
+
### Fix
|
|
51
|
+
|
|
52
|
+
- Se su un evento si imposta una ricorrenza mensile per eventi che avvengono in uno specifico giorno della settimana, la ricorrenza viene calcolata correttamente.
|
|
53
|
+
- Aggiunto correttamente il data-element ai link della card con testo animato del blocco Elenco.
|
|
54
|
+
- Aggiunta una nuova condizione per la corretta compilazione dell’attributo **alt** e **title** nelle immagini dei blocchi listing. Ora questi attributi utilizzano correttamente i testi delle didascalie dell'immagine di anteprima o testata se impostati. L'attributo **title** viene valorizzato solo se esiste una didascalia associata all’immagine.
|
|
55
|
+
- Rimosso l’attributo **showTitleAttr** dal componente _ListingImage_ utilizzato nei template del blocco listing: card con immagine, persona, blocco link completo, contenuto in evidenza, gallery a griglia, e in evidenza. Ora gli attributi **title** e **alt** vengono calcolati e impostati direttamente dal componente _ListingImage_.
|
|
56
|
+
- Condizione per la Label per i select ripristinata.
|
|
57
|
+
- Sistemata la visualizzazione del sottotitolo nel content-type Luogo (in alcuni casi non si vedeva).
|
|
58
|
+
- Rimosse le scrollbar dal widget 'Select' dei filtri di ricerca del blocco 'Cerca'.
|
|
59
|
+
|
|
60
|
+
## Versione 11.26.5 (06/02/2025)
|
|
61
|
+
|
|
62
|
+
### Migliorie
|
|
63
|
+
|
|
64
|
+
- La sezione contatti del CT Evento è stata riorganizzata per una maggiore chiarezza e coerenza.
|
|
65
|
+
- Nei blocchi elenco, gli stili dei testi nelle card che richiamano un CT persona sono conformi alle card che rappresentano gli altri CT.
|
|
66
|
+
- Impostando degli heading all'interno delle sezioni di testo nei vari CT, gli stili sono ora coerenti con l'ordine corretto dei titoli utilizzati.
|
|
67
|
+
- Aggiornate le traduzioni italiane.
|
|
68
|
+
- Nella sezione Documenti della vista dei tipi di contenuto Documento vengono ora mostrati sia i Moduli che i Collegamenti.
|
|
69
|
+
|
|
70
|
+
### Fix
|
|
71
|
+
|
|
72
|
+
- I bottoni del menu nel pannello di controllo dei cookies visualizzano correttamente le icone.
|
|
73
|
+
- Gli argomenti nelle card con immagine sono allineati correttamente.
|
|
74
|
+
- Sistemata l'opzione "Mostra i PDF in anteprima" dell template "Allegati" del blocco elenco, perchè non aveva alcun effetto.
|
|
75
|
+
- Sistemata la visualizzazione del blocco griglia su mobile: disposti verticalmente ogni blocco della griglia
|
|
76
|
+
- Sistemata l'opzione "Mostra i PDF in anteprima" dell template "Allegati" del blocco elenco, perchè non aveva alcun effetto.
|
|
77
|
+
- Sistemata la visualizzazione del blocco griglia su mobile: disposti verticalmente ogni blocco della griglia
|
|
78
|
+
- Sistemata la visualizzazione delle card con immagine in cui il contenuto rappresentato non ha un'immagine da mostrare.
|
|
79
|
+
- Migliorata l'accessibilità in modifica dei blocchi Contatti, Icone, Numeri.
|
|
80
|
+
- Sistemati alcuni problemi di visualizzazione delle card con avatar.
|
|
81
|
+
|
|
44
82
|
## Versione 11.26.3 (15/01/2025)
|
|
45
83
|
|
|
46
84
|
### Fix
|
|
@@ -568,6 +568,11 @@ msgstr ""
|
|
|
568
568
|
msgid "Select all or none"
|
|
569
569
|
msgstr ""
|
|
570
570
|
|
|
571
|
+
#: components/SelectInput/SelectInput
|
|
572
|
+
# defaultMessage: Seleziona un'opzione
|
|
573
|
+
msgid "SelectInput_default_label"
|
|
574
|
+
msgstr ""
|
|
575
|
+
|
|
571
576
|
#: components/ItaliaTheme/manage/Widgets/FileWidget
|
|
572
577
|
# defaultMessage: Seleziona un file
|
|
573
578
|
msgid "Seleziona un file"
|
|
@@ -685,6 +690,11 @@ msgstr ""
|
|
|
685
690
|
msgid "Type the title…"
|
|
686
691
|
msgstr ""
|
|
687
692
|
|
|
693
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
694
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
695
|
+
msgid "UOContent"
|
|
696
|
+
msgstr ""
|
|
697
|
+
|
|
688
698
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
689
699
|
# defaultMessage: Unauthorized
|
|
690
700
|
msgid "Unauthorized"
|
|
@@ -885,6 +895,11 @@ msgstr ""
|
|
|
885
895
|
msgid "argoment"
|
|
886
896
|
msgstr ""
|
|
887
897
|
|
|
898
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
899
|
+
# defaultMessage: Contenuto dell'argomento
|
|
900
|
+
msgid "argomentoContent"
|
|
901
|
+
msgstr ""
|
|
902
|
+
|
|
888
903
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
889
904
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
890
905
|
# defaultMessage: Icona {type}
|
|
@@ -1066,6 +1081,11 @@ msgstr ""
|
|
|
1066
1081
|
msgid "bandi_search_no_filters"
|
|
1067
1082
|
msgstr ""
|
|
1068
1083
|
|
|
1084
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1085
|
+
# defaultMessage: Contenuto del Bando
|
|
1086
|
+
msgid "bandoContent"
|
|
1087
|
+
msgstr ""
|
|
1088
|
+
|
|
1069
1089
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1070
1090
|
# defaultMessage: Scaduto
|
|
1071
1091
|
msgid "bando_closed"
|
|
@@ -1749,6 +1769,11 @@ msgstr ""
|
|
|
1749
1769
|
msgid "dirigente"
|
|
1750
1770
|
msgstr ""
|
|
1751
1771
|
|
|
1772
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1773
|
+
# defaultMessage: Contenuto del documento
|
|
1774
|
+
msgid "documentContent"
|
|
1775
|
+
msgstr ""
|
|
1776
|
+
|
|
1752
1777
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1753
1778
|
# defaultMessage: Documenti e dati
|
|
1754
1779
|
msgid "documenti-e-dati"
|
|
@@ -2012,6 +2037,11 @@ msgstr ""
|
|
|
2012
2037
|
msgid "event_url"
|
|
2013
2038
|
msgstr ""
|
|
2014
2039
|
|
|
2040
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2041
|
+
# defaultMessage: Contenuto dell'evento
|
|
2042
|
+
msgid "eventoContent"
|
|
2043
|
+
msgstr ""
|
|
2044
|
+
|
|
2015
2045
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2016
2046
|
# defaultMessage: Appuntamenti
|
|
2017
2047
|
msgid "events"
|
|
@@ -2110,6 +2140,11 @@ msgstr ""
|
|
|
2110
2140
|
msgid "feedback_error"
|
|
2111
2141
|
msgstr ""
|
|
2112
2142
|
|
|
2143
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2144
|
+
# defaultMessage: Feedback form
|
|
2145
|
+
msgid "feedback_form_aria_title"
|
|
2146
|
+
msgstr ""
|
|
2147
|
+
|
|
2113
2148
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2114
2149
|
# defaultMessage: Next
|
|
2115
2150
|
msgid "feedback_form_button_next"
|
|
@@ -2404,6 +2439,11 @@ msgstr ""
|
|
|
2404
2439
|
msgid "importi_viaggio"
|
|
2405
2440
|
msgstr ""
|
|
2406
2441
|
|
|
2442
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2443
|
+
# defaultMessage: Contenuti in evidenza
|
|
2444
|
+
msgid "inEvidenceItems"
|
|
2445
|
+
msgstr ""
|
|
2446
|
+
|
|
2407
2447
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2408
2448
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2409
2449
|
# defaultMessage: incarico
|
|
@@ -2626,6 +2666,11 @@ msgstr ""
|
|
|
2626
2666
|
msgid "mailto"
|
|
2627
2667
|
msgstr ""
|
|
2628
2668
|
|
|
2669
|
+
#: overrideTranslations
|
|
2670
|
+
# defaultMessage: Menu principale
|
|
2671
|
+
msgid "mainMenu"
|
|
2672
|
+
msgstr ""
|
|
2673
|
+
|
|
2629
2674
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2630
2675
|
# defaultMessage: Grande
|
|
2631
2676
|
msgid "map_size_large"
|
|
@@ -2711,6 +2756,11 @@ msgstr ""
|
|
|
2711
2756
|
msgid "natural_image_size"
|
|
2712
2757
|
msgstr ""
|
|
2713
2758
|
|
|
2759
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2760
|
+
# defaultMessage: Contenuto della notizia
|
|
2761
|
+
msgid "newsContent"
|
|
2762
|
+
msgstr ""
|
|
2763
|
+
|
|
2714
2764
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2715
2765
|
# defaultMessage: Contenuto
|
|
2716
2766
|
msgid "news_item_contenuto"
|
|
@@ -2857,16 +2907,11 @@ msgstr ""
|
|
|
2857
2907
|
msgid "order_by"
|
|
2858
2908
|
msgstr ""
|
|
2859
2909
|
|
|
2860
|
-
#: components/ItaliaTheme/View/EventoView/
|
|
2910
|
+
#: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
|
|
2861
2911
|
# defaultMessage: Organizzato da
|
|
2862
2912
|
msgid "organizzato_da"
|
|
2863
2913
|
msgstr ""
|
|
2864
2914
|
|
|
2865
|
-
#: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
|
|
2866
|
-
# defaultMessage: Organizzatore
|
|
2867
|
-
msgid "organizzatore"
|
|
2868
|
-
msgstr ""
|
|
2869
|
-
|
|
2870
2915
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
2871
2916
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
2872
2917
|
# defaultMessage: Organo competente adozione provvedimento finale
|
|
@@ -2909,11 +2954,17 @@ msgstr ""
|
|
|
2909
2954
|
msgid "paginationLabel"
|
|
2910
2955
|
msgstr ""
|
|
2911
2956
|
|
|
2957
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2958
|
+
# defaultMessage: Main site menu
|
|
2959
|
+
msgid "parent_site_menu"
|
|
2960
|
+
msgstr ""
|
|
2961
|
+
|
|
2912
2962
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2913
2963
|
# defaultMessage: Parteciperanno
|
|
2914
2964
|
msgid "parteciperanno"
|
|
2915
2965
|
msgstr ""
|
|
2916
2966
|
|
|
2967
|
+
#: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
|
|
2917
2968
|
#: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
|
|
2918
2969
|
# defaultMessage: Patrocinato da
|
|
2919
2970
|
msgid "patrocinato_da"
|
|
@@ -2930,6 +2981,11 @@ msgstr ""
|
|
|
2930
2981
|
msgid "persona"
|
|
2931
2982
|
msgstr ""
|
|
2932
2983
|
|
|
2984
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2985
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2986
|
+
msgid "personaContent"
|
|
2987
|
+
msgstr ""
|
|
2988
|
+
|
|
2933
2989
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2934
2990
|
# defaultMessage: Fa parte di
|
|
2935
2991
|
msgid "persona_strutture_correlate"
|
|
@@ -3382,6 +3438,7 @@ msgstr ""
|
|
|
3382
3438
|
msgid "searchInSection"
|
|
3383
3439
|
msgstr ""
|
|
3384
3440
|
|
|
3441
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3385
3442
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3386
3443
|
# defaultMessage: Cerca nel sito
|
|
3387
3444
|
msgid "searchLabel"
|
|
@@ -3624,6 +3681,11 @@ msgstr ""
|
|
|
3624
3681
|
msgid "servizi_offerti"
|
|
3625
3682
|
msgstr ""
|
|
3626
3683
|
|
|
3684
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3685
|
+
# defaultMessage: Contenuto del servizio
|
|
3686
|
+
msgid "servizioContent"
|
|
3687
|
+
msgstr ""
|
|
3688
|
+
|
|
3627
3689
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3628
3690
|
# defaultMessage: Accedi al servizio
|
|
3629
3691
|
msgid "servizio_canale_digitale"
|
|
@@ -3752,7 +3814,7 @@ msgid "show_only_first_ribbon"
|
|
|
3752
3814
|
msgstr ""
|
|
3753
3815
|
|
|
3754
3816
|
#: config/Blocks/ListingOptions/attachmentCardTemplate
|
|
3755
|
-
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata
|
|
3817
|
+
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
|
|
3756
3818
|
msgid "show_pdf_desc"
|
|
3757
3819
|
msgstr ""
|
|
3758
3820
|
|
|
@@ -3789,6 +3851,24 @@ msgstr ""
|
|
|
3789
3851
|
msgid "show_type"
|
|
3790
3852
|
msgstr ""
|
|
3791
3853
|
|
|
3854
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3855
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3856
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3857
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3858
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3859
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3860
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3861
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3862
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3863
|
+
# defaultMessage: Indice della pagina
|
|
3864
|
+
msgid "sideMenuIndex"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3868
|
+
# defaultMessage: Navigazione della pagina
|
|
3869
|
+
msgid "sideMenuNavigation"
|
|
3870
|
+
msgstr ""
|
|
3871
|
+
|
|
3792
3872
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3793
3873
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3794
3874
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3830,6 +3910,11 @@ msgstr ""
|
|
|
3830
3910
|
msgid "skiplink-navigation"
|
|
3831
3911
|
msgstr ""
|
|
3832
3912
|
|
|
3913
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3914
|
+
# defaultMessage: Skiplinks
|
|
3915
|
+
msgid "skiplinks-description"
|
|
3916
|
+
msgstr ""
|
|
3917
|
+
|
|
3833
3918
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3834
3919
|
#: helpers/contentHelper
|
|
3835
3920
|
# defaultMessage: Skype
|
|
@@ -4231,11 +4316,21 @@ msgstr ""
|
|
|
4231
4316
|
msgid "url"
|
|
4232
4317
|
msgstr ""
|
|
4233
4318
|
|
|
4319
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4320
|
+
# defaultMessage: Utility Menu
|
|
4321
|
+
msgid "utilityMenu"
|
|
4322
|
+
msgstr ""
|
|
4323
|
+
|
|
4234
4324
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4235
4325
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4236
4326
|
msgid "variazione_situazione_patrimoniale"
|
|
4237
4327
|
msgstr ""
|
|
4238
4328
|
|
|
4329
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4330
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4331
|
+
msgid "venueContent"
|
|
4332
|
+
msgstr ""
|
|
4333
|
+
|
|
4239
4334
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4240
4335
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4241
4336
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|
|
@@ -553,6 +553,11 @@ msgstr "Select all content types or none"
|
|
|
553
553
|
msgid "Select all or none"
|
|
554
554
|
msgstr "Select all or none"
|
|
555
555
|
|
|
556
|
+
#: components/SelectInput/SelectInput
|
|
557
|
+
# defaultMessage: Seleziona un'opzione
|
|
558
|
+
msgid "SelectInput_default_label"
|
|
559
|
+
msgstr ""
|
|
560
|
+
|
|
556
561
|
#: components/ItaliaTheme/manage/Widgets/FileWidget
|
|
557
562
|
# defaultMessage: Seleziona un file
|
|
558
563
|
msgid "Seleziona un file"
|
|
@@ -670,6 +675,11 @@ msgstr ""
|
|
|
670
675
|
msgid "Type the title…"
|
|
671
676
|
msgstr ""
|
|
672
677
|
|
|
678
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
679
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
680
|
+
msgid "UOContent"
|
|
681
|
+
msgstr "Content of the Organizational department"
|
|
682
|
+
|
|
673
683
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
674
684
|
# defaultMessage: Unauthorized
|
|
675
685
|
msgid "Unauthorized"
|
|
@@ -870,6 +880,11 @@ msgstr "Responsible area"
|
|
|
870
880
|
msgid "argoment"
|
|
871
881
|
msgstr "Topic"
|
|
872
882
|
|
|
883
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
884
|
+
# defaultMessage: Contenuto dell'argomento
|
|
885
|
+
msgid "argomentoContent"
|
|
886
|
+
msgstr "Content of the argument"
|
|
887
|
+
|
|
873
888
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
874
889
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
875
890
|
# defaultMessage: Icona {type}
|
|
@@ -1051,6 +1066,11 @@ msgstr ""
|
|
|
1051
1066
|
msgid "bandi_search_no_filters"
|
|
1052
1067
|
msgstr ""
|
|
1053
1068
|
|
|
1069
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1070
|
+
# defaultMessage: Contenuto del Bando
|
|
1071
|
+
msgid "bandoContent"
|
|
1072
|
+
msgstr "Content of the announcement"
|
|
1073
|
+
|
|
1054
1074
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1055
1075
|
# defaultMessage: Scaduto
|
|
1056
1076
|
msgid "bando_closed"
|
|
@@ -1734,6 +1754,11 @@ msgstr "Statements of Incompatibility"
|
|
|
1734
1754
|
msgid "dirigente"
|
|
1735
1755
|
msgstr "Manager"
|
|
1736
1756
|
|
|
1757
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1758
|
+
# defaultMessage: Contenuto del documento
|
|
1759
|
+
msgid "documentContent"
|
|
1760
|
+
msgstr "Content of the document"
|
|
1761
|
+
|
|
1737
1762
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1738
1763
|
# defaultMessage: Documenti e dati
|
|
1739
1764
|
msgid "documenti-e-dati"
|
|
@@ -1997,6 +2022,11 @@ msgstr "Political structures involved"
|
|
|
1997
2022
|
msgid "event_url"
|
|
1998
2023
|
msgstr "Event url"
|
|
1999
2024
|
|
|
2025
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2026
|
+
# defaultMessage: Contenuto dell'evento
|
|
2027
|
+
msgid "eventoContent"
|
|
2028
|
+
msgstr "Content of the event"
|
|
2029
|
+
|
|
2000
2030
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2001
2031
|
# defaultMessage: Appuntamenti
|
|
2002
2032
|
msgid "events"
|
|
@@ -2095,6 +2125,11 @@ msgstr ""
|
|
|
2095
2125
|
msgid "feedback_error"
|
|
2096
2126
|
msgstr ""
|
|
2097
2127
|
|
|
2128
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2129
|
+
# defaultMessage: Feedback form
|
|
2130
|
+
msgid "feedback_form_aria_title"
|
|
2131
|
+
msgstr ""
|
|
2132
|
+
|
|
2098
2133
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2099
2134
|
# defaultMessage: Next
|
|
2100
2135
|
msgid "feedback_form_button_next"
|
|
@@ -2389,6 +2424,11 @@ msgstr "Travel and / or service charges"
|
|
|
2389
2424
|
msgid "importi_viaggio"
|
|
2390
2425
|
msgstr "Travel and/or service expenses"
|
|
2391
2426
|
|
|
2427
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2428
|
+
# defaultMessage: Contenuti in evidenza
|
|
2429
|
+
msgid "inEvidenceItems"
|
|
2430
|
+
msgstr "In evidence items"
|
|
2431
|
+
|
|
2392
2432
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2393
2433
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2394
2434
|
# defaultMessage: incarico
|
|
@@ -2611,6 +2651,11 @@ msgstr ""
|
|
|
2611
2651
|
msgid "mailto"
|
|
2612
2652
|
msgstr "Send"
|
|
2613
2653
|
|
|
2654
|
+
#: overrideTranslations
|
|
2655
|
+
# defaultMessage: Menu principale
|
|
2656
|
+
msgid "mainMenu"
|
|
2657
|
+
msgstr "Main menu"
|
|
2658
|
+
|
|
2614
2659
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2615
2660
|
# defaultMessage: Grande
|
|
2616
2661
|
msgid "map_size_large"
|
|
@@ -2696,6 +2741,11 @@ msgstr "Alternative formats"
|
|
|
2696
2741
|
msgid "natural_image_size"
|
|
2697
2742
|
msgstr "Do not alter natural image sizes"
|
|
2698
2743
|
|
|
2744
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2745
|
+
# defaultMessage: Contenuto della notizia
|
|
2746
|
+
msgid "newsContent"
|
|
2747
|
+
msgstr "Content of the news"
|
|
2748
|
+
|
|
2699
2749
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2700
2750
|
# defaultMessage: Contenuto
|
|
2701
2751
|
msgid "news_item_contenuto"
|
|
@@ -2842,16 +2892,11 @@ msgstr "Opening time"
|
|
|
2842
2892
|
msgid "order_by"
|
|
2843
2893
|
msgstr "Order by"
|
|
2844
2894
|
|
|
2845
|
-
#: components/ItaliaTheme/View/EventoView/
|
|
2895
|
+
#: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
|
|
2846
2896
|
# defaultMessage: Organizzato da
|
|
2847
2897
|
msgid "organizzato_da"
|
|
2848
2898
|
msgstr "Organized by"
|
|
2849
2899
|
|
|
2850
|
-
#: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
|
|
2851
|
-
# defaultMessage: Organizzatore
|
|
2852
|
-
msgid "organizzatore"
|
|
2853
|
-
msgstr "Organizer"
|
|
2854
|
-
|
|
2855
2900
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
2856
2901
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
2857
2902
|
# defaultMessage: Organo competente adozione provvedimento finale
|
|
@@ -2894,11 +2939,17 @@ msgstr "This page is managed by"
|
|
|
2894
2939
|
msgid "paginationLabel"
|
|
2895
2940
|
msgstr "Page selector"
|
|
2896
2941
|
|
|
2942
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2943
|
+
# defaultMessage: Main site menu
|
|
2944
|
+
msgid "parent_site_menu"
|
|
2945
|
+
msgstr ""
|
|
2946
|
+
|
|
2897
2947
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2898
2948
|
# defaultMessage: Parteciperanno
|
|
2899
2949
|
msgid "parteciperanno"
|
|
2900
2950
|
msgstr "Will participate"
|
|
2901
2951
|
|
|
2952
|
+
#: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
|
|
2902
2953
|
#: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
|
|
2903
2954
|
# defaultMessage: Patrocinato da
|
|
2904
2955
|
msgid "patrocinato_da"
|
|
@@ -2915,6 +2966,11 @@ msgstr "PEC"
|
|
|
2915
2966
|
msgid "persona"
|
|
2916
2967
|
msgstr "Person"
|
|
2917
2968
|
|
|
2969
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2970
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2971
|
+
msgid "personaContent"
|
|
2972
|
+
msgstr "Content of the person’s profile"
|
|
2973
|
+
|
|
2918
2974
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2919
2975
|
# defaultMessage: Fa parte di
|
|
2920
2976
|
msgid "persona_strutture_correlate"
|
|
@@ -3168,7 +3224,7 @@ msgstr "Responsible office"
|
|
|
3168
3224
|
#: components/ItaliaTheme/View/Commons/BandoDates
|
|
3169
3225
|
# defaultMessage: Scadenza dei termini per partecipare al bando
|
|
3170
3226
|
msgid "scadenza_bando"
|
|
3171
|
-
msgstr "
|
|
3227
|
+
msgstr "Deadline for submitting applications"
|
|
3172
3228
|
|
|
3173
3229
|
#: components/ItaliaTheme/Blocks/Calendar/Item
|
|
3174
3230
|
#: components/ItaliaTheme/View/Commons/BandoDates
|
|
@@ -3367,6 +3423,7 @@ msgstr "Search contents in"
|
|
|
3367
3423
|
msgid "searchInSection"
|
|
3368
3424
|
msgstr "Search in sections"
|
|
3369
3425
|
|
|
3426
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3370
3427
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3371
3428
|
# defaultMessage: Cerca nel sito
|
|
3372
3429
|
msgid "searchLabel"
|
|
@@ -3609,6 +3666,11 @@ msgstr "Related services"
|
|
|
3609
3666
|
msgid "servizi_offerti"
|
|
3610
3667
|
msgstr "Services"
|
|
3611
3668
|
|
|
3669
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3670
|
+
# defaultMessage: Contenuto del servizio
|
|
3671
|
+
msgid "servizioContent"
|
|
3672
|
+
msgstr "Content of the service"
|
|
3673
|
+
|
|
3612
3674
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3613
3675
|
# defaultMessage: Accedi al servizio
|
|
3614
3676
|
msgid "servizio_canale_digitale"
|
|
@@ -3737,9 +3799,9 @@ msgid "show_only_first_ribbon"
|
|
|
3737
3799
|
msgstr ""
|
|
3738
3800
|
|
|
3739
3801
|
#: config/Blocks/ListingOptions/attachmentCardTemplate
|
|
3740
|
-
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata
|
|
3802
|
+
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
|
|
3741
3803
|
msgid "show_pdf_desc"
|
|
3742
|
-
msgstr "Allows
|
|
3804
|
+
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."
|
|
3743
3805
|
|
|
3744
3806
|
#: config/Blocks/ListingOptions/attachmentCardTemplate
|
|
3745
3807
|
# defaultMessage: Mostra i PDF in anteprima
|
|
@@ -3774,6 +3836,24 @@ msgstr ""
|
|
|
3774
3836
|
msgid "show_type"
|
|
3775
3837
|
msgstr ""
|
|
3776
3838
|
|
|
3839
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3840
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3841
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3842
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3843
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3844
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3845
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3846
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3847
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3848
|
+
# defaultMessage: Indice della pagina
|
|
3849
|
+
msgid "sideMenuIndex"
|
|
3850
|
+
msgstr "Page index"
|
|
3851
|
+
|
|
3852
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3853
|
+
# defaultMessage: Navigazione della pagina
|
|
3854
|
+
msgid "sideMenuNavigation"
|
|
3855
|
+
msgstr "Elements of the sidebar menu"
|
|
3856
|
+
|
|
3777
3857
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3778
3858
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3779
3859
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3815,6 +3895,11 @@ msgstr "Go to content"
|
|
|
3815
3895
|
msgid "skiplink-navigation"
|
|
3816
3896
|
msgstr "Go to navigation"
|
|
3817
3897
|
|
|
3898
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3899
|
+
# defaultMessage: Skiplinks
|
|
3900
|
+
msgid "skiplinks-description"
|
|
3901
|
+
msgstr ""
|
|
3902
|
+
|
|
3818
3903
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3819
3904
|
#: helpers/contentHelper
|
|
3820
3905
|
# defaultMessage: Skype
|
|
@@ -4216,11 +4301,21 @@ msgstr "Update date"
|
|
|
4216
4301
|
msgid "url"
|
|
4217
4302
|
msgstr "website"
|
|
4218
4303
|
|
|
4304
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4305
|
+
# defaultMessage: Utility Menu
|
|
4306
|
+
msgid "utilityMenu"
|
|
4307
|
+
msgstr "Utility menu"
|
|
4308
|
+
|
|
4219
4309
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4220
4310
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4221
4311
|
msgid "variazione_situazione_patrimoniale"
|
|
4222
4312
|
msgstr "Change in balance sheet"
|
|
4223
4313
|
|
|
4314
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4315
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4316
|
+
msgid "venueContent"
|
|
4317
|
+
msgstr "Informations about the structure"
|
|
4318
|
+
|
|
4224
4319
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4225
4320
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4226
4321
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|