umap-project 1.5.0__py3-none-any.whl → 1.6.0__py3-none-any.whl
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.
- umap/__init__.py +1 -1
- umap/forms.py +8 -1
- umap/locale/en/LC_MESSAGES/django.po +48 -25
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +67 -44
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +67 -44
- umap/migrations/0012_datalayer_settings.py +19 -0
- umap/models.py +17 -3
- umap/settings/base.py +2 -2
- umap/static/umap/base.css +7 -0
- umap/static/umap/content.css +7 -0
- umap/static/umap/js/umap.controls.js +8 -4
- umap/static/umap/js/umap.js +8 -3
- umap/static/umap/js/umap.layer.js +11 -9
- umap/static/umap/test/Map.js +1 -1
- umap/static/umap/test/_pre.js +5 -0
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/templates/auth/user_form.html +50 -0
- umap/templates/umap/user_dashboard.html +3 -1
- umap/tests/base.py +34 -30
- umap/tests/test_datalayer_views.py +2 -0
- umap/tests/test_views.py +48 -1
- umap/urls.py +5 -0
- umap/views.py +21 -0
- {umap_project-1.5.0.dist-info → umap_project-1.6.0.dist-info}/METADATA +1 -1
- {umap_project-1.5.0.dist-info → umap_project-1.6.0.dist-info}/RECORD +30 -28
- {umap_project-1.5.0.dist-info → umap_project-1.6.0.dist-info}/WHEEL +0 -0
- {umap_project-1.5.0.dist-info → umap_project-1.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.5.0.dist-info → umap_project-1.6.0.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "1.
|
|
1
|
+
VERSION = "1.6.0"
|
umap/forms.py
CHANGED
|
@@ -59,7 +59,7 @@ class DataLayerForm(forms.ModelForm):
|
|
|
59
59
|
|
|
60
60
|
class Meta:
|
|
61
61
|
model = DataLayer
|
|
62
|
-
fields = ('geojson', 'name', 'display_on_load', 'rank')
|
|
62
|
+
fields = ('geojson', 'name', 'display_on_load', 'rank', 'settings')
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
class MapSettingsForm(forms.ModelForm):
|
|
@@ -89,3 +89,10 @@ class MapSettingsForm(forms.ModelForm):
|
|
|
89
89
|
class Meta:
|
|
90
90
|
fields = ('settings', 'name', 'center', 'slug')
|
|
91
91
|
model = Map
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class UserProfileForm(forms.ModelForm):
|
|
95
|
+
|
|
96
|
+
class Meta:
|
|
97
|
+
model = User
|
|
98
|
+
fields = ('username', 'first_name', 'last_name')
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2023-08-15
|
|
11
|
+
"POT-Creation-Date: 2023-08-21 15:24+0000\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -78,7 +78,7 @@ msgstr ""
|
|
|
78
78
|
msgid "Blocked"
|
|
79
79
|
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: models.py:153 models.py:
|
|
81
|
+
#: models.py:153 models.py:307
|
|
82
82
|
msgid "description"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
@@ -114,27 +114,27 @@ msgstr ""
|
|
|
114
114
|
msgid "editors"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:181
|
|
118
118
|
msgid "edit status"
|
|
119
119
|
msgstr ""
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:186
|
|
122
122
|
msgid "share status"
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:189 models.py:316
|
|
126
126
|
msgid "settings"
|
|
127
127
|
msgstr ""
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:262
|
|
130
130
|
msgid "Clone of"
|
|
131
131
|
msgstr ""
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:311
|
|
134
134
|
msgid "display on load"
|
|
135
135
|
msgstr ""
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:312
|
|
138
138
|
msgid "Display this layer on load."
|
|
139
139
|
msgstr ""
|
|
140
140
|
|
|
@@ -152,6 +152,33 @@ msgstr ""
|
|
|
152
152
|
msgid "%(current_user)s has no maps."
|
|
153
153
|
msgstr ""
|
|
154
154
|
|
|
155
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:4
|
|
156
|
+
#: templates/umap/user_dashboard.html:10
|
|
157
|
+
msgid "My dashboard"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:10
|
|
161
|
+
msgid "My profile"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
#: templates/auth/user_form.html:19
|
|
165
|
+
msgid "Save"
|
|
166
|
+
msgstr ""
|
|
167
|
+
|
|
168
|
+
#: templates/auth/user_form.html:24
|
|
169
|
+
msgid "Your current providers"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
#: templates/auth/user_form.html:30
|
|
173
|
+
msgid "Connect to another provider"
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
#: templates/auth/user_form.html:32
|
|
177
|
+
msgid ""
|
|
178
|
+
"It's a good habit to connect your account to more than one provider, in case "
|
|
179
|
+
"one provider becomes unavailable, temporarily or even permanently."
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
155
182
|
#: templates/auth/user_stars.html:5
|
|
156
183
|
#, python-format
|
|
157
184
|
msgid "Browse %(current_user)s's starred maps"
|
|
@@ -229,7 +256,7 @@ msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
|
229
256
|
msgstr ""
|
|
230
257
|
|
|
231
258
|
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:42
|
|
232
|
-
#: templates/umap/user_dashboard.html:
|
|
259
|
+
#: templates/umap/user_dashboard.html:20
|
|
233
260
|
msgid "Create a map"
|
|
234
261
|
msgstr ""
|
|
235
262
|
|
|
@@ -264,7 +291,7 @@ msgstr ""
|
|
|
264
291
|
msgid "You are logged in. Continuing..."
|
|
265
292
|
msgstr ""
|
|
266
293
|
|
|
267
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
294
|
+
#: templates/umap/map_list.html:9 views.py:300
|
|
268
295
|
msgid "by"
|
|
269
296
|
msgstr ""
|
|
270
297
|
|
|
@@ -397,60 +424,56 @@ msgstr ""
|
|
|
397
424
|
msgid "Search"
|
|
398
425
|
msgstr ""
|
|
399
426
|
|
|
400
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:9
|
|
401
|
-
msgid "My dashboard"
|
|
402
|
-
msgstr ""
|
|
403
|
-
|
|
404
427
|
#: templates/umap/user_dashboard.html:7
|
|
405
428
|
msgid "Search my maps"
|
|
406
429
|
msgstr ""
|
|
407
430
|
|
|
408
|
-
#: templates/umap/user_dashboard.html:
|
|
431
|
+
#: templates/umap/user_dashboard.html:20
|
|
409
432
|
msgid "You have no map yet."
|
|
410
433
|
msgstr ""
|
|
411
434
|
|
|
412
|
-
#: views.py:
|
|
435
|
+
#: views.py:305
|
|
413
436
|
msgid "View the map"
|
|
414
437
|
msgstr ""
|
|
415
438
|
|
|
416
|
-
#: views.py:
|
|
439
|
+
#: views.py:628
|
|
417
440
|
msgid "Map has been updated!"
|
|
418
441
|
msgstr ""
|
|
419
442
|
|
|
420
|
-
#: views.py:
|
|
443
|
+
#: views.py:653
|
|
421
444
|
msgid "Map editors updated with success!"
|
|
422
445
|
msgstr ""
|
|
423
446
|
|
|
424
|
-
#: views.py:
|
|
447
|
+
#: views.py:691
|
|
425
448
|
#, python-format
|
|
426
449
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
427
450
|
msgstr ""
|
|
428
451
|
|
|
429
|
-
#: views.py:
|
|
452
|
+
#: views.py:694
|
|
430
453
|
#, python-format
|
|
431
454
|
msgid "Here is your secret edit link: %(link)s"
|
|
432
455
|
msgstr ""
|
|
433
456
|
|
|
434
|
-
#: views.py:
|
|
457
|
+
#: views.py:700
|
|
435
458
|
#, python-format
|
|
436
459
|
msgid "Email sent to %(email)s"
|
|
437
460
|
msgstr ""
|
|
438
461
|
|
|
439
|
-
#: views.py:
|
|
462
|
+
#: views.py:711
|
|
440
463
|
msgid "Only its owner can delete the map."
|
|
441
464
|
msgstr ""
|
|
442
465
|
|
|
443
|
-
#: views.py:
|
|
466
|
+
#: views.py:734
|
|
444
467
|
#, python-format
|
|
445
468
|
msgid ""
|
|
446
469
|
"Your map has been cloned! If you want to edit this map from another "
|
|
447
470
|
"computer, please use this link: %(anonymous_url)s"
|
|
448
471
|
msgstr ""
|
|
449
472
|
|
|
450
|
-
#: views.py:
|
|
473
|
+
#: views.py:739
|
|
451
474
|
msgid "Congratulations, your map has been cloned!"
|
|
452
475
|
msgstr ""
|
|
453
476
|
|
|
454
|
-
#: views.py:
|
|
477
|
+
#: views.py:922
|
|
455
478
|
msgid "Layer successfully deleted."
|
|
456
479
|
msgstr ""
|
|
Binary file
|
|
@@ -22,7 +22,7 @@ msgid ""
|
|
|
22
22
|
msgstr ""
|
|
23
23
|
"Project-Id-Version: uMap\n"
|
|
24
24
|
"Report-Msgid-Bugs-To: \n"
|
|
25
|
-
"POT-Creation-Date: 2023-
|
|
25
|
+
"POT-Creation-Date: 2023-08-21 15:24+0000\n"
|
|
26
26
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
27
27
|
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023\n"
|
|
28
28
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
@@ -49,107 +49,107 @@ msgstr "Modifiable seulement avec le lien de modification secret"
|
|
|
49
49
|
msgid "Site is readonly for maintenance"
|
|
50
50
|
msgstr "Le site est en lecture seule pour maintenance."
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:48
|
|
53
53
|
msgid "name"
|
|
54
54
|
msgstr "nom"
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:79
|
|
57
57
|
msgid "details"
|
|
58
58
|
msgstr "détails"
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:80
|
|
61
61
|
msgid "Link to a page where the licence is detailed."
|
|
62
62
|
msgstr "Lien vers une page détaillant la licence."
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:90
|
|
65
65
|
msgid "URL template using OSM tile format"
|
|
66
66
|
msgstr "Modèle d'URL au format des tuiles OSM"
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:96
|
|
69
69
|
msgid "Order of the tilelayers in the edit box"
|
|
70
70
|
msgstr "Ordre des calques de tuiles dans le panneau de modification"
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:142
|
|
73
73
|
msgid "Everyone"
|
|
74
74
|
msgstr "Tout le monde"
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:143 models.py:149
|
|
77
77
|
msgid "Editors only"
|
|
78
78
|
msgstr "Éditeurs uniquement"
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:144
|
|
81
81
|
msgid "Owner only"
|
|
82
82
|
msgstr "Propriétaire uniquement"
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:147
|
|
85
85
|
msgid "Everyone (public)"
|
|
86
86
|
msgstr "Tout le monde (public)"
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:148
|
|
89
89
|
msgid "Anyone with link"
|
|
90
90
|
msgstr "Quiconque a le lien"
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:150
|
|
93
93
|
msgid "Blocked"
|
|
94
94
|
msgstr "Bloquée"
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:153 models.py:307
|
|
97
97
|
msgid "description"
|
|
98
98
|
msgstr "description"
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:154
|
|
101
101
|
msgid "center"
|
|
102
102
|
msgstr "centre"
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:155
|
|
105
105
|
msgid "zoom"
|
|
106
106
|
msgstr "zoom"
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:157
|
|
109
109
|
msgid "locate"
|
|
110
110
|
msgstr "géolocaliser"
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:157
|
|
113
113
|
msgid "Locate user on load?"
|
|
114
114
|
msgstr "Géolocaliser l'utilisateur au chargement ?"
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:161
|
|
117
117
|
msgid "Choose the map licence."
|
|
118
118
|
msgstr "Choisir une licence pour la carte"
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:162
|
|
121
121
|
msgid "licence"
|
|
122
122
|
msgstr "licence"
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:172
|
|
125
125
|
msgid "owner"
|
|
126
126
|
msgstr "créateur"
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:176
|
|
129
129
|
msgid "editors"
|
|
130
130
|
msgstr "éditeurs"
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:181
|
|
133
133
|
msgid "edit status"
|
|
134
134
|
msgstr "statut de modification"
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:186
|
|
137
137
|
msgid "share status"
|
|
138
138
|
msgstr "qui a accès"
|
|
139
139
|
|
|
140
|
-
#: models.py:
|
|
140
|
+
#: models.py:189 models.py:316
|
|
141
141
|
msgid "settings"
|
|
142
142
|
msgstr "réglages"
|
|
143
143
|
|
|
144
|
-
#: models.py:
|
|
144
|
+
#: models.py:262
|
|
145
145
|
msgid "Clone of"
|
|
146
146
|
msgstr "Clone de"
|
|
147
147
|
|
|
148
|
-
#: models.py:
|
|
148
|
+
#: models.py:311
|
|
149
149
|
msgid "display on load"
|
|
150
150
|
msgstr "afficher au chargement."
|
|
151
151
|
|
|
152
|
-
#: models.py:
|
|
152
|
+
#: models.py:312
|
|
153
153
|
msgid "Display this layer on load."
|
|
154
154
|
msgstr "Afficher ce calque au chargement."
|
|
155
155
|
|
|
@@ -167,6 +167,33 @@ msgstr "Consulter les cartes de %(current_user)s"
|
|
|
167
167
|
msgid "%(current_user)s has no maps."
|
|
168
168
|
msgstr "%(current_user)s n'a aucune carte."
|
|
169
169
|
|
|
170
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:4
|
|
171
|
+
#: templates/umap/user_dashboard.html:10
|
|
172
|
+
msgid "My dashboard"
|
|
173
|
+
msgstr "Mon tableau de bord"
|
|
174
|
+
|
|
175
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:10
|
|
176
|
+
msgid "My profile"
|
|
177
|
+
msgstr "Mon profil"
|
|
178
|
+
|
|
179
|
+
#: templates/auth/user_form.html:19
|
|
180
|
+
msgid "Save"
|
|
181
|
+
msgstr "Enregistrer"
|
|
182
|
+
|
|
183
|
+
#: templates/auth/user_form.html:24
|
|
184
|
+
msgid "Your current providers"
|
|
185
|
+
msgstr "Vos fournisseurs associés"
|
|
186
|
+
|
|
187
|
+
#: templates/auth/user_form.html:30
|
|
188
|
+
msgid "Connect to another provider"
|
|
189
|
+
msgstr "Associer un autre fournisseur"
|
|
190
|
+
|
|
191
|
+
#: templates/auth/user_form.html:32
|
|
192
|
+
msgid ""
|
|
193
|
+
"It's a good habit to connect your account to more than one provider, in case"
|
|
194
|
+
" one provider becomes unavailable, temporarily or even permanently."
|
|
195
|
+
msgstr "C'est une bonne habitude d'avoir plusieurs fournisseurs d'identité, notamment dans le cas où l'un d'eux deviendrait inaccessible, temporairement ou même définitivement."
|
|
196
|
+
|
|
170
197
|
#: templates/auth/user_stars.html:5
|
|
171
198
|
#, python-format
|
|
172
199
|
msgid "Browse %(current_user)s's starred maps"
|
|
@@ -244,7 +271,7 @@ msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
|
244
271
|
msgstr "Et c'est <a href=\"%(repo_url)s\">open source</a>!"
|
|
245
272
|
|
|
246
273
|
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:42
|
|
247
|
-
#: templates/umap/user_dashboard.html:
|
|
274
|
+
#: templates/umap/user_dashboard.html:20
|
|
248
275
|
msgid "Create a map"
|
|
249
276
|
msgstr "Créer une carte"
|
|
250
277
|
|
|
@@ -279,7 +306,7 @@ msgstr "Naviguer dans les cartes"
|
|
|
279
306
|
msgid "You are logged in. Continuing..."
|
|
280
307
|
msgstr "Vous êtes maintenant identifié. Merci de patienter..."
|
|
281
308
|
|
|
282
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
309
|
+
#: templates/umap/map_list.html:9 views.py:300
|
|
283
310
|
msgid "by"
|
|
284
311
|
msgstr "par"
|
|
285
312
|
|
|
@@ -413,60 +440,56 @@ msgstr "Chercher des cartes"
|
|
|
413
440
|
msgid "Search"
|
|
414
441
|
msgstr "Chercher"
|
|
415
442
|
|
|
416
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:9
|
|
417
|
-
msgid "My dashboard"
|
|
418
|
-
msgstr "Mon tableau de bord"
|
|
419
|
-
|
|
420
443
|
#: templates/umap/user_dashboard.html:7
|
|
421
444
|
msgid "Search my maps"
|
|
422
445
|
msgstr "Chercher dans mes cartes"
|
|
423
446
|
|
|
424
|
-
#: templates/umap/user_dashboard.html:
|
|
447
|
+
#: templates/umap/user_dashboard.html:20
|
|
425
448
|
msgid "You have no map yet."
|
|
426
449
|
msgstr "Vous n'avez pas encore de carte."
|
|
427
450
|
|
|
428
|
-
#: views.py:
|
|
451
|
+
#: views.py:305
|
|
429
452
|
msgid "View the map"
|
|
430
453
|
msgstr "Voir la carte"
|
|
431
454
|
|
|
432
|
-
#: views.py:
|
|
455
|
+
#: views.py:628
|
|
433
456
|
msgid "Map has been updated!"
|
|
434
457
|
msgstr "La carte a été mise à jour !"
|
|
435
458
|
|
|
436
|
-
#: views.py:
|
|
459
|
+
#: views.py:653
|
|
437
460
|
msgid "Map editors updated with success!"
|
|
438
461
|
msgstr "Éditeurs de la carte mis à jour !"
|
|
439
462
|
|
|
440
|
-
#: views.py:
|
|
463
|
+
#: views.py:691
|
|
441
464
|
#, python-format
|
|
442
465
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
443
466
|
msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
|
|
444
467
|
|
|
445
|
-
#: views.py:
|
|
468
|
+
#: views.py:694
|
|
446
469
|
#, python-format
|
|
447
470
|
msgid "Here is your secret edit link: %(link)s"
|
|
448
471
|
msgstr "Voici votre lien d'édition secret: %(link)s"
|
|
449
472
|
|
|
450
|
-
#: views.py:
|
|
473
|
+
#: views.py:700
|
|
451
474
|
#, python-format
|
|
452
475
|
msgid "Email sent to %(email)s"
|
|
453
476
|
msgstr "Courriel envoyé à %(email)s"
|
|
454
477
|
|
|
455
|
-
#: views.py:
|
|
478
|
+
#: views.py:711
|
|
456
479
|
msgid "Only its owner can delete the map."
|
|
457
480
|
msgstr "Seul le créateur de la carte peut la supprimer."
|
|
458
481
|
|
|
459
|
-
#: views.py:
|
|
482
|
+
#: views.py:734
|
|
460
483
|
#, python-format
|
|
461
484
|
msgid ""
|
|
462
485
|
"Your map has been cloned! If you want to edit this map from another "
|
|
463
486
|
"computer, please use this link: %(anonymous_url)s"
|
|
464
487
|
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
|
|
465
488
|
|
|
466
|
-
#: views.py:
|
|
489
|
+
#: views.py:739
|
|
467
490
|
msgid "Congratulations, your map has been cloned!"
|
|
468
491
|
msgstr "Votre carte a été dupliquée !"
|
|
469
492
|
|
|
470
|
-
#: views.py:
|
|
493
|
+
#: views.py:922
|
|
471
494
|
msgid "Layer successfully deleted."
|
|
472
495
|
msgstr "Calque supprimé."
|
|
Binary file
|