Skip to content

Commit 16c515a

Browse files
committed
updated translations directly
1 parent 9bae6fb commit 16c515a

File tree

75 files changed

+5134
-4336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5134
-4336
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changelog
77
==================
88

99
* Added support for customize marker icon
10+
* Updated translations
1011

1112

1213
1.0.2 (2017-01-10)

djangocms_googlemap/locale/af/LC_MESSAGES/django.po

Lines changed: 66 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
"Language-Team: Afrikaans (https://www.transifex.com/divio/teams/58664/af/)\n"
1414
"MIME-Version: 1.0\n"
@@ -17,11 +17,11 @@ msgstr ""
1717
"Language: af\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\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"
2222
msgstr ""
2323

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

@@ -33,223 +33,233 @@ msgstr ""
3333
msgid "Marker"
3434
msgstr ""
3535

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

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

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

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

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

56-
#: models.py:60
56+
#: models.py:62
5757
msgid "Width"
5858
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 ""
6565

66-
#: models.py:66
66+
#: models.py:68
6767
msgid "Height"
6868
msgstr ""
6969

70-
#: models.py:69
70+
#: models.py:71
7171
msgid ""
7272
"Height of the map, including the CSS length units (e.g. \"400px\" or "
7373
"\"400rem\")."
7474
msgstr ""
7575

76-
#: models.py:72
76+
#: models.py:74
7777
msgid "Map styling"
7878
msgstr ""
7979

80-
#: models.py:74
80+
#: models.py:76
8181
msgid ""
8282
"Provide a valid (escaped) JSON configuration. See "
8383
"http://developers.google.com/maps/documentation/javascript/styling"
8484
msgstr ""
8585

86-
#: models.py:78 models.py:210
86+
#: models.py:80 models.py:212
8787
msgid "Latitude (lat)"
8888
msgstr ""
8989

90-
#: models.py:81
90+
#: models.py:83
9191
msgid "Default Geographical latitude in degrees (e.g. \"46.947973\")."
9292
msgstr ""
9393

94-
#: models.py:84 models.py:218
94+
#: models.py:86 models.py:220
9595
msgid "Longitude (lng)"
9696
msgstr ""
9797

98-
#: models.py:87
98+
#: models.py:89
9999
msgid "Default Geographical longitude in degrees (e.g. \"7.447446\")."
100100
msgstr ""
101101

102-
#: models.py:90
102+
#: models.py:92
103103
msgid "Zoom level"
104104
msgstr ""
105105

106-
#: models.py:97
106+
#: models.py:99
107107
msgid "Map type"
108108
msgstr ""
109109

110-
#: models.py:103
110+
#: models.py:105
111111
msgid "Enable zooming"
112112
msgstr ""
113113

114-
#: models.py:105
114+
#: models.py:107
115115
msgid "Enabling zooming allows the user to view the map at different scales."
116116
msgstr ""
117117

118-
#: models.py:108
118+
#: models.py:110
119119
msgid "Enable Street View"
120120
msgstr ""
121121

122-
#: models.py:110
122+
#: models.py:112
123123
msgid "Street View allows the user to see street-level imagery."
124124
msgstr ""
125125

126-
#: models.py:113
126+
#: models.py:115
127127
msgid "Enable rotation"
128128
msgstr ""
129129

130-
#: models.py:115
130+
#: models.py:117
131131
msgid "Allows the user to change the orientation of the map."
132132
msgstr ""
133133

134-
#: models.py:118
134+
#: models.py:120
135135
msgid "Enable map scale"
136136
msgstr ""
137137

138-
#: models.py:120
138+
#: models.py:122
139139
msgid "Displays a linear distance scale on the map."
140140
msgstr ""
141141

142-
#: models.py:123
142+
#: models.py:125
143143
msgid "Enable fullscreen mode"
144144
msgstr ""
145145

146-
#: models.py:125
146+
#: models.py:127
147147
msgid "Allows the user to select a fullscreen view of the map."
148148
msgstr ""
149149

