@eeacms/volto-cca-policy 1.0.6 → 1.0.8
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/CHANGELOG.md +65 -1
- package/locales/bg/LC_MESSAGES/volto.po +63 -63
- package/locales/cs/LC_MESSAGES/volto.po +63 -63
- package/locales/da/LC_MESSAGES/volto.po +63 -63
- package/locales/de/LC_MESSAGES/volto.po +63 -63
- package/locales/el/LC_MESSAGES/volto.po +63 -63
- package/locales/en/LC_MESSAGES/volto.po +63 -63
- package/locales/es/LC_MESSAGES/volto.po +63 -63
- package/locales/et/LC_MESSAGES/volto.po +63 -63
- package/locales/fi/LC_MESSAGES/volto.po +63 -63
- package/locales/fr/LC_MESSAGES/volto.po +63 -63
- package/locales/ga/LC_MESSAGES/volto.po +63 -63
- package/locales/hr/LC_MESSAGES/volto.po +63 -63
- package/locales/hu/LC_MESSAGES/volto.po +63 -63
- package/locales/is/LC_MESSAGES/volto.po +63 -63
- package/locales/it/LC_MESSAGES/volto.po +63 -63
- package/locales/lt/LC_MESSAGES/volto.po +63 -63
- package/locales/lv/LC_MESSAGES/volto.po +63 -63
- package/locales/mt/LC_MESSAGES/volto.po +63 -63
- package/locales/nl/LC_MESSAGES/volto.po +63 -63
- package/locales/nn/LC_MESSAGES/volto.po +63 -63
- package/locales/pl/LC_MESSAGES/volto.po +63 -63
- package/locales/pt/LC_MESSAGES/volto.po +63 -63
- package/locales/ro/LC_MESSAGES/volto.po +63 -63
- package/locales/sk/LC_MESSAGES/volto.po +63 -63
- package/locales/sl/LC_MESSAGES/volto.po +63 -63
- package/locales/sv/LC_MESSAGES/volto.po +63 -63
- package/locales/tr/LC_MESSAGES/volto.po +63 -63
- package/locales/volto.pot +64 -64
- package/package.json +2 -2
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +3 -2
- package/src/components/index.js +26 -10
- package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsEdit.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapHeatIndex/View.jsx +2 -2
- package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +2 -2
- package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +2 -2
- package/src/components/{theme → manage}/Widgets/GeolocationWidget.jsx +1 -1
- package/src/components/{theme → manage}/Widgets/GeolocationWidget.test.jsx +1 -1
- package/src/components/{theme → manage}/Widgets/ImageWidget.jsx +2 -2
- package/src/components/manage/Widgets/ImageWidget.test.jsx +187 -0
- package/src/components/{theme → manage}/Widgets/PromotionalImageWidget.test.jsx +9 -3
- package/src/components/manage/Widgets/VisualizationsWidget.jsx +151 -0
- package/src/components/manage/Widgets/visualizations.less +60 -0
- package/src/components/theme/Content/Fields/BooleanField.jsx +7 -0
- package/src/components/theme/Content/Fields/HTMLField.jsx +14 -0
- package/src/components/theme/Content/Fields/TextField.jsx +12 -0
- package/src/components/theme/Content/Fields/VocabularyField.jsx +26 -0
- package/src/components/theme/Content/Fields/index.js +4 -0
- package/src/components/theme/Content/Sections/ContentBannerTitle.jsx +26 -0
- package/src/{helpers → components/theme/Content/Sections}/ContentMetadata.jsx +11 -312
- package/src/components/theme/Content/Sections/ContentRelatedItems.jsx +35 -0
- package/src/components/theme/Content/Sections/DocumentsList.jsx +80 -0
- package/src/components/theme/Content/Sections/EventDetails.jsx +90 -0
- package/src/components/theme/Content/Sections/GeographicMetadata.jsx +83 -0
- package/src/components/theme/Content/Sections/ImageGallery/index.js +1 -0
- package/src/components/theme/Content/Sections/ItemLogo.jsx +29 -0
- package/src/components/theme/Content/Sections/LinkedMetadataItemList.jsx +63 -0
- package/src/components/theme/Content/Sections/LinksList.jsx +48 -0
- package/src/components/theme/Content/Sections/MetadataItemList.jsx +43 -0
- package/src/components/theme/Content/Sections/PublicationDateInfo.jsx +62 -0
- package/src/components/theme/Content/Sections/PublishedModifiedInfo.jsx +33 -0
- package/src/components/theme/Content/Sections/ReferenceInfo.jsx +137 -0
- package/src/components/theme/Content/Sections/ShareInfoButton.jsx +24 -0
- package/src/components/theme/Content/Sections/SubjectTags.jsx +19 -0
- package/src/components/theme/Content/Sections/Versioning/index.js +3 -0
- package/src/components/theme/Content/Sections/geographicMetadataUtils.js +177 -0
- package/src/components/theme/Content/Sections/index.js +17 -0
- package/src/components/theme/Content/index.js +20 -0
- package/src/components/theme/Views/AdaptationOptionView.jsx +6 -8
- package/src/components/theme/Views/AdaptationOptionView.test.jsx +5 -8
- package/src/components/theme/Views/C3SIndicatorView.jsx +5 -5
- package/src/components/theme/Views/CaseStudyView.jsx +6 -8
- package/src/components/theme/Views/CcaEventView.jsx +4 -4
- package/src/components/theme/Views/DatabaseItemView.jsx +79 -40
- package/src/components/theme/Views/DatabaseItemView.test.jsx +98 -38
- package/src/components/theme/Views/EventView.jsx +3 -3
- package/src/components/theme/Views/ExtendedToolView.jsx +6 -8
- package/src/components/theme/Views/ExtendedToolView.test.jsx +10 -16
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/MissionSignatoryProfileView.jsx +5 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/MissionSignatoryProfileView.test.jsx +2 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/ActionTab.jsx +1 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/ActionTab.test.jsx +3 -0
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/AssessmentTab.jsx +1 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/AssessmentTab.test.jsx +11 -1
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/GovernanceTab.jsx +1 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/PlanningTab.jsx +1 -2
- package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/PlanningTab.test.jsx +11 -1
- package/src/components/theme/Views/NewsItemView.jsx +5 -2
- package/src/components/theme/Views/ProjectView.jsx +4 -6
- package/src/constants.js +7 -0
- package/src/helpers/countryMap.js +1 -4
- package/src/helpers/embed.js +11 -0
- package/src/helpers/index.js +13 -101
- package/src/helpers/string.js +4 -0
- package/src/hocs/index.js +1 -0
- package/src/{helpers/clientOnly.jsx → hocs/withClientOnly.jsx} +1 -1
- package/src/index.js +5 -3
- package/src/search/queryUtils.js +64 -0
- package/src/components/theme/ShareInfoButton/ShareInfoButton.jsx +0 -26
- package/src/components/theme/Widgets/ImageWidget.test.jsx +0 -90
- package/src/helpers/Utils.jsx +0 -620
- /package/src/components/manage/{TransparentOverlay.jsx → Blocks/CollectionStatistics/TransparentOverlay.jsx} +0 -0
- /package/src/components/{theme → manage}/Widgets/GeocharsWidget.jsx +0 -0
- /package/src/components/{theme → manage}/Widgets/GeolocationWidgetMapContainer.jsx +0 -0
- /package/src/components/{theme → manage}/Widgets/PromotionalImageWidget.jsx +0 -0
- /package/src/components/{theme → manage}/Widgets/RASTWidgetView.jsx +0 -0
- /package/src/components/{theme → manage}/Widgets/__mocks__/GeolocationWidgetMapContainer.jsx +0 -0
- /package/src/components/{theme → manage}/Widgets/utils.js +0 -0
- /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/ImageGallery.jsx +0 -0
- /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/ImageGallery.test.jsx +0 -0
- /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/styles.less +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionListing.jsx +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionListing.test.jsx +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionNotice.jsx +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionNotice.test.jsx +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/VersionsGroup.jsx +0 -0
- /package/src/components/theme/{Views → Content/Sections/Versioning}/VersionsGroup.test.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/ItemsSection.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/ItemsSection.test.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/NoDataReported.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/NoDataReported.test.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/StatisticSection.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/StatisticSection.test.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/GovernanceTab.test.jsx +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,39 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.0.8](https://github.com/eea/volto-cca-policy/compare/1.0.7...1.0.8) - 17 August 2026
|
|
8
|
+
|
|
9
|
+
#### :house: Internal changes
|
|
10
|
+
|
|
11
|
+
- style: Automated code fix [eea-jenkins - [`c06e6eb`](https://github.com/eea/volto-cca-policy/commit/c06e6ebc41cbe2bb80a9c8472d57fd361fe09dab)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Refs #307245 - Add test for visualizations. [GhitaB - [`15d7a0b`](https://github.com/eea/volto-cca-policy/commit/15d7a0bc514e6ac09bbec19303e42ceb120647dc)]
|
|
16
|
+
- Refs #307245 - Allow indicators to support multiple visualizations. [GhitaB - [`b7a0b7f`](https://github.com/eea/volto-cca-policy/commit/b7a0b7fe9db40a9d9a1847eb71a95a8f2245dd5e)]
|
|
17
|
+
### [1.0.7](https://github.com/eea/volto-cca-policy/compare/1.0.6...1.0.7) - 14 August 2026
|
|
18
|
+
|
|
19
|
+
#### :rocket: Dependency updates
|
|
20
|
+
|
|
21
|
+
- Release @eeacms/volto-globalsearch@4.1.1 [EEA Jenkins - [`f34f23c`](https://github.com/eea/volto-cca-policy/commit/f34f23c587f32930acd4316d43f2f64fd9338764)]
|
|
22
|
+
|
|
23
|
+
#### :bug: Bug Fixes
|
|
24
|
+
|
|
25
|
+
- fix: imports in GovernanceTab [kreafox - [`c1eb09f`](https://github.com/eea/volto-cca-policy/commit/c1eb09fd59e730fa15c71fd73f625f9811fd98fa)]
|
|
26
|
+
- fix: improve geochars parsing, and enhance capitalizeFirstLetter function [kreafox - [`370deb6`](https://github.com/eea/volto-cca-policy/commit/370deb6395872c4229c0747077f845f8d8375336)]
|
|
27
|
+
|
|
28
|
+
#### :nail_care: Enhancements
|
|
29
|
+
|
|
30
|
+
- refactor: remove unused export of euCountryNamesEnergy from helpers [kreafox - [`5c40276`](https://github.com/eea/volto-cca-policy/commit/5c40276f491e4b3a24de8ebe29e8fdc0d0d2fe57)]
|
|
31
|
+
- refactor: change exported components to default exports in ImageWidget, countryMap, and queryUtils [kreafox - [`43ce27c`](https://github.com/eea/volto-cca-policy/commit/43ce27c9af8f036e34d5ccefe185fa138fa6f823)]
|
|
32
|
+
- refactor: replace clientOnly HOC with withClientOnly and reorganize helper imports [kreafox - [`5e326f3`](https://github.com/eea/volto-cca-policy/commit/5e326f378af2ba784e7f8b4499a28500a04031b5)]
|
|
33
|
+
- refactor: reorganize content sections, views, and widgets [kreafox - [`4ff70ec`](https://github.com/eea/volto-cca-policy/commit/4ff70ec1a763071ace8292eeac6d2f0d692580cb)]
|
|
34
|
+
- refactor: shared content view components into reusable theme modules [kreafox - [`e0f1906`](https://github.com/eea/volto-cca-policy/commit/e0f190606acc8ab74dfad147f751451d1e8f38eb)]
|
|
35
|
+
|
|
36
|
+
#### :hammer_and_wrench: Others
|
|
37
|
+
|
|
38
|
+
- test: increase coverage for ImageWidget [kreafox - [`5fd74bf`](https://github.com/eea/volto-cca-policy/commit/5fd74bfe00db49e4977a64871de3144a7247415d)]
|
|
39
|
+
- core: update locales [kreafox - [`f1ba2dd`](https://github.com/eea/volto-cca-policy/commit/f1ba2dd01269d42da4cdeb948951b65857a05e3d)]
|
|
7
40
|
### [1.0.6](https://github.com/eea/volto-cca-policy/compare/1.0.5...1.0.6) - 10 August 2026
|
|
8
41
|
|
|
9
42
|
#### :rocket: Dependency updates
|
|
@@ -210,8 +243,39 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
210
243
|
#### :hammer_and_wrench: Others
|
|
211
244
|
|
|
212
245
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
213
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
246
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.18...1.0.0) - 12 June 2026
|
|
214
247
|
|
|
248
|
+
### [1.0.0-alpha.18](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.17...1.0.0-alpha.18) - 13 August 2026
|
|
249
|
+
|
|
250
|
+
#### :rocket: Dependency updates
|
|
251
|
+
|
|
252
|
+
- Release @eeacms/volto-globalsearch@4.1.1 [EEA Jenkins - [`f34f23c`](https://github.com/eea/volto-cca-policy/commit/f34f23c587f32930acd4316d43f2f64fd9338764)]
|
|
253
|
+
- Release @eeacms/volto-globalsearch@4.1.0 [EEA Jenkins - [`5d7ddd2`](https://github.com/eea/volto-cca-policy/commit/5d7ddd2cf7a371007a569d185690d655c2c4b2d2)]
|
|
254
|
+
|
|
255
|
+
#### :bug: Bug Fixes
|
|
256
|
+
|
|
257
|
+
- fix: update import [kreafox - [`5e98924`](https://github.com/eea/volto-cca-policy/commit/5e9892488dd84e2e280d29905f4471af4f5403be)]
|
|
258
|
+
- fix: imports in GovernanceTab [kreafox - [`c1eb09f`](https://github.com/eea/volto-cca-policy/commit/c1eb09fd59e730fa15c71fd73f625f9811fd98fa)]
|
|
259
|
+
- fix: improve geochars parsing, and enhance capitalizeFirstLetter function [kreafox - [`370deb6`](https://github.com/eea/volto-cca-policy/commit/370deb6395872c4229c0747077f845f8d8375336)]
|
|
260
|
+
|
|
261
|
+
#### :nail_care: Enhancements
|
|
262
|
+
|
|
263
|
+
- refactor: remove unused export of euCountryNamesEnergy from helpers [kreafox - [`5c40276`](https://github.com/eea/volto-cca-policy/commit/5c40276f491e4b3a24de8ebe29e8fdc0d0d2fe57)]
|
|
264
|
+
- refactor: change exported components to default exports in ImageWidget, countryMap, and queryUtils [kreafox - [`43ce27c`](https://github.com/eea/volto-cca-policy/commit/43ce27c9af8f036e34d5ccefe185fa138fa6f823)]
|
|
265
|
+
- refactor: replace clientOnly HOC with withClientOnly and reorganize helper imports [kreafox - [`5e326f3`](https://github.com/eea/volto-cca-policy/commit/5e326f378af2ba784e7f8b4499a28500a04031b5)]
|
|
266
|
+
- refactor: reorganize content sections, views, and widgets [kreafox - [`4ff70ec`](https://github.com/eea/volto-cca-policy/commit/4ff70ec1a763071ace8292eeac6d2f0d692580cb)]
|
|
267
|
+
- refactor: shared content view components into reusable theme modules [kreafox - [`e0f1906`](https://github.com/eea/volto-cca-policy/commit/e0f190606acc8ab74dfad147f751451d1e8f38eb)]
|
|
268
|
+
|
|
269
|
+
#### :house: Internal changes
|
|
270
|
+
|
|
271
|
+
- style: Automated code fix [eea-jenkins - [`c06e6eb`](https://github.com/eea/volto-cca-policy/commit/c06e6ebc41cbe2bb80a9c8472d57fd361fe09dab)]
|
|
272
|
+
|
|
273
|
+
#### :hammer_and_wrench: Others
|
|
274
|
+
|
|
275
|
+
- Refs #307245 - Allow indicators to support multiple visualizations. [GhitaB - [`b7a0b7f`](https://github.com/eea/volto-cca-policy/commit/b7a0b7fe9db40a9d9a1847eb71a95a8f2245dd5e)]
|
|
276
|
+
- test: increase coverage for ImageWidget [kreafox - [`5fd74bf`](https://github.com/eea/volto-cca-policy/commit/5fd74bfe00db49e4977a64871de3144a7247415d)]
|
|
277
|
+
- core: update locales [kreafox - [`f1ba2dd`](https://github.com/eea/volto-cca-policy/commit/f1ba2dd01269d42da4cdeb948951b65857a05e3d)]
|
|
278
|
+
- core: update locales [kreafox - [`122817e`](https://github.com/eea/volto-cca-policy/commit/122817ea9f6f0084fe8cb697ccfaffb8a9fe833d)]
|
|
215
279
|
### [1.0.0-alpha.17](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.16...1.0.0-alpha.17) - 4 August 2026
|
|
216
280
|
|
|
217
281
|
#### :rocket: New Features
|
|
@@ -36,7 +36,7 @@ msgid "Adaptation Approaches"
|
|
|
36
36
|
msgstr "Подходи за адаптация"
|
|
37
37
|
|
|
38
38
|
#. Default: "Adaptation Approaches:"
|
|
39
|
-
#:
|
|
39
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
40
40
|
msgid "Adaptation Approaches:"
|
|
41
41
|
msgstr "Подходи за адаптация:"
|
|
42
42
|
|
|
@@ -161,7 +161,7 @@ msgid "Background information"
|
|
|
161
161
|
msgstr "Основна информация"
|
|
162
162
|
|
|
163
163
|
#. Default: "Biogeographical regions:"
|
|
164
|
-
#:
|
|
164
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
165
165
|
msgid "Biogeographical regions:"
|
|
166
166
|
msgstr "Биогеографски региони:"
|
|
167
167
|
|
|
@@ -171,7 +171,7 @@ msgid "Blue options"
|
|
|
171
171
|
msgstr "Сини опции"
|
|
172
172
|
|
|
173
173
|
#. Default: "Browse the site, drop an image, or use a URL"
|
|
174
|
-
#: components/
|
|
174
|
+
#: components/manage/Widgets/ImageWidget
|
|
175
175
|
msgid "Browse the site, drop an image, or type a URL"
|
|
176
176
|
msgstr ""
|
|
177
177
|
|
|
@@ -191,7 +191,7 @@ msgid "Capacity building empowering and lifestyle practices"
|
|
|
191
191
|
msgstr "Изграждане на капацитет, овластяване и практики за начин на живот"
|
|
192
192
|
|
|
193
193
|
#. Default: "Case Studies Documents"
|
|
194
|
-
#:
|
|
194
|
+
#: components/theme/Content/Sections/DocumentsList
|
|
195
195
|
msgid "Case Studies Documents"
|
|
196
196
|
msgstr "Документи от казуси"
|
|
197
197
|
|
|
@@ -206,7 +206,7 @@ msgid "Case Study illustrations"
|
|
|
206
206
|
msgstr "Илюстрации от казус"
|
|
207
207
|
|
|
208
208
|
#. Default: "Case studies related to this option:"
|
|
209
|
-
#:
|
|
209
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
210
210
|
msgid "Case studies related to this option:"
|
|
211
211
|
msgstr "Казуси, свързани с тази опция:"
|
|
212
212
|
|
|
@@ -226,7 +226,7 @@ msgid "Challenges"
|
|
|
226
226
|
msgstr "Предизвикателства"
|
|
227
227
|
|
|
228
228
|
#. Default: "Choose a file"
|
|
229
|
-
#: components/
|
|
229
|
+
#: components/manage/Widgets/PromotionalImageWidget
|
|
230
230
|
msgid "Choose a file"
|
|
231
231
|
msgstr "Изберете файл"
|
|
232
232
|
|
|
@@ -246,7 +246,7 @@ msgid "Choose thematic map:"
|
|
|
246
246
|
msgstr "Изберете тематична карта:"
|
|
247
247
|
|
|
248
248
|
#. Default: "City:"
|
|
249
|
-
#:
|
|
249
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
250
250
|
msgid "City:"
|
|
251
251
|
msgstr "град:"
|
|
252
252
|
|
|
@@ -274,7 +274,7 @@ msgid "Climate impacts"
|
|
|
274
274
|
msgstr "Въздействия на климата"
|
|
275
275
|
|
|
276
276
|
#. Default: "Climate impacts:"
|
|
277
|
-
#:
|
|
277
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
278
278
|
msgid "Climate impacts:"
|
|
279
279
|
msgstr "Климатични въздействия:"
|
|
280
280
|
|
|
@@ -326,7 +326,7 @@ msgid "Contact information for the Observatory"
|
|
|
326
326
|
msgstr "Информация за връзка с обсерваторията"
|
|
327
327
|
|
|
328
328
|
#. Default: "Contributor:"
|
|
329
|
-
#:
|
|
329
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
330
330
|
msgid "Contributor:"
|
|
331
331
|
msgstr "Сътрудник:"
|
|
332
332
|
|
|
@@ -354,7 +354,7 @@ msgid "Countries"
|
|
|
354
354
|
msgstr "Държави"
|
|
355
355
|
|
|
356
356
|
#. Default: "Countries:"
|
|
357
|
-
#:
|
|
357
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
358
358
|
msgid "Countries:"
|
|
359
359
|
msgstr "Държави:"
|
|
360
360
|
|
|
@@ -379,23 +379,23 @@ msgid "Data sources"
|
|
|
379
379
|
msgstr ""
|
|
380
380
|
|
|
381
381
|
#. Default: "Date of creation:"
|
|
382
|
-
#:
|
|
382
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
383
383
|
msgid "Date of creation:"
|
|
384
384
|
msgstr "Дата на създаване:"
|
|
385
385
|
|
|
386
386
|
#. Default: "Date of publication:"
|
|
387
|
-
#:
|
|
387
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
388
388
|
msgid "Date of publication:"
|
|
389
389
|
msgstr "Дата на публикуване:"
|
|
390
390
|
|
|
391
391
|
#. Default: "Date of release:"
|
|
392
|
-
#:
|
|
392
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
393
393
|
msgid "Date of release:"
|
|
394
394
|
msgstr "Дата на издаване:"
|
|
395
395
|
|
|
396
396
|
#. Default: "Description"
|
|
397
|
+
#: components/theme/Content/Sections/ItemLogo
|
|
397
398
|
#: components/theme/Views/AdaptationOptionView
|
|
398
|
-
#: helpers/Utils
|
|
399
399
|
msgid "Description"
|
|
400
400
|
msgstr "Описание"
|
|
401
401
|
|
|
@@ -410,12 +410,12 @@ msgid "Disclaimer"
|
|
|
410
410
|
msgstr "Отказ от отговорност"
|
|
411
411
|
|
|
412
412
|
#. Default: "Documents"
|
|
413
|
-
#:
|
|
413
|
+
#: components/theme/Content/Sections/DocumentsList
|
|
414
414
|
msgid "Documents"
|
|
415
415
|
msgstr "Документи"
|
|
416
416
|
|
|
417
417
|
#. Default: "Download Event"
|
|
418
|
-
#:
|
|
418
|
+
#: components/theme/Content/Sections/EventDetails
|
|
419
419
|
msgid "Download Event"
|
|
420
420
|
msgstr "Изтегляне на събитие"
|
|
421
421
|
|
|
@@ -425,27 +425,27 @@ msgid "Download the detailed agenda"
|
|
|
425
425
|
msgstr "Изтеглете подробния дневен ред"
|
|
426
426
|
|
|
427
427
|
#. Default: "Download this event in iCal format"
|
|
428
|
-
#:
|
|
428
|
+
#: components/theme/Content/Sections/EventDetails
|
|
429
429
|
msgid "Download this event in iCal format"
|
|
430
430
|
msgstr "Изтеглете това събитие във формат iCal"
|
|
431
431
|
|
|
432
432
|
#. Default: "Drop file here to replace the existing file"
|
|
433
|
-
#: components/
|
|
433
|
+
#: components/manage/Widgets/PromotionalImageWidget
|
|
434
434
|
msgid "Drop file here to replace the existing file"
|
|
435
435
|
msgstr "Пуснете файла тук, за да замените съществуващия файл"
|
|
436
436
|
|
|
437
437
|
#. Default: "Drop file here to upload a new file"
|
|
438
|
-
#: components/
|
|
438
|
+
#: components/manage/Widgets/PromotionalImageWidget
|
|
439
439
|
msgid "Drop file here to upload a new file"
|
|
440
440
|
msgstr "Пуснете файл тук, за да качите нов файл"
|
|
441
441
|
|
|
442
442
|
#. Default: "Drop files here ..."
|
|
443
|
-
#: components/
|
|
443
|
+
#: components/manage/Widgets/PromotionalImageWidget
|
|
444
444
|
msgid "Drop files here ..."
|
|
445
445
|
msgstr "Пуснете файлове тук..."
|
|
446
446
|
|
|
447
447
|
#. Default: "Duration:"
|
|
448
|
-
#:
|
|
448
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
449
449
|
msgid "Duration:"
|
|
450
450
|
msgstr "Продължителност:"
|
|
451
451
|
|
|
@@ -548,7 +548,7 @@ msgid "Funding Programme"
|
|
|
548
548
|
msgstr "Програма за финансиране"
|
|
549
549
|
|
|
550
550
|
#. Default: "Funding Programme:"
|
|
551
|
-
#:
|
|
551
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
552
552
|
msgid "Funding Programme:"
|
|
553
553
|
msgstr "Програма за финансиране:"
|
|
554
554
|
|
|
@@ -558,7 +558,7 @@ msgid "Funding oportunity"
|
|
|
558
558
|
msgstr "Възможност за финансиране"
|
|
559
559
|
|
|
560
560
|
#. Default: "Geographic characterisation:"
|
|
561
|
-
#:
|
|
561
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
562
562
|
msgid "Geographic characterisation:"
|
|
563
563
|
msgstr "Географска характеристика:"
|
|
564
564
|
|
|
@@ -583,7 +583,7 @@ msgid "Governance and Institutional"
|
|
|
583
583
|
msgstr "Управление и институционално"
|
|
584
584
|
|
|
585
585
|
#. Default: "Governance level:"
|
|
586
|
-
#:
|
|
586
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
587
587
|
msgid "Governance level:"
|
|
588
588
|
msgstr "Ниво на управление:"
|
|
589
589
|
|
|
@@ -628,7 +628,7 @@ msgid "Health Impacts"
|
|
|
628
628
|
msgstr "Въздействия върху здравето"
|
|
629
629
|
|
|
630
630
|
#. Default: "Health impact:"
|
|
631
|
-
#:
|
|
631
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
632
632
|
msgid "Health impact:"
|
|
633
633
|
msgstr "Въздействие върху здравето:"
|
|
634
634
|
|
|
@@ -648,7 +648,7 @@ msgid "Heat health warning systems (HHWS)"
|
|
|
648
648
|
msgstr "Системи за предупреждение за здравето при топлина (HHWS)"
|
|
649
649
|
|
|
650
650
|
#. Default: "IPCC adaptation options categories:"
|
|
651
|
-
#:
|
|
651
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
652
652
|
msgid "IPCC adaptation options categories:"
|
|
653
653
|
msgstr "Категории опции за адаптиране на IPCC:"
|
|
654
654
|
|
|
@@ -684,7 +684,7 @@ msgid "Indicators"
|
|
|
684
684
|
msgstr "Индикатори"
|
|
685
685
|
|
|
686
686
|
#. Default: "Info"
|
|
687
|
-
#:
|
|
687
|
+
#: components/theme/Content/Sections/EventDetails
|
|
688
688
|
msgid "Info"
|
|
689
689
|
msgstr "Информация"
|
|
690
690
|
|
|
@@ -730,12 +730,12 @@ msgid "Key Type Measure"
|
|
|
730
730
|
msgstr "Ключов тип мярка"
|
|
731
731
|
|
|
732
732
|
#. Default: "Key Type Measures (KTMs) are a common approach for grouping and classifying climate change adaptation actions and measures, supporting harmonized reporting, comparability, and systematic analysis across adaptation policies and governance levels."
|
|
733
|
-
#:
|
|
733
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
734
734
|
msgid "Key Type Measures (KTMs) are a common approach for grouping and classifying climate change adaptation actions and measures, supporting harmonized reporting, comparability, and systematic analysis across adaptation policies and governance levels."
|
|
735
735
|
msgstr ""
|
|
736
736
|
|
|
737
737
|
#. Default: "Key Type Measures:"
|
|
738
|
-
#:
|
|
738
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
739
739
|
msgid "Key Type Measures:"
|
|
740
740
|
msgstr "Основен тип мерки:"
|
|
741
741
|
|
|
@@ -750,7 +750,7 @@ msgid "Key type measures"
|
|
|
750
750
|
msgstr "Ключов тип мерки"
|
|
751
751
|
|
|
752
752
|
#. Default: "Keywords:"
|
|
753
|
-
#:
|
|
753
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
754
754
|
msgid "Keywords:"
|
|
755
755
|
msgstr "Ключови думи:"
|
|
756
756
|
|
|
@@ -868,7 +868,7 @@ msgid "Looking for more information?"
|
|
|
868
868
|
msgstr "Търсите повече информация?"
|
|
869
869
|
|
|
870
870
|
#. Default: "Macro-Transnational region:"
|
|
871
|
-
#:
|
|
871
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
872
872
|
msgid "Macro-Transnational region:"
|
|
873
873
|
msgstr "Макро-транснационален регион:"
|
|
874
874
|
|
|
@@ -999,7 +999,7 @@ msgid "Objectives of the adaptation measure"
|
|
|
999
999
|
msgstr "Цели на мярката за адаптиране"
|
|
1000
1000
|
|
|
1001
1001
|
#. Default: "Observatory Contributions:"
|
|
1002
|
-
#:
|
|
1002
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1003
1003
|
msgid "Observatory Contributions:"
|
|
1004
1004
|
msgstr "Принос на обсерваторията:"
|
|
1005
1005
|
|
|
@@ -1030,7 +1030,7 @@ msgid "Organisation"
|
|
|
1030
1030
|
msgstr "Организация"
|
|
1031
1031
|
|
|
1032
1032
|
#. Default: "Organisation Documents"
|
|
1033
|
-
#:
|
|
1033
|
+
#: components/theme/Content/Sections/DocumentsList
|
|
1034
1034
|
msgid "Organisation Documents"
|
|
1035
1035
|
msgstr "Организационни документи"
|
|
1036
1036
|
|
|
@@ -1095,7 +1095,7 @@ msgid "Practical information"
|
|
|
1095
1095
|
msgstr "Практическа информация"
|
|
1096
1096
|
|
|
1097
1097
|
#. Default: "Previous versions of this indicator"
|
|
1098
|
-
#: components/theme/
|
|
1098
|
+
#: components/theme/Content/Sections/Versioning/ArchivedVersionListing
|
|
1099
1099
|
msgid "Previous versions of this indicator"
|
|
1100
1100
|
msgstr ""
|
|
1101
1101
|
|
|
@@ -1110,7 +1110,7 @@ msgid "Publication reference"
|
|
|
1110
1110
|
msgstr "Справка на публикацията"
|
|
1111
1111
|
|
|
1112
1112
|
#. Default: "Publications and Reports Documents"
|
|
1113
|
-
#:
|
|
1113
|
+
#: components/theme/Content/Sections/DocumentsList
|
|
1114
1114
|
msgid "Publications and Reports Documents"
|
|
1115
1115
|
msgstr "Публикации и доклади Документи"
|
|
1116
1116
|
|
|
@@ -1120,7 +1120,7 @@ msgid "Published"
|
|
|
1120
1120
|
msgstr "Публикувано"
|
|
1121
1121
|
|
|
1122
1122
|
#. Default: "Published in Climate-ADAPT"
|
|
1123
|
-
#:
|
|
1123
|
+
#: components/theme/Content/Sections/PublishedModifiedInfo
|
|
1124
1124
|
msgid "Published in Climate-ADAPT"
|
|
1125
1125
|
msgstr "Публикувано в Climate-ADAPT"
|
|
1126
1126
|
|
|
@@ -1151,7 +1151,7 @@ msgid "Reference Information"
|
|
|
1151
1151
|
msgstr "Справочна информация"
|
|
1152
1152
|
|
|
1153
1153
|
#. Default: "Reference information"
|
|
1154
|
-
#:
|
|
1154
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1155
1155
|
msgid "Reference information"
|
|
1156
1156
|
msgstr "Справочна информация"
|
|
1157
1157
|
|
|
@@ -1182,7 +1182,7 @@ msgid "Related Resources"
|
|
|
1182
1182
|
msgstr "Свързани ресурси"
|
|
1183
1183
|
|
|
1184
1184
|
#. Default: "Related content:"
|
|
1185
|
-
#:
|
|
1185
|
+
#: components/theme/Content/Sections/ContentRelatedItems
|
|
1186
1186
|
msgid "Related content:"
|
|
1187
1187
|
msgstr "Свързано съдържание:"
|
|
1188
1188
|
|
|
@@ -1217,7 +1217,7 @@ msgid "Remove {title} from comparison"
|
|
|
1217
1217
|
msgstr ""
|
|
1218
1218
|
|
|
1219
1219
|
#. Default: "Replace existing file"
|
|
1220
|
-
#: components/
|
|
1220
|
+
#: components/manage/Widgets/PromotionalImageWidget
|
|
1221
1221
|
msgid "Replace existing file"
|
|
1222
1222
|
msgstr "Замяна на съществуващ файл"
|
|
1223
1223
|
|
|
@@ -1262,7 +1262,7 @@ msgid "Sector"
|
|
|
1262
1262
|
msgstr "Сектор"
|
|
1263
1263
|
|
|
1264
1264
|
#. Default: "Sectors:"
|
|
1265
|
-
#:
|
|
1265
|
+
#: components/theme/Content/Sections/ContentMetadata
|
|
1266
1266
|
msgid "Sectors:"
|
|
1267
1267
|
msgstr "Сектори:"
|
|
1268
1268
|
|
|
@@ -1272,12 +1272,12 @@ msgid "See all matching tools"
|
|
|
1272
1272
|
msgstr ""
|
|
1273
1273
|
|
|
1274
1274
|
#. Default: "See less"
|
|
1275
|
-
#:
|
|
1275
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1276
1276
|
msgid "See less"
|
|
1277
1277
|
msgstr "Вижте по-малко"
|
|
1278
1278
|
|
|
1279
1279
|
#. Default: "See more"
|
|
1280
|
-
#:
|
|
1280
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1281
1281
|
msgid "See more"
|
|
1282
1282
|
msgstr "Вижте повече"
|
|
1283
1283
|
|
|
@@ -1309,7 +1309,7 @@ msgstr ""
|
|
|
1309
1309
|
|
|
1310
1310
|
#. Default: "Share your information"
|
|
1311
1311
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
1312
|
-
#: components/theme/
|
|
1312
|
+
#: components/theme/Content/Sections/ShareInfoButton
|
|
1313
1313
|
msgid "Share your information"
|
|
1314
1314
|
msgstr "Споделете вашата информация"
|
|
1315
1315
|
|
|
@@ -1329,8 +1329,8 @@ msgid "Some selected tools could not be loaded and were skipped."
|
|
|
1329
1329
|
msgstr ""
|
|
1330
1330
|
|
|
1331
1331
|
#. Default: "Source"
|
|
1332
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1332
1333
|
#: components/theme/Views/CaseStudyView
|
|
1333
|
-
#: helpers/Utils
|
|
1334
1334
|
msgid "Source"
|
|
1335
1335
|
msgstr "Източник"
|
|
1336
1336
|
|
|
@@ -1377,7 +1377,7 @@ msgid "Strengths and possible limitations of the tool"
|
|
|
1377
1377
|
msgstr ""
|
|
1378
1378
|
|
|
1379
1379
|
#. Default: "Sub Nationals:"
|
|
1380
|
-
#:
|
|
1380
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
1381
1381
|
msgid "Sub Nationals:"
|
|
1382
1382
|
msgstr "Субнационали:"
|
|
1383
1383
|
|
|
@@ -1413,17 +1413,17 @@ msgid "The Adaptation Support Tool - Getting started"
|
|
|
1413
1413
|
msgstr "Инструментът за поддръжка на адаптация - Първи стъпки"
|
|
1414
1414
|
|
|
1415
1415
|
#. Default: "The date refers to the date of release of the video"
|
|
1416
|
-
#:
|
|
1416
|
+
#: components/theme/Content/Sections/PublicationDateInfo
|
|
1417
1417
|
msgid "The date refers to the date of release of the video"
|
|
1418
1418
|
msgstr "Датата се отнася за датата на пускане на видеоклипа"
|
|
1419
1419
|
|
|
1420
1420
|
#. Default: "The date refers to the latest date of publication of the item"
|
|
1421
|
-
#:
|
|
1421
|
+
#: components/theme/Content/Sections/PublicationDateInfo
|
|
1422
1422
|
msgid "The date refers to the latest date of publication of the item"
|
|
1423
1423
|
msgstr "Датата се отнася за последната дата на публикуване на артикула"
|
|
1424
1424
|
|
|
1425
1425
|
#. Default: "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
|
|
1426
|
-
#:
|
|
1426
|
+
#: components/theme/Content/Sections/PublicationDateInfo
|
|
1427
1427
|
msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
|
|
1428
1428
|
msgstr "Датата се отнася до момента, в който елементът е бил подготвен или актуализиран от участващи експерти, за да бъде изпратен за публикуване в Climate ADAPT"
|
|
1429
1429
|
|
|
@@ -1545,7 +1545,7 @@ msgid "Updating notes"
|
|
|
1545
1545
|
msgstr "Актуализиране на бележки"
|
|
1546
1546
|
|
|
1547
1547
|
#. Default: "Uploading image"
|
|
1548
|
-
#: components/
|
|
1548
|
+
#: components/manage/Widgets/ImageWidget
|
|
1549
1549
|
msgid "Uploading image"
|
|
1550
1550
|
msgstr ""
|
|
1551
1551
|
|
|
@@ -1570,7 +1570,7 @@ msgid "User support provisions"
|
|
|
1570
1570
|
msgstr ""
|
|
1571
1571
|
|
|
1572
1572
|
#. Default: "Versions"
|
|
1573
|
-
#: components/theme/
|
|
1573
|
+
#: components/theme/Content/Sections/Versioning/VersionsGroup
|
|
1574
1574
|
msgid "Versions"
|
|
1575
1575
|
msgstr ""
|
|
1576
1576
|
|
|
@@ -1590,17 +1590,17 @@ msgid "View"
|
|
|
1590
1590
|
msgstr ""
|
|
1591
1591
|
|
|
1592
1592
|
#. Default: "View all contributions in the resource catalogue"
|
|
1593
|
-
#:
|
|
1593
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1594
1594
|
msgid "View all contributions in the resource catalogue"
|
|
1595
1595
|
msgstr "Вижте всички приноси в каталога с ресурси"
|
|
1596
1596
|
|
|
1597
1597
|
#. Default: "View latest version"
|
|
1598
|
-
#: components/theme/
|
|
1598
|
+
#: components/theme/Content/Sections/Versioning/ArchivedVersionNotice
|
|
1599
1599
|
msgid "View latest version"
|
|
1600
1600
|
msgstr ""
|
|
1601
1601
|
|
|
1602
1602
|
#. Default: "Visit external website"
|
|
1603
|
-
#:
|
|
1603
|
+
#: components/theme/Content/Sections/EventDetails
|
|
1604
1604
|
msgid "Visit external website"
|
|
1605
1605
|
msgstr "Посетете външен уебсайт"
|
|
1606
1606
|
|
|
@@ -1610,7 +1610,7 @@ msgid "Warning: Potential broken links"
|
|
|
1610
1610
|
msgstr ""
|
|
1611
1611
|
|
|
1612
1612
|
#. Default: "Web"
|
|
1613
|
-
#:
|
|
1613
|
+
#: components/theme/Content/Sections/EventDetails
|
|
1614
1614
|
msgid "Web"
|
|
1615
1615
|
msgstr "Мрежа"
|
|
1616
1616
|
|
|
@@ -1625,8 +1625,8 @@ msgid "Websites"
|
|
|
1625
1625
|
msgstr "уебсайтове"
|
|
1626
1626
|
|
|
1627
1627
|
#. Default: "Websites:"
|
|
1628
|
+
#: components/theme/Content/Sections/ReferenceInfo
|
|
1628
1629
|
#: components/theme/Views/AdaptationOptionView
|
|
1629
|
-
#: helpers/Utils
|
|
1630
1630
|
msgid "Websites:"
|
|
1631
1631
|
msgstr "уебсайтове:"
|
|
1632
1632
|
|
|
@@ -1641,12 +1641,12 @@ msgid "What stage of the adaptation stage are you working on?"
|
|
|
1641
1641
|
msgstr ""
|
|
1642
1642
|
|
|
1643
1643
|
#. Default: "When"
|
|
1644
|
-
#:
|
|
1644
|
+
#: components/theme/Content/Sections/EventDetails
|
|
1645
1645
|
msgid "When"
|
|
1646
1646
|
msgstr "Кога"
|
|
1647
1647
|
|
|
1648
1648
|
#. Default: "Where"
|
|
1649
|
-
#:
|
|
1649
|
+
#: components/theme/Content/Sections/EventDetails
|
|
1650
1650
|
msgid "Where"
|
|
1651
1651
|
msgstr "Къде"
|
|
1652
1652
|
|
|
@@ -1666,7 +1666,7 @@ msgid "Yes"
|
|
|
1666
1666
|
msgstr ""
|
|
1667
1667
|
|
|
1668
1668
|
#. Default: "You are viewing an archived version."
|
|
1669
|
-
#: components/theme/
|
|
1669
|
+
#: components/theme/Content/Sections/Versioning/ArchivedVersionNotice
|
|
1670
1670
|
msgid "You are viewing an archived version."
|
|
1671
1671
|
msgstr ""
|
|
1672
1672
|
|
|
@@ -1701,12 +1701,12 @@ msgid "exclusion_of_liability.title"
|
|
|
1701
1701
|
msgstr "Изключване на отговорност"
|
|
1702
1702
|
|
|
1703
1703
|
#. Default: "Could not import the selected image."
|
|
1704
|
-
#: components/
|
|
1704
|
+
#: components/manage/Widgets/ImageWidget
|
|
1705
1705
|
msgid "imageImportFailed"
|
|
1706
1706
|
msgstr ""
|
|
1707
1707
|
|
|
1708
1708
|
#. Default: "latest"
|
|
1709
|
-
#: components/theme/
|
|
1709
|
+
#: components/theme/Content/Sections/Versioning/VersionsGroup
|
|
1710
1710
|
msgid "latest"
|
|
1711
1711
|
msgstr ""
|
|
1712
1712
|
|
|
@@ -1721,7 +1721,7 @@ msgid "link-integrity: loading references"
|
|
|
1721
1721
|
msgstr ""
|
|
1722
1722
|
|
|
1723
1723
|
#. Default: "Enter a URL to an image"
|
|
1724
|
-
#: components/
|
|
1724
|
+
#: components/manage/Widgets/ImageWidget
|
|
1725
1725
|
msgid "linkAnImage"
|
|
1726
1726
|
msgstr ""
|
|
1727
1727
|
|
|
@@ -1731,7 +1731,7 @@ msgid "officiallyInEnglish"
|
|
|
1731
1731
|
msgstr "Официално докладваната правителствена информация е достъпна само на английски език"
|
|
1732
1732
|
|
|
1733
1733
|
#. Default: "Pick an existing image"
|
|
1734
|
-
#: components/
|
|
1734
|
+
#: components/manage/Widgets/ImageWidget
|
|
1735
1735
|
msgid "pickAnImage"
|
|
1736
1736
|
msgstr ""
|
|
1737
1737
|
|
|
@@ -1751,7 +1751,7 @@ msgid "refers to"
|
|
|
1751
1751
|
msgstr ""
|
|
1752
1752
|
|
|
1753
1753
|
#. Default: "Upload an image from your computer"
|
|
1754
|
-
#: components/
|
|
1754
|
+
#: components/manage/Widgets/ImageWidget
|
|
1755
1755
|
msgid "uploadAnImage"
|
|
1756
1756
|
msgstr ""
|
|
1757
1757
|
|