design-comuni-plone-theme 11.4.0 → 11.5.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.2.0-dcf5397b38-ada1f08b98.zip +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +45 -0
- package/RELEASE.md +26 -0
- package/locales/de/LC_MESSAGES/volto.po +18 -0
- package/locales/en/LC_MESSAGES/volto.po +18 -0
- package/locales/es/LC_MESSAGES/volto.po +18 -0
- package/locales/fr/LC_MESSAGES/volto.po +18 -0
- package/locales/it/LC_MESSAGES/volto.po +18 -0
- package/locales/volto.pot +19 -1
- package/package.json +2 -2
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Calendar/ListingSidebar.jsx +4 -1
- package/src/components/ItaliaTheme/Blocks/CountDown/Body.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImageTemplate.jsx +7 -1
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/CardCalendar.jsx +66 -11
- package/src/components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateDefault.jsx +12 -3
- package/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/TemplatesSkeleton/CardWithImageRssTemplateSkeleton.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/TemplatesSkeleton/CardWithoutImageRssTemplateSkeleton.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx +3 -1
- package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +26 -0
- package/src/components/ItaliaTheme/Header/SocialHeader.jsx +3 -3
- package/src/components/ItaliaTheme/Search/Search.jsx +1 -1
- package/src/components/ItaliaTheme/View/Commons/Actions.jsx +53 -20
- package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +3 -2
- package/src/components/ItaliaTheme/View/Commons/Dates.jsx +6 -0
- package/src/components/ItaliaTheme/View/Commons/Sharing.jsx +7 -1
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView.jsx +36 -19
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar.jsx +1 -0
- package/src/components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView.jsx +3 -1
- package/src/customizations/volto/reducers/navigation/navigation.js +2 -2
- package/src/helpers/contentHelper.js +74 -2
- package/src/theme/ItaliaTheme/Blocks/_calendar.scss +5 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +12 -2
- package/src/theme/ItaliaTheme/Blocks/_contentInEvidenceTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_highlitedContent.scss +2 -0
- package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +3 -2
- package/src/theme/ItaliaTheme/Components/_card.scss +12 -11
- package/src/theme/ItaliaTheme/Components/_sharing.scss +2 -0
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_highlitedContent.scss +8 -2
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss +3 -1
- package/src/theme/ItaliaTheme/_main.scss +0 -4
- package/src/theme/_cms-ui.scss +1 -1
- package/.yarn/cache/volto-feedback-npm-0.1.5-7e76664fb0-1674a91100.zip +0 -0
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.5.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.4.1...v11.5.0) (2024-02-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* upgrade to volto-feedback 0.2.0 ([#541](https://github.com/redturtle/design-comuni-plone-theme/issues/541)) ([8f53eb9](https://github.com/redturtle/design-comuni-plone-theme/commit/8f53eb9fd8c85f3228a9d2fce129a3896b6c188d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* button keyboard focus color ([#535](https://github.com/redturtle/design-comuni-plone-theme/issues/535)) ([f3bb7a4](https://github.com/redturtle/design-comuni-plone-theme/commit/f3bb7a4a5252f826bce8c94abeb60ebef82e2d1a))
|
|
14
|
+
* dates layout in CardWithImage template and 4 columns layout ([#532](https://github.com/redturtle/design-comuni-plone-theme/issues/532)) ([af9dfc7](https://github.com/redturtle/design-comuni-plone-theme/commit/af9dfc79f69e67969c4a7894e16ccd343dee76b1))
|
|
15
|
+
* display error in feedback form ([#538](https://github.com/redturtle/design-comuni-plone-theme/issues/538)) ([51a2f8b](https://github.com/redturtle/design-comuni-plone-theme/commit/51a2f8b4d49d8490c5cf493712b981c208cc2341))
|
|
16
|
+
* focus on link and card title links ([#536](https://github.com/redturtle/design-comuni-plone-theme/issues/536)) ([707b6ca](https://github.com/redturtle/design-comuni-plone-theme/commit/707b6ca599dbc430dc8ea2a1a9e3efc4d12f906c))
|
|
17
|
+
* hidden pagination size field from calendar block props ([#531](https://github.com/redturtle/design-comuni-plone-theme/issues/531)) ([92d734e](https://github.com/redturtle/design-comuni-plone-theme/commit/92d734ec7a3b625498658d5d12b1681677d3da87))
|
|
18
|
+
* navigation reducer bug happening in 404 pages ([a6837d0](https://github.com/redturtle/design-comuni-plone-theme/commit/a6837d0d8277ac8a5ae8b149651ce65039405471))
|
|
19
|
+
* query for listing path filters ([#530](https://github.com/redturtle/design-comuni-plone-theme/issues/530)) ([34739ea](https://github.com/redturtle/design-comuni-plone-theme/commit/34739eac771ef385a9ad2d12ee1f64d0fe9490d7))
|
|
20
|
+
* query listing path filter color status and a11y ([#534](https://github.com/redturtle/design-comuni-plone-theme/issues/534)) ([f51dbad](https://github.com/redturtle/design-comuni-plone-theme/commit/f51dbad4dd8beb7fbb8ab3e5fd4593cab194b992))
|
|
21
|
+
* Timeline now also shows year if event spans multiple years in Event view ([#533](https://github.com/redturtle/design-comuni-plone-theme/issues/533)) ([30cf623](https://github.com/redturtle/design-comuni-plone-theme/commit/30cf6236522f9533144b3ad1c5e4788174c4f60b))
|
|
22
|
+
* wrong date display for events that span on multiple years ([#529](https://github.com/redturtle/design-comuni-plone-theme/issues/529)) ([e579fc4](https://github.com/redturtle/design-comuni-plone-theme/commit/e579fc4c05cac04f9f998916a2ea8285ff942311))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Documentation
|
|
26
|
+
|
|
27
|
+
* updated publiccode and release log ([6209b62](https://github.com/redturtle/design-comuni-plone-theme/commit/6209b62ae5808972998b7bd0d6c8c1683018c469))
|
|
28
|
+
|
|
29
|
+
## [11.4.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.4.0...v11.4.1) (2024-02-08)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* a11y use of Sharing and Actions menus ([#519](https://github.com/redturtle/design-comuni-plone-theme/issues/519)) ([67474cc](https://github.com/redturtle/design-comuni-plone-theme/commit/67474ccafcad1e3ac7e447a10c3b923e42b68206))
|
|
35
|
+
* accessibility for subsites ([#527](https://github.com/redturtle/design-comuni-plone-theme/issues/527)) ([f1fbea7](https://github.com/redturtle/design-comuni-plone-theme/commit/f1fbea765646d2af081e54772c33843283fc741a))
|
|
36
|
+
* better a11y for social links ([#518](https://github.com/redturtle/design-comuni-plone-theme/issues/518)) ([49ea781](https://github.com/redturtle/design-comuni-plone-theme/commit/49ea7812e624da5b7d09485d0ad528478a716f90))
|
|
37
|
+
* better screen reader user experience in contacts, contact type is read now alongside value ([#516](https://github.com/redturtle/design-comuni-plone-theme/issues/516)) ([bdd96f2](https://github.com/redturtle/design-comuni-plone-theme/commit/bdd96f26f85c616c77fb4a34cdd2b3dc15210bfb))
|
|
38
|
+
* do not show empty headings if title in block is not configured ([#517](https://github.com/redturtle/design-comuni-plone-theme/issues/517)) ([2152118](https://github.com/redturtle/design-comuni-plone-theme/commit/21521183e875118b793beccbcb964dc97f1ad982))
|
|
39
|
+
* in FAQFolderView aria controls and live attributes correctly now and place regions accordingly ([#515](https://github.com/redturtle/design-comuni-plone-theme/issues/515)) ([49fd553](https://github.com/redturtle/design-comuni-plone-theme/commit/49fd553eb49144bd5374cae081cfccf27e139471))
|
|
40
|
+
* semantic headings levels in rss templates, all h3 now ([#521](https://github.com/redturtle/design-comuni-plone-theme/issues/521)) ([b6b13fd](https://github.com/redturtle/design-comuni-plone-theme/commit/b6b13fd79fe417f15a97df4fadfc58bd6e66031e))
|
|
41
|
+
* skip link go to content in site search page ([#520](https://github.com/redturtle/design-comuni-plone-theme/issues/520)) ([b78b47f](https://github.com/redturtle/design-comuni-plone-theme/commit/b78b47f4fb8424ff2a1e6c663edb72ded32f3fe4))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Documentation
|
|
45
|
+
|
|
46
|
+
* updated publiccode and release log ([afc5083](https://github.com/redturtle/design-comuni-plone-theme/commit/afc50835eea3413f770ea8db4b9bfaad46dd1d5c))
|
|
47
|
+
|
|
3
48
|
## [11.4.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.3.4...v11.4.0) (2024-02-06)
|
|
4
49
|
|
|
5
50
|
|
package/RELEASE.md
CHANGED
|
@@ -41,6 +41,32 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.5.0 (16/02/2024)
|
|
45
|
+
|
|
46
|
+
### Migliorie
|
|
47
|
+
|
|
48
|
+
- Rimosso il campo "Risultati per pagina" che non agiva sulle impostazioni del blocco Calendario.
|
|
49
|
+
|
|
50
|
+
### Fix
|
|
51
|
+
|
|
52
|
+
- Risolto un problema riguardante la visualizzazione delle date nelle card che rappresentano un CT Evento nei vari listati nel caso in cui l'evento si sviluppi su anni diversi
|
|
53
|
+
|
|
54
|
+
- Risolto un problema di visualizzazione per la sezione Date e Orari nel CT Evento quando l'evento si sviluppa su anni diversi, ora viene mostrato anche l'anno se si rientra in questa casistica
|
|
55
|
+
- Nel blocco elenco, sono stati sistemati i filtri per percorso quando si clicca sul bottone configurato.
|
|
56
|
+
|
|
57
|
+
## Versione 11.4.1 (08/02/2024)
|
|
58
|
+
|
|
59
|
+
### Fix
|
|
60
|
+
|
|
61
|
+
- Migliorata l'accessibilità e aggiunto elementi per migliorare l'esperienza d'uso degli utenti che utilizzano screen reader nella vista Cartella FAQ
|
|
62
|
+
- Sistemato lo skiplink "Vai al contenuto" nella pagina principale di ricerca del sito
|
|
63
|
+
- Risolto un problema relativo alla navigazione da tastiera e di gestione del focus nei menu a tendina "Condividi" e "Azioni" nelle testate delle viste dei Content Type che le implementano.
|
|
64
|
+
- Reso il link ai diversi social elencati parlante, ora viene riportato "Seguici su nome_del_social"
|
|
65
|
+
- Rimossi gli heading per alcuni blocchi nel caso il titolo non sia presente al fine di migliorare l'esperienza con l'uso di screen reader
|
|
66
|
+
- Migliorata l'accessibilità per il blocco Contenuti in Evidenza e per i bottoni nei sottositi
|
|
67
|
+
- Sistemato l'html semantico degli heading per i template del Blocco Listing variazione RSS, migliorata l'esperienza d'uso per gli utenti che utilizzano screen reader
|
|
68
|
+
- Migliorata l'accessibilità per i contatti, lo screen reader ora legge anche il tipo di contatto oltre al testo (ad es. Telefono: numero di telefono)
|
|
69
|
+
|
|
44
70
|
## Versione 11.4.0 (06/02/2024)
|
|
45
71
|
|
|
46
72
|
### Novità
|
|
@@ -733,6 +733,7 @@ msgid "accordion_block"
|
|
|
733
733
|
msgstr ""
|
|
734
734
|
|
|
735
735
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
736
|
+
#: helpers/contentHelper
|
|
736
737
|
# defaultMessage: Account
|
|
737
738
|
msgid "account"
|
|
738
739
|
msgstr ""
|
|
@@ -1840,6 +1841,7 @@ msgid "elementi_di_interesse"
|
|
|
1840
1841
|
msgstr ""
|
|
1841
1842
|
|
|
1842
1843
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1844
|
+
#: helpers/contentHelper
|
|
1843
1845
|
# defaultMessage: Email
|
|
1844
1846
|
msgid "email"
|
|
1845
1847
|
msgstr ""
|
|
@@ -1943,6 +1945,7 @@ msgstr "Typ een trefwoord om antwoorden te vinden"
|
|
|
1943
1945
|
|
|
1944
1946
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1945
1947
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1948
|
+
#: helpers/contentHelper
|
|
1946
1949
|
# defaultMessage: Fax
|
|
1947
1950
|
msgid "fax"
|
|
1948
1951
|
msgstr ""
|
|
@@ -1992,6 +1995,11 @@ msgstr ""
|
|
|
1992
1995
|
msgid "feedback_complete_instructions"
|
|
1993
1996
|
msgstr ""
|
|
1994
1997
|
|
|
1998
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1999
|
+
# defaultMessage: Error
|
|
2000
|
+
msgid "feedback_error"
|
|
2001
|
+
msgstr ""
|
|
2002
|
+
|
|
1995
2003
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1996
2004
|
# defaultMessage: Next
|
|
1997
2005
|
msgid "feedback_form_button_next"
|
|
@@ -2113,6 +2121,7 @@ msgid "foto_attivita_politica"
|
|
|
2113
2121
|
msgstr ""
|
|
2114
2122
|
|
|
2115
2123
|
#: components/ItaliaTheme/Search/Search
|
|
2124
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2116
2125
|
# defaultMessage: Trovati {total} risultati.
|
|
2117
2126
|
msgid "found_n_results"
|
|
2118
2127
|
msgstr ""
|
|
@@ -2299,6 +2308,7 @@ msgid "link_siti_esterni"
|
|
|
2299
2308
|
msgstr ""
|
|
2300
2309
|
|
|
2301
2310
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2311
|
+
#: helpers/contentHelper
|
|
2302
2312
|
# defaultMessage: LinkedIn
|
|
2303
2313
|
msgid "linkedin"
|
|
2304
2314
|
msgstr ""
|
|
@@ -2709,6 +2719,7 @@ msgstr ""
|
|
|
2709
2719
|
|
|
2710
2720
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2711
2721
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2722
|
+
#: helpers/contentHelper
|
|
2712
2723
|
# defaultMessage: PEC
|
|
2713
2724
|
msgid "pec"
|
|
2714
2725
|
msgstr ""
|
|
@@ -3618,6 +3629,7 @@ msgid "skiplink-navigation"
|
|
|
3618
3629
|
msgstr ""
|
|
3619
3630
|
|
|
3620
3631
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3632
|
+
#: helpers/contentHelper
|
|
3621
3633
|
# defaultMessage: Skype
|
|
3622
3634
|
msgid "skype"
|
|
3623
3635
|
msgstr ""
|
|
@@ -3633,6 +3645,7 @@ msgid "slidesToShow"
|
|
|
3633
3645
|
msgstr ""
|
|
3634
3646
|
|
|
3635
3647
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3648
|
+
#: helpers/contentHelper
|
|
3636
3649
|
# defaultMessage: Social
|
|
3637
3650
|
msgid "social"
|
|
3638
3651
|
msgstr ""
|
|
@@ -3779,6 +3792,7 @@ msgstr ""
|
|
|
3779
3792
|
|
|
3780
3793
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3781
3794
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3795
|
+
#: helpers/contentHelper
|
|
3782
3796
|
# defaultMessage: Tel
|
|
3783
3797
|
msgid "telefono"
|
|
3784
3798
|
msgstr ""
|
|
@@ -3789,6 +3803,7 @@ msgid "telefono_sede"
|
|
|
3789
3803
|
msgstr ""
|
|
3790
3804
|
|
|
3791
3805
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3806
|
+
#: helpers/contentHelper
|
|
3792
3807
|
# defaultMessage: Telegram
|
|
3793
3808
|
msgid "telegram"
|
|
3794
3809
|
msgstr ""
|
|
@@ -3899,6 +3914,7 @@ msgid "trasparenza"
|
|
|
3899
3914
|
msgstr ""
|
|
3900
3915
|
|
|
3901
3916
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3917
|
+
#: helpers/contentHelper
|
|
3902
3918
|
# defaultMessage: Twitter
|
|
3903
3919
|
msgid "twitter"
|
|
3904
3920
|
msgstr ""
|
|
@@ -3968,6 +3984,7 @@ msgid "update_date"
|
|
|
3968
3984
|
msgstr ""
|
|
3969
3985
|
|
|
3970
3986
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3987
|
+
#: helpers/contentHelper
|
|
3971
3988
|
# defaultMessage: Sito web
|
|
3972
3989
|
msgid "url"
|
|
3973
3990
|
msgstr ""
|
|
@@ -4027,6 +4044,7 @@ msgid "vincoli"
|
|
|
4027
4044
|
msgstr ""
|
|
4028
4045
|
|
|
4029
4046
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4047
|
+
#: helpers/contentHelper
|
|
4030
4048
|
# defaultMessage: Whatsapp
|
|
4031
4049
|
msgid "whatsapp"
|
|
4032
4050
|
msgstr ""
|
|
@@ -718,6 +718,7 @@ msgid "accordion_block"
|
|
|
718
718
|
msgstr ""
|
|
719
719
|
|
|
720
720
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
721
|
+
#: helpers/contentHelper
|
|
721
722
|
# defaultMessage: Account
|
|
722
723
|
msgid "account"
|
|
723
724
|
msgstr ""
|
|
@@ -1825,6 +1826,7 @@ msgid "elementi_di_interesse"
|
|
|
1825
1826
|
msgstr "Elements of interest"
|
|
1826
1827
|
|
|
1827
1828
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1829
|
+
#: helpers/contentHelper
|
|
1828
1830
|
# defaultMessage: Email
|
|
1829
1831
|
msgid "email"
|
|
1830
1832
|
msgstr ""
|
|
@@ -1928,6 +1930,7 @@ msgstr "Type a keyword to find answers"
|
|
|
1928
1930
|
|
|
1929
1931
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1930
1932
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1933
|
+
#: helpers/contentHelper
|
|
1931
1934
|
# defaultMessage: Fax
|
|
1932
1935
|
msgid "fax"
|
|
1933
1936
|
msgstr "Fax"
|
|
@@ -1977,6 +1980,11 @@ msgstr ""
|
|
|
1977
1980
|
msgid "feedback_complete_instructions"
|
|
1978
1981
|
msgstr ""
|
|
1979
1982
|
|
|
1983
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1984
|
+
# defaultMessage: Error
|
|
1985
|
+
msgid "feedback_error"
|
|
1986
|
+
msgstr ""
|
|
1987
|
+
|
|
1980
1988
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1981
1989
|
# defaultMessage: Next
|
|
1982
1990
|
msgid "feedback_form_button_next"
|
|
@@ -2098,6 +2106,7 @@ msgid "foto_attivita_politica"
|
|
|
2098
2106
|
msgstr "Photo of political activity"
|
|
2099
2107
|
|
|
2100
2108
|
#: components/ItaliaTheme/Search/Search
|
|
2109
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2101
2110
|
# defaultMessage: Trovati {total} risultati.
|
|
2102
2111
|
msgid "found_n_results"
|
|
2103
2112
|
msgstr "Found {total} results"
|
|
@@ -2284,6 +2293,7 @@ msgid "link_siti_esterni"
|
|
|
2284
2293
|
msgstr "Useful links"
|
|
2285
2294
|
|
|
2286
2295
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2296
|
+
#: helpers/contentHelper
|
|
2287
2297
|
# defaultMessage: LinkedIn
|
|
2288
2298
|
msgid "linkedin"
|
|
2289
2299
|
msgstr ""
|
|
@@ -2694,6 +2704,7 @@ msgstr "Sponsored by"
|
|
|
2694
2704
|
|
|
2695
2705
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2696
2706
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2707
|
+
#: helpers/contentHelper
|
|
2697
2708
|
# defaultMessage: PEC
|
|
2698
2709
|
msgid "pec"
|
|
2699
2710
|
msgstr "PEC"
|
|
@@ -3603,6 +3614,7 @@ msgid "skiplink-navigation"
|
|
|
3603
3614
|
msgstr "Go to navigation"
|
|
3604
3615
|
|
|
3605
3616
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3617
|
+
#: helpers/contentHelper
|
|
3606
3618
|
# defaultMessage: Skype
|
|
3607
3619
|
msgid "skype"
|
|
3608
3620
|
msgstr ""
|
|
@@ -3618,6 +3630,7 @@ msgid "slidesToShow"
|
|
|
3618
3630
|
msgstr ""
|
|
3619
3631
|
|
|
3620
3632
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3633
|
+
#: helpers/contentHelper
|
|
3621
3634
|
# defaultMessage: Social
|
|
3622
3635
|
msgid "social"
|
|
3623
3636
|
msgstr ""
|
|
@@ -3764,6 +3777,7 @@ msgstr ""
|
|
|
3764
3777
|
|
|
3765
3778
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3766
3779
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3780
|
+
#: helpers/contentHelper
|
|
3767
3781
|
# defaultMessage: Tel
|
|
3768
3782
|
msgid "telefono"
|
|
3769
3783
|
msgstr "Phone"
|
|
@@ -3774,6 +3788,7 @@ msgid "telefono_sede"
|
|
|
3774
3788
|
msgstr "Phone"
|
|
3775
3789
|
|
|
3776
3790
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3791
|
+
#: helpers/contentHelper
|
|
3777
3792
|
# defaultMessage: Telegram
|
|
3778
3793
|
msgid "telegram"
|
|
3779
3794
|
msgstr ""
|
|
@@ -3884,6 +3899,7 @@ msgid "trasparenza"
|
|
|
3884
3899
|
msgstr ""
|
|
3885
3900
|
|
|
3886
3901
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3902
|
+
#: helpers/contentHelper
|
|
3887
3903
|
# defaultMessage: Twitter
|
|
3888
3904
|
msgid "twitter"
|
|
3889
3905
|
msgstr ""
|
|
@@ -3953,6 +3969,7 @@ msgid "update_date"
|
|
|
3953
3969
|
msgstr ""
|
|
3954
3970
|
|
|
3955
3971
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3972
|
+
#: helpers/contentHelper
|
|
3956
3973
|
# defaultMessage: Sito web
|
|
3957
3974
|
msgid "url"
|
|
3958
3975
|
msgstr ""
|
|
@@ -4012,6 +4029,7 @@ msgid "vincoli"
|
|
|
4012
4029
|
msgstr "Constraints"
|
|
4013
4030
|
|
|
4014
4031
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4032
|
+
#: helpers/contentHelper
|
|
4015
4033
|
# defaultMessage: Whatsapp
|
|
4016
4034
|
msgid "whatsapp"
|
|
4017
4035
|
msgstr ""
|
|
@@ -727,6 +727,7 @@ msgid "accordion_block"
|
|
|
727
727
|
msgstr "Acordeón"
|
|
728
728
|
|
|
729
729
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
730
|
+
#: helpers/contentHelper
|
|
730
731
|
# defaultMessage: Account
|
|
731
732
|
msgid "account"
|
|
732
733
|
msgstr ""
|
|
@@ -1834,6 +1835,7 @@ msgid "elementi_di_interesse"
|
|
|
1834
1835
|
msgstr "Elementos de interés"
|
|
1835
1836
|
|
|
1836
1837
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1838
|
+
#: helpers/contentHelper
|
|
1837
1839
|
# defaultMessage: Email
|
|
1838
1840
|
msgid "email"
|
|
1839
1841
|
msgstr ""
|
|
@@ -1937,6 +1939,7 @@ msgstr "Escriba una palabra clave para encontrar respuestas"
|
|
|
1937
1939
|
|
|
1938
1940
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1939
1941
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1942
|
+
#: helpers/contentHelper
|
|
1940
1943
|
# defaultMessage: Fax
|
|
1941
1944
|
msgid "fax"
|
|
1942
1945
|
msgstr "Fax"
|
|
@@ -1986,6 +1989,11 @@ msgstr ""
|
|
|
1986
1989
|
msgid "feedback_complete_instructions"
|
|
1987
1990
|
msgstr ""
|
|
1988
1991
|
|
|
1992
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1993
|
+
# defaultMessage: Error
|
|
1994
|
+
msgid "feedback_error"
|
|
1995
|
+
msgstr ""
|
|
1996
|
+
|
|
1989
1997
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1990
1998
|
# defaultMessage: Next
|
|
1991
1999
|
msgid "feedback_form_button_next"
|
|
@@ -2107,6 +2115,7 @@ msgid "foto_attivita_politica"
|
|
|
2107
2115
|
msgstr "Foto de la actividad política"
|
|
2108
2116
|
|
|
2109
2117
|
#: components/ItaliaTheme/Search/Search
|
|
2118
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2110
2119
|
# defaultMessage: Trovati {total} risultati.
|
|
2111
2120
|
msgid "found_n_results"
|
|
2112
2121
|
msgstr "Encontrados {total} resultados"
|
|
@@ -2293,6 +2302,7 @@ msgid "link_siti_esterni"
|
|
|
2293
2302
|
msgstr "Enlaces útiles"
|
|
2294
2303
|
|
|
2295
2304
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2305
|
+
#: helpers/contentHelper
|
|
2296
2306
|
# defaultMessage: LinkedIn
|
|
2297
2307
|
msgid "linkedin"
|
|
2298
2308
|
msgstr ""
|
|
@@ -2703,6 +2713,7 @@ msgstr "Patrocinado por"
|
|
|
2703
2713
|
|
|
2704
2714
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2705
2715
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2716
|
+
#: helpers/contentHelper
|
|
2706
2717
|
# defaultMessage: PEC
|
|
2707
2718
|
msgid "pec"
|
|
2708
2719
|
msgstr "PEC"
|
|
@@ -3612,6 +3623,7 @@ msgid "skiplink-navigation"
|
|
|
3612
3623
|
msgstr "Ir a navegación"
|
|
3613
3624
|
|
|
3614
3625
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3626
|
+
#: helpers/contentHelper
|
|
3615
3627
|
# defaultMessage: Skype
|
|
3616
3628
|
msgid "skype"
|
|
3617
3629
|
msgstr ""
|
|
@@ -3627,6 +3639,7 @@ msgid "slidesToShow"
|
|
|
3627
3639
|
msgstr "N° diapositivas para mostrar"
|
|
3628
3640
|
|
|
3629
3641
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3642
|
+
#: helpers/contentHelper
|
|
3630
3643
|
# defaultMessage: Social
|
|
3631
3644
|
msgid "social"
|
|
3632
3645
|
msgstr ""
|
|
@@ -3773,6 +3786,7 @@ msgstr "Con el apoyo de"
|
|
|
3773
3786
|
|
|
3774
3787
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3775
3788
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3789
|
+
#: helpers/contentHelper
|
|
3776
3790
|
# defaultMessage: Tel
|
|
3777
3791
|
msgid "telefono"
|
|
3778
3792
|
msgstr "Teléfono"
|
|
@@ -3783,6 +3797,7 @@ msgid "telefono_sede"
|
|
|
3783
3797
|
msgstr "Teléfono"
|
|
3784
3798
|
|
|
3785
3799
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3800
|
+
#: helpers/contentHelper
|
|
3786
3801
|
# defaultMessage: Telegram
|
|
3787
3802
|
msgid "telegram"
|
|
3788
3803
|
msgstr ""
|
|
@@ -3893,6 +3908,7 @@ msgid "trasparenza"
|
|
|
3893
3908
|
msgstr "Transparencia"
|
|
3894
3909
|
|
|
3895
3910
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3911
|
+
#: helpers/contentHelper
|
|
3896
3912
|
# defaultMessage: Twitter
|
|
3897
3913
|
msgid "twitter"
|
|
3898
3914
|
msgstr ""
|
|
@@ -3962,6 +3978,7 @@ msgid "update_date"
|
|
|
3962
3978
|
msgstr ""
|
|
3963
3979
|
|
|
3964
3980
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3981
|
+
#: helpers/contentHelper
|
|
3965
3982
|
# defaultMessage: Sito web
|
|
3966
3983
|
msgid "url"
|
|
3967
3984
|
msgstr ""
|
|
@@ -4021,6 +4038,7 @@ msgid "vincoli"
|
|
|
4021
4038
|
msgstr "Restricciones"
|
|
4022
4039
|
|
|
4023
4040
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4041
|
+
#: helpers/contentHelper
|
|
4024
4042
|
# defaultMessage: Whatsapp
|
|
4025
4043
|
msgid "whatsapp"
|
|
4026
4044
|
msgstr ""
|
|
@@ -735,6 +735,7 @@ msgid "accordion_block"
|
|
|
735
735
|
msgstr ""
|
|
736
736
|
|
|
737
737
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
738
|
+
#: helpers/contentHelper
|
|
738
739
|
# defaultMessage: Account
|
|
739
740
|
msgid "account"
|
|
740
741
|
msgstr ""
|
|
@@ -1842,6 +1843,7 @@ msgid "elementi_di_interesse"
|
|
|
1842
1843
|
msgstr "Objets d'intérêt"
|
|
1843
1844
|
|
|
1844
1845
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1846
|
+
#: helpers/contentHelper
|
|
1845
1847
|
# defaultMessage: Email
|
|
1846
1848
|
msgid "email"
|
|
1847
1849
|
msgstr ""
|
|
@@ -1945,6 +1947,7 @@ msgstr "Tapez un mot-clé pour trouver des réponses"
|
|
|
1945
1947
|
|
|
1946
1948
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1947
1949
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1950
|
+
#: helpers/contentHelper
|
|
1948
1951
|
# defaultMessage: Fax
|
|
1949
1952
|
msgid "fax"
|
|
1950
1953
|
msgstr ""
|
|
@@ -1994,6 +1997,11 @@ msgstr ""
|
|
|
1994
1997
|
msgid "feedback_complete_instructions"
|
|
1995
1998
|
msgstr ""
|
|
1996
1999
|
|
|
2000
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2001
|
+
# defaultMessage: Error
|
|
2002
|
+
msgid "feedback_error"
|
|
2003
|
+
msgstr ""
|
|
2004
|
+
|
|
1997
2005
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1998
2006
|
# defaultMessage: Next
|
|
1999
2007
|
msgid "feedback_form_button_next"
|
|
@@ -2115,6 +2123,7 @@ msgid "foto_attivita_politica"
|
|
|
2115
2123
|
msgstr "Photo d'activité politique"
|
|
2116
2124
|
|
|
2117
2125
|
#: components/ItaliaTheme/Search/Search
|
|
2126
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2118
2127
|
# defaultMessage: Trovati {total} risultati.
|
|
2119
2128
|
msgid "found_n_results"
|
|
2120
2129
|
msgstr "{total} résultats trouvés"
|
|
@@ -2301,6 +2310,7 @@ msgid "link_siti_esterni"
|
|
|
2301
2310
|
msgstr "Liens utiles"
|
|
2302
2311
|
|
|
2303
2312
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2313
|
+
#: helpers/contentHelper
|
|
2304
2314
|
# defaultMessage: LinkedIn
|
|
2305
2315
|
msgid "linkedin"
|
|
2306
2316
|
msgstr ""
|
|
@@ -2711,6 +2721,7 @@ msgstr "Sponsorisé par"
|
|
|
2711
2721
|
|
|
2712
2722
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2713
2723
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2724
|
+
#: helpers/contentHelper
|
|
2714
2725
|
# defaultMessage: PEC
|
|
2715
2726
|
msgid "pec"
|
|
2716
2727
|
msgstr "PEC"
|
|
@@ -3620,6 +3631,7 @@ msgid "skiplink-navigation"
|
|
|
3620
3631
|
msgstr "Aller à la navigation"
|
|
3621
3632
|
|
|
3622
3633
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3634
|
+
#: helpers/contentHelper
|
|
3623
3635
|
# defaultMessage: Skype
|
|
3624
3636
|
msgid "skype"
|
|
3625
3637
|
msgstr ""
|
|
@@ -3635,6 +3647,7 @@ msgid "slidesToShow"
|
|
|
3635
3647
|
msgstr ""
|
|
3636
3648
|
|
|
3637
3649
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3650
|
+
#: helpers/contentHelper
|
|
3638
3651
|
# defaultMessage: Social
|
|
3639
3652
|
msgid "social"
|
|
3640
3653
|
msgstr ""
|
|
@@ -3781,6 +3794,7 @@ msgstr ""
|
|
|
3781
3794
|
|
|
3782
3795
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3783
3796
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3797
|
+
#: helpers/contentHelper
|
|
3784
3798
|
# defaultMessage: Tel
|
|
3785
3799
|
msgid "telefono"
|
|
3786
3800
|
msgstr "Tél."
|
|
@@ -3791,6 +3805,7 @@ msgid "telefono_sede"
|
|
|
3791
3805
|
msgstr "Téléphone"
|
|
3792
3806
|
|
|
3793
3807
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3808
|
+
#: helpers/contentHelper
|
|
3794
3809
|
# defaultMessage: Telegram
|
|
3795
3810
|
msgid "telegram"
|
|
3796
3811
|
msgstr ""
|
|
@@ -3901,6 +3916,7 @@ msgid "trasparenza"
|
|
|
3901
3916
|
msgstr ""
|
|
3902
3917
|
|
|
3903
3918
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3919
|
+
#: helpers/contentHelper
|
|
3904
3920
|
# defaultMessage: Twitter
|
|
3905
3921
|
msgid "twitter"
|
|
3906
3922
|
msgstr ""
|
|
@@ -3970,6 +3986,7 @@ msgid "update_date"
|
|
|
3970
3986
|
msgstr ""
|
|
3971
3987
|
|
|
3972
3988
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3989
|
+
#: helpers/contentHelper
|
|
3973
3990
|
# defaultMessage: Sito web
|
|
3974
3991
|
msgid "url"
|
|
3975
3992
|
msgstr ""
|
|
@@ -4029,6 +4046,7 @@ msgid "vincoli"
|
|
|
4029
4046
|
msgstr "Contraintes"
|
|
4030
4047
|
|
|
4031
4048
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4049
|
+
#: helpers/contentHelper
|
|
4032
4050
|
# defaultMessage: Whatsapp
|
|
4033
4051
|
msgid "whatsapp"
|
|
4034
4052
|
msgstr ""
|
|
@@ -718,6 +718,7 @@ msgid "accordion_block"
|
|
|
718
718
|
msgstr "Accordion"
|
|
719
719
|
|
|
720
720
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
721
|
+
#: helpers/contentHelper
|
|
721
722
|
# defaultMessage: Account
|
|
722
723
|
msgid "account"
|
|
723
724
|
msgstr "Account"
|
|
@@ -1825,6 +1826,7 @@ msgid "elementi_di_interesse"
|
|
|
1825
1826
|
msgstr "Elementi di interesse"
|
|
1826
1827
|
|
|
1827
1828
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1829
|
+
#: helpers/contentHelper
|
|
1828
1830
|
# defaultMessage: Email
|
|
1829
1831
|
msgid "email"
|
|
1830
1832
|
msgstr "E-mail"
|
|
@@ -1928,6 +1930,7 @@ msgstr "Digita una parola chiave per trovare le risposte"
|
|
|
1928
1930
|
|
|
1929
1931
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1930
1932
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1933
|
+
#: helpers/contentHelper
|
|
1931
1934
|
# defaultMessage: Fax
|
|
1932
1935
|
msgid "fax"
|
|
1933
1936
|
msgstr "Fax"
|
|
@@ -1977,6 +1980,11 @@ msgstr "Dettaglio"
|
|
|
1977
1980
|
msgid "feedback_complete_instructions"
|
|
1978
1981
|
msgstr "Le indicazioni erano complete"
|
|
1979
1982
|
|
|
1983
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1984
|
+
# defaultMessage: Error
|
|
1985
|
+
msgid "feedback_error"
|
|
1986
|
+
msgstr "Errore"
|
|
1987
|
+
|
|
1980
1988
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
1981
1989
|
# defaultMessage: Next
|
|
1982
1990
|
msgid "feedback_form_button_next"
|
|
@@ -2098,6 +2106,7 @@ msgid "foto_attivita_politica"
|
|
|
2098
2106
|
msgstr "Foto dell'attività politica"
|
|
2099
2107
|
|
|
2100
2108
|
#: components/ItaliaTheme/Search/Search
|
|
2109
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2101
2110
|
# defaultMessage: Trovati {total} risultati.
|
|
2102
2111
|
msgid "found_n_results"
|
|
2103
2112
|
msgstr "Trovati {total} risultati"
|
|
@@ -2284,6 +2293,7 @@ msgid "link_siti_esterni"
|
|
|
2284
2293
|
msgstr "Link utili"
|
|
2285
2294
|
|
|
2286
2295
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2296
|
+
#: helpers/contentHelper
|
|
2287
2297
|
# defaultMessage: LinkedIn
|
|
2288
2298
|
msgid "linkedin"
|
|
2289
2299
|
msgstr "LinkedIn"
|
|
@@ -2694,6 +2704,7 @@ msgstr "Patrocinato da"
|
|
|
2694
2704
|
|
|
2695
2705
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2696
2706
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2707
|
+
#: helpers/contentHelper
|
|
2697
2708
|
# defaultMessage: PEC
|
|
2698
2709
|
msgid "pec"
|
|
2699
2710
|
msgstr "PEC"
|
|
@@ -3603,6 +3614,7 @@ msgid "skiplink-navigation"
|
|
|
3603
3614
|
msgstr "Vai alla navigazione"
|
|
3604
3615
|
|
|
3605
3616
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3617
|
+
#: helpers/contentHelper
|
|
3606
3618
|
# defaultMessage: Skype
|
|
3607
3619
|
msgid "skype"
|
|
3608
3620
|
msgstr "Skype"
|
|
@@ -3618,6 +3630,7 @@ msgid "slidesToShow"
|
|
|
3618
3630
|
msgstr "N° slide da mostrare"
|
|
3619
3631
|
|
|
3620
3632
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3633
|
+
#: helpers/contentHelper
|
|
3621
3634
|
# defaultMessage: Social
|
|
3622
3635
|
msgid "social"
|
|
3623
3636
|
msgstr "Social"
|
|
@@ -3764,6 +3777,7 @@ msgstr "Con il supporto di"
|
|
|
3764
3777
|
|
|
3765
3778
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3766
3779
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3780
|
+
#: helpers/contentHelper
|
|
3767
3781
|
# defaultMessage: Tel
|
|
3768
3782
|
msgid "telefono"
|
|
3769
3783
|
msgstr "Telefono"
|
|
@@ -3774,6 +3788,7 @@ msgid "telefono_sede"
|
|
|
3774
3788
|
msgstr "Telefono"
|
|
3775
3789
|
|
|
3776
3790
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3791
|
+
#: helpers/contentHelper
|
|
3777
3792
|
# defaultMessage: Telegram
|
|
3778
3793
|
msgid "telegram"
|
|
3779
3794
|
msgstr "Telegram"
|
|
@@ -3884,6 +3899,7 @@ msgid "trasparenza"
|
|
|
3884
3899
|
msgstr "Trasparenza"
|
|
3885
3900
|
|
|
3886
3901
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3902
|
+
#: helpers/contentHelper
|
|
3887
3903
|
# defaultMessage: Twitter
|
|
3888
3904
|
msgid "twitter"
|
|
3889
3905
|
msgstr "Twitter"
|
|
@@ -3953,6 +3969,7 @@ msgid "update_date"
|
|
|
3953
3969
|
msgstr "Data di aggiornamento"
|
|
3954
3970
|
|
|
3955
3971
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3972
|
+
#: helpers/contentHelper
|
|
3956
3973
|
# defaultMessage: Sito web
|
|
3957
3974
|
msgid "url"
|
|
3958
3975
|
msgstr "Sito web"
|
|
@@ -4012,6 +4029,7 @@ msgid "vincoli"
|
|
|
4012
4029
|
msgstr "Vincoli"
|
|
4013
4030
|
|
|
4014
4031
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4032
|
+
#: helpers/contentHelper
|
|
4015
4033
|
# defaultMessage: Whatsapp
|
|
4016
4034
|
msgid "whatsapp"
|
|
4017
4035
|
msgstr "Whatsapp"
|