150-
#: models.py:128
150+
#: models.py:130
151151
msgid "Enable cursor key panning"
152152
msgstr ""
153153

154-
#: models.py:130
154+
#: models.py:132
155155
msgid ""
156156
"Allows the user to move the map using the cursor keys to see new areas."
157157
msgstr ""
158158

159-
#: models.py:133
159+
#: models.py:135
160160
msgid "Enable double-click zoom"
161161
msgstr ""
162162

163-
#: models.py:135
163+
#: models.py:137
164164
msgid ""
165165
"Allows the user to zoom and centre the map with a double-click or double-"
166166
"tap."
167167
msgstr ""
168168

169-
#: models.py:138
169+
#: models.py:140
170170
msgid "Enable dragging"
171171
msgstr ""
172172

173-
#: models.py:140
173+
#: models.py:142
174174
msgid "Allows the user to drag the map to see new areas."
175175
msgstr ""
176176

177-
#: models.py:143
177+
#: models.py:145
178178
msgid "Enable keyboard shortcuts"
179179
msgstr ""
180180

181-
#: models.py:145
181+
#: models.py:147
182182
msgid "Allows the user to control the map using the keyboard."
183183
msgstr ""
184184

185-
#: models.py:148
185+
#: models.py:150
186186
msgid "Enable scroll-wheel zooming"
187187
msgstr ""
188188

189-
#: models.py:150
189+
#: models.py:152
190190
msgid "Allows the user to control the zoom level with a scroll-wheel."
191191
msgstr ""
192192

193-
#: models.py:180
193+
#: models.py:182
194194
msgid "Width must be a positive integer followed by \"px\" or \"%\"."
195195
msgstr ""
196196

197-
#: models.py:184
197+
#: models.py:186
198198
msgid "Height must be a positive integer followed by \"px\"."
199199
msgstr ""
200200

201-
#: models.py:190
201+
#: models.py:192
202202
msgid "Map styling has to be valid JSON."
203203
msgstr ""
204204

205-
#: models.py:199 models.py:257
205+
#: models.py:201 models.py:267
206206
msgid "Title"
207207
msgstr ""
208208

209-
#: models.py:204
209+
#: models.py:206
210210
msgid "Full address"
211211
msgstr ""
212212

213-
#: models.py:207
213+
#: models.py:209
214214
msgid "Note: Latitude and longitude can be used to fine-tune the location."
215215
msgstr ""
216216

217-
#: models.py:215
217+
#: models.py:217
218218
msgid "Geographical latitude in degrees (e.g. \"46.947973\")."
219219
msgstr ""
220220

221-
#: models.py:223
221+
#: models.py:225
222222
msgid "Geographical longitude in degrees (e.g. \"7.447446\")."
223223
msgstr ""
224224

225-
#: models.py:227
225+
#: models.py:228
226+
msgid "Icon"
227+
msgstr ""
228+
229+
#: models.py:232
230+
msgid ""
231+
"A marker icon identifies a location on a map. By default, it uses a standard"
232+
" image from Google."
233+
msgstr ""
234+
235+
#: models.py:237
226236
msgid "Show window"
227237
msgstr ""
228238

229-
#: models.py:229
239+
#: models.py:239
230240
msgid "Display the info window when the map loads."
231241
msgstr ""
232242

233-
#: models.py:232
243+
#: models.py:242
234244
msgid "Info window content"
235245
msgstr ""
236246

237-
#: models.py:234
247+
#: models.py:244
238248
msgid "Will be displayed in the info window attached to the marker."
239249
msgstr ""
240250

241-
#: models.py:262
251+
#: models.py:272
242252
msgid "Starting address"
243253
msgstr ""
244254

245-
#: models.py:265
255+
#: models.py:275
246256
msgid "Will be determined by user's location (if possible) if left blank."
247257
msgstr ""
248258

249-
#: models.py:268
259+
#: models.py:278
250260
msgid "Destination address"
251261
msgstr ""
252262

253-
#: models.py:272
263+
#: models.py:282
254264
msgid "Travel mode"
255265
msgstr ""

0 commit comments

Comments
 (0)