@eeacms/volto-cca-policy 0.2.97 → 0.2.99
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 +24 -0
- package/locales/bg/LC_MESSAGES/volto.po +29 -9
- package/locales/cs/LC_MESSAGES/volto.po +29 -9
- package/locales/de/LC_MESSAGES/volto.po +29 -9
- package/locales/eea.climateadapt.pot +0 -8
- package/locales/en/LC_MESSAGES/volto.po +28 -8
- package/locales/es/LC_MESSAGES/volto.po +29 -9
- package/locales/et/LC_MESSAGES/volto.po +29 -9
- package/locales/fi/LC_MESSAGES/volto.po +29 -9
- package/locales/fr/LC_MESSAGES/volto.po +29 -9
- package/locales/ga/LC_MESSAGES/volto.po +29 -9
- package/locales/hr/LC_MESSAGES/volto.po +29 -9
- package/locales/hu/LC_MESSAGES/volto.po +29 -9
- package/locales/it/LC_MESSAGES/volto.po +29 -9
- package/locales/lt/LC_MESSAGES/volto.po +29 -9
- package/locales/nl/LC_MESSAGES/volto.po +29 -9
- package/locales/pl/LC_MESSAGES/volto.po +29 -9
- package/locales/pt/LC_MESSAGES/volto.po +29 -9
- package/locales/ro/LC_MESSAGES/volto.po +29 -9
- package/locales/sl/LC_MESSAGES/volto.po +29 -9
- package/locales/volto.pot +29 -9
- package/package.json +1 -1
- package/src/components/theme/Views/CaseStudyView.jsx +54 -76
- package/theme/globals/site.overrides +21 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ 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
|
+
### [0.2.99](https://github.com/eea/volto-cca-policy/compare/0.2.98...0.2.99) - 31 January 2025
|
|
8
|
+
|
|
9
|
+
#### :nail_care: Enhancements
|
|
10
|
+
|
|
11
|
+
- change(view): update case study template - refs #277447 [kreafox - [`e45b213`](https://github.com/eea/volto-cca-policy/commit/e45b213e62bc72a08b7faf98300a9099122a455e)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Refactor & improve case study template [kreafox - [`a53566f`](https://github.com/eea/volto-cca-policy/commit/a53566f216b6360a7da754e4d8ad12dd265146d6)]
|
|
16
|
+
- Run i18n [kreafox - [`b58c3d4`](https://github.com/eea/volto-cca-policy/commit/b58c3d4743d411e7830f50f7f4baa7f99f39b039)]
|
|
17
|
+
### [0.2.98](https://github.com/eea/volto-cca-policy/compare/0.2.97...0.2.98) - 30 January 2025
|
|
18
|
+
|
|
19
|
+
#### :bug: Bug Fixes
|
|
20
|
+
|
|
21
|
+
- fix: date time widget styling in metadata block [kreafox - [`67aad7f`](https://github.com/eea/volto-cca-policy/commit/67aad7f5cdfe397555417550afb05308346caa13)]
|
|
22
|
+
|
|
7
23
|
### [0.2.97](https://github.com/eea/volto-cca-policy/compare/0.2.96...0.2.97) - 27 January 2025
|
|
8
24
|
|
|
9
25
|
#### :rocket: New Features
|
|
@@ -1830,10 +1846,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1830
1846
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
1831
1847
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
1832
1848
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
1849
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
1850
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
1833
1851
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
1834
1852
|
|
|
1835
1853
|
#### :house: Internal changes
|
|
1836
1854
|
|
|
1855
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
1837
1856
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
1838
1857
|
|
|
1839
1858
|
#### :hammer_and_wrench: Others
|
|
@@ -1850,6 +1869,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1850
1869
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
1851
1870
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
1852
1871
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
1872
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
1873
|
+
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
1874
|
+
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
1853
1875
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
1854
1876
|
- Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
|
|
1855
1877
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -2066,6 +2088,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2066
2088
|
|
|
2067
2089
|
#### :house: Internal changes
|
|
2068
2090
|
|
|
2091
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
2069
2092
|
|
|
2070
2093
|
#### :hammer_and_wrench: Others
|
|
2071
2094
|
|
|
@@ -2546,6 +2569,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2546
2569
|
#### :hammer_and_wrench: Others
|
|
2547
2570
|
|
|
2548
2571
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
2572
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
2549
2573
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
2550
2574
|
|
|
2551
2575
|
#### :hammer_and_wrench: Others
|
|
@@ -108,6 +108,11 @@ msgstr "Категория"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Предизвикателства"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Изтеглете подробния дневен ред"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Изтеглете това събитие във формат iCal"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Ключови думи:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Език на конференцията"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Последна промяна в Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Партньори"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Политика и правна основа"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Свързано съдържание:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Свързани документи и презентации"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -108,6 +108,11 @@ msgstr "Kategorie"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Výzvy"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Stáhněte si podrobnou agendu"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Stáhněte si tuto událost ve formátu iCal"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Klíčová slova:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Jazyk konference"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Naposledy upraveno v Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Partneři"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Politika a právní pozadí"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Související obsah:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Související dokumenty a prezentace"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -108,6 +108,11 @@ msgstr "Kategorie"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Herausforderungen"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Laden Sie die detaillierte Agenda herunter"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Laden Sie diese Veranstaltung im iCal-Format herunter"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Suchbegriffe:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Konferenzsprache"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Zuletzt aktualisiert in Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Partner"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Politischer und rechtlicher Hintergrund"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Verwandter Inhalt:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Verwandte Dokumente und Präsentationen"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -1182,10 +1182,6 @@ msgstr ""
|
|
|
1182
1182
|
msgid "Language of the conference"
|
|
1183
1183
|
msgstr ""
|
|
1184
1184
|
|
|
1185
|
-
#: ../../climateadapt/browser/pt/ace_macros.pt:152
|
|
1186
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
1187
|
-
msgstr ""
|
|
1188
|
-
|
|
1189
1185
|
#: ../../climateadapt/browser/pt/ace_macros.pt:166
|
|
1190
1186
|
msgid "Lead"
|
|
1191
1187
|
msgstr ""
|
|
@@ -1489,10 +1485,6 @@ msgstr ""
|
|
|
1489
1485
|
msgid "Relative sea level"
|
|
1490
1486
|
msgstr ""
|
|
1491
1487
|
|
|
1492
|
-
#: ../../climateadapt/browser/pt/casestudy_view.pt:187
|
|
1493
|
-
msgid "Relevance"
|
|
1494
|
-
msgstr ""
|
|
1495
|
-
|
|
1496
1488
|
#: ../../climateadapt/tiles/pt/filter_acecontent.pt:49
|
|
1497
1489
|
msgid "Relevant tile"
|
|
1498
1490
|
msgstr ""
|
|
@@ -108,6 +108,11 @@ msgstr ""
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr ""
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr ""
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr ""
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr ""
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr ""
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr ""
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr ""
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr ""
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,9 +586,9 @@ msgstr ""
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr ""
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
572
592
|
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
@@ -108,6 +108,11 @@ msgstr "Categoría"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Desafíos"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Descarga la agenda detallada"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Descarga este evento en formato iCal"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Palabras clave:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Idioma de la conferencia"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Última modificación en Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Socios"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Antecedentes políticos y legales"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Contenido relacionado:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Documentos y presentaciones relacionados"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -108,6 +108,11 @@ msgstr "Kategooria"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Väljakutsed"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Laadige alla üksikasjalik päevakava"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Laadige see sündmus alla iCal-vormingus"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Märksõnad:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Konverentsi keel"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Viimati muudetud rakenduses Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Partnerid"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Poliitika ja õiguslik taust"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Seotud sisu:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Seotud dokumendid ja esitlused"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -108,6 +108,11 @@ msgstr "Luokka"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Haasteet"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Lataa yksityiskohtainen esityslista"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Lataa tämä tapahtuma iCal-muodossa"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Avainsanat:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Konferenssin kieli"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Viimeksi muokattu Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Yhteistyökumppanit"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Politiikka ja oikeudellinen tausta"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Aiheeseen liittyvä sisältö:"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Aiheeseen liittyvät asiakirjat ja esitykset"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -108,6 +108,11 @@ msgstr "Catégorie"
|
|
|
108
108
|
msgid "Challenges"
|
|
109
109
|
msgstr "Défis"
|
|
110
110
|
|
|
111
|
+
#. Default: "Choose a file"
|
|
112
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
113
|
+
msgid "Choose a file"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
111
116
|
#. Default: "Choose a region"
|
|
112
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
113
118
|
msgid "Choose a region"
|
|
@@ -226,6 +231,21 @@ msgstr "Télécharger l'ordre du jour détaillé"
|
|
|
226
231
|
msgid "Download this event in iCal format"
|
|
227
232
|
msgstr "Télécharger cet événement au format iCal"
|
|
228
233
|
|
|
234
|
+
#. Default: "Drop file here to replace the existing file"
|
|
235
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
236
|
+
msgid "Drop file here to replace the existing file"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#. Default: "Drop file here to upload a new file"
|
|
240
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
241
|
+
msgid "Drop file here to upload a new file"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#. Default: "Drop files here ..."
|
|
245
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
246
|
+
msgid "Drop files here ..."
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
229
249
|
#. Default: "Duration:"
|
|
230
250
|
#: helpers/ContentMetadata
|
|
231
251
|
msgid "Duration:"
|
|
@@ -387,11 +407,6 @@ msgstr "Mots clés:"
|
|
|
387
407
|
msgid "Language of the conference"
|
|
388
408
|
msgstr "Langue de la conférence"
|
|
389
409
|
|
|
390
|
-
#. Default: "Last Modified in Climate-ADAPT"
|
|
391
|
-
#: helpers/Utils
|
|
392
|
-
msgid "Last Modified in Climate-ADAPT"
|
|
393
|
-
msgstr "Dernière modification dans Climate-ADAPT"
|
|
394
|
-
|
|
395
410
|
#. Default: "Lead"
|
|
396
411
|
#: components/theme/Views/ProjectView
|
|
397
412
|
msgid "Lead"
|
|
@@ -509,6 +524,11 @@ msgstr "Les partenaires"
|
|
|
509
524
|
msgid "Policy and legal background"
|
|
510
525
|
msgstr "Contexte politique et juridique"
|
|
511
526
|
|
|
527
|
+
#. Default: "Policy context of the adaptation measure"
|
|
528
|
+
#: components/theme/Views/CaseStudyView
|
|
529
|
+
msgid "Policy context of the adaptation measure"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
512
532
|
#. Default: "Practical information"
|
|
513
533
|
#: components/theme/Views/CcaEventView
|
|
514
534
|
msgid "Practical information"
|
|
@@ -566,10 +586,10 @@ msgstr "Contenu associé :"
|
|
|
566
586
|
msgid "Related documents and presentations"
|
|
567
587
|
msgstr "Documents et présentations connexes"
|
|
568
588
|
|
|
569
|
-
#. Default: "
|
|
570
|
-
#: components/theme/
|
|
571
|
-
msgid "
|
|
572
|
-
msgstr "
|
|
589
|
+
#. Default: "Replace existing file"
|
|
590
|
+
#: components/theme/Widgets/PromotionalImageWidget
|
|
591
|
+
msgid "Replace existing file"
|
|
592
|
+
msgstr ""
|
|
573
593
|
|
|
574
594
|
#. Default: "Sa"
|
|
575
595
|
#: components/manage/Blocks/Listing/EventCardsListingView
|