Skip to content

Commit 9bae6fb

Browse files
authored
Fix migrations (#61)
* direct fix updated migration * added translation updates
1 parent ff327d7 commit 9bae6fb

File tree

3 files changed

+130
-130
lines changed

3 files changed

+130
-130
lines changed

djangocms_googlemap/locale/en/LC_MESSAGES/django.po

Lines changed: 126 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -2,263 +2,262 @@
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
5+
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2016-11-03 17:58+0100\n"
11+
"POT-Creation-Date: 2017-05-03 09:48+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"Language: \n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding: 8bit\n"
18-
"Language: \n"
1919

20-
#: cms_plugins.py:20 cms_plugins.py:67 cms_plugins.py:95
20+
#: cms_plugins.py:20 cms_plugins.py:67 cms_plugins.py:96
2121
msgid "Google Map"
22-
msgstr "Google Map"
22+
msgstr ""
2323

24-
#: cms_plugins.py:32 cms_plugins.py:106
24+
#: cms_plugins.py:32 cms_plugins.py:107
2525
msgid "Advanced settings"
26-
msgstr "Advanced settings"
26+
msgstr ""
2727

2828
#: cms_plugins.py:40
2929
msgid "Control settings"
30-
msgstr "Control settings"
30+
msgstr ""
3131

3232
#: cms_plugins.py:66
3333
msgid "Marker"
34-
msgstr "Marker"
34+
msgstr ""
3535

36-
#: cms_plugins.py:79
36+
#: cms_plugins.py:80
3737
msgid "Info window"
38-
msgstr "Info window"
38+
msgstr ""
3939

40-
#: cms_plugins.py:94
40+
#: cms_plugins.py:95
4141
msgid "Route"
42-
msgstr "Route"
42+
msgstr ""
4343

44-
#: models.py:33
44+
#: models.py:35
4545
msgid "Default"
46-
msgstr "Default"
46+
msgstr ""
4747

48-
#: models.py:49
48+
#: models.py:51
4949
msgid "Template"
50-
msgstr "Template"
50+
msgstr ""
5151

52-
#: models.py:55
52+
#: models.py:57
5353
msgid "Map title"
54-
msgstr "Map title"
54+
msgstr ""
5555

56-
#: models.py:60
56+
#: models.py:62
5757
msgid "Width"
58-
msgstr "Width"
58+
msgstr ""
5959

60-
#: models.py:63
60+
#: models.py:65
6161
msgid ""
6262
"Width of the map, including the CSS length units (e.g. \"100%\", \"400px\" "
6363
"or \"400rem\")."
6464
msgstr ""
65-
"Width of the map, including the CSS length units (e.g. \"100%\", \"400px\" "
66-
"or \"400rem\")."
6765

68-
#: models.py:66
66+
#: models.py:68
6967
msgid "Height"
70-
msgstr "Height"
68+
msgstr ""
7169

72-
#: models.py:69
70+
#: models.py:71
7371
msgid ""
74-
"Height of the map, including the CSS length units (e.g. \"400px\" or "
75-
"\"400rem\")."
72+
"Height of the map, including the CSS length units (e.g. \"400px\" or \"400rem"
73+
"\")."
7674
msgstr ""
77-
"Height of the map, including the CSS length units (e.g. \"400px\" or "
78-
"\"400rem\")."
7975

80-
#: models.py:72
76+
#: models.py:74
8177
msgid "Map styling"
82-
msgstr "Map styling"
78+
msgstr ""
8379

84-
#: models.py:74
80+
#: models.py:76
8581
msgid ""
86-
"Provide a valid (escaped) JSON configuration. See "
87-
"http://developers.google.com/maps/documentation/javascript/styling"
82+
"Provide a valid (escaped) JSON configuration. See http://developers.google."
83+
"com/maps/documentation/javascript/styling"
8884
msgstr ""
89-
"Provide a valid (escaped) JSON configuration. See "
90-
"http://developers.google.com/maps/documentation/javascript/styling"
9185

92-
#: models.py:78 models.py:210
86+
#: models.py:80 models.py:212
9387
msgid "Latitude (lat)"
94-
msgstr "Latitude (lat)"
88+
msgstr ""
9589

96-
#: models.py:81
90+
#: models.py:83
9791
msgid "Default Geographical latitude in degrees (e.g. \"46.947973\")."
98-
msgstr "Default Geographical latitude in degrees (e.g. \"46.947973\")."
92+
msgstr ""
9993

100-
#: models.py:84 models.py:218
94+
#: models.py:86 models.py:220
10195
msgid "Longitude (lng)"
102-
msgstr "Longitude (lng)"
96+
msgstr ""
10397

104-
#: models.py:87
98+
#: models.py:89
10599
msgid "Default Geographical longitude in degrees (e.g. \"7.447446\")."
106-
msgstr "Default Geographical longitude in degrees (e.g. \"7.447446\")."
100+
msgstr ""
107101

108-
#: models.py:90
102+
#: models.py:92
109103
msgid "Zoom level"
110-
msgstr "Zoom level"
104+
msgstr ""
111105

112-
#: models.py:97
106+
#: models.py:99
113107
msgid "Map type"
114-
msgstr "Map type"
108+
msgstr ""
115109

116-
#: models.py:103
110+
#: models.py:105
117111
msgid "Enable zooming"
118-
msgstr "Enable zooming"
112+
msgstr ""
119113

120-
#: models.py:105
114+
#: models.py:107
121115
msgid "Enabling zooming allows the user to view the map at different scales."
122-
msgstr "Enabling zooming allows the user to view the map at different scales."
116+
msgstr ""
123117

124-
#: models.py:108
118+
#: models.py:110
125119
msgid "Enable Street View"
126-
msgstr "Enable Street View"
120+
msgstr ""
127121

128-
#: models.py:110
122+
#: models.py:112
129123
msgid "Street View allows the user to see street-level imagery."
130-
msgstr "Street View allows the user to see street-level imagery."
124+
msgstr ""
131125

132-
#: models.py:113
126+
#: models.py:115
133127
msgid "Enable rotation"
134-
msgstr "Enable rotation"
128+
msgstr ""
135129

136-
#: models.py:115
130+
#: models.py:117
137131
msgid "Allows the user to change the orientation of the map."
138-
msgstr "Allows the user to change the orientation of the map."
132+
msgstr ""
139133

140-
#: models.py:118
134+
#: models.py:120
141135
msgid "Enable map scale"
142-
msgstr "Enable map scale"
136+
msgstr ""
143137

144-
#: models.py:120
138+
#: models.py:122
145139
msgid "Displays a linear distance scale on the map."
146-
msgstr "Displays a linear distance scale on the map."
140+
msgstr ""
147141

148-
#: models.py:123
142+
#: models.py:125
149143
msgid "Enable fullscreen mode"
150-
msgstr "Enable fullscreen mode"
144+
msgstr ""
151145

152-
#: models.py:125
146+
#: models.py:127
153147
msgid "Allows the user to select a fullscreen view of the map."
154-
msgstr "Allows the user to select a fullscreen view of the map."
148+
msgstr ""
155149

156-
#: models.py:128
150+
#: models.py:130
157151
msgid "Enable cursor key panning"
158-
msgstr "Enable cursor key panning"
152+
msgstr ""
159153

160-
#: models.py:130
161-
msgid ""
162-
"Allows the user to move the map using the cursor keys to see new areas."
154+
#: models.py:132
155+
msgid "Allows the user to move the map using the cursor keys to see new areas."
163156
msgstr ""
164-
"Allows the user to move the map using the cursor keys to see new areas."
165157

166-
#: models.py:133
158+
#: models.py:135
167159
msgid "Enable double-click zoom"
168-
msgstr "Enable double-click zoom"
160+
msgstr ""
169161

170-
#: models.py:135
162+
#: models.py:137
171163
msgid ""
172-
"Allows the user to zoom and centre the map with a double-click or double-"
173-
"tap."
164+
"Allows the user to zoom and centre the map with a double-click or double-tap."
174165
msgstr ""
175-
"Allows the user to zoom and centre the map with a double-click or double-"
176-
"tap."
177166

178-
#: models.py:138
167+
#: models.py:140
179168
msgid "Enable dragging"
180-
msgstr "Enable dragging"
169+
msgstr ""
181170

182-
#: models.py:140
171+
#: models.py:142
183172
msgid "Allows the user to drag the map to see new areas."
184-
msgstr "Allows the user to drag the map to see new areas."
173+
msgstr ""
185174

186-
#: models.py:143
175+
#: models.py:145
187176
msgid "Enable keyboard shortcuts"
188-
msgstr "Enable keyboard shortcuts"
177+
msgstr ""
189178

190-
#: models.py:145
179+
#: models.py:147
191180
msgid "Allows the user to control the map using the keyboard."
192-
msgstr "Allows the user to control the map using the keyboard."
181+
msgstr ""
193182

194-
#: models.py:148
183+
#: models.py:150
195184
msgid "Enable scroll-wheel zooming"
196-
msgstr "Enable scroll-wheel zooming"
185+
msgstr ""
197186

198-
#: models.py:150
187+
#: models.py:152
199188
msgid "Allows the user to control the zoom level with a scroll-wheel."
200-
msgstr "Allows the user to control the zoom level with a scroll-wheel."
189+
msgstr ""
201190

202-
#: models.py:180
191+
#: models.py:182
203192
msgid "Width must be a positive integer followed by \"px\" or \"%\"."
204-
msgstr "Width must be a positive integer followed by \"px\" or \"%\"."
193+
msgstr ""
205194

206-
#: models.py:184
195+
#: models.py:186
207196
msgid "Height must be a positive integer followed by \"px\"."
208-
msgstr "Height must be a positive integer followed by \"px\"."
197+
msgstr ""
209198

210-
#: models.py:190
199+
#: models.py:192
211200
msgid "Map styling has to be valid JSON."
212-
msgstr "Map styling has to be valid JSON."
201+
msgstr ""
213202

214-
#: models.py:199 models.py:257
203+
#: models.py:201 models.py:267
215204
msgid "Title"
216-
msgstr "Title"
205+
msgstr ""
217206

218-
#: models.py:204
207+
#: models.py:206
219208
msgid "Full address"
220-
msgstr "Full address"
209+
msgstr ""
221210

222-
#: models.py:207
211+
#: models.py:209
223212
msgid "Note: Latitude and longitude can be used to fine-tune the location."
224-
msgstr "Note: Latitude and longitude can be used to fine-tune the location."
213+
msgstr ""
225214

226-
#: models.py:215
215+
#: models.py:217
227216
msgid "Geographical latitude in degrees (e.g. \"46.947973\")."
228-
msgstr "Geographical latitude in degrees (e.g. \"46.947973\")."
217+
msgstr ""
229218

230-
#: models.py:223
219+
#: models.py:225
231220
msgid "Geographical longitude in degrees (e.g. \"7.447446\")."
232-
msgstr "Geographical longitude in degrees (e.g. \"7.447446\")."
221+
msgstr ""
222+
223+
#: models.py:228
224+
msgid "Icon"
225+
msgstr ""
226+
227+
#: models.py:232
228+
msgid ""
229+
"A marker icon identifies a location on a map. By default, it uses a standard "
230+
"image from Google."
231+
msgstr ""
233232

234-
#: models.py:227
233+
#: models.py:237
235234
msgid "Show window"
236-
msgstr "Show window"
235+
msgstr ""
237236

238-
#: models.py:229
237+
#: models.py:239
239238
msgid "Display the info window when the map loads."
240-
msgstr "Display the info window when the map loads."
239+
msgstr ""
241240

242-
#: models.py:232
241+
#: models.py:242
243242
msgid "Info window content"
244-
msgstr "Info window content"
243+
msgstr ""
245244

246-
#: models.py:234
245+
#: models.py:244
247246
msgid "Will be displayed in the info window attached to the marker."
248-
msgstr "Will be displayed in the info window attached to the marker."
247+
msgstr ""
249248

250-
#: models.py:262
249+
#: models.py:272
251250
msgid "Starting address"
252-
msgstr "Starting address"
251+
msgstr ""
253252

254-
#: models.py:265
253+
#: models.py:275
255254
msgid "Will be determined by user's location (if possible) if left blank."
256-
msgstr "Will be determined by user's location (if possible) if left blank."
255+
msgstr ""
257256

258-
#: models.py:268
257+
#: models.py:278
259258
msgid "Destination address"
260-
msgstr "Destination address"
259+
msgstr ""
261260

262-
#: models.py:272
261+
#: models.py:282
263262
msgid "Travel mode"
264-
msgstr "Travel mode"
263+
msgstr ""

0 commit comments

Comments
 (0)