@kitconcept/volto-light-theme 3.1.2 → 3.2.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.
Files changed (118) hide show
  1. package/.changelog.draft +11 -0
  2. package/CHANGELOG.md +3 -567
  3. package/build/messages/src/components/Anontools/Anontools.json +10 -0
  4. package/build/messages/src/components/Blocks/Button/schema.json +6 -0
  5. package/build/messages/src/components/Blocks/EventMetadata/View.json +30 -0
  6. package/build/messages/src/components/Blocks/Image/Edit.json +10 -0
  7. package/build/messages/src/components/Blocks/Image/ImageSidebar.json +18 -0
  8. package/build/messages/src/components/Blocks/Image/schema.json +10 -0
  9. package/build/messages/src/components/Blocks/Listing/ListingBody.json +26 -0
  10. package/build/messages/src/components/Blocks/Search/TopSideFacets.json +10 -0
  11. package/build/messages/src/components/Blocks/Search/components/SearchDetails.json +10 -0
  12. package/build/messages/src/components/Blocks/Search/components/SearchInput.json +6 -0
  13. package/build/messages/src/components/Blocks/Slider/DefaultBody.json +18 -0
  14. package/build/messages/src/components/Blocks/Slider/schema.json +14 -0
  15. package/build/messages/src/components/Blocks/schema.json +6 -0
  16. package/build/messages/src/components/Breadcrumbs/Breadcrumbs.json +10 -0
  17. package/build/messages/src/components/Footer/Footer.json +30 -0
  18. package/build/messages/src/components/Header/Header.json +6 -0
  19. package/build/messages/src/components/LanguageSelector/LanguageSelector.json +6 -0
  20. package/build/messages/src/components/Logo/Logo.json +10 -0
  21. package/build/messages/src/components/MobileNavigation/MobileNavigation.json +26 -0
  22. package/build/messages/src/components/Navigation/Navigation.json +10 -0
  23. package/build/messages/src/components/SearchWidget/IntranetSearchWidget.json +14 -0
  24. package/build/messages/src/components/SearchWidget/SearchWidget.json +10 -0
  25. package/build/messages/src/components/Theme/EventView.json +6 -0
  26. package/build/messages/src/components/Widgets/AlignWidget.json +22 -0
  27. package/build/messages/src/index.json +10 -0
  28. package/locales/de/LC_MESSAGES/volto.po +7 -7
  29. package/locales/en/LC_MESSAGES/volto.po +7 -7
  30. package/locales/es/LC_MESSAGES/volto.po +10 -9
  31. package/locales/eu/LC_MESSAGES/volto.po +10 -9
  32. package/locales/pt_BR/volto.po +7 -7
  33. package/locales/volto.pot +8 -8
  34. package/package.json +8 -26
  35. package/src/components/Blocks/Image/Edit.jsx +14 -14
  36. package/src/components/Blocks/Image/ImageSidebar.jsx +3 -3
  37. package/src/components/Blocks/Image/View.jsx +17 -17
  38. package/src/components/Footer/Footer.jsx +2 -2
  39. package/src/components/Header/Header.jsx +12 -12
  40. package/src/theme/_header.scss +1 -1
  41. package/.dockerignore +0 -1
  42. package/.editorconfig +0 -34
  43. package/.eslintignore +0 -6
  44. package/.eslintrc +0 -53
  45. package/.github/workflows/acceptance.yml +0 -98
  46. package/.github/workflows/changelog.yml +0 -43
  47. package/.github/workflows/code.yml +0 -16
  48. package/.github/workflows/deploy.yml +0 -105
  49. package/.github/workflows/unit.yml +0 -16
  50. package/.prettierignore +0 -3
  51. package/.prettierrc +0 -12
  52. package/.stylelintrc +0 -32
  53. package/.yarn/releases/yarn-3.2.3.cjs +0 -783
  54. package/.yarnrc.yml +0 -3
  55. package/Makefile +0 -174
  56. package/README.md +0 -453
  57. package/UPGRADE-GUIDE.md +0 -38
  58. package/acceptance/.gitkeep +0 -0
  59. package/acceptance/ci-a11y.yml +0 -31
  60. package/acceptance/ci.yml +0 -29
  61. package/acceptance/cypress/.gitkeep +0 -0
  62. package/acceptance/cypress/fixtures/broccoli.jpg +0 -0
  63. package/acceptance/cypress/fixtures/example.json +0 -5
  64. package/acceptance/cypress/fixtures/file.pdf +0 -0
  65. package/acceptance/cypress/fixtures/halfdome2022.jpg +0 -0
  66. package/acceptance/cypress/fixtures/image.png +0 -0
  67. package/acceptance/cypress/plugins/index.js +0 -17
  68. package/acceptance/cypress/support/commands.js +0 -23
  69. package/acceptance/cypress/support/e2e.js +0 -23
  70. package/acceptance/cypress/support/reset-fixture.js +0 -45
  71. package/acceptance/cypress/support/slate.js +0 -14
  72. package/acceptance/cypress/tests/.gitkeep +0 -0
  73. package/acceptance/cypress/tests/a11y/accordionBlock.cy.js +0 -30
  74. package/acceptance/cypress/tests/a11y/basic.cy.js +0 -26
  75. package/acceptance/cypress/tests/a11y/buttonBlock.cy.js +0 -18
  76. package/acceptance/cypress/tests/a11y/eventContenttype.cy.js +0 -18
  77. package/acceptance/cypress/tests/a11y/fileContenttype.cy.js +0 -18
  78. package/acceptance/cypress/tests/a11y/gridBlock.cy.js +0 -18
  79. package/acceptance/cypress/tests/a11y/gridImageBlock.cy.js +0 -18
  80. package/acceptance/cypress/tests/a11y/gridListingBlock.cy.js +0 -18
  81. package/acceptance/cypress/tests/a11y/gridTeaserBlock.cy.js +0 -18
  82. package/acceptance/cypress/tests/a11y/gridTextBlock.cy.js +0 -33
  83. package/acceptance/cypress/tests/a11y/headingBlock.cy.js +0 -18
  84. package/acceptance/cypress/tests/a11y/highlightBlock.cy.js +0 -18
  85. package/acceptance/cypress/tests/a11y/imageBlock.cy.js +0 -18
  86. package/acceptance/cypress/tests/a11y/imageContenttype.cy.js +0 -18
  87. package/acceptance/cypress/tests/a11y/introductionBlock.cy.js +0 -18
  88. package/acceptance/cypress/tests/a11y/linkContenttype.cy.js +0 -18
  89. package/acceptance/cypress/tests/a11y/listingBlock.cy.js +0 -31
  90. package/acceptance/cypress/tests/a11y/mapsBlock.cy.js +0 -27
  91. package/acceptance/cypress/tests/a11y/newsItemContenttype.cy.js +0 -27
  92. package/acceptance/cypress/tests/a11y/pageContent.cy.js +0 -27
  93. package/acceptance/cypress/tests/a11y/searchBlock.cy.js +0 -18
  94. package/acceptance/cypress/tests/a11y/separatorBlock.cy.js +0 -28
  95. package/acceptance/cypress/tests/a11y/tableBlock.cy.js +0 -26
  96. package/acceptance/cypress/tests/a11y/teaserBlock.cy.js +0 -18
  97. package/acceptance/cypress/tests/a11y/textBlock.cy.js +0 -18
  98. package/acceptance/cypress/tests/a11y/tocBlock.cy.js +0 -18
  99. package/acceptance/cypress/tests/a11y/videoBlock.cy.js +0 -27
  100. package/acceptance/cypress/tests/main/basic.cy.js +0 -71
  101. package/acceptance/cypress/tests/main/blocks-map.cy.js +0 -56
  102. package/acceptance/cypress/tests/main/blocks-table.cy.js +0 -127
  103. package/acceptance/cypress/tests/main/listing-grid.cy.js +0 -77
  104. package/acceptance/cypress/tests/main/nav.cy.js +0 -54
  105. package/acceptance/cypress/tests/main/site-action.cy.js +0 -16
  106. package/acceptance/cypress.config.js +0 -17
  107. package/acceptance/docker-compose-a11y.yml +0 -55
  108. package/acceptance/docker-compose.yml +0 -53
  109. package/acceptance/package.json +0 -5
  110. package/acceptance/yarn.lock +0 -2638
  111. package/devops/stacks/light-theme.kitconcept.io.yml +0 -66
  112. package/dockerfiles/Dockerfile +0 -32
  113. package/dockerfiles/Dockerfile.acceptance +0 -19
  114. package/dockerfiles/Dockerfile.dev +0 -24
  115. package/dockerfiles/docker-compose.yml +0 -56
  116. package/dockerfiles/helper.py +0 -132
  117. package/volto-light-theme.png +0 -0
  118. package/volto.config.js +0 -7
