@eeacms/volto-clms-theme 1.0.40 → 1.0.44
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 +71 -0
- package/locales/bg/LC_MESSAGES/volto.po +208 -14
- package/locales/cs/LC_MESSAGES/volto.po +208 -14
- package/locales/da/LC_MESSAGES/volto.po +208 -14
- package/locales/de/LC_MESSAGES/volto.po +208 -14
- package/locales/el/LC_MESSAGES/volto.po +208 -14
- package/locales/en/LC_MESSAGES/volto.po +208 -14
- package/locales/es/LC_MESSAGES/volto.po +208 -14
- package/locales/et/LC_MESSAGES/volto.po +208 -14
- package/locales/fi/LC_MESSAGES/volto.po +208 -14
- package/locales/fr/LC_MESSAGES/volto.po +208 -14
- package/locales/hr/LC_MESSAGES/volto.po +208 -14
- package/locales/hu/LC_MESSAGES/volto.po +208 -14
- package/locales/it/LC_MESSAGES/volto.po +208 -14
- package/locales/lt/LC_MESSAGES/volto.po +208 -14
- package/locales/lv/LC_MESSAGES/volto.po +208 -14
- package/locales/mt/LC_MESSAGES/volto.po +208 -14
- package/locales/nl/LC_MESSAGES/volto.po +208 -14
- package/locales/pl/LC_MESSAGES/volto.po +208 -14
- package/locales/pt/LC_MESSAGES/volto.po +208 -14
- package/locales/ro/LC_MESSAGES/volto.po +208 -14
- package/locales/sk/LC_MESSAGES/volto.po +208 -14
- package/locales/sl/LC_MESSAGES/volto.po +208 -14
- package/locales/sv/LC_MESSAGES/volto.po +208 -14
- package/locales/volto.pot +258 -17
- package/package.json +5 -3
- package/src/actions/index.js +2 -0
- package/src/actions/registry/registry.js +21 -0
- package/src/components/Blocks/CclHomeBgImageBlock/CclGreenBgView.jsx +32 -8
- package/src/components/Blocks/CclHomeBgImageBlock/CclHomeBgImageBlockEdit.jsx +5 -1
- package/src/components/Blocks/CclHomeBgImageBlock/CclHomeBgImageSchema.js +36 -7
- package/src/components/Blocks/CclRelatedListingBlock/CclRelatedListingEdit.jsx +95 -0
- package/src/components/Blocks/CclRelatedListingBlock/CclRelatedListingView.jsx +67 -0
- package/src/components/Blocks/CclRelatedListingBlock/schema.js +34 -0
- package/src/components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities.jsx +5 -15
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/CclCarouselView.jsx +7 -2
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/CclProductTabsView.jsx +41 -0
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/CclVerticalFaqTabsView.jsx +19 -60
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/CclVerticalTabsView.jsx +3 -47
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/FixTemplates.jsx +19 -0
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/RoutingHOC.jsx +63 -0
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/index.js +6 -2
- package/src/components/Blocks/customBlocks.js +87 -35
- package/src/components/CLMSDatasetDetailView/CLMSDatasetDetailView.jsx +2 -4
- package/src/components/CLMSDatasetDetailView/DataSetInfoContent.jsx +6 -7
- package/src/components/CclCard/CclCard.jsx +1 -7
- package/src/components/CclLoginModal/CclLoginModal.jsx +83 -0
- package/src/components/CclLoginModal/ccl-login-modal.css +7 -0
- package/src/components/CclModal/CclModal.jsx +15 -5
- package/src/customizations/volto/components/theme/Header/Header.jsx +2 -11
- package/src/customizations/volto/components/theme/SearchWidget/SearchWidget.jsx +11 -3
- package/src/index.js +5 -5
- package/src/reducers/index.js +2 -0
- package/src/reducers/registry/registry.js +46 -0
- package/theme/clms/css/breadcrumbs.css +1 -0
- package/theme/clms/css/carousel.css +45 -0
- package/theme/clms/css/forms.css +6 -1
- package/theme/clms/css/home.css +11 -0
- package/theme/clms/css/maps.css +2 -1
- package/theme/clms/css/maps.less +2 -1
- package/theme/clms/css/styles.less +4 -0
- package/src/components/Blocks/CclTechnicalLibrariesList/CclTechnicalLibrariesListEdit.jsx +0 -63
- package/src/components/Blocks/CclTechnicalLibrariesList/CclTechnicalLibrariesListView.jsx +0 -43
- package/src/components/Blocks/CclTechnicalLibrariesList/TechnicalLibrariesListSchema.js +0 -17
- package/src/components/Blocks/CustomTemplates/VoltoTabsBlock/VerticalRouteTabsView.jsx +0 -156
- package/src/components/CLMSServiceDeskView/CLMSServiceDeskView.jsx +0 -113
|
@@ -20,7 +20,10 @@ msgstr ""
|
|
|
20
20
|
msgid "Add"
|
|
21
21
|
msgstr ""
|
|
22
22
|
|
|
23
|
-
#: components/CLMSProfileView/
|
|
23
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
24
|
+
msgid "ApiTokens"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
24
27
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
25
28
|
msgid "Back"
|
|
26
29
|
msgstr ""
|
|
@@ -29,7 +32,11 @@ msgstr ""
|
|
|
29
32
|
msgid "Breadcrumbs"
|
|
30
33
|
msgstr ""
|
|
31
34
|
|
|
32
|
-
#: components/
|
|
35
|
+
#: components/CLMSDownloadCartView/CLMSDownloadCartView
|
|
36
|
+
msgid "Cart"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
33
40
|
msgid "Changes saved"
|
|
34
41
|
msgstr ""
|
|
35
42
|
|
|
@@ -53,11 +60,43 @@ msgstr ""
|
|
|
53
60
|
msgid "Copernicus Site"
|
|
54
61
|
msgstr ""
|
|
55
62
|
|
|
56
|
-
#: components/CLMSProfileView/
|
|
63
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
64
|
+
msgid "Copy created token button"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
68
|
+
msgid "Create token"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
72
|
+
msgid "Create token description"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
76
|
+
msgid "Create token name"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
80
|
+
msgid "Created token description"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
84
|
+
msgid "Created token name"
|
|
85
|
+
msgstr ""
|
|
86
|
+
|
|
87
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
57
88
|
msgid "Default"
|
|
58
89
|
msgstr ""
|
|
59
90
|
|
|
60
|
-
#: components/CLMSProfileView/
|
|
91
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
92
|
+
msgid "Delete the token"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: components/CLMSMapViewerView/CLMSMapViewerView
|
|
96
|
+
msgid "DownloadByArea"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
99
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
61
100
|
msgid "E-mail"
|
|
62
101
|
msgstr ""
|
|
63
102
|
|
|
@@ -78,7 +117,7 @@ msgstr ""
|
|
|
78
117
|
msgid "Edit or remove image"
|
|
79
118
|
msgstr ""
|
|
80
119
|
|
|
81
|
-
#: components/CLMSProfileView/
|
|
120
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
82
121
|
msgid "Enter full name, e.g. John Smith."
|
|
83
122
|
msgstr ""
|
|
84
123
|
|
|
@@ -86,10 +125,14 @@ msgstr ""
|
|
|
86
125
|
msgid "File"
|
|
87
126
|
msgstr ""
|
|
88
127
|
|
|
89
|
-
#: components/CLMSProfileView/
|
|
128
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
90
129
|
msgid "Full Name"
|
|
91
130
|
msgstr ""
|
|
92
131
|
|
|
132
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
133
|
+
msgid "Go back button"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
93
136
|
#: customizations/volto/components/theme/Breadcrumbs/Breadcrumbs
|
|
94
137
|
msgid "Home"
|
|
95
138
|
msgstr ""
|
|
@@ -102,10 +145,14 @@ msgstr ""
|
|
|
102
145
|
msgid "Link"
|
|
103
146
|
msgstr ""
|
|
104
147
|
|
|
105
|
-
#: components/CLMSProfileView/
|
|
148
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
106
149
|
msgid "Location"
|
|
107
150
|
msgstr ""
|
|
108
151
|
|
|
152
|
+
#: components/CLMSDownloadCartView/CLMSDownloadCartView
|
|
153
|
+
msgid "Lorem"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
109
156
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
110
157
|
msgid "More"
|
|
111
158
|
msgstr ""
|
|
@@ -118,7 +165,6 @@ msgstr ""
|
|
|
118
165
|
msgid "Page"
|
|
119
166
|
msgstr ""
|
|
120
167
|
|
|
121
|
-
#: components/CLMSProfileView/CLMSProfileView
|
|
122
168
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
123
169
|
msgid "Personal Information"
|
|
124
170
|
msgstr ""
|
|
@@ -131,10 +177,14 @@ msgstr ""
|
|
|
131
177
|
msgid "Personal tools"
|
|
132
178
|
msgstr ""
|
|
133
179
|
|
|
134
|
-
#: components/CLMSProfileView/
|
|
180
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
135
181
|
msgid "Portrait"
|
|
136
182
|
msgstr ""
|
|
137
183
|
|
|
184
|
+
#: components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities
|
|
185
|
+
msgid "ProcurementNo"
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
138
188
|
#: components/Blocks/CclHomeBgImageBlock/CclHomeImageEditor
|
|
139
189
|
#: components/Blocks/CclHomeUsersBlock/CclHomeUsersBlockEdit
|
|
140
190
|
msgid "Remove image"
|
|
@@ -161,11 +211,15 @@ msgstr ""
|
|
|
161
211
|
msgid "Shrink toolbar"
|
|
162
212
|
msgstr ""
|
|
163
213
|
|
|
164
|
-
#: components/
|
|
214
|
+
#: components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities
|
|
215
|
+
msgid "SubmissionDeadline"
|
|
216
|
+
msgstr ""
|
|
217
|
+
|
|
218
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
165
219
|
msgid "Success"
|
|
166
220
|
msgstr ""
|
|
167
221
|
|
|
168
|
-
#: components/CLMSProfileView/
|
|
222
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
169
223
|
msgid "The user portrait/avatar"
|
|
170
224
|
msgstr ""
|
|
171
225
|
|
|
@@ -183,15 +237,19 @@ msgstr ""
|
|
|
183
237
|
msgid "Uploading file"
|
|
184
238
|
msgstr ""
|
|
185
239
|
|
|
186
|
-
#: components/CLMSProfileView/
|
|
240
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
187
241
|
msgid "UserProfile"
|
|
188
242
|
msgstr ""
|
|
189
243
|
|
|
190
|
-
#: components/
|
|
244
|
+
#: components/Blocks/CustomTemplates/VoltoTabsBlock/CclProductTabsView
|
|
245
|
+
msgid "View in the map viewer"
|
|
246
|
+
msgstr ""
|
|
247
|
+
|
|
248
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
191
249
|
msgid "We will use this address if you need to recover your password"
|
|
192
250
|
msgstr ""
|
|
193
251
|
|
|
194
|
-
#: components/CLMSProfileView/
|
|
252
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
195
253
|
msgid "Your location - either city and country - or in a company setting, where your office is located."
|
|
196
254
|
msgstr ""
|
|
197
255
|
|
|
@@ -203,6 +261,16 @@ msgstr ""
|
|
|
203
261
|
msgid "agreePrivacyPolicyLinkText"
|
|
204
262
|
msgstr ""
|
|
205
263
|
|
|
264
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
265
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
266
|
+
msgid "all"
|
|
267
|
+
msgstr ""
|
|
268
|
+
|
|
269
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
270
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
271
|
+
msgid "cc"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
206
274
|
#: customizations/volto/components/theme/Footer/Footer
|
|
207
275
|
msgid "copernicusServices"
|
|
208
276
|
msgstr ""
|
|
@@ -212,6 +280,63 @@ msgstr ""
|
|
|
212
280
|
msgid "countText"
|
|
213
281
|
msgstr ""
|
|
214
282
|
|
|
283
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
284
|
+
msgid "create title"
|
|
285
|
+
msgstr ""
|
|
286
|
+
|
|
287
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
288
|
+
msgid "created title"
|
|
289
|
+
msgstr ""
|
|
290
|
+
|
|
291
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
292
|
+
msgid "descripton"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
295
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
296
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
297
|
+
msgid "email"
|
|
298
|
+
msgstr ""
|
|
299
|
+
|
|
300
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
301
|
+
msgid "event_alldates"
|
|
302
|
+
msgstr ""
|
|
303
|
+
|
|
304
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
305
|
+
msgid "event_attendees"
|
|
306
|
+
msgstr ""
|
|
307
|
+
|
|
308
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
309
|
+
msgid "event_contactname"
|
|
310
|
+
msgstr ""
|
|
311
|
+
|
|
312
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
313
|
+
msgid "event_contactphone"
|
|
314
|
+
msgstr ""
|
|
315
|
+
|
|
316
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
317
|
+
msgid "event_website"
|
|
318
|
+
msgstr ""
|
|
319
|
+
|
|
320
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
321
|
+
msgid "event_what"
|
|
322
|
+
msgstr ""
|
|
323
|
+
|
|
324
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
325
|
+
msgid "event_when"
|
|
326
|
+
msgstr ""
|
|
327
|
+
|
|
328
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
329
|
+
msgid "event_where"
|
|
330
|
+
msgstr ""
|
|
331
|
+
|
|
332
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
333
|
+
msgid "existing tokens"
|
|
334
|
+
msgstr ""
|
|
335
|
+
|
|
336
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
337
|
+
msgid "existing tokens description"
|
|
338
|
+
msgstr ""
|
|
339
|
+
|
|
215
340
|
#: customizations/volto/components/theme/Footer/Footer
|
|
216
341
|
msgid "expertSupportProvidedBy"
|
|
217
342
|
msgstr ""
|
|
@@ -244,10 +369,19 @@ msgstr ""
|
|
|
244
369
|
msgid "footerSecurity"
|
|
245
370
|
msgstr ""
|
|
246
371
|
|
|
372
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
373
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
374
|
+
msgid "from"
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
247
377
|
#: customizations/volto/components/theme/Header/Header
|
|
248
378
|
msgid "hello"
|
|
249
379
|
msgstr ""
|
|
250
380
|
|
|
381
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
382
|
+
msgid "hosting_organisation"
|
|
383
|
+
msgstr ""
|
|
384
|
+
|
|
251
385
|
#: customizations/volto/components/theme/Footer/Footer
|
|
252
386
|
msgid "jointResearchCenter"
|
|
253
387
|
msgstr ""
|
|
@@ -260,11 +394,71 @@ msgstr ""
|
|
|
260
394
|
msgid "logout"
|
|
261
395
|
msgstr ""
|
|
262
396
|
|
|
397
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
398
|
+
msgid "meetinglevel"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
402
|
+
msgid "meetingtype"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
406
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
407
|
+
msgid "modified"
|
|
408
|
+
msgstr ""
|
|
409
|
+
|
|
410
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
411
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
412
|
+
msgid "name"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
415
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
416
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
417
|
+
msgid "organisation"
|
|
418
|
+
msgstr ""
|
|
419
|
+
|
|
420
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
421
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
422
|
+
msgid "recipients"
|
|
423
|
+
msgstr ""
|
|
424
|
+
|
|
263
425
|
#: components/Blocks/CclHomeSearchBlock/CclHomeSearchBlockEdit
|
|
264
426
|
#: components/Blocks/CclHomeSearchBlock/CclHomeSearchBlockView
|
|
265
427
|
msgid "searchDatasetsPlaceholder"
|
|
266
428
|
msgstr ""
|
|
267
429
|
|
|
430
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
431
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
432
|
+
msgid "state"
|
|
433
|
+
msgstr ""
|
|
434
|
+
|
|
435
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
436
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
437
|
+
msgid "subject"
|
|
438
|
+
msgstr ""
|
|
439
|
+
|
|
268
440
|
#: customizations/volto/components/theme/Footer/Footer
|
|
269
441
|
msgid "subscribe"
|
|
270
442
|
msgstr ""
|
|
443
|
+
|
|
444
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
445
|
+
msgid "title"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
448
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
449
|
+
msgid "tokenTitleLabel"
|
|
450
|
+
msgstr ""
|
|
451
|
+
|
|
452
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
453
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
454
|
+
msgid "type"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
458
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
459
|
+
msgid "user_name"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
463
|
+
msgid "visit_external_website"
|
|
464
|
+
msgstr ""
|
|
@@ -20,7 +20,10 @@ msgstr ""
|
|
|
20
20
|
msgid "Add"
|
|
21
21
|
msgstr ""
|
|
22
22
|
|
|
23
|
-
#: components/CLMSProfileView/
|
|
23
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
24
|
+
msgid "ApiTokens"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
24
27
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
25
28
|
msgid "Back"
|
|
26
29
|
msgstr ""
|
|
@@ -29,7 +32,11 @@ msgstr ""
|
|
|
29
32
|
msgid "Breadcrumbs"
|
|
30
33
|
msgstr ""
|
|
31
34
|
|
|
32
|
-
#: components/
|
|
35
|
+
#: components/CLMSDownloadCartView/CLMSDownloadCartView
|
|
36
|
+
msgid "Cart"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
33
40
|
msgid "Changes saved"
|
|
34
41
|
msgstr ""
|
|
35
42
|
|
|
@@ -53,11 +60,43 @@ msgstr ""
|
|
|
53
60
|
msgid "Copernicus Site"
|
|
54
61
|
msgstr ""
|
|
55
62
|
|
|
56
|
-
#: components/CLMSProfileView/
|
|
63
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
64
|
+
msgid "Copy created token button"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
68
|
+
msgid "Create token"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
72
|
+
msgid "Create token description"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
76
|
+
msgid "Create token name"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
80
|
+
msgid "Created token description"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
84
|
+
msgid "Created token name"
|
|
85
|
+
msgstr ""
|
|
86
|
+
|
|
87
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
57
88
|
msgid "Default"
|
|
58
89
|
msgstr ""
|
|
59
90
|
|
|
60
|
-
#: components/CLMSProfileView/
|
|
91
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
92
|
+
msgid "Delete the token"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: components/CLMSMapViewerView/CLMSMapViewerView
|
|
96
|
+
msgid "DownloadByArea"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
99
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
61
100
|
msgid "E-mail"
|
|
62
101
|
msgstr ""
|
|
63
102
|
|
|
@@ -78,7 +117,7 @@ msgstr ""
|
|
|
78
117
|
msgid "Edit or remove image"
|
|
79
118
|
msgstr ""
|
|
80
119
|
|
|
81
|
-
#: components/CLMSProfileView/
|
|
120
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
82
121
|
msgid "Enter full name, e.g. John Smith."
|
|
83
122
|
msgstr ""
|
|
84
123
|
|
|
@@ -86,10 +125,14 @@ msgstr ""
|
|
|
86
125
|
msgid "File"
|
|
87
126
|
msgstr ""
|
|
88
127
|
|
|
89
|
-
#: components/CLMSProfileView/
|
|
128
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
90
129
|
msgid "Full Name"
|
|
91
130
|
msgstr ""
|
|
92
131
|
|
|
132
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
133
|
+
msgid "Go back button"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
93
136
|
#: customizations/volto/components/theme/Breadcrumbs/Breadcrumbs
|
|
94
137
|
msgid "Home"
|
|
95
138
|
msgstr ""
|
|
@@ -102,10 +145,14 @@ msgstr ""
|
|
|
102
145
|
msgid "Link"
|
|
103
146
|
msgstr ""
|
|
104
147
|
|
|
105
|
-
#: components/CLMSProfileView/
|
|
148
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
106
149
|
msgid "Location"
|
|
107
150
|
msgstr ""
|
|
108
151
|
|
|
152
|
+
#: components/CLMSDownloadCartView/CLMSDownloadCartView
|
|
153
|
+
msgid "Lorem"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
109
156
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
110
157
|
msgid "More"
|
|
111
158
|
msgstr ""
|
|
@@ -118,7 +165,6 @@ msgstr ""
|
|
|
118
165
|
msgid "Page"
|
|
119
166
|
msgstr ""
|
|
120
167
|
|
|
121
|
-
#: components/CLMSProfileView/CLMSProfileView
|
|
122
168
|
#: customizations/volto/components/manage/Toolbar/Toolbar
|
|
123
169
|
msgid "Personal Information"
|
|
124
170
|
msgstr ""
|
|
@@ -131,10 +177,14 @@ msgstr ""
|
|
|
131
177
|
msgid "Personal tools"
|
|
132
178
|
msgstr ""
|
|
133
179
|
|
|
134
|
-
#: components/CLMSProfileView/
|
|
180
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
135
181
|
msgid "Portrait"
|
|
136
182
|
msgstr ""
|
|
137
183
|
|
|
184
|
+
#: components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities
|
|
185
|
+
msgid "ProcurementNo"
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
138
188
|
#: components/Blocks/CclHomeBgImageBlock/CclHomeImageEditor
|
|
139
189
|
#: components/Blocks/CclHomeUsersBlock/CclHomeUsersBlockEdit
|
|
140
190
|
msgid "Remove image"
|
|
@@ -161,11 +211,15 @@ msgstr ""
|
|
|
161
211
|
msgid "Shrink toolbar"
|
|
162
212
|
msgstr ""
|
|
163
213
|
|
|
164
|
-
#: components/
|
|
214
|
+
#: components/Blocks/CustomTemplates/VoltoListingBlock/CclListingWorkOpportunities
|
|
215
|
+
msgid "SubmissionDeadline"
|
|
216
|
+
msgstr ""
|
|
217
|
+
|
|
218
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
165
219
|
msgid "Success"
|
|
166
220
|
msgstr ""
|
|
167
221
|
|
|
168
|
-
#: components/CLMSProfileView/
|
|
222
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
169
223
|
msgid "The user portrait/avatar"
|
|
170
224
|
msgstr ""
|
|
171
225
|
|
|
@@ -183,15 +237,19 @@ msgstr ""
|
|
|
183
237
|
msgid "Uploading file"
|
|
184
238
|
msgstr ""
|
|
185
239
|
|
|
186
|
-
#: components/CLMSProfileView/
|
|
240
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
187
241
|
msgid "UserProfile"
|
|
188
242
|
msgstr ""
|
|
189
243
|
|
|
190
|
-
#: components/
|
|
244
|
+
#: components/Blocks/CustomTemplates/VoltoTabsBlock/CclProductTabsView
|
|
245
|
+
msgid "View in the map viewer"
|
|
246
|
+
msgstr ""
|
|
247
|
+
|
|
248
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
191
249
|
msgid "We will use this address if you need to recover your password"
|
|
192
250
|
msgstr ""
|
|
193
251
|
|
|
194
|
-
#: components/CLMSProfileView/
|
|
252
|
+
#: components/CLMSProfileView/CLMSUserProfileView
|
|
195
253
|
msgid "Your location - either city and country - or in a company setting, where your office is located."
|
|
196
254
|
msgstr ""
|
|
197
255
|
|
|
@@ -203,6 +261,16 @@ msgstr ""
|
|
|
203
261
|
msgid "agreePrivacyPolicyLinkText"
|
|
204
262
|
msgstr ""
|
|
205
263
|
|
|
264
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
265
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
266
|
+
msgid "all"
|
|
267
|
+
msgstr ""
|
|
268
|
+
|
|
269
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
270
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
271
|
+
msgid "cc"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
206
274
|
#: customizations/volto/components/theme/Footer/Footer
|
|
207
275
|
msgid "copernicusServices"
|
|
208
276
|
msgstr ""
|
|
@@ -212,6 +280,63 @@ msgstr ""
|
|
|
212
280
|
msgid "countText"
|
|
213
281
|
msgstr ""
|
|
214
282
|
|
|
283
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
284
|
+
msgid "create title"
|
|
285
|
+
msgstr ""
|
|
286
|
+
|
|
287
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
288
|
+
msgid "created title"
|
|
289
|
+
msgstr ""
|
|
290
|
+
|
|
291
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
292
|
+
msgid "descripton"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
295
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
296
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
297
|
+
msgid "email"
|
|
298
|
+
msgstr ""
|
|
299
|
+
|
|
300
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
301
|
+
msgid "event_alldates"
|
|
302
|
+
msgstr ""
|
|
303
|
+
|
|
304
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
305
|
+
msgid "event_attendees"
|
|
306
|
+
msgstr ""
|
|
307
|
+
|
|
308
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
309
|
+
msgid "event_contactname"
|
|
310
|
+
msgstr ""
|
|
311
|
+
|
|
312
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
313
|
+
msgid "event_contactphone"
|
|
314
|
+
msgstr ""
|
|
315
|
+
|
|
316
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
317
|
+
msgid "event_website"
|
|
318
|
+
msgstr ""
|
|
319
|
+
|
|
320
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
321
|
+
msgid "event_what"
|
|
322
|
+
msgstr ""
|
|
323
|
+
|
|
324
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
325
|
+
msgid "event_when"
|
|
326
|
+
msgstr ""
|
|
327
|
+
|
|
328
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
329
|
+
msgid "event_where"
|
|
330
|
+
msgstr ""
|
|
331
|
+
|
|
332
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
333
|
+
msgid "existing tokens"
|
|
334
|
+
msgstr ""
|
|
335
|
+
|
|
336
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
337
|
+
msgid "existing tokens description"
|
|
338
|
+
msgstr ""
|
|
339
|
+
|
|
215
340
|
#: customizations/volto/components/theme/Footer/Footer
|
|
216
341
|
msgid "expertSupportProvidedBy"
|
|
217
342
|
msgstr ""
|
|
@@ -244,10 +369,19 @@ msgstr ""
|
|
|
244
369
|
msgid "footerSecurity"
|
|
245
370
|
msgstr ""
|
|
246
371
|
|
|
372
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
373
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
374
|
+
msgid "from"
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
247
377
|
#: customizations/volto/components/theme/Header/Header
|
|
248
378
|
msgid "hello"
|
|
249
379
|
msgstr ""
|
|
250
380
|
|
|
381
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
382
|
+
msgid "hosting_organisation"
|
|
383
|
+
msgstr ""
|
|
384
|
+
|
|
251
385
|
#: customizations/volto/components/theme/Footer/Footer
|
|
252
386
|
msgid "jointResearchCenter"
|
|
253
387
|
msgstr ""
|
|
@@ -260,11 +394,71 @@ msgstr ""
|
|
|
260
394
|
msgid "logout"
|
|
261
395
|
msgstr ""
|
|
262
396
|
|
|
397
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
398
|
+
msgid "meetinglevel"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
402
|
+
msgid "meetingtype"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
406
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
407
|
+
msgid "modified"
|
|
408
|
+
msgstr ""
|
|
409
|
+
|
|
410
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
411
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
412
|
+
msgid "name"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
415
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
416
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
417
|
+
msgid "organisation"
|
|
418
|
+
msgstr ""
|
|
419
|
+
|
|
420
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
421
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
422
|
+
msgid "recipients"
|
|
423
|
+
msgstr ""
|
|
424
|
+
|
|
263
425
|
#: components/Blocks/CclHomeSearchBlock/CclHomeSearchBlockEdit
|
|
264
426
|
#: components/Blocks/CclHomeSearchBlock/CclHomeSearchBlockView
|
|
265
427
|
msgid "searchDatasetsPlaceholder"
|
|
266
428
|
msgstr ""
|
|
267
429
|
|
|
430
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
431
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
432
|
+
msgid "state"
|
|
433
|
+
msgstr ""
|
|
434
|
+
|
|
435
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
436
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
437
|
+
msgid "subject"
|
|
438
|
+
msgstr ""
|
|
439
|
+
|
|
268
440
|
#: customizations/volto/components/theme/Footer/Footer
|
|
269
441
|
msgid "subscribe"
|
|
270
442
|
msgstr ""
|
|
443
|
+
|
|
444
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
445
|
+
msgid "title"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
448
|
+
#: components/CLMSProfileView/CLMSApiTokensView
|
|
449
|
+
msgid "tokenTitleLabel"
|
|
450
|
+
msgstr ""
|
|
451
|
+
|
|
452
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailsView
|
|
453
|
+
#: components/CLMSMeetingView/CLMSMeetingEmailView
|
|
454
|
+
msgid "type"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscribersView
|
|
458
|
+
#: components/CLMSMeetingView/CLMSMeetingSubscriberView
|
|
459
|
+
msgid "user_name"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: components/CLMSMeetingView/CLMSMeetingView
|
|
463
|
+
msgid "visit_external_website"
|
|
464
|
+
msgstr ""
|