@eeacms/volto-embed 7.0.2 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -16
- package/cypress.config.js +15 -5
- package/locales/de/LC_MESSAGES/volto.po +65 -9
- package/locales/en/LC_MESSAGES/volto.po +65 -9
- package/locales/it/LC_MESSAGES/volto.po +65 -9
- package/locales/ro/LC_MESSAGES/volto.po +65 -9
- package/locales/volto.pot +66 -10
- package/package.json +1 -1
- package/src/Blocks/EmbedMaps/Edit.jsx +31 -0
- package/src/Blocks/EmbedMaps/View.jsx +76 -0
- package/src/Blocks/EmbedMaps/index.js +22 -0
- package/src/Blocks/EmbedMaps/schema.js +62 -0
- package/src/Blocks/Maps/schema.js +40 -54
- package/src/Blocks/index.js +5 -1
- package/src/Map/Map.jsx +101 -0
- package/src/Map/style.less +16 -0
- package/src/PrivacyProtection/PrivacyProtection.jsx +84 -84
- package/src/Toolbar/Enlarge.jsx +28 -15
- package/src/Toolbar/styles.less +1 -2
- package/src/Views/MapView.jsx +13 -0
- package/src/Widgets/MapsViewWidget.jsx +5 -0
- package/src/Widgets/MapsWidget.jsx +223 -0
- package/src/index.js +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,18 +4,24 @@ 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
|
-
### [
|
|
7
|
+
### [8.0.0](https://github.com/eea/volto-embed/compare/7.0.2...8.0.0) - 17 November 2023
|
|
8
8
|
|
|
9
9
|
#### :rocket: New Features
|
|
10
10
|
|
|
11
|
-
- feat:
|
|
11
|
+
- feat: add new embed_maps block [Miu Razvan - [`0bbea27`](https://github.com/eea/volto-embed/commit/0bbea272c46623683c6c70f7b0c2da6513c31031)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- tests: add cypress tests [nileshgulia1 - [`e4b2803`](https://github.com/eea/volto-embed/commit/e4b28033114170639787d77976dc13b7f697f704)]
|
|
16
|
+
- fix error [Claudia Ifrim - [`553f3af`](https://github.com/eea/volto-embed/commit/553f3af004af034c721dcd6b01de55c258a88c49)]
|
|
17
|
+
- bump version [Miu Razvan - [`363694a`](https://github.com/eea/volto-embed/commit/363694ae50cdec941fb53b396b75e9a4554d44fb)]
|
|
18
|
+
### [7.0.2](https://github.com/eea/volto-embed/compare/7.0.1...7.0.2) - 10 November 2023
|
|
12
19
|
|
|
13
20
|
### [7.0.1](https://github.com/eea/volto-embed/compare/7.0.0...7.0.1) - 7 November 2023
|
|
14
21
|
|
|
15
22
|
#### :hammer_and_wrench: Others
|
|
16
23
|
|
|
17
24
|
- add missing less variable [Miu Razvan - [`47683a7`](https://github.com/eea/volto-embed/commit/47683a7816581d117bb88f16e3087864aaa52f5e)]
|
|
18
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`ba168e4`](https://github.com/eea/volto-embed/commit/ba168e49554a51a6015a98a77dc0ceab76320218)]
|
|
19
25
|
## [7.0.0](https://github.com/eea/volto-embed/compare/6.0.1...7.0.0) - 6 November 2023
|
|
20
26
|
|
|
21
27
|
#### :rocket: New Features
|
|
@@ -25,15 +31,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
25
31
|
#### :house: Internal changes
|
|
26
32
|
|
|
27
33
|
- style: Automated code fix [eea-jenkins - [`c34d6f4`](https://github.com/eea/volto-embed/commit/c34d6f47fd33f728d40254a12c05fe385b27f2e9)]
|
|
28
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`673f3ff`](https://github.com/eea/volto-embed/commit/673f3ff355baa8d3646e4558ff2be00f36b5a45a)]
|
|
29
34
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`31169f7`](https://github.com/eea/volto-embed/commit/31169f73887837463daee76d63b6516046ad49aa)]
|
|
30
35
|
|
|
31
36
|
#### :hammer_and_wrench: Others
|
|
32
37
|
|
|
33
38
|
- update tests [Miu Razvan - [`c906b79`](https://github.com/eea/volto-embed/commit/c906b79149e853f718d924871ce2e633e5e427c8)]
|
|
34
39
|
- update tests [Miu Razvan - [`11625b6`](https://github.com/eea/volto-embed/commit/11625b65846388a846d1bdf7ebb2e1f8bd103c91)]
|
|
35
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`5e7a155`](https://github.com/eea/volto-embed/commit/5e7a15505334c9b81f07172116b49eaefc692ebf)]
|
|
36
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`eeb6dcb`](https://github.com/eea/volto-embed/commit/eeb6dcb4b0f8af07496450e6e7783932ebe88bf7)]
|
|
37
40
|
- Release 7.0.0 [Alin Voinea - [`cbc5c79`](https://github.com/eea/volto-embed/commit/cbc5c79f1b66daf0d599d9de5a1bc7d137bafed8)]
|
|
38
41
|
- add act in unit tests [Miu Razvan - [`ecf5b2f`](https://github.com/eea/volto-embed/commit/ecf5b2fe553d99ad6a11570d3d34852d557fbe85)]
|
|
39
42
|
- update [Miu Razvan - [`049cc14`](https://github.com/eea/volto-embed/commit/049cc140bb6ffea4eb3f1555e693e9973ef63d0e)]
|
|
@@ -56,7 +59,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
56
59
|
|
|
57
60
|
- test: EN locales, pre-commit fix, feature PRs checks Refs #257193 [valentinab25 - [`dc2de20`](https://github.com/eea/volto-embed/commit/dc2de2084b53043f240ee1efa2588b5037326ed7)]
|
|
58
61
|
- test: Fix package.json scripts to use makefile [Alin Voinea - [`b4ffca2`](https://github.com/eea/volto-embed/commit/b4ffca24bb8cc4ba2007cc1040cc7b55dc7cc779)]
|
|
59
|
-
- test: Fix eslint and yarn i18n [Alin Voinea - [`1563d0a`](https://github.com/eea/volto-embed/commit/1563d0ab1f54e775a16705bfd3d267303eb2a526)]
|
|
60
62
|
- i18n: Add en [Alin Voinea - [`b4e0694`](https://github.com/eea/volto-embed/commit/b4e0694ee40ecc195536fd1826adfab8876c5061)]
|
|
61
63
|
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`8f228ca`](https://github.com/eea/volto-embed/commit/8f228ca0644cee0f777a01114895583f387a395c)]
|
|
62
64
|
- test: increase test coverage - refs #254313 [ana-oprea - [`30354d8`](https://github.com/eea/volto-embed/commit/30354d8a10a78e4fc322e37f4be20ff85cd00bbc)]
|
|
@@ -85,9 +87,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
85
87
|
|
|
86
88
|
- Add react-countup to resolutions [kreafox - [`36eb637`](https://github.com/eea/volto-embed/commit/36eb637c0cb9413b0b0e0ce53e621b2289929d65)]
|
|
87
89
|
- Move generic classes to privacy-protection [kreafox - [`715d559`](https://github.com/eea/volto-embed/commit/715d559e370bf7a3489b64d357b0a6cd7b1a3af2)]
|
|
88
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`5715b4d`](https://github.com/eea/volto-embed/commit/5715b4d3fcc14a34e031c383275c685d88f4db44)]
|
|
89
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`ef24ac0`](https://github.com/eea/volto-embed/commit/ef24ac05b17f4f4dbf05ceafbee677012a7f28f5)]
|
|
90
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`81f957b`](https://github.com/eea/volto-embed/commit/81f957b51aef7be59214530b774de8547bee3f5f)]
|
|
91
90
|
### [5.0.2](https://github.com/eea/volto-embed/compare/5.0.1...5.0.2) - 20 March 2023
|
|
92
91
|
|
|
93
92
|
#### :hammer_and_wrench: Others
|
|
@@ -102,7 +101,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
102
101
|
- update .project.eslintrc.js [Miu Razvan - [`628fd40`](https://github.com/eea/volto-embed/commit/628fd402b00d075ce319b9be92ff5f0e4d0ca2c4)]
|
|
103
102
|
- rename schema.jsx [Miu Razvan - [`62794e3`](https://github.com/eea/volto-embed/commit/62794e398eab5117132e5622cab735f6cf4f79fd)]
|
|
104
103
|
- improving code quality as per sonarqube reported issues [tedw87 - [`c7842f7`](https://github.com/eea/volto-embed/commit/c7842f7795f344e9d30538ddf2da04e97e319ebe)]
|
|
105
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`fe3a2de`](https://github.com/eea/volto-embed/commit/fe3a2de6180796c3d6b569733d2b9365a669c23e)]
|
|
106
104
|
## [5.0.0](https://github.com/eea/volto-embed/compare/4.0.4...5.0.0) - 31 October 2022
|
|
107
105
|
|
|
108
106
|
#### :hammer_and_wrench: Others
|
|
@@ -122,8 +120,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
122
120
|
|
|
123
121
|
- use specific alpha for addon test [andreiggr - [`e6df633`](https://github.com/eea/volto-embed/commit/e6df633aa4d2b0ee7eeb6b5aafa21528f14cd1df)]
|
|
124
122
|
- add optional height to privacy container [andreiggr - [`e2ac711`](https://github.com/eea/volto-embed/commit/e2ac711db4e461b474cade42109346a73bb8ecbd)]
|
|
125
|
-
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`9f3f358`](https://github.com/eea/volto-embed/commit/9f3f35882fb367d72c7916abe7cbf366dbd8d5b6)]
|
|
126
|
-
- Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`7677140`](https://github.com/eea/volto-embed/commit/767714006abf7cbe336c5ab00d76c7232d5bc798)]
|
|
127
123
|
### [4.0.2](https://github.com/eea/volto-embed/compare/4.0.1...4.0.2) - 15 July 2022
|
|
128
124
|
|
|
129
125
|
#### :hammer_and_wrench: Others
|
|
@@ -163,7 +159,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
163
159
|
|
|
164
160
|
- Update package.json [Nilesh - [`0ec673a`](https://github.com/eea/volto-embed/commit/0ec673a8178731b8c1e010101caee2a3c9fafaca)]
|
|
165
161
|
- Update package.json [Nilesh - [`b8b94ec`](https://github.com/eea/volto-embed/commit/b8b94ec64672229f464b9108b4ac01a848827c00)]
|
|
166
|
-
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`cfe04d8`](https://github.com/eea/volto-embed/commit/cfe04d885255bb8e472a3b268b98e3d7b9022437)]
|
|
167
162
|
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`bf197dd`](https://github.com/eea/volto-embed/commit/bf197dd6516f9c18994add19b1141e061a96e2b6)]
|
|
168
163
|
- no hardcoded text [Daniela Mormocea - [`4001bb4`](https://github.com/eea/volto-embed/commit/4001bb414df05c1516f95e4dcec4a328406dc63f)]
|
|
169
164
|
- fix [Daniela Mormocea - [`a41ca9a`](https://github.com/eea/volto-embed/commit/a41ca9a2795a59f2633fb97938244e335dca8c43)]
|
|
@@ -237,8 +232,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
237
232
|
- revert use of custom bg image [nileshgulia1 - [`63a74b7`](https://github.com/eea/volto-embed/commit/63a74b7e671d85b602b0190c7a18e6d6ad71341b)]
|
|
238
233
|
- PrivacyProtection update & accept bg image [Andrei Grigore - [`f3f05d1`](https://github.com/eea/volto-embed/commit/f3f05d1d21fc88b90de3f68a995242b6c359e03a)]
|
|
239
234
|
- fix loading of cookies [nileshgulia1 - [`46348d8`](https://github.com/eea/volto-embed/commit/46348d8321b4633a3d5fdcbfb2c4f01912d7ed2a)]
|
|
240
|
-
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`a1e1f50`](https://github.com/eea/volto-embed/commit/a1e1f50db8a1ebc11261c3a24c39687c00ca7eea)]
|
|
241
|
-
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`1e1471e`](https://github.com/eea/volto-embed/commit/1e1471ebab5ba6e5bf0c231ddd0de94d8fe6c846)]
|
|
242
235
|
### [2.0.1](https://github.com/eea/volto-embed/compare/2.0.0...2.0.1) - 28 May 2021
|
|
243
236
|
|
|
244
237
|
#### :hammer_and_wrench: Others
|
package/cypress.config.js
CHANGED
|
@@ -1,26 +1,36 @@
|
|
|
1
|
-
const { defineConfig } = require(
|
|
1
|
+
const { defineConfig } = require("cypress");
|
|
2
2
|
|
|
3
3
|
module.exports = defineConfig({
|
|
4
4
|
viewportWidth: 1280,
|
|
5
5
|
defaultCommandTimeout: 8888,
|
|
6
6
|
chromeWebSecurity: false,
|
|
7
|
-
reporter:
|
|
7
|
+
reporter: "junit",
|
|
8
8
|
video: false,
|
|
9
|
+
|
|
9
10
|
retries: {
|
|
10
11
|
runMode: 2,
|
|
11
12
|
openMode: 0,
|
|
12
13
|
},
|
|
14
|
+
|
|
13
15
|
reporterOptions: {
|
|
14
|
-
mochaFile:
|
|
16
|
+
mochaFile: "cypress/reports/cypress-[hash].xml",
|
|
15
17
|
jenkinsMode: true,
|
|
16
18
|
toConsole: true,
|
|
17
19
|
},
|
|
20
|
+
|
|
18
21
|
e2e: {
|
|
19
22
|
setupNodeEvents(on, config) {
|
|
20
23
|
// e2e testing node events setup code
|
|
21
|
-
require(
|
|
24
|
+
require("@cypress/code-coverage/task")(on, config);
|
|
22
25
|
return config;
|
|
23
26
|
},
|
|
24
|
-
baseUrl:
|
|
27
|
+
baseUrl: "http://localhost:3000",
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
component: {
|
|
31
|
+
devServer: {
|
|
32
|
+
framework: "react",
|
|
33
|
+
bundler: "webpack",
|
|
34
|
+
},
|
|
25
35
|
},
|
|
26
36
|
});
|
|
@@ -11,37 +11,70 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
-
#:
|
|
14
|
+
#: Blocks/EmbedMaps/schema
|
|
15
|
+
#: Blocks/Maps/schema
|
|
16
|
+
# defaultMessage: Alignment
|
|
17
|
+
msgid "Alignment"
|
|
18
|
+
msgstr ""
|
|
19
|
+
|
|
20
|
+
#: Blocks/EmbedMaps/schema
|
|
21
|
+
#: Blocks/Maps/schema
|
|
22
|
+
# defaultMessage: Alt text
|
|
23
|
+
msgid "Alt text"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
#: Blocks/EmbedMaps/schema
|
|
27
|
+
#: Blocks/Maps/schema
|
|
28
|
+
# defaultMessage: undefined
|
|
29
|
+
msgid "CSSHeight"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: Blocks/EmbedMaps/schema
|
|
33
|
+
#: Blocks/Maps/schema
|
|
34
|
+
# defaultMessage: undefined
|
|
35
|
+
msgid "CSSHeightDescription"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: Blocks/EmbedMaps/Edit
|
|
39
|
+
#: Blocks/Maps/Edit
|
|
15
40
|
# defaultMessage: Center
|
|
16
41
|
msgid "Center"
|
|
17
42
|
msgstr ""
|
|
18
43
|
|
|
19
|
-
#:
|
|
44
|
+
#: Blocks/EmbedMaps/Edit
|
|
45
|
+
#: Blocks/Maps/Edit
|
|
46
|
+
#: Widgets/MapsWidget
|
|
20
47
|
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
21
48
|
msgid "Embed code error, please follow the instructions and try again."
|
|
22
49
|
msgstr ""
|
|
23
50
|
|
|
24
|
-
#:
|
|
51
|
+
#: Blocks/EmbedMaps/View
|
|
52
|
+
#: Blocks/Maps/View
|
|
53
|
+
#: Map/Map
|
|
25
54
|
# defaultMessage: Embeded Google Maps
|
|
26
55
|
msgid "Embeded Google Maps"
|
|
27
56
|
msgstr ""
|
|
28
57
|
|
|
29
|
-
#:
|
|
58
|
+
#: Blocks/EmbedMaps/Edit
|
|
59
|
+
#: Blocks/Maps/Edit
|
|
30
60
|
# defaultMessage: Enter map Embed Code
|
|
31
61
|
msgid "Enter map Embed Code"
|
|
32
62
|
msgstr ""
|
|
33
63
|
|
|
34
|
-
#:
|
|
64
|
+
#: Blocks/EmbedMaps/Edit
|
|
65
|
+
#: Blocks/Maps/Edit
|
|
35
66
|
# defaultMessage: Full
|
|
36
67
|
msgid "Full"
|
|
37
68
|
msgstr ""
|
|
38
69
|
|
|
39
|
-
#:
|
|
70
|
+
#: Blocks/EmbedMaps/Edit
|
|
71
|
+
#: Blocks/Maps/Edit
|
|
40
72
|
# defaultMessage: Google Maps Embedded Block
|
|
41
73
|
msgid "Google Maps Embedded Block"
|
|
42
74
|
msgstr ""
|
|
43
75
|
|
|
44
|
-
#:
|
|
76
|
+
#: Blocks/EmbedMaps/Edit
|
|
77
|
+
#: Blocks/Maps/Edit
|
|
45
78
|
# defaultMessage: Left
|
|
46
79
|
msgid "Left"
|
|
47
80
|
msgstr ""
|
|
@@ -51,12 +84,35 @@ msgstr ""
|
|
|
51
84
|
msgid "Live image generated"
|
|
52
85
|
msgstr ""
|
|
53
86
|
|
|
54
|
-
#:
|
|
87
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
88
|
+
#: Blocks/EmbedMaps/schema
|
|
89
|
+
#: Blocks/Maps/MapsSidebar
|
|
90
|
+
#: Blocks/Maps/schema
|
|
91
|
+
# defaultMessage: Maps
|
|
92
|
+
msgid "Maps"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: Blocks/EmbedMaps/schema
|
|
96
|
+
#: Blocks/Maps/schema
|
|
97
|
+
# defaultMessage: Maps URL
|
|
98
|
+
msgid "Maps URL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
102
|
+
#: Blocks/Maps/MapsSidebar
|
|
103
|
+
# defaultMessage: No map selected
|
|
104
|
+
msgid "No map selected"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
107
|
+
#: Blocks/EmbedMaps/Edit
|
|
108
|
+
#: Blocks/Maps/Edit
|
|
109
|
+
#: Widgets/MapsWidget
|
|
55
110
|
# defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
|
|
56
111
|
msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
|
|
57
112
|
msgstr ""
|
|
58
113
|
|
|
59
|
-
#:
|
|
114
|
+
#: Blocks/EmbedMaps/Edit
|
|
115
|
+
#: Blocks/Maps/Edit
|
|
60
116
|
# defaultMessage: Right
|
|
61
117
|
msgid "Right"
|
|
62
118
|
msgstr ""
|
|
@@ -11,37 +11,70 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
-
#:
|
|
14
|
+
#: Blocks/EmbedMaps/schema
|
|
15
|
+
#: Blocks/Maps/schema
|
|
16
|
+
# defaultMessage: Alignment
|
|
17
|
+
msgid "Alignment"
|
|
18
|
+
msgstr ""
|
|
19
|
+
|
|
20
|
+
#: Blocks/EmbedMaps/schema
|
|
21
|
+
#: Blocks/Maps/schema
|
|
22
|
+
# defaultMessage: Alt text
|
|
23
|
+
msgid "Alt text"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
#: Blocks/EmbedMaps/schema
|
|
27
|
+
#: Blocks/Maps/schema
|
|
28
|
+
# defaultMessage: undefined
|
|
29
|
+
msgid "CSSHeight"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: Blocks/EmbedMaps/schema
|
|
33
|
+
#: Blocks/Maps/schema
|
|
34
|
+
# defaultMessage: undefined
|
|
35
|
+
msgid "CSSHeightDescription"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: Blocks/EmbedMaps/Edit
|
|
39
|
+
#: Blocks/Maps/Edit
|
|
15
40
|
# defaultMessage: Center
|
|
16
41
|
msgid "Center"
|
|
17
42
|
msgstr ""
|
|
18
43
|
|
|
19
|
-
#:
|
|
44
|
+
#: Blocks/EmbedMaps/Edit
|
|
45
|
+
#: Blocks/Maps/Edit
|
|
46
|
+
#: Widgets/MapsWidget
|
|
20
47
|
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
21
48
|
msgid "Embed code error, please follow the instructions and try again."
|
|
22
49
|
msgstr ""
|
|
23
50
|
|
|
24
|
-
#:
|
|
51
|
+
#: Blocks/EmbedMaps/View
|
|
52
|
+
#: Blocks/Maps/View
|
|
53
|
+
#: Map/Map
|
|
25
54
|
# defaultMessage: Embeded Google Maps
|
|
26
55
|
msgid "Embeded Google Maps"
|
|
27
56
|
msgstr ""
|
|
28
57
|
|
|
29
|
-
#:
|
|
58
|
+
#: Blocks/EmbedMaps/Edit
|
|
59
|
+
#: Blocks/Maps/Edit
|
|
30
60
|
# defaultMessage: Enter map Embed Code
|
|
31
61
|
msgid "Enter map Embed Code"
|
|
32
62
|
msgstr ""
|
|
33
63
|
|
|
34
|
-
#:
|
|
64
|
+
#: Blocks/EmbedMaps/Edit
|
|
65
|
+
#: Blocks/Maps/Edit
|
|
35
66
|
# defaultMessage: Full
|
|
36
67
|
msgid "Full"
|
|
37
68
|
msgstr ""
|
|
38
69
|
|
|
39
|
-
#:
|
|
70
|
+
#: Blocks/EmbedMaps/Edit
|
|
71
|
+
#: Blocks/Maps/Edit
|
|
40
72
|
# defaultMessage: Google Maps Embedded Block
|
|
41
73
|
msgid "Google Maps Embedded Block"
|
|
42
74
|
msgstr ""
|
|
43
75
|
|
|
44
|
-
#:
|
|
76
|
+
#: Blocks/EmbedMaps/Edit
|
|
77
|
+
#: Blocks/Maps/Edit
|
|
45
78
|
# defaultMessage: Left
|
|
46
79
|
msgid "Left"
|
|
47
80
|
msgstr ""
|
|
@@ -51,12 +84,35 @@ msgstr ""
|
|
|
51
84
|
msgid "Live image generated"
|
|
52
85
|
msgstr ""
|
|
53
86
|
|
|
54
|
-
#:
|
|
87
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
88
|
+
#: Blocks/EmbedMaps/schema
|
|
89
|
+
#: Blocks/Maps/MapsSidebar
|
|
90
|
+
#: Blocks/Maps/schema
|
|
91
|
+
# defaultMessage: Maps
|
|
92
|
+
msgid "Maps"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: Blocks/EmbedMaps/schema
|
|
96
|
+
#: Blocks/Maps/schema
|
|
97
|
+
# defaultMessage: Maps URL
|
|
98
|
+
msgid "Maps URL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
102
|
+
#: Blocks/Maps/MapsSidebar
|
|
103
|
+
# defaultMessage: No map selected
|
|
104
|
+
msgid "No map selected"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
107
|
+
#: Blocks/EmbedMaps/Edit
|
|
108
|
+
#: Blocks/Maps/Edit
|
|
109
|
+
#: Widgets/MapsWidget
|
|
55
110
|
# defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
|
|
56
111
|
msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
|
|
57
112
|
msgstr ""
|
|
58
113
|
|
|
59
|
-
#:
|
|
114
|
+
#: Blocks/EmbedMaps/Edit
|
|
115
|
+
#: Blocks/Maps/Edit
|
|
60
116
|
# defaultMessage: Right
|
|
61
117
|
msgid "Right"
|
|
62
118
|
msgstr ""
|
|
@@ -11,37 +11,70 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
-
#:
|
|
14
|
+
#: Blocks/EmbedMaps/schema
|
|
15
|
+
#: Blocks/Maps/schema
|
|
16
|
+
# defaultMessage: Alignment
|
|
17
|
+
msgid "Alignment"
|
|
18
|
+
msgstr ""
|
|
19
|
+
|
|
20
|
+
#: Blocks/EmbedMaps/schema
|
|
21
|
+
#: Blocks/Maps/schema
|
|
22
|
+
# defaultMessage: Alt text
|
|
23
|
+
msgid "Alt text"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
#: Blocks/EmbedMaps/schema
|
|
27
|
+
#: Blocks/Maps/schema
|
|
28
|
+
# defaultMessage: undefined
|
|
29
|
+
msgid "CSSHeight"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: Blocks/EmbedMaps/schema
|
|
33
|
+
#: Blocks/Maps/schema
|
|
34
|
+
# defaultMessage: undefined
|
|
35
|
+
msgid "CSSHeightDescription"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: Blocks/EmbedMaps/Edit
|
|
39
|
+
#: Blocks/Maps/Edit
|
|
15
40
|
# defaultMessage: Center
|
|
16
41
|
msgid "Center"
|
|
17
42
|
msgstr ""
|
|
18
43
|
|
|
19
|
-
#:
|
|
44
|
+
#: Blocks/EmbedMaps/Edit
|
|
45
|
+
#: Blocks/Maps/Edit
|
|
46
|
+
#: Widgets/MapsWidget
|
|
20
47
|
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
21
48
|
msgid "Embed code error, please follow the instructions and try again."
|
|
22
49
|
msgstr ""
|
|
23
50
|
|
|
24
|
-
#:
|
|
51
|
+
#: Blocks/EmbedMaps/View
|
|
52
|
+
#: Blocks/Maps/View
|
|
53
|
+
#: Map/Map
|
|
25
54
|
# defaultMessage: Embeded Google Maps
|
|
26
55
|
msgid "Embeded Google Maps"
|
|
27
56
|
msgstr ""
|
|
28
57
|
|
|
29
|
-
#:
|
|
58
|
+
#: Blocks/EmbedMaps/Edit
|
|
59
|
+
#: Blocks/Maps/Edit
|
|
30
60
|
# defaultMessage: Enter map Embed Code
|
|
31
61
|
msgid "Enter map Embed Code"
|
|
32
62
|
msgstr ""
|
|
33
63
|
|
|
34
|
-
#:
|
|
64
|
+
#: Blocks/EmbedMaps/Edit
|
|
65
|
+
#: Blocks/Maps/Edit
|
|
35
66
|
# defaultMessage: Full
|
|
36
67
|
msgid "Full"
|
|
37
68
|
msgstr ""
|
|
38
69
|
|
|
39
|
-
#:
|
|
70
|
+
#: Blocks/EmbedMaps/Edit
|
|
71
|
+
#: Blocks/Maps/Edit
|
|
40
72
|
# defaultMessage: Google Maps Embedded Block
|
|
41
73
|
msgid "Google Maps Embedded Block"
|
|
42
74
|
msgstr ""
|
|
43
75
|
|
|
44
|
-
#:
|
|
76
|
+
#: Blocks/EmbedMaps/Edit
|
|
77
|
+
#: Blocks/Maps/Edit
|
|
45
78
|
# defaultMessage: Left
|
|
46
79
|
msgid "Left"
|
|
47
80
|
msgstr ""
|
|
@@ -51,12 +84,35 @@ msgstr ""
|
|
|
51
84
|
msgid "Live image generated"
|
|
52
85
|
msgstr ""
|
|
53
86
|
|
|
54
|
-
#:
|
|
87
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
88
|
+
#: Blocks/EmbedMaps/schema
|
|
89
|
+
#: Blocks/Maps/MapsSidebar
|
|
90
|
+
#: Blocks/Maps/schema
|
|
91
|
+
# defaultMessage: Maps
|
|
92
|
+
msgid "Maps"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: Blocks/EmbedMaps/schema
|
|
96
|
+
#: Blocks/Maps/schema
|
|
97
|
+
# defaultMessage: Maps URL
|
|
98
|
+
msgid "Maps URL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
102
|
+
#: Blocks/Maps/MapsSidebar
|
|
103
|
+
# defaultMessage: No map selected
|
|
104
|
+
msgid "No map selected"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
107
|
+
#: Blocks/EmbedMaps/Edit
|
|
108
|
+
#: Blocks/Maps/Edit
|
|
109
|
+
#: Widgets/MapsWidget
|
|
55
110
|
# defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
|
|
56
111
|
msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
|
|
57
112
|
msgstr ""
|
|
58
113
|
|
|
59
|
-
#:
|
|
114
|
+
#: Blocks/EmbedMaps/Edit
|
|
115
|
+
#: Blocks/Maps/Edit
|
|
60
116
|
# defaultMessage: Right
|
|
61
117
|
msgid "Right"
|
|
62
118
|
msgstr ""
|
|
@@ -11,37 +11,70 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
-
#:
|
|
14
|
+
#: Blocks/EmbedMaps/schema
|
|
15
|
+
#: Blocks/Maps/schema
|
|
16
|
+
# defaultMessage: Alignment
|
|
17
|
+
msgid "Alignment"
|
|
18
|
+
msgstr ""
|
|
19
|
+
|
|
20
|
+
#: Blocks/EmbedMaps/schema
|
|
21
|
+
#: Blocks/Maps/schema
|
|
22
|
+
# defaultMessage: Alt text
|
|
23
|
+
msgid "Alt text"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
26
|
+
#: Blocks/EmbedMaps/schema
|
|
27
|
+
#: Blocks/Maps/schema
|
|
28
|
+
# defaultMessage: undefined
|
|
29
|
+
msgid "CSSHeight"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: Blocks/EmbedMaps/schema
|
|
33
|
+
#: Blocks/Maps/schema
|
|
34
|
+
# defaultMessage: undefined
|
|
35
|
+
msgid "CSSHeightDescription"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: Blocks/EmbedMaps/Edit
|
|
39
|
+
#: Blocks/Maps/Edit
|
|
15
40
|
# defaultMessage: Center
|
|
16
41
|
msgid "Center"
|
|
17
42
|
msgstr ""
|
|
18
43
|
|
|
19
|
-
#:
|
|
44
|
+
#: Blocks/EmbedMaps/Edit
|
|
45
|
+
#: Blocks/Maps/Edit
|
|
46
|
+
#: Widgets/MapsWidget
|
|
20
47
|
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
21
48
|
msgid "Embed code error, please follow the instructions and try again."
|
|
22
49
|
msgstr ""
|
|
23
50
|
|
|
24
|
-
#:
|
|
51
|
+
#: Blocks/EmbedMaps/View
|
|
52
|
+
#: Blocks/Maps/View
|
|
53
|
+
#: Map/Map
|
|
25
54
|
# defaultMessage: Embeded Google Maps
|
|
26
55
|
msgid "Embeded Google Maps"
|
|
27
56
|
msgstr ""
|
|
28
57
|
|
|
29
|
-
#:
|
|
58
|
+
#: Blocks/EmbedMaps/Edit
|
|
59
|
+
#: Blocks/Maps/Edit
|
|
30
60
|
# defaultMessage: Enter map Embed Code
|
|
31
61
|
msgid "Enter map Embed Code"
|
|
32
62
|
msgstr ""
|
|
33
63
|
|
|
34
|
-
#:
|
|
64
|
+
#: Blocks/EmbedMaps/Edit
|
|
65
|
+
#: Blocks/Maps/Edit
|
|
35
66
|
# defaultMessage: Full
|
|
36
67
|
msgid "Full"
|
|
37
68
|
msgstr ""
|
|
38
69
|
|
|
39
|
-
#:
|
|
70
|
+
#: Blocks/EmbedMaps/Edit
|
|
71
|
+
#: Blocks/Maps/Edit
|
|
40
72
|
# defaultMessage: Google Maps Embedded Block
|
|
41
73
|
msgid "Google Maps Embedded Block"
|
|
42
74
|
msgstr ""
|
|
43
75
|
|
|
44
|
-
#:
|
|
76
|
+
#: Blocks/EmbedMaps/Edit
|
|
77
|
+
#: Blocks/Maps/Edit
|
|
45
78
|
# defaultMessage: Left
|
|
46
79
|
msgid "Left"
|
|
47
80
|
msgstr ""
|
|
@@ -51,12 +84,35 @@ msgstr ""
|
|
|
51
84
|
msgid "Live image generated"
|
|
52
85
|
msgstr ""
|
|
53
86
|
|
|
54
|
-
#:
|
|
87
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
88
|
+
#: Blocks/EmbedMaps/schema
|
|
89
|
+
#: Blocks/Maps/MapsSidebar
|
|
90
|
+
#: Blocks/Maps/schema
|
|
91
|
+
# defaultMessage: Maps
|
|
92
|
+
msgid "Maps"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: Blocks/EmbedMaps/schema
|
|
96
|
+
#: Blocks/Maps/schema
|
|
97
|
+
# defaultMessage: Maps URL
|
|
98
|
+
msgid "Maps URL"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#: Blocks/EmbedMaps/MapsSidebar
|
|
102
|
+
#: Blocks/Maps/MapsSidebar
|
|
103
|
+
# defaultMessage: No map selected
|
|
104
|
+
msgid "No map selected"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
107
|
+
#: Blocks/EmbedMaps/Edit
|
|
108
|
+
#: Blocks/Maps/Edit
|
|
109
|
+
#: Widgets/MapsWidget
|
|
55
110
|
# defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
|
|
56
111
|
msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
|
|
57
112
|
msgstr ""
|
|
58
113
|
|
|
59
|
-
#:
|
|
114
|
+
#: Blocks/EmbedMaps/Edit
|
|
115
|
+
#: Blocks/Maps/Edit
|
|
60
116
|
# defaultMessage: Right
|
|
61
117
|
msgid "Right"
|
|
62
118
|
msgstr ""
|