@@ -0,0 +1,18 @@
1
+ [
2
+ {
3
+ "id": "Image",
4
+ "defaultMessage": "Image"
5
+ },
6
+ {
7
+ "id": "No image selected",
8
+ "defaultMessage": "No image selected"
9
+ },
10
+ {
11
+ "id": "image_block_preview",
12
+ "defaultMessage": "Image preview"
13
+ },
14
+ {
15
+ "id": "image_block_clear",
16
+ "defaultMessage": "Clear image"
17
+ }
18
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Description",
4
+ "defaultMessage": "Description"
5
+ },
6
+ {
7
+ "id": "Title",
8
+ "defaultMessage": "Title"
9
+ }
10
+ ]
@@ -0,0 +1,26 @@
1
+ [
2
+ {
3
+ "id": "Previous Page",
4
+ "defaultMessage": "Previous Page"
5
+ },
6
+ {
7
+ "id": "Next Page",
8
+ "defaultMessage": "Next Page"
9
+ },
10
+ {
11
+ "id": "Result",
12
+ "defaultMessage": "Result"
13
+ },
14
+ {
15
+ "id": "of",
16
+ "defaultMessage": "of"
17
+ },
18
+ {
19
+ "id": "No items found in this container.",
20
+ "defaultMessage": "No items found in this container."
21
+ },
22
+ {
23
+ "id": "loading",
24
+ "defaultMessage": "Loading"
25
+ }
26
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Search",
4
+ "defaultMessage": "Search"
5
+ },
6
+ {
7
+ "id": "Sorting",
8
+ "defaultMessage": "Sorting"
9
+ }
10
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Search results",
4
+ "defaultMessage": "Search results"
5
+ },
6
+ {
7
+ "id": "Searched for",
8
+ "defaultMessage": "Searched for"
9
+ }
10
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "Search",
4
+ "defaultMessage": "Search"
5
+ }
6
+ ]
@@ -0,0 +1,18 @@
1
+ [
2
+ {
3
+ "id": "Please choose an existing content as source for this element",
4
+ "defaultMessage": "Please choose an existing content as source for this element"
5
+ },
6
+ {
7
+ "id": "moreInfo",
8
+ "defaultMessage": "More info"
9
+ },
10
+ {
11
+ "id": "Source",
12
+ "defaultMessage": "Source"
13
+ },
14
+ {
15
+ "id": "Continue reading",
16
+ "defaultMessage": "Continue reading"
17
+ }
18
+ ]
@@ -0,0 +1,14 @@
1
+ [
2
+ {
3
+ "id": "Flag align",
4
+ "defaultMessage": "Flag align"
5
+ },
6
+ {
7
+ "id": "Button text",
8
+ "defaultMessage": "Button text"
9
+ },
10
+ {
11
+ "id": "Hide Button",
12
+ "defaultMessage": "Hide Button"
13
+ }
14
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "Background color",
4
+ "defaultMessage": "Background color"
5
+ }
6
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Home",
4
+ "defaultMessage": "Home"
5
+ },
6
+ {
7
+ "id": "Breadcrumbs",
8
+ "defaultMessage": "Breadcrumbs"
9
+ }
10
+ ]
@@ -0,0 +1,30 @@
1
+ [
2
+ {
3
+ "id": "Copyright",
4
+ "defaultMessage": "Copyright"
5
+ },
6
+ {
7
+ "id": "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.",
8
+ "defaultMessage": "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
9
+ },
10
+ {
11
+ "id": "Plone{reg} Open Source CMS/WCM",
12
+ "defaultMessage": "Plone{reg} Open Source CMS/WCM"
13
+ },
14
+ {
15
+ "id": "Plone Foundation",
16
+ "defaultMessage": "Plone Foundation"
17
+ },
18
+ {
19
+ "id": "Distributed under the {license}.",
20
+ "defaultMessage": "Distributed under the {license}."
21
+ },
22
+ {
23
+ "id": "GNU GPL license",
24
+ "defaultMessage": "GNU GPL license"
25
+ },
26
+ {
27
+ "id": "Powered by Plone & Python",
28
+ "defaultMessage": "Powered by Plone & Python"
29
+ }
30
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "siteLabel",
4
+ "defaultMessage": " "
5
+ }
6
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "Switch to",
4
+ "defaultMessage": "Switch to"
5
+ }
6
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Site",
4
+ "defaultMessage": "Site"
5
+ },
6
+ {
7
+ "id": "Plone Site",
8
+ "defaultMessage": "Plone Site"
9
+ }
10
+ ]
@@ -0,0 +1,26 @@
1
+ [
2
+ {
3
+ "id": "Close menu",
4
+ "defaultMessage": "Close menu"
5
+ },
6
+ {
7
+ "id": "Open menu",
8
+ "defaultMessage": "Open menu"
9
+ },
10
+ {
11
+ "id": "Search",
12
+ "defaultMessage": "Search"
13
+ },
14
+ {
15
+ "id": "Home",
16
+ "defaultMessage": "Home"
17
+ },
18
+ {
19
+ "id": "Back",
20
+ "defaultMessage": "Back"
21
+ },
22
+ {
23
+ "id": "Overview",
24
+ "defaultMessage": "Overview"
25
+ }
26
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Close menu",
4
+ "defaultMessage": "Close menu"
5
+ },
6
+ {
7
+ "id": "Open menu",
8
+ "defaultMessage": "Open menu"
9
+ }
10
+ ]
@@ -0,0 +1,14 @@
1
+ [
2
+ {
3
+ "id": "Search",
4
+ "defaultMessage": "Search"
5
+ },
6
+ {
7
+ "id": "Search Site",
8
+ "defaultMessage": "Search Site"
9
+ },
10
+ {
11
+ "id": "Search for People, E-Mail Address, Phone Number, ...",
12
+ "defaultMessage": "Search for People, E-Mail Address, Phone Number, ..."
13
+ }
14
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Search",
4
+ "defaultMessage": "Search"
5
+ },
6
+ {
7
+ "id": "Search Site",
8
+ "defaultMessage": "Search Site"
9
+ }
10
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "No date",
4
+ "defaultMessage": "No date"
5
+ }
6
+ ]
@@ -0,0 +1,22 @@
1
+ [
2
+ {
3
+ "id": "Left",
4
+ "defaultMessage": "Left"
5
+ },
6
+ {
7
+ "id": "Right",
8
+ "defaultMessage": "Right"
9
+ },
10
+ {
11
+ "id": "Center",
12
+ "defaultMessage": "Center"
13
+ },
14
+ {
15
+ "id": "Wide",
16
+ "defaultMessage": "Wide"
17
+ },
18
+ {
19
+ "id": "Full",
20
+ "defaultMessage": "Full"
21
+ }
22
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Press",
4
+ "defaultMessage": "Press"
5
+ },
6
+ {
7
+ "id": "Sitemap",
8
+ "defaultMessage": "Sitemap"
9
+ }
10
+ ]
@@ -58,7 +58,7 @@ msgid "Close menu"
58
58
  msgstr "Menü schließen"
