design-comuni-plone-theme 11.26.5 → 11.28.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-feedback-npm-0.5.2-c3471099a1-48c0763678.zip → volto-feedback-npm-0.6.0-42c860b5c3-49addbf819.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +55 -0
- package/RELEASE.md +33 -0
- package/locales/de/LC_MESSAGES/volto.po +104 -0
- package/locales/en/LC_MESSAGES/volto.po +105 -1
- package/locales/es/LC_MESSAGES/volto.po +104 -0
- package/locales/fr/LC_MESSAGES/volto.po +104 -0
- package/locales/it/LC_MESSAGES/volto.po +104 -0
- package/locales/volto.pot +105 -1
- package/package.json +2 -2
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +23 -14
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +17 -4
- package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +4 -3
- package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +0 -3
- package/src/components/ItaliaTheme/Cards/CardPersona.jsx +1 -1
- package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +25 -6
- 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/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/DocumentoView/DocumentoView.jsx +20 -1
- 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/NewsItemView.jsx +19 -1
- package/src/components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks.jsx +14 -1
- package/src/components/ItaliaTheme/View/PersonaView/PersonaDocumenti.jsx +57 -20
- 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 +2 -1
- package/src/components/TextInput.jsx +1 -0
- package/src/config/Blocks/ListingOptions/cardWithSlideUpTextTemplate.js +1 -6
- package/src/config/italiaConfig.js +23 -2
- package/src/customizations/volto/components/manage/Blocks/Search/SearchBlockView.jsx +20 -1
- package/src/customizations/volto/components/manage/Blocks/Search/layout/LeftColumnFacets.jsx +21 -17
- package/src/customizations/volto/components/manage/Blocks/Search/layout/RightColumnFacets.jsx +21 -17
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +5 -2
- package/src/customizations/volto/components/theme/Footer/Footer.jsx +12 -5
- package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +16 -2
- 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/overrideTranslations.jsx +4 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +10 -0
- package/src/theme/ItaliaTheme/Blocks/_search.scss +20 -2
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -0
- package/src/theme/ItaliaTheme/Views/_servizio.scss +6 -0
- package/src/theme/ItaliaTheme/_ar.scss +3 -2
- package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +1 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_form-select.scss +17 -0
|
@@ -684,6 +684,11 @@ msgstr "Ingrese texto..."
|
|
|
684
684
|
msgid "Type the title…"
|
|
685
685
|
msgstr "Ingrese el título..."
|
|
686
686
|
|
|
687
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
688
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
689
|
+
msgid "UOContent"
|
|
690
|
+
msgstr ""
|
|
691
|
+
|
|
687
692
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
688
693
|
# defaultMessage: Unauthorized
|
|
689
694
|
msgid "Unauthorized"
|
|
@@ -884,6 +889,11 @@ msgstr "Área responsable"
|
|
|
884
889
|
msgid "argoment"
|
|
885
890
|
msgstr "Tema"
|
|
886
891
|
|
|
892
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
893
|
+
# defaultMessage: Contenuto dell'argomento
|
|
894
|
+
msgid "argomentoContent"
|
|
895
|
+
msgstr ""
|
|
896
|
+
|
|
887
897
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
888
898
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
889
899
|
# defaultMessage: Icona {type}
|
|
@@ -933,6 +943,11 @@ msgstr "Escrituras y documentos que acompañan a la solicitud"
|
|
|
933
943
|
msgid "atto_nomina"
|
|
934
944
|
msgstr "Acto de nombramiento"
|
|
935
945
|
|
|
946
|
+
#: config/italiaConfig
|
|
947
|
+
# defaultMessage: Login/Logout
|
|
948
|
+
msgid "auth_ft"
|
|
949
|
+
msgstr ""
|
|
950
|
+
|
|
936
951
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
937
952
|
# defaultMessage: Autoplay
|
|
938
953
|
msgid "autoplay"
|
|
@@ -1065,6 +1080,11 @@ msgstr "Fondo de bloque"
|
|
|
1065
1080
|
msgid "bandi_search_no_filters"
|
|
1066
1081
|
msgstr "No hay filtros para mostrar. Seleccione yo filtros de búsqueda para mostrar desde la barra lateral."
|
|
1067
1082
|
|
|
1083
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1084
|
+
# defaultMessage: Contenuto del Bando
|
|
1085
|
+
msgid "bandoContent"
|
|
1086
|
+
msgstr ""
|
|
1087
|
+
|
|
1068
1088
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1069
1089
|
# defaultMessage: Scaduto
|
|
1070
1090
|
msgid "bando_closed"
|
|
@@ -1748,6 +1768,11 @@ msgstr ""
|
|
|
1748
1768
|
msgid "dirigente"
|
|
1749
1769
|
msgstr "Dirigente"
|
|
1750
1770
|
|
|
1771
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1772
|
+
# defaultMessage: Contenuto del documento
|
|
1773
|
+
msgid "documentContent"
|
|
1774
|
+
msgstr ""
|
|
1775
|
+
|
|
1751
1776
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1752
1777
|
# defaultMessage: Documenti e dati
|
|
1753
1778
|
msgid "documenti-e-dati"
|
|
@@ -2011,6 +2036,11 @@ msgstr "Estructuras políticas involucradas"
|
|
|
2011
2036
|
msgid "event_url"
|
|
2012
2037
|
msgstr "URL del evento"
|
|
2013
2038
|
|
|
2039
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2040
|
+
# defaultMessage: Contenuto dell'evento
|
|
2041
|
+
msgid "eventoContent"
|
|
2042
|
+
msgstr ""
|
|
2043
|
+
|
|
2014
2044
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2015
2045
|
# defaultMessage: Appuntamenti
|
|
2016
2046
|
msgid "events"
|
|
@@ -2109,6 +2139,11 @@ msgstr ""
|
|
|
2109
2139
|
msgid "feedback_error"
|
|
2110
2140
|
msgstr ""
|
|
2111
2141
|
|
|
2142
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2143
|
+
# defaultMessage: Feedback form
|
|
2144
|
+
msgid "feedback_form_aria_title"
|
|
2145
|
+
msgstr ""
|
|
2146
|
+
|
|
2112
2147
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2113
2148
|
# defaultMessage: Next
|
|
2114
2149
|
msgid "feedback_form_button_next"
|
|
@@ -2403,6 +2438,11 @@ msgstr "Gastos de viajes y servicios"
|
|
|
2403
2438
|
msgid "importi_viaggio"
|
|
2404
2439
|
msgstr ""
|
|
2405
2440
|
|
|
2441
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2442
|
+
# defaultMessage: Contenuti in evidenza
|
|
2443
|
+
msgid "inEvidenceItems"
|
|
2444
|
+
msgstr ""
|
|
2445
|
+
|
|
2406
2446
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2407
2447
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2408
2448
|
# defaultMessage: incarico
|
|
@@ -2625,6 +2665,11 @@ msgstr ""
|
|
|
2625
2665
|
msgid "mailto"
|
|
2626
2666
|
msgstr "Enviar"
|
|
2627
2667
|
|
|
2668
|
+
#: overrideTranslations
|
|
2669
|
+
# defaultMessage: Menu principale
|
|
2670
|
+
msgid "mainMenu"
|
|
2671
|
+
msgstr ""
|
|
2672
|
+
|
|
2628
2673
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2629
2674
|
# defaultMessage: Grande
|
|
2630
2675
|
msgid "map_size_large"
|
|
@@ -2710,6 +2755,11 @@ msgstr "Formatos alternativos"
|
|
|
2710
2755
|
msgid "natural_image_size"
|
|
2711
2756
|
msgstr "No altere los tamaños naturales de las imágenes"
|
|
2712
2757
|
|
|
2758
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2759
|
+
# defaultMessage: Contenuto della notizia
|
|
2760
|
+
msgid "newsContent"
|
|
2761
|
+
msgstr ""
|
|
2762
|
+
|
|
2713
2763
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2714
2764
|
# defaultMessage: Contenuto
|
|
2715
2765
|
msgid "news_item_contenuto"
|
|
@@ -2903,6 +2953,11 @@ msgstr "Esta página es administrada por"
|
|
|
2903
2953
|
msgid "paginationLabel"
|
|
2904
2954
|
msgstr ""
|
|
2905
2955
|
|
|
2956
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2957
|
+
# defaultMessage: Main site menu
|
|
2958
|
+
msgid "parent_site_menu"
|
|
2959
|
+
msgstr ""
|
|
2960
|
+
|
|
2906
2961
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2907
2962
|
# defaultMessage: Parteciperanno
|
|
2908
2963
|
msgid "parteciperanno"
|
|
@@ -2925,6 +2980,11 @@ msgstr "PEC"
|
|
|
2925
2980
|
msgid "persona"
|
|
2926
2981
|
msgstr ""
|
|
2927
2982
|
|
|
2983
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2984
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2985
|
+
msgid "personaContent"
|
|
2986
|
+
msgstr ""
|
|
2987
|
+
|
|
2928
2988
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2929
2989
|
# defaultMessage: Fa parte di
|
|
2930
2990
|
msgid "persona_strutture_correlate"
|
|
@@ -3377,6 +3437,7 @@ msgstr "Buscar contenidos en"
|
|
|
3377
3437
|
msgid "searchInSection"
|
|
3378
3438
|
msgstr "Busca en la sección"
|
|
3379
3439
|
|
|
3440
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3380
3441
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3381
3442
|
# defaultMessage: Cerca nel sito
|
|
3382
3443
|
msgid "searchLabel"
|
|
@@ -3619,6 +3680,11 @@ msgstr ""
|
|
|
3619
3680
|
msgid "servizi_offerti"
|
|
3620
3681
|
msgstr "Servicios"
|
|
3621
3682
|
|
|
3683
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3684
|
+
# defaultMessage: Contenuto del servizio
|
|
3685
|
+
msgid "servizioContent"
|
|
3686
|
+
msgstr ""
|
|
3687
|
+
|
|
3622
3688
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3623
3689
|
# defaultMessage: Accedi al servizio
|
|
3624
3690
|
msgid "servizio_canale_digitale"
|
|
@@ -3784,6 +3850,24 @@ msgstr "Mostrar temas"
|
|
|
3784
3850
|
msgid "show_type"
|
|
3785
3851
|
msgstr "Mostrar tipo"
|
|
3786
3852
|
|
|
3853
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3854
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3855
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3856
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3857
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3858
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3859
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3860
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3861
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3862
|
+
# defaultMessage: Indice della pagina
|
|
3863
|
+
msgid "sideMenuIndex"
|
|
3864
|
+
msgstr ""
|
|
3865
|
+
|
|
3866
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3867
|
+
# defaultMessage: Navigazione della pagina
|
|
3868
|
+
msgid "sideMenuNavigation"
|
|
3869
|
+
msgstr ""
|
|
3870
|
+
|
|
3787
3871
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3788
3872
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3789
3873
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3805,6 +3889,11 @@ msgstr "Aquí puede seleccionar un aspecto diferente al predeterminado para la p
|
|
|
3805
3889
|
msgid "simplecard_listing_appearance_oneforrow"
|
|
3806
3890
|
msgstr ""
|
|
3807
3891
|
|
|
3892
|
+
#: config/italiaConfig
|
|
3893
|
+
# defaultMessage: Sitemap
|
|
3894
|
+
msgid "sitemap_ft"
|
|
3895
|
+
msgstr ""
|
|
3896
|
+
|
|
3808
3897
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
3809
3898
|
# defaultMessage: Situazione patrimoniale
|
|
3810
3899
|
msgid "situazione_patrimoniale"
|
|
@@ -3825,6 +3914,11 @@ msgstr "Ir al contenido"
|
|
|
3825
3914
|
msgid "skiplink-navigation"
|
|
3826
3915
|
msgstr "Ir a navegación"
|
|
3827
3916
|
|
|
3917
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3918
|
+
# defaultMessage: Skiplinks
|
|
3919
|
+
msgid "skiplinks-description"
|
|
3920
|
+
msgstr ""
|
|
3921
|
+
|
|
3828
3922
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3829
3923
|
#: helpers/contentHelper
|
|
3830
3924
|
# defaultMessage: Skype
|
|
@@ -4226,11 +4320,21 @@ msgstr ""
|
|
|
4226
4320
|
msgid "url"
|
|
4227
4321
|
msgstr ""
|
|
4228
4322
|
|
|
4323
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4324
|
+
# defaultMessage: Utility Menu
|
|
4325
|
+
msgid "utilityMenu"
|
|
4326
|
+
msgstr ""
|
|
4327
|
+
|
|
4229
4328
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4230
4329
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4231
4330
|
msgid "variazione_situazione_patrimoniale"
|
|
4232
4331
|
msgstr "Cambio en el balance"
|
|
4233
4332
|
|
|
4333
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4334
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4335
|
+
msgid "venueContent"
|
|
4336
|
+
msgstr ""
|
|
4337
|
+
|
|
4234
4338
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4235
4339
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4236
4340
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|
|
@@ -692,6 +692,11 @@ msgstr ""
|
|
|
692
692
|
msgid "Type the title…"
|
|
693
693
|
msgstr ""
|
|
694
694
|
|
|
695
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
696
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
697
|
+
msgid "UOContent"
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
695
700
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
696
701
|
# defaultMessage: Unauthorized
|
|
697
702
|
msgid "Unauthorized"
|
|
@@ -892,6 +897,11 @@ msgstr "Zone responsable"
|
|
|
892
897
|
msgid "argoment"
|
|
893
898
|
msgstr "Sujet"
|
|
894
899
|
|
|
900
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
901
|
+
# defaultMessage: Contenuto dell'argomento
|
|
902
|
+
msgid "argomentoContent"
|
|
903
|
+
msgstr ""
|
|
904
|
+
|
|
895
905
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
896
906
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
897
907
|
# defaultMessage: Icona {type}
|
|
@@ -941,6 +951,11 @@ msgstr ""
|
|
|
941
951
|
msgid "atto_nomina"
|
|
942
952
|
msgstr "Acte de nomination"
|
|
943
953
|
|
|
954
|
+
#: config/italiaConfig
|
|
955
|
+
# defaultMessage: Login/Logout
|
|
956
|
+
msgid "auth_ft"
|
|
957
|
+
msgstr ""
|
|
958
|
+
|
|
944
959
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
945
960
|
# defaultMessage: Autoplay
|
|
946
961
|
msgid "autoplay"
|
|
@@ -1073,6 +1088,11 @@ msgstr ""
|
|
|
1073
1088
|
msgid "bandi_search_no_filters"
|
|
1074
1089
|
msgstr ""
|
|
1075
1090
|
|
|
1091
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1092
|
+
# defaultMessage: Contenuto del Bando
|
|
1093
|
+
msgid "bandoContent"
|
|
1094
|
+
msgstr ""
|
|
1095
|
+
|
|
1076
1096
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1077
1097
|
# defaultMessage: Scaduto
|
|
1078
1098
|
msgid "bando_closed"
|
|
@@ -1756,6 +1776,11 @@ msgstr ""
|
|
|
1756
1776
|
msgid "dirigente"
|
|
1757
1777
|
msgstr "Directeur"
|
|
1758
1778
|
|
|
1779
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1780
|
+
# defaultMessage: Contenuto del documento
|
|
1781
|
+
msgid "documentContent"
|
|
1782
|
+
msgstr ""
|
|
1783
|
+
|
|
1759
1784
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1760
1785
|
# defaultMessage: Documenti e dati
|
|
1761
1786
|
msgid "documenti-e-dati"
|
|
@@ -2019,6 +2044,11 @@ msgstr "Structures politiques impliquées"
|
|
|
2019
2044
|
msgid "event_url"
|
|
2020
2045
|
msgstr "URL de l'événement"
|
|
2021
2046
|
|
|
2047
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2048
|
+
# defaultMessage: Contenuto dell'evento
|
|
2049
|
+
msgid "eventoContent"
|
|
2050
|
+
msgstr ""
|
|
2051
|
+
|
|
2022
2052
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2023
2053
|
# defaultMessage: Appuntamenti
|
|
2024
2054
|
msgid "events"
|
|
@@ -2117,6 +2147,11 @@ msgstr ""
|
|
|
2117
2147
|
msgid "feedback_error"
|
|
2118
2148
|
msgstr ""
|
|
2119
2149
|
|
|
2150
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2151
|
+
# defaultMessage: Feedback form
|
|
2152
|
+
msgid "feedback_form_aria_title"
|
|
2153
|
+
msgstr ""
|
|
2154
|
+
|
|
2120
2155
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2121
2156
|
# defaultMessage: Next
|
|
2122
2157
|
msgid "feedback_form_button_next"
|
|
@@ -2411,6 +2446,11 @@ msgstr "Frais de déplacement et services"
|
|
|
2411
2446
|
msgid "importi_viaggio"
|
|
2412
2447
|
msgstr ""
|
|
2413
2448
|
|
|
2449
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2450
|
+
# defaultMessage: Contenuti in evidenza
|
|
2451
|
+
msgid "inEvidenceItems"
|
|
2452
|
+
msgstr ""
|
|
2453
|
+
|
|
2414
2454
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2415
2455
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2416
2456
|
# defaultMessage: incarico
|
|
@@ -2633,6 +2673,11 @@ msgstr ""
|
|
|
2633
2673
|
msgid "mailto"
|
|
2634
2674
|
msgstr "Soumettre"
|
|
2635
2675
|
|
|
2676
|
+
#: overrideTranslations
|
|
2677
|
+
# defaultMessage: Menu principale
|
|
2678
|
+
msgid "mainMenu"
|
|
2679
|
+
msgstr ""
|
|
2680
|
+
|
|
2636
2681
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2637
2682
|
# defaultMessage: Grande
|
|
2638
2683
|
msgid "map_size_large"
|
|
@@ -2718,6 +2763,11 @@ msgstr "Formats alternatifs"
|
|
|
2718
2763
|
msgid "natural_image_size"
|
|
2719
2764
|
msgstr ""
|
|
2720
2765
|
|
|
2766
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2767
|
+
# defaultMessage: Contenuto della notizia
|
|
2768
|
+
msgid "newsContent"
|
|
2769
|
+
msgstr ""
|
|
2770
|
+
|
|
2721
2771
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2722
2772
|
# defaultMessage: Contenuto
|
|
2723
2773
|
msgid "news_item_contenuto"
|
|
@@ -2911,6 +2961,11 @@ msgstr "Cette page est gérée par"
|
|
|
2911
2961
|
msgid "paginationLabel"
|
|
2912
2962
|
msgstr ""
|
|
2913
2963
|
|
|
2964
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2965
|
+
# defaultMessage: Main site menu
|
|
2966
|
+
msgid "parent_site_menu"
|
|
2967
|
+
msgstr ""
|
|
2968
|
+
|
|
2914
2969
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2915
2970
|
# defaultMessage: Parteciperanno
|
|
2916
2971
|
msgid "parteciperanno"
|
|
@@ -2933,6 +2988,11 @@ msgstr "PEC"
|
|
|
2933
2988
|
msgid "persona"
|
|
2934
2989
|
msgstr ""
|
|
2935
2990
|
|
|
2991
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2992
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2993
|
+
msgid "personaContent"
|
|
2994
|
+
msgstr ""
|
|
2995
|
+
|
|
2936
2996
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2937
2997
|
# defaultMessage: Fa parte di
|
|
2938
2998
|
msgid "persona_strutture_correlate"
|
|
@@ -3385,6 +3445,7 @@ msgstr "Rechercher du contenu dans"
|
|
|
3385
3445
|
msgid "searchInSection"
|
|
3386
3446
|
msgstr ""
|
|
3387
3447
|
|
|
3448
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3388
3449
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3389
3450
|
# defaultMessage: Cerca nel sito
|
|
3390
3451
|
msgid "searchLabel"
|
|
@@ -3627,6 +3688,11 @@ msgstr ""
|
|
|
3627
3688
|
msgid "servizi_offerti"
|
|
3628
3689
|
msgstr "Services"
|
|
3629
3690
|
|
|
3691
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3692
|
+
# defaultMessage: Contenuto del servizio
|
|
3693
|
+
msgid "servizioContent"
|
|
3694
|
+
msgstr ""
|
|
3695
|
+
|
|
3630
3696
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3631
3697
|
# defaultMessage: Accedi al servizio
|
|
3632
3698
|
msgid "servizio_canale_digitale"
|
|
@@ -3792,6 +3858,24 @@ msgstr ""
|
|
|
3792
3858
|
msgid "show_type"
|
|
3793
3859
|
msgstr ""
|
|
3794
3860
|
|
|
3861
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3862
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3863
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3864
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3865
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3866
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3867
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3868
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3869
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3870
|
+
# defaultMessage: Indice della pagina
|
|
3871
|
+
msgid "sideMenuIndex"
|
|
3872
|
+
msgstr ""
|
|
3873
|
+
|
|
3874
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3875
|
+
# defaultMessage: Navigazione della pagina
|
|
3876
|
+
msgid "sideMenuNavigation"
|
|
3877
|
+
msgstr ""
|
|
3878
|
+
|
|
3795
3879
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3796
3880
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3797
3881
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3813,6 +3897,11 @@ msgstr ""
|
|
|
3813
3897
|
msgid "simplecard_listing_appearance_oneforrow"
|
|
3814
3898
|
msgstr ""
|
|
3815
3899
|
|
|
3900
|
+
#: config/italiaConfig
|
|
3901
|
+
# defaultMessage: Sitemap
|
|
3902
|
+
msgid "sitemap_ft"
|
|
3903
|
+
msgstr ""
|
|
3904
|
+
|
|
3816
3905
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
3817
3906
|
# defaultMessage: Situazione patrimoniale
|
|
3818
3907
|
msgid "situazione_patrimoniale"
|
|
@@ -3833,6 +3922,11 @@ msgstr "Aller au contenu"
|
|
|
3833
3922
|
msgid "skiplink-navigation"
|
|
3834
3923
|
msgstr "Aller à la navigation"
|
|
3835
3924
|
|
|
3925
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3926
|
+
# defaultMessage: Skiplinks
|
|
3927
|
+
msgid "skiplinks-description"
|
|
3928
|
+
msgstr ""
|
|
3929
|
+
|
|
3836
3930
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3837
3931
|
#: helpers/contentHelper
|
|
3838
3932
|
# defaultMessage: Skype
|
|
@@ -4234,11 +4328,21 @@ msgstr ""
|
|
|
4234
4328
|
msgid "url"
|
|
4235
4329
|
msgstr ""
|
|
4236
4330
|
|
|
4331
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4332
|
+
# defaultMessage: Utility Menu
|
|
4333
|
+
msgid "utilityMenu"
|
|
4334
|
+
msgstr ""
|
|
4335
|
+
|
|
4237
4336
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4238
4337
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4239
4338
|
msgid "variazione_situazione_patrimoniale"
|
|
4240
4339
|
msgstr "Changement de bilan"
|
|
4241
4340
|
|
|
4341
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4342
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4343
|
+
msgid "venueContent"
|
|
4344
|
+
msgstr ""
|
|
4345
|
+
|
|
4242
4346
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4243
4347
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4244
4348
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|
|
@@ -675,6 +675,11 @@ msgstr "Digita testo…"
|
|
|
675
675
|
msgid "Type the title…"
|
|
676
676
|
msgstr "Digita il titolo…"
|
|
677
677
|
|
|
678
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
679
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
680
|
+
msgid "UOContent"
|
|
681
|
+
msgstr ""
|
|
682
|
+
|
|
678
683
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
679
684
|
# defaultMessage: Unauthorized
|
|
680
685
|
msgid "Unauthorized"
|
|
@@ -875,6 +880,11 @@ msgstr "Area responsabile"
|
|
|
875
880
|
msgid "argoment"
|
|
876
881
|
msgstr "Argomento"
|
|
877
882
|
|
|
883
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
884
|
+
# defaultMessage: Contenuto dell'argomento
|
|
885
|
+
msgid "argomentoContent"
|
|
886
|
+
msgstr ""
|
|
887
|
+
|
|
878
888
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
879
889
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
880
890
|
# defaultMessage: Icona {type}
|
|
@@ -924,6 +934,11 @@ msgstr "Atti e documenti a corredo dell'istanza"
|
|
|
924
934
|
msgid "atto_nomina"
|
|
925
935
|
msgstr "Atto di nomina"
|
|
926
936
|
|
|
937
|
+
#: config/italiaConfig
|
|
938
|
+
# defaultMessage: Login/Logout
|
|
939
|
+
msgid "auth_ft"
|
|
940
|
+
msgstr ""
|
|
941
|
+
|
|
927
942
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
928
943
|
# defaultMessage: Autoplay
|
|
929
944
|
msgid "autoplay"
|
|
@@ -1056,6 +1071,11 @@ msgstr "Sfondo del blocco"
|
|
|
1056
1071
|
msgid "bandi_search_no_filters"
|
|
1057
1072
|
msgstr "Nessun filtro da mostrare. Seleziona i filtri di ricerca da mostrare dalla sidebar laterale."
|
|
1058
1073
|
|
|
1074
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1075
|
+
# defaultMessage: Contenuto del Bando
|
|
1076
|
+
msgid "bandoContent"
|
|
1077
|
+
msgstr ""
|
|
1078
|
+
|
|
1059
1079
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1060
1080
|
# defaultMessage: Scaduto
|
|
1061
1081
|
msgid "bando_closed"
|
|
@@ -1739,6 +1759,11 @@ msgstr "Dichiarazioni di insussistenza e incompatibilità"
|
|
|
1739
1759
|
msgid "dirigente"
|
|
1740
1760
|
msgstr "Dirigente"
|
|
1741
1761
|
|
|
1762
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1763
|
+
# defaultMessage: Contenuto del documento
|
|
1764
|
+
msgid "documentContent"
|
|
1765
|
+
msgstr ""
|
|
1766
|
+
|
|
1742
1767
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1743
1768
|
# defaultMessage: Documenti e dati
|
|
1744
1769
|
msgid "documenti-e-dati"
|
|
@@ -2002,6 +2027,11 @@ msgstr "Strutture politiche coinvolte"
|
|
|
2002
2027
|
msgid "event_url"
|
|
2003
2028
|
msgstr "Url dell'evento"
|
|
2004
2029
|
|
|
2030
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2031
|
+
# defaultMessage: Contenuto dell'evento
|
|
2032
|
+
msgid "eventoContent"
|
|
2033
|
+
msgstr ""
|
|
2034
|
+
|
|
2005
2035
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2006
2036
|
# defaultMessage: Appuntamenti
|
|
2007
2037
|
msgid "events"
|
|
@@ -2100,6 +2130,11 @@ msgstr "Le indicazioni erano complete"
|
|
|
2100
2130
|
msgid "feedback_error"
|
|
2101
2131
|
msgstr "Errore"
|
|
2102
2132
|
|
|
2133
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2134
|
+
# defaultMessage: Feedback form
|
|
2135
|
+
msgid "feedback_form_aria_title"
|
|
2136
|
+
msgstr "Modulo di soddisfazione"
|
|
2137
|
+
|
|
2103
2138
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2104
2139
|
# defaultMessage: Next
|
|
2105
2140
|
msgid "feedback_form_button_next"
|
|
@@ -2394,6 +2429,11 @@ msgstr "Importi di viaggio e/o servizi"
|
|
|
2394
2429
|
msgid "importi_viaggio"
|
|
2395
2430
|
msgstr "Importi di viaggio e/o servizio"
|
|
2396
2431
|
|
|
2432
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2433
|
+
# defaultMessage: Contenuti in evidenza
|
|
2434
|
+
msgid "inEvidenceItems"
|
|
2435
|
+
msgstr ""
|
|
2436
|
+
|
|
2397
2437
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2398
2438
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2399
2439
|
# defaultMessage: incarico
|
|
@@ -2616,6 +2656,11 @@ msgstr "mail@example.com"
|
|
|
2616
2656
|
msgid "mailto"
|
|
2617
2657
|
msgstr "Invia"
|
|
2618
2658
|
|
|
2659
|
+
#: overrideTranslations
|
|
2660
|
+
# defaultMessage: Menu principale
|
|
2661
|
+
msgid "mainMenu"
|
|
2662
|
+
msgstr ""
|
|
2663
|
+
|
|
2619
2664
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2620
2665
|
# defaultMessage: Grande
|
|
2621
2666
|
msgid "map_size_large"
|
|
@@ -2701,6 +2746,11 @@ msgstr "Formati alternativi"
|
|
|
2701
2746
|
msgid "natural_image_size"
|
|
2702
2747
|
msgstr "Non alterare le dimensioni naturali dell'immagine"
|
|
2703
2748
|
|
|
2749
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2750
|
+
# defaultMessage: Contenuto della notizia
|
|
2751
|
+
msgid "newsContent"
|
|
2752
|
+
msgstr ""
|
|
2753
|
+
|
|
2704
2754
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2705
2755
|
# defaultMessage: Contenuto
|
|
2706
2756
|
msgid "news_item_contenuto"
|
|
@@ -2894,6 +2944,11 @@ msgstr "Questa pagina è gestita da"
|
|
|
2894
2944
|
msgid "paginationLabel"
|
|
2895
2945
|
msgstr "Selettore di pagina"
|
|
2896
2946
|
|
|
2947
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2948
|
+
# defaultMessage: Main site menu
|
|
2949
|
+
msgid "parent_site_menu"
|
|
2950
|
+
msgstr "Menu principale del sito"
|
|
2951
|
+
|
|
2897
2952
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2898
2953
|
# defaultMessage: Parteciperanno
|
|
2899
2954
|
msgid "parteciperanno"
|
|
@@ -2916,6 +2971,11 @@ msgstr "PEC"
|
|
|
2916
2971
|
msgid "persona"
|
|
2917
2972
|
msgstr "Persona"
|
|
2918
2973
|
|
|
2974
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2975
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2976
|
+
msgid "personaContent"
|
|
2977
|
+
msgstr ""
|
|
2978
|
+
|
|
2919
2979
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2920
2980
|
# defaultMessage: Fa parte di
|
|
2921
2981
|
msgid "persona_strutture_correlate"
|
|
@@ -3368,6 +3428,7 @@ msgstr "Cerca contenuti in"
|
|
|
3368
3428
|
msgid "searchInSection"
|
|
3369
3429
|
msgstr "Cerca nella sezione"
|
|
3370
3430
|
|
|
3431
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3371
3432
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3372
3433
|
# defaultMessage: Cerca nel sito
|
|
3373
3434
|
msgid "searchLabel"
|
|
@@ -3610,6 +3671,11 @@ msgstr "Servizi correlati"
|
|
|
3610
3671
|
msgid "servizi_offerti"
|
|
3611
3672
|
msgstr "Servizi disponibili"
|
|
3612
3673
|
|
|
3674
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3675
|
+
# defaultMessage: Contenuto del servizio
|
|
3676
|
+
msgid "servizioContent"
|
|
3677
|
+
msgstr ""
|
|
3678
|
+
|
|
3613
3679
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3614
3680
|
# defaultMessage: Accedi al servizio
|
|
3615
3681
|
msgid "servizio_canale_digitale"
|
|
@@ -3775,6 +3841,24 @@ msgstr "Mostra gli argomenti"
|
|
|
3775
3841
|
msgid "show_type"
|
|
3776
3842
|
msgstr "Mostra il tipo"
|
|
3777
3843
|
|
|
3844
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3845
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3846
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3847
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3848
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3849
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3850
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3851
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3852
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3853
|
+
# defaultMessage: Indice della pagina
|
|
3854
|
+
msgid "sideMenuIndex"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3857
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3858
|
+
# defaultMessage: Navigazione della pagina
|
|
3859
|
+
msgid "sideMenuNavigation"
|
|
3860
|
+
msgstr ""
|
|
3861
|
+
|
|
3778
3862
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3779
3863
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3780
3864
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3796,6 +3880,11 @@ msgstr "Qui puoi selezionare, per il template 'Card semplice', un aspetto divers
|
|
|
3796
3880
|
msgid "simplecard_listing_appearance_oneforrow"
|
|
3797
3881
|
msgstr "Un elemento per riga"
|
|
3798
3882
|
|
|
3883
|
+
#: config/italiaConfig
|
|
3884
|
+
# defaultMessage: Sitemap
|
|
3885
|
+
msgid "sitemap_ft"
|
|
3886
|
+
msgstr ""
|
|
3887
|
+
|
|
3799
3888
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
3800
3889
|
# defaultMessage: Situazione patrimoniale
|
|
3801
3890
|
msgid "situazione_patrimoniale"
|
|
@@ -3816,6 +3905,11 @@ msgstr "Vai al contenuto"
|
|
|
3816
3905
|
msgid "skiplink-navigation"
|
|
3817
3906
|
msgstr "Vai alla navigazione"
|
|
3818
3907
|
|
|
3908
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3909
|
+
# defaultMessage: Skiplinks
|
|
3910
|
+
msgid "skiplinks-description"
|
|
3911
|
+
msgstr "Punti di riferimento"
|
|
3912
|
+
|
|
3819
3913
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3820
3914
|
#: helpers/contentHelper
|
|
3821
3915
|
# defaultMessage: Skype
|
|
@@ -4217,11 +4311,21 @@ msgstr "Data di aggiornamento"
|
|
|
4217
4311
|
msgid "url"
|
|
4218
4312
|
msgstr "Sito web"
|
|
4219
4313
|
|
|
4314
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4315
|
+
# defaultMessage: Utility Menu
|
|
4316
|
+
msgid "utilityMenu"
|
|
4317
|
+
msgstr "Link utili"
|
|
4318
|
+
|
|
4220
4319
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4221
4320
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4222
4321
|
msgid "variazione_situazione_patrimoniale"
|
|
4223
4322
|
msgstr "Variazione situazione patrimoniale"
|
|
4224
4323
|
|
|
4324
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4325
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4326
|
+
msgid "venueContent"
|
|
4327
|
+
msgstr ""
|
|
4328
|
+
|
|
4225
4329
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4226
4330
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4227
4331
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|