59
59
 
60
60
  #. Default: "Contact"
61
- #: components/Theme/EventView
61
+ #: components/Blocks/EventMetadata/View
62
62
  msgid "Contact"
63
63
  msgstr "Kontakt"
64
64
 
@@ -83,7 +83,7 @@ msgid "Distributed under the {license}."
83
83
  msgstr ""
84
84
 
85
85
  #. Default: "End"
86
- #: components/Theme/EventView
86
+ #: components/Blocks/EventMetadata/View
87
87
  msgid "End"
88
88
  msgstr "ende"
89
89
 
@@ -114,7 +114,7 @@ msgid "Home"
114
114
  msgstr ""
115
115
 
116
116
  #. Default: "ICS Download"
117
- #: components/Theme/EventView
117
+ #: components/Blocks/EventMetadata/View
118
118
  msgid "ICS-Download"
119
119
  msgstr "ICS-Download"
120
120
 
@@ -129,7 +129,7 @@ msgid "Left"
129
129
  msgstr "Links"
130
130
 
131
131
  #. Default: "Location"
132
- #: components/Theme/EventView
132
+ #: components/Blocks/EventMetadata/View
133
133
  msgid "Location"
134
134
  msgstr "Veranstaltungsort"
135
135
 
@@ -170,7 +170,7 @@ msgid "Overview"
170
170
  msgstr "Übersicht"
171
171
 
172
172
  #. Default: "Phone"
173
- #: components/Theme/EventView
173
+ #: components/Blocks/EventMetadata/View
174
174
  msgid "Phone"
175
175
  msgstr "Telefon"
176
176
 
@@ -275,7 +275,7 @@ msgid "Source"
275
275
  msgstr ""
276
276
 
277
277
  #. Default: "Start"
278
- #: components/Theme/EventView
278
+ #: components/Blocks/EventMetadata/View
279
279
  msgid "Start"
280
280
  msgstr "Anfang"
281
281
 
@@ -300,7 +300,7 @@ msgid "Uploading image"
300
300
  msgstr "Bild hochladen"
301
301
 
302
302
  #. Default: "Website"
303
- #: components/Theme/EventView
303
+ #: components/Blocks/EventMetadata/View
304
304
  msgid "Website"
305
305
  msgstr "Webseite"
306
306
 
@@ -53,7 +53,7 @@ msgid "Close menu"
53
53
  msgstr ""
54
54
 
55
55
  #. Default: "Contact"
56
- #: components/Theme/EventView
56
+ #: components/Blocks/EventMetadata/View
57
57
  msgid "Contact"
58
58
  msgstr ""
59
59
 
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
78
78
  msgstr ""
79
79
 
80
80
  #. Default: "End"
81
- #: components/Theme/EventView
81
+ #: components/Blocks/EventMetadata/View
82
82
  msgid "End"
83
83
  msgstr ""
84
84
 
@@ -109,7 +109,7 @@ msgid "Home"
109
109
  msgstr ""
110
110
 
111
111
  #. Default: "ICS Download"
112
- #: components/Theme/EventView
112
+ #: components/Blocks/EventMetadata/View
113
113
  msgid "ICS-Download"
114
114
  msgstr ""
115
115
 
@@ -124,7 +124,7 @@ msgid "Left"
124
124
  msgstr ""
125
125
 
126
126
  #. Default: "Location"
127
- #: components/Theme/EventView
127
+ #: components/Blocks/EventMetadata/View
128
128
  msgid "Location"
129
129
  msgstr ""
130
130
 
@@ -165,7 +165,7 @@ msgid "Overview"
165
165
  msgstr ""
166
166
 
167
167
  #. Default: "Phone"
168
- #: components/Theme/EventView
168
+ #: components/Blocks/EventMetadata/View
169
169
  msgid "Phone"
170
170
  msgstr ""
171
171
 
@@ -270,7 +270,7 @@ msgid "Source"
270
270
  msgstr ""
271
271
 
272
272
  #. Default: "Start"
273
- #: components/Theme/EventView
273
+ #: components/Blocks/EventMetadata/View
274
274
  msgid "Start"
275
275
  msgstr ""
276
276
 
@@ -295,7 +295,7 @@ msgid "Uploading image"
295
295
  msgstr ""
296
296
 
297
297
  #. Default: "Website"
298
- #: components/Theme/EventView
298
+ #: components/Blocks/EventMetadata/View
299
299
  msgid "Website"
300
300
  msgstr ""
301
301
 
@@ -1,15 +1,16 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
+ "Report-Msgid-Bugs-To: \n"
4
5
  "POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
5
6
  "PO-Revision-Date: \n"
6
7
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
- "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
8
8
  "Language: es\n"
9
- "MIME-Version: 1.0\n"
9
+ "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
10
10
  "Content-Type: text/plain; charset=utf-8\n"
11
11
  "Content-Transfer-Encoding: 8bit\n"
12
12
  "Plural-Forms: nplurals=1; plural=0;\n"
13
+ "MIME-Version: 1.0\n"
13
14
  "Language-Code: en\n"
14
15
  "Language-Name: English\n"
15
16
  "Preferred-Encodings: utf-8\n"
@@ -58,7 +59,7 @@ msgid "Close menu"
58
59
  msgstr "Cerrar menú"
59
60
 
60
61
  #. Default: "Contact"
61
- #: components/Theme/EventView
62
+ #: components/Blocks/EventMetadata/View
62
63
  msgid "Contact"
63
64
  msgstr "Contacto"
64
65
 
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
83
84
  msgstr "Distribuido bajo {license}"
84
85
 
85
86
  #. Default: "End"
86
- #: components/Theme/EventView
87
+ #: components/Blocks/EventMetadata/View
87
88
  msgid "End"
88
89
  msgstr "Fin"
89
90
 
@@ -114,7 +115,7 @@ msgid "Home"
114
115
  msgstr "Inicio"
115
116
 
116
117
  #. Default: "ICS Download"
117
- #: components/Theme/EventView
118
+ #: components/Blocks/EventMetadata/View
118
119
  msgid "ICS-Download"
119
120
  msgstr "Descargar archivo ICS"
120
121
 
@@ -129,7 +130,7 @@ msgid "Left"
129
130
  msgstr "Izquierda"
130
131
 
131
132
  #. Default: "Location"
132
- #: components/Theme/EventView
133
+ #: components/Blocks/EventMetadata/View
133
134
  msgid "Location"
134
135
  msgstr "Ubicación"
135
136
 
@@ -170,7 +171,7 @@ msgid "Overview"
170
171
  msgstr "Resumen"
171
172
 
172
173
  #. Default: "Phone"
173
- #: components/Theme/EventView
174
+ #: components/Blocks/EventMetadata/View
174
175
  msgid "Phone"
175
176
  msgstr "Teléfono"
176
177
 
@@ -275,7 +276,7 @@ msgid "Source"
275
276
  msgstr "Origen"
276
277
 
277
278
  #. Default: "Start"
278
- #: components/Theme/EventView
279
+ #: components/Blocks/EventMetadata/View
279
280
  msgid "Start"
280
281
  msgstr "Inicio"
281
282
 
@@ -300,7 +301,7 @@ msgid "Uploading image"
300
301
  msgstr "Cargando imagen"
301
302
 
302
303
  #. Default: "Website"
303
- #: components/Theme/EventView
304
+ #: components/Blocks/EventMetadata/View
304
305
  msgid "Website"
305
306
  msgstr "Sitio web"
306
307
 
@@ -1,15 +1,16 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
+ "Report-Msgid-Bugs-To: \n"
4
5
  "POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
5
6
  "PO-Revision-Date: \n"
6
7
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
- "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
8
8
  "Language: eu\n"
9
- "MIME-Version: 1.0\n"
9
+ "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
10
10
  "Content-Type: text/plain; charset=utf-8\n"
11
11
  "Content-Transfer-Encoding: 8bit\n"
12
12
  "Plural-Forms: nplurals=1; plural=0;\n"
13
+ "MIME-Version: 1.0\n"
13
14
  "Language-Code: en\n"
14
15
  "Language-Name: English\n"
15
16
  "Preferred-Encodings: utf-8\n"
@@ -58,7 +59,7 @@ msgid "Close menu"
58
59
  msgstr "Itxi menua"
59
60
 
60
61
  #. Default: "Contact"
61
- #: components/Theme/EventView
62
+ #: components/Blocks/EventMetadata/View
62
63
  msgid "Contact"
63
64
  msgstr "Kontaktua"
64
65
 
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
83
84
  msgstr "{lizentzia} lizentziapean banatua."
84
85
 
85
86
  #. Default: "End"
86
- #: components/Theme/EventView
87
+ #: components/Blocks/EventMetadata/View
87
88
  msgid "End"
88
89
  msgstr "Amaiera"
89
90
 
@@ -114,7 +115,7 @@ msgid "Home"
114
115
  msgstr "Hasiera"
115
116
 
116
117
  #. Default: "ICS Download"
117
- #: components/Theme/EventView
118
+ #: components/Blocks/EventMetadata/View
118
119
  msgid "ICS-Download"
119
120
  msgstr "Deskargatu ICS fitxategia "
120
121
 
@@ -129,7 +130,7 @@ msgid "Left"
129
130
  msgstr "Ezkerrean"
130
131
 
131
132
  #. Default: "Location"
132
- #: components/Theme/EventView
133
+ #: components/Blocks/EventMetadata/View
133
134
  msgid "Location"
134
135
  msgstr "Kokalekua"
135
136
 
@@ -170,7 +171,7 @@ msgid "Overview"
170
171
  msgstr "Gainbegirada"
171
172
 
172
173
  #. Default: "Phone"
173
- #: components/Theme/EventView
174
+ #: components/Blocks/EventMetadata/View
174
175
  msgid "Phone"
175
176
  msgstr "Telefonoa"
176
177
 
@@ -275,7 +276,7 @@ msgid "Source"
275
276
  msgstr "Iturburua"
276
277
 
277
278
  #. Default: "Start"
278
- #: components/Theme/EventView
279
+ #: components/Blocks/EventMetadata/View
279
280
  msgid "Start"
280
281
  msgstr "Hasiera"
281
282
 
@@ -300,7 +301,7 @@ msgid "Uploading image"
300
301
  msgstr "Irudia kargatzen"
301
302
 
302
303
  #. Default: "Website"
303
- #: components/Theme/EventView
304
+ #: components/Blocks/EventMetadata/View
304
305
  msgid "Website"
305
306
  msgstr "Webgunea"
306
307
 
@@ -53,7 +53,7 @@ msgid "Close menu"
53
53
  msgstr "Fechar menu"
54
54
 
55
55
  #. Default: "Contact"
56
- #: components/Theme/EventView
56
+ #: components/Blocks/EventMetadata/View
57
57
  msgid "Contact"
58
58
  msgstr "Contato"
59
59
 
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
78
78
  msgstr "Distribuído sob a licença {license}."
79
79
 
80
80
  #. Default: "End"
81
- #: components/Theme/EventView
81
+ #: components/Blocks/EventMetadata/View
82
82
  msgid "End"
83
83
  msgstr "Término"
84
84
 
@@ -109,7 +109,7 @@ msgid "Home"
109
109
  msgstr "Início"
110
110
 
111
111
  #. Default: "ICS Download"
112
- #: components/Theme/EventView
112
+ #: components/Blocks/EventMetadata/View
113
113
  msgid "ICS-Download"
114
114
  msgstr "Baixar ICS"
115
115
 
@@ -124,7 +124,7 @@ msgid "Left"
124
124
  msgstr "Esquerda"
125
125
 
126
126
  #. Default: "Location"
127
- #: components/Theme/EventView
127
+ #: components/Blocks/EventMetadata/View
128
128
  msgid "Location"
129
129
  msgstr "Local"
130
130
 
@@ -165,7 +165,7 @@ msgid "Overview"
165
165
  msgstr "Geral"
166
166
 
167
167
  #. Default: "Phone"
168
- #: components/Theme/EventView
168
+ #: components/Blocks/EventMetadata/View
169
169
  msgid "Phone"
170
170
  msgstr "Telefone"
171
171
 
@@ -270,7 +270,7 @@ msgid "Source"
270
270
  msgstr "Fonte"
271
271
 
272
272
  #. Default: "Start"
273
- #: components/Theme/EventView
273
+ #: components/Blocks/EventMetadata/View
274
274
  msgid "Start"
275
275
  msgstr "Início"
276
276
 
@@ -295,7 +295,7 @@ msgid "Uploading image"
295
295
  msgstr "Enviando imagem"
296
296
 
297
297
  #. Default: "Website"
298
- #: components/Theme/EventView
298
+ #: components/Blocks/EventMetadata/View
299
299
  msgid "Website"
300
300
  msgstr "Site"
301
301