umap-project 3.4.0b3__py3-none-any.whl → 3.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/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +71 -57
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +18 -14
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +20 -16
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +101 -95
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
- umap/management/commands/clean_tilelayer.py +0 -1
- umap/management/commands/search_maps.py +95 -0
- umap/settings/__init__.py +9 -1
- umap/settings/base.py +7 -6
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/img/16-white.svg +5 -2
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/source/16-white.svg +7 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +32 -67
- umap/static/umap/js/modules/browser.js +31 -14
- umap/static/umap/js/modules/data/features.js +34 -36
- umap/static/umap/js/modules/data/fields.js +199 -23
- umap/static/umap/js/modules/data/layer.js +85 -96
- umap/static/umap/js/modules/domutils.js +25 -1
- umap/static/umap/js/modules/filters.js +24 -50
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +20 -20
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +15 -5
- umap/static/umap/js/modules/rendering/controls.js +203 -10
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +67 -57
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +40 -40
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +53 -33
- umap/static/umap/js/modules/ui/hash.js +36 -0
- umap/static/umap/js/modules/ui/loader.js +26 -0
- umap/static/umap/js/modules/ui/panel.js +33 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +81 -80
- umap/static/umap/js/modules/utils.js +13 -3
- umap/static/umap/js/umap.controls.js +16 -179
- umap/static/umap/locale/am_ET.js +7 -8
- umap/static/umap/locale/am_ET.json +7 -8
- umap/static/umap/locale/ar.js +7 -8
- umap/static/umap/locale/ar.json +7 -8
- umap/static/umap/locale/ast.js +7 -8
- umap/static/umap/locale/ast.json +7 -8
- umap/static/umap/locale/bg.js +7 -8
- umap/static/umap/locale/bg.json +7 -8
- umap/static/umap/locale/br.js +44 -36
- umap/static/umap/locale/br.json +44 -36
- umap/static/umap/locale/ca.js +7 -8
- umap/static/umap/locale/ca.json +7 -8
- umap/static/umap/locale/cs_CZ.js +7 -8
- umap/static/umap/locale/cs_CZ.json +7 -8
- umap/static/umap/locale/da.js +8 -9
- umap/static/umap/locale/da.json +8 -9
- umap/static/umap/locale/de.js +62 -63
- umap/static/umap/locale/de.json +62 -63
- umap/static/umap/locale/el.js +7 -8
- umap/static/umap/locale/el.json +7 -8
- umap/static/umap/locale/en.js +7 -8
- umap/static/umap/locale/en.json +7 -8
- umap/static/umap/locale/en_US.json +7 -8
- umap/static/umap/locale/es.js +19 -20
- umap/static/umap/locale/es.json +19 -20
- umap/static/umap/locale/et.js +7 -8
- umap/static/umap/locale/et.json +7 -8
- umap/static/umap/locale/eu.js +23 -24
- umap/static/umap/locale/eu.json +23 -24
- umap/static/umap/locale/fa_IR.js +7 -8
- umap/static/umap/locale/fa_IR.json +7 -8
- umap/static/umap/locale/fi.js +7 -8
- umap/static/umap/locale/fi.json +7 -8
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +147 -148
- umap/static/umap/locale/gl.json +147 -148
- umap/static/umap/locale/he.js +7 -8
- umap/static/umap/locale/he.json +7 -8
- umap/static/umap/locale/hr.js +7 -8
- umap/static/umap/locale/hr.json +7 -8
- umap/static/umap/locale/hu.js +8 -9
- umap/static/umap/locale/hu.json +8 -9
- umap/static/umap/locale/id.js +7 -8
- umap/static/umap/locale/id.json +7 -8
- umap/static/umap/locale/is.js +7 -8
- umap/static/umap/locale/is.json +7 -8
- umap/static/umap/locale/it.js +7 -8
- umap/static/umap/locale/it.json +7 -8
- umap/static/umap/locale/ja.js +7 -8
- umap/static/umap/locale/ja.json +7 -8
- umap/static/umap/locale/ko.js +7 -8
- umap/static/umap/locale/ko.json +7 -8
- umap/static/umap/locale/lt.js +7 -8
- umap/static/umap/locale/lt.json +7 -8
- umap/static/umap/locale/ms.js +7 -8
- umap/static/umap/locale/ms.json +7 -8
- umap/static/umap/locale/nl.js +7 -8
- umap/static/umap/locale/nl.json +7 -8
- umap/static/umap/locale/no.js +7 -8
- umap/static/umap/locale/no.json +7 -8
- umap/static/umap/locale/pl.js +53 -54
- umap/static/umap/locale/pl.json +53 -54
- umap/static/umap/locale/pl_PL.json +7 -8
- umap/static/umap/locale/pt.js +7 -8
- umap/static/umap/locale/pt.json +7 -8
- umap/static/umap/locale/pt_BR.js +7 -8
- umap/static/umap/locale/pt_BR.json +7 -8
- umap/static/umap/locale/pt_PT.js +7 -8
- umap/static/umap/locale/pt_PT.json +7 -8
- umap/static/umap/locale/ro.js +7 -8
- umap/static/umap/locale/ro.json +7 -8
- umap/static/umap/locale/ru.js +7 -8
- umap/static/umap/locale/ru.json +7 -8
- umap/static/umap/locale/sk_SK.js +7 -8
- umap/static/umap/locale/sk_SK.json +7 -8
- umap/static/umap/locale/sl.js +7 -8
- umap/static/umap/locale/sl.json +7 -8
- umap/static/umap/locale/sr.js +7 -8
- umap/static/umap/locale/sr.json +7 -8
- umap/static/umap/locale/sv.js +7 -8
- umap/static/umap/locale/sv.json +7 -8
- umap/static/umap/locale/th_TH.js +7 -8
- umap/static/umap/locale/th_TH.json +7 -8
- umap/static/umap/locale/tr.js +7 -8
- umap/static/umap/locale/tr.json +7 -8
- umap/static/umap/locale/uk_UA.js +7 -8
- umap/static/umap/locale/uk_UA.json +7 -8
- umap/static/umap/locale/vi.js +7 -8
- umap/static/umap/locale/vi.json +7 -8
- umap/static/umap/locale/vi_VN.json +7 -8
- umap/static/umap/locale/zh.js +7 -8
- umap/static/umap/locale/zh.json +7 -8
- umap/static/umap/locale/zh_CN.json +7 -8
- umap/static/umap/locale/zh_TW.Big5.json +7 -8
- umap/static/umap/locale/zh_TW.js +20 -21
- umap/static/umap/locale/zh_TW.json +20 -21
- umap/static/umap/map.css +6 -21
- umap/static/umap/unittests/utils.js +7 -7
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
- umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
- umap/sync/app.py +4 -1
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -8
- umap/templates/umap/team_form.html +2 -1
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_map.py +2 -0
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +26 -0
- umap/tests/integration/test_map.py +3 -3
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +5 -5
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_search_maps_command.py +44 -0
- umap/tests/test_utils.py +4 -1
- umap/utils.py +10 -3
- umap/views.py +17 -4
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/METADATA +29 -23
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/RECORD +210 -214
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
- umap/static/umap/vendors/loading/Control.Loading.css +0 -26
- umap/static/umap/vendors/loading/Control.Loading.js +0 -351
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
- umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "3.
|
|
1
|
+
VERSION = "3.6.0"
|
|
Binary file
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: uMap\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date: 2025-
|
|
13
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
14
14
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
15
15
|
"Last-Translator: Dren ar Frankig <hadrienlouque@gmail.com>, 2023-2025\n"
|
|
16
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
@@ -44,7 +44,7 @@ msgstr ""
|
|
|
44
44
|
msgid "name"
|
|
45
45
|
msgstr "anv"
|
|
46
46
|
|
|
47
|
-
#: models.py:63 models.py:
|
|
47
|
+
#: models.py:63 models.py:507
|
|
48
48
|
msgid "description"
|
|
49
49
|
msgstr "deskrivadur"
|
|
50
50
|
|
|
@@ -64,23 +64,23 @@ msgstr "Patrom URL a implij furmad teol OSM"
|
|
|
64
64
|
msgid "Order of the tilelayers in the edit box"
|
|
65
65
|
msgstr ""
|
|
66
66
|
|
|
67
|
-
#: models.py:176 models.py:
|
|
67
|
+
#: models.py:176 models.py:501
|
|
68
68
|
msgid "Only editable with secret edit link"
|
|
69
69
|
msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
|
|
70
70
|
|
|
71
|
-
#: models.py:177 models.py:
|
|
71
|
+
#: models.py:177 models.py:502
|
|
72
72
|
msgid "Everyone can edit"
|
|
73
73
|
msgstr "An holl a c'hall kemmañ"
|
|
74
74
|
|
|
75
|
-
#: models.py:180 models.py:
|
|
75
|
+
#: models.py:180 models.py:495
|
|
76
76
|
msgid "Everyone"
|
|
77
77
|
msgstr "An holl"
|
|
78
78
|
|
|
79
|
-
#: models.py:181 models.py:190 models.py:
|
|
79
|
+
#: models.py:181 models.py:190 models.py:496
|
|
80
80
|
msgid "Editors and team only"
|
|
81
81
|
msgstr "An aozerien hag ar skipailh hepken"
|
|
82
82
|
|
|
83
|
-
#: models.py:182 models.py:
|
|
83
|
+
#: models.py:182 models.py:497
|
|
84
84
|
msgid "Owner only"
|
|
85
85
|
msgstr "Ar perc'henner hepken"
|
|
86
86
|
|
|
@@ -100,7 +100,7 @@ msgstr "Piv bennak en deus ul liamm"
|
|
|
100
100
|
msgid "Blocked"
|
|
101
101
|
msgstr "Stanket"
|
|
102
102
|
|
|
103
|
-
#: models.py:192 models.py:
|
|
103
|
+
#: models.py:192 models.py:491
|
|
104
104
|
msgid "Deleted"
|
|
105
105
|
msgstr "Dilemel"
|
|
106
106
|
|
|
@@ -140,15 +140,15 @@ msgstr "aozerien"
|
|
|
140
140
|
msgid "team"
|
|
141
141
|
msgstr "skipailh"
|
|
142
142
|
|
|
143
|
-
#: models.py:230 models.py:
|
|
143
|
+
#: models.py:230 models.py:523
|
|
144
144
|
msgid "edit status"
|
|
145
145
|
msgstr "statud aozañ"
|
|
146
146
|
|
|
147
|
-
#: models.py:235 models.py:
|
|
147
|
+
#: models.py:235 models.py:528
|
|
148
148
|
msgid "share status"
|
|
149
149
|
msgstr "digor da biv?"
|
|
150
150
|
|
|
151
|
-
#: models.py:238 models.py:
|
|
151
|
+
#: models.py:238 models.py:518
|
|
152
152
|
msgid "settings"
|
|
153
153
|
msgstr "arventennoù"
|
|
154
154
|
|
|
@@ -164,15 +164,15 @@ msgstr "Ar gartenn-mañ zo ur gartenn patrom"
|
|
|
164
164
|
msgid "Clone of"
|
|
165
165
|
msgstr "Eilenn eus"
|
|
166
166
|
|
|
167
|
-
#: models.py:
|
|
167
|
+
#: models.py:490 models.py:494 models.py:500
|
|
168
168
|
msgid "Inherit"
|
|
169
169
|
msgstr "Dre ziouer"
|
|
170
170
|
|
|
171
|
-
#: models.py:
|
|
171
|
+
#: models.py:513
|
|
172
172
|
msgid "display on load"
|
|
173
173
|
msgstr "diskwel pa vez karget"
|
|
174
174
|
|
|
175
|
-
#: models.py:
|
|
175
|
+
#: models.py:514
|
|
176
176
|
msgid "Display this layer on load."
|
|
177
177
|
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
178
178
|
|
|
@@ -327,7 +327,7 @@ msgstr "Merdeiñ e kartennoù spilhennet %(current_user)s"
|
|
|
327
327
|
msgid "%(current_user)s has no starred maps yet."
|
|
328
328
|
msgstr "%(current_user)s n'en/he deus kartenn spilhennet ebet."
|
|
329
329
|
|
|
330
|
-
#: templates/base.html:
|
|
330
|
+
#: templates/base.html:16
|
|
331
331
|
msgid ""
|
|
332
332
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
333
333
|
"them in your site."
|
|
@@ -339,7 +339,7 @@ msgstr "Kevreañ"
|
|
|
339
339
|
|
|
340
340
|
#: templates/registration/login.html:22
|
|
341
341
|
msgid "To save and easily find your maps, identify yourself."
|
|
342
|
-
msgstr "Evit enrollañ ha kavout ho kartennoù en doare aes, kennaskit mar plij."
|
|
342
|
+
msgstr "Evit enrollañ ha kavout ho kartennoù en un doare aes, kennaskit mar plij."
|
|
343
343
|
|
|
344
344
|
#: templates/registration/login.html:25
|
|
345
345
|
msgid "Please log in with your account:"
|
|
@@ -411,48 +411,54 @@ msgid "Play with the demo"
|
|
|
411
411
|
msgstr "Amprouiñ an tañva!"
|
|
412
412
|
|
|
413
413
|
#: templates/umap/components/alerts/alert.html:17
|
|
414
|
-
#: templates/umap/components/alerts/alert.html:
|
|
415
|
-
#: templates/umap/components/alerts/alert.html:
|
|
414
|
+
#: templates/umap/components/alerts/alert.html:69
|
|
415
|
+
#: templates/umap/components/alerts/alert.html:97
|
|
416
416
|
msgid "Close"
|
|
417
417
|
msgstr "Serriñ"
|
|
418
418
|
|
|
419
419
|
#: templates/umap/components/alerts/alert.html:32
|
|
420
420
|
#, python-format
|
|
421
421
|
msgid ""
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
422
|
+
"Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
|
|
423
|
+
"class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
424
|
+
"class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
|
|
425
425
|
msgstr ""
|
|
426
426
|
|
|
427
|
-
#: templates/umap/components/alerts/alert.html:
|
|
427
|
+
#: templates/umap/components/alerts/alert.html:35
|
|
428
|
+
msgid ""
|
|
429
|
+
"Yes, I want to continue editing anonymously, I will save the secret edit "
|
|
430
|
+
"link to be able to edit this map later or on another device"
|
|
431
|
+
msgstr ""
|
|
432
|
+
|
|
433
|
+
#: templates/umap/components/alerts/alert.html:39
|
|
428
434
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
429
435
|
msgstr ""
|
|
430
436
|
|
|
431
|
-
#: templates/umap/components/alerts/alert.html:
|
|
437
|
+
#: templates/umap/components/alerts/alert.html:43
|
|
432
438
|
msgid "Copy link"
|
|
433
439
|
msgstr "Eilañ al liamm"
|
|
434
440
|
|
|
435
|
-
#: templates/umap/components/alerts/alert.html:
|
|
441
|
+
#: templates/umap/components/alerts/alert.html:50
|
|
436
442
|
msgid "Enter your email address to receive the secret link:"
|
|
437
443
|
msgstr ""
|
|
438
444
|
|
|
439
|
-
#: templates/umap/components/alerts/alert.html:
|
|
445
|
+
#: templates/umap/components/alerts/alert.html:56
|
|
440
446
|
msgid "Email"
|
|
441
447
|
msgstr "Postel"
|
|
442
448
|
|
|
443
|
-
#: templates/umap/components/alerts/alert.html:
|
|
449
|
+
#: templates/umap/components/alerts/alert.html:59
|
|
444
450
|
msgid "Send me the link"
|
|
445
451
|
msgstr "Kas al liamm din"
|
|
446
452
|
|
|
447
|
-
#: templates/umap/components/alerts/alert.html:
|
|
453
|
+
#: templates/umap/components/alerts/alert.html:84
|
|
448
454
|
msgid "See their edits in another tab"
|
|
449
|
-
msgstr ""
|
|
455
|
+
msgstr "Gwelet o kemmoù en un ivinell all"
|
|
450
456
|
|
|
451
|
-
#: templates/umap/components/alerts/alert.html:
|
|
457
|
+
#: templates/umap/components/alerts/alert.html:87
|
|
452
458
|
msgid "Keep your changes and loose theirs"
|
|
453
459
|
msgstr "Derc'hel ho kemmoù hag argas o re"
|
|
454
460
|
|
|
455
|
-
#: templates/umap/components/alerts/alert.html:
|
|
461
|
+
#: templates/umap/components/alerts/alert.html:90
|
|
456
462
|
msgid "Keep their changes and loose yours"
|
|
457
463
|
msgstr "Derc'hel o c'hemmoù hag argas ho re"
|
|
458
464
|
|
|
@@ -491,6 +497,10 @@ msgstr "Darempred"
|
|
|
491
497
|
msgid "Help"
|
|
492
498
|
msgstr "Skoazell"
|
|
493
499
|
|
|
500
|
+
#: templates/umap/content_footer.html:10
|
|
501
|
+
msgid "Terms of Service"
|
|
502
|
+
msgstr "Termenoù implij"
|
|
503
|
+
|
|
494
504
|
#: templates/umap/dashboard_menu.html:6
|
|
495
505
|
#, python-format
|
|
496
506
|
msgid "My Maps (%(count)s)"
|
|
@@ -503,11 +513,11 @@ msgstr "Ma c'hartennoù"
|
|
|
503
513
|
#: templates/umap/dashboard_menu.html:11
|
|
504
514
|
#, python-format
|
|
505
515
|
msgid "My Templates (%(count)s)"
|
|
506
|
-
msgstr ""
|
|
516
|
+
msgstr "Ma fatromoù (%(count)s)"
|
|
507
517
|
|
|
508
518
|
#: templates/umap/dashboard_menu.html:13 templates/umap/user_templates.html:6
|
|
509
519
|
msgid "My Templates"
|
|
510
|
-
msgstr ""
|
|
520
|
+
msgstr "Ma fatromoù"
|
|
511
521
|
|
|
512
522
|
#: templates/umap/dashboard_menu.html:17
|
|
513
523
|
msgid "My profile"
|
|
@@ -533,7 +543,7 @@ msgstr "Kevreet oc'h. Gortozit ur pennadig..."
|
|
|
533
543
|
msgid "template"
|
|
534
544
|
msgstr "patrom"
|
|
535
545
|
|
|
536
|
-
#: templates/umap/map_list.html:18 views.py:
|
|
546
|
+
#: templates/umap/map_list.html:18 views.py:459
|
|
537
547
|
msgid "by"
|
|
538
548
|
msgstr "gant"
|
|
539
549
|
|
|
@@ -723,7 +733,7 @@ msgstr "Kartennoù krouet da ziwezhañ"
|
|
|
723
733
|
msgid "Search maps"
|
|
724
734
|
msgstr "Klask kartennoù"
|
|
725
735
|
|
|
726
|
-
#: templates/umap/search_bar.html:14
|
|
736
|
+
#: templates/umap/search_bar.html:14 templates/umap/user_map_table.html:15
|
|
727
737
|
msgid "Any category"
|
|
728
738
|
msgstr "An holl rummadoù"
|
|
729
739
|
|
|
@@ -768,7 +778,7 @@ msgstr "Klask e-touez ma c'hartennoù"
|
|
|
768
778
|
|
|
769
779
|
#: templates/umap/user_dashboard.html:11
|
|
770
780
|
msgid "Map’s name"
|
|
771
|
-
msgstr ""
|
|
781
|
+
msgstr "Anv ar gartenn"
|
|
772
782
|
|
|
773
783
|
#: templates/umap/user_dashboard.html:12
|
|
774
784
|
#, python-format
|
|
@@ -793,93 +803,97 @@ msgstr "Skipailh nevez"
|
|
|
793
803
|
|
|
794
804
|
#: templates/umap/user_templates.html:10
|
|
795
805
|
msgid "Search my templates"
|
|
796
|
-
msgstr ""
|
|
806
|
+
msgstr "Klask e-touez ma fatromoù"
|
|
797
807
|
|
|
798
808
|
#: templates/umap/user_templates.html:11
|
|
799
809
|
msgid "Template’s name"
|
|
800
|
-
msgstr ""
|
|
810
|
+
msgstr "Anv ar patrom"
|
|
801
811
|
|
|
802
812
|
#: templates/umap/user_templates.html:12
|
|
803
813
|
#, python-format
|
|
804
814
|
msgid "Download %(count)s templates"
|
|
805
|
-
msgstr ""
|
|
815
|
+
msgstr "Pellgargañ %(count)s a batromoù"
|
|
806
816
|
|
|
807
817
|
#: templates/umap/user_templates.html:15
|
|
808
818
|
msgid "You have no template yet."
|
|
809
|
-
msgstr ""
|
|
819
|
+
msgstr "N'ho peus patrom ebet c'hoazh."
|
|
810
820
|
|
|
811
821
|
#: templates/umap/user_templates.html:16
|
|
812
822
|
msgid "Create a template"
|
|
813
|
-
msgstr ""
|
|
823
|
+
msgstr "Krouiñ ur patrom"
|
|
814
824
|
|
|
815
825
|
#: templates/umap/user_templates.html:17
|
|
816
826
|
msgid "No template found."
|
|
817
|
-
msgstr ""
|
|
827
|
+
msgstr "Patrom ebet kavet."
|
|
818
828
|
|
|
819
|
-
#: views.py:
|
|
829
|
+
#: views.py:235
|
|
820
830
|
msgid "Cannot delete a team with more than one member"
|
|
821
|
-
msgstr ""
|
|
831
|
+
msgstr "N'haller ket dilemel ur skipailh gant ouzhpenn un ezel"
|
|
822
832
|
|
|
823
|
-
#: views.py:
|
|
833
|
+
#: views.py:239
|
|
824
834
|
#, python-format
|
|
825
835
|
msgid "Team “%(name)s” has been deleted"
|
|
826
836
|
msgstr "Dilamet eo bet ar skipailh “%(name)s”"
|
|
827
837
|
|
|
828
|
-
#: views.py:
|
|
838
|
+
#: views.py:464
|
|
829
839
|
msgid "View the map"
|
|
830
840
|
msgstr "Diskouez ar gartenn"
|
|
831
841
|
|
|
832
|
-
#: views.py:
|
|
842
|
+
#: views.py:872
|
|
833
843
|
msgid "See full screen"
|
|
834
844
|
msgstr "Gwelet er mod skramm a-bezh"
|
|
835
845
|
|
|
836
|
-
#: views.py:
|
|
846
|
+
#: views.py:1015
|
|
837
847
|
msgid "Map editors updated with success!"
|
|
838
848
|
msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
839
849
|
|
|
840
|
-
#: views.py:
|
|
850
|
+
#: views.py:1051
|
|
841
851
|
#, python-format
|
|
842
852
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
843
853
|
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
844
854
|
|
|
845
|
-
#: views.py:
|
|
855
|
+
#: views.py:1054
|
|
846
856
|
#, python-format
|
|
847
857
|
msgid "Here is your secret edit link: %(link)s"
|
|
848
858
|
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
849
859
|
|
|
850
|
-
#: views.py:
|
|
860
|
+
#: views.py:1061
|
|
851
861
|
#, python-format
|
|
852
862
|
msgid "Can't send email to %(email)s"
|
|
853
863
|
msgstr "N'haller ket kas ur postel da %(email)s"
|
|
854
864
|
|
|
855
|
-
#: views.py:
|
|
865
|
+
#: views.py:1064
|
|
856
866
|
#, python-format
|
|
857
867
|
msgid "Email sent to %(email)s"
|
|
858
868
|
msgstr "Postel kaset da %(email)s"
|
|
859
869
|
|
|
860
|
-
#: views.py:
|
|
870
|
+
#: views.py:1075
|
|
861
871
|
msgid "Only its owner can delete the map."
|
|
862
872
|
msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
863
873
|
|
|
864
|
-
#: views.py:
|
|
874
|
+
#: views.py:1081
|
|
865
875
|
msgid "Map successfully deleted."
|
|
866
876
|
msgstr "Kartenn dilamet gant berzh."
|
|
867
877
|
|
|
868
|
-
#: views.py:
|
|
878
|
+
#: views.py:1107
|
|
869
879
|
#, python-format
|
|
870
880
|
msgid ""
|
|
871
881
|
"Your map has been cloned! If you want to edit this map from another "
|
|
872
882
|
"computer, please use this link: %(anonymous_url)s"
|
|
873
883
|
msgstr "Doublet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
874
884
|
|
|
875
|
-
#: views.py:
|
|
885
|
+
#: views.py:1112
|
|
876
886
|
msgid "Congratulations, your map has been cloned!"
|
|
877
887
|
msgstr "Doublet eo bet ho kartenn gant berzh!"
|
|
878
888
|
|
|
879
|
-
#: views.py:
|
|
889
|
+
#: views.py:1366
|
|
880
890
|
msgid "Layer successfully deleted."
|
|
881
891
|
msgstr "Gwiskad dilamet gant berzh."
|
|
882
892
|
|
|
883
|
-
#: views.py:
|
|
893
|
+
#: views.py:1388
|
|
884
894
|
msgid "Permissions updated with success!"
|
|
885
895
|
msgstr "Aotreoù hizivaet gant berzh!"
|
|
896
|
+
|
|
897
|
+
#: views.py:1405
|
|
898
|
+
msgid "Generic"
|
|
899
|
+
msgstr ""
|
|
Binary file
|
|
@@ -12,7 +12,7 @@ msgid ""
|
|
|
12
12
|
msgstr ""
|
|
13
13
|
"Project-Id-Version: uMap\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
|
-
"POT-Creation-Date: 2025-
|
|
15
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
16
16
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
17
17
|
"Last-Translator: ERYpTION, 2025\n"
|
|
18
18
|
"Language-Team: Danish (http://app.transifex.com/openstreetmap/umap/language/da/)\n"
|
|
@@ -46,7 +46,7 @@ msgstr "Brug af “%(name)s” til at autentificere er forældet og vil snart bl
|
|
|
46
46
|
msgid "name"
|
|
47
47
|
msgstr "navn"
|
|
48
48
|
|
|
49
|
-
#: models.py:63 models.py:
|
|
49
|
+
#: models.py:63 models.py:507
|
|
50
50
|
msgid "description"
|
|
51
51
|
msgstr "beskrivelse"
|
|
52
52
|
|
|
@@ -66,23 +66,23 @@ msgstr "URL-skabelon i OSM flise-format"
|
|
|
66
66
|
msgid "Order of the tilelayers in the edit box"
|
|
67
67
|
msgstr "Rækkefølge af flise-lag i redigeringsboksen"
|
|
68
68
|
|
|
69
|
-
#: models.py:176 models.py:
|
|
69
|
+
#: models.py:176 models.py:501
|
|
70
70
|
msgid "Only editable with secret edit link"
|
|
71
71
|
msgstr "Er kun redigerbart med et hemmeligt redigeringslink"
|
|
72
72
|
|
|
73
|
-
#: models.py:177 models.py:
|
|
73
|
+
#: models.py:177 models.py:502
|
|
74
74
|
msgid "Everyone can edit"
|
|
75
75
|
msgstr "Alle kan redigere"
|
|
76
76
|
|
|
77
|
-
#: models.py:180 models.py:
|
|
77
|
+
#: models.py:180 models.py:495
|
|
78
78
|
msgid "Everyone"
|
|
79
79
|
msgstr "Alle"
|
|
80
80
|
|
|
81
|
-
#: models.py:181 models.py:190 models.py:
|
|
81
|
+
#: models.py:181 models.py:190 models.py:496
|
|
82
82
|
msgid "Editors and team only"
|
|
83
83
|
msgstr "Kun redaktører og team"
|
|
84
84
|
|
|
85
|
-
#: models.py:182 models.py:
|
|
85
|
+
#: models.py:182 models.py:497
|
|
86
86
|
msgid "Owner only"
|
|
87
87
|
msgstr "Kun ejer"
|
|
88
88
|
|
|
@@ -102,7 +102,7 @@ msgstr "Enhver med link"
|
|
|
102
102
|
msgid "Blocked"
|
|
103
103
|
msgstr "Blokeret"
|
|
104
104
|
|
|
105
|
-
#: models.py:192 models.py:
|
|
105
|
+
#: models.py:192 models.py:491
|
|
106
106
|
msgid "Deleted"
|
|
107
107
|
msgstr "Slettet"
|
|
108
108
|
|
|
@@ -142,15 +142,15 @@ msgstr "redaktører"
|
|
|
142
142
|
msgid "team"
|
|
143
143
|
msgstr "team"
|
|
144
144
|
|
|
145
|
-
#: models.py:230 models.py:
|
|
145
|
+
#: models.py:230 models.py:523
|
|
146
146
|
msgid "edit status"
|
|
147
147
|
msgstr "redigeringsstatus"
|
|
148
148
|
|
|
149
|
-
#: models.py:235 models.py:
|
|
149
|
+
#: models.py:235 models.py:528
|
|
150
150
|
msgid "share status"
|
|
151
151
|
msgstr "delingsstatus"
|
|
152
152
|
|
|
153
|
-
#: models.py:238 models.py:
|
|
153
|
+
#: models.py:238 models.py:518
|
|
154
154
|
msgid "settings"
|
|
155
155
|
msgstr "indstillinger"
|
|
156
156
|
|
|
@@ -166,15 +166,15 @@ msgstr "Dette kort er et skabelonkort."
|
|
|
166
166
|
msgid "Clone of"
|
|
167
167
|
msgstr "Kloning af"
|
|
168
168
|
|
|
169
|
-
#: models.py:
|
|
169
|
+
#: models.py:490 models.py:494 models.py:500
|
|
170
170
|
msgid "Inherit"
|
|
171
171
|
msgstr "Nedarv"
|
|
172
172
|
|
|
173
|
-
#: models.py:
|
|
173
|
+
#: models.py:513
|
|
174
174
|
msgid "display on load"
|
|
175
175
|
msgstr "vis ved indlæsning"
|
|
176
176
|
|
|
177
|
-
#: models.py:
|
|
177
|
+
#: models.py:514
|
|
178
178
|
msgid "Display this layer on load."
|
|
179
179
|
msgstr "Vis dette lag ved indlæsning."
|
|
180
180
|
|
|
@@ -499,6 +499,10 @@ msgstr "Kontakt"
|
|
|
499
499
|
msgid "Help"
|
|
500
500
|
msgstr "Hjælp"
|
|
501
501
|
|
|
502
|
+
#: templates/umap/content_footer.html:10
|
|
503
|
+
msgid "Terms of Service"
|
|
504
|
+
msgstr "Servicevilkår"
|
|
505
|
+
|
|
502
506
|
#: templates/umap/dashboard_menu.html:6
|
|
503
507
|
#, python-format
|
|
504
508
|
msgid "My Maps (%(count)s)"
|
|
Binary file
|
|
@@ -21,9 +21,9 @@ msgid ""
|
|
|
21
21
|
msgstr ""
|
|
22
22
|
"Project-Id-Version: uMap\n"
|
|
23
23
|
"Report-Msgid-Bugs-To: \n"
|
|
24
|
-
"POT-Creation-Date: 2025-
|
|
24
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
25
25
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
26
|
-
"Last-Translator:
|
|
26
|
+
"Last-Translator: Metzor Metzingen, 2025\n"
|
|
27
27
|
"Language-Team: German (http://app.transifex.com/openstreetmap/umap/language/de/)\n"
|
|
28
28
|
"MIME-Version: 1.0\n"
|
|
29
29
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -55,7 +55,7 @@ msgstr "Anmelden mittels “%(name)s” ist veraltet und wird bald nicht mehr m
|
|
|
55
55
|
msgid "name"
|
|
56
56
|
msgstr "Name"
|
|
57
57
|
|
|
58
|
-
#: models.py:63 models.py:
|
|
58
|
+
#: models.py:63 models.py:507
|
|
59
59
|
msgid "description"
|
|
60
60
|
msgstr "Beschreibung"
|
|
61
61
|
|
|
@@ -75,23 +75,23 @@ msgstr "Das URL-Template nutzt das OSM Tile Format"
|
|
|
75
75
|
msgid "Order of the tilelayers in the edit box"
|
|
76
76
|
msgstr "Reihenfolge der Karten-Ebenen in der Bearbeiten-Box"
|
|
77
77
|
|
|
78
|
-
#: models.py:176 models.py:
|
|
78
|
+
#: models.py:176 models.py:501
|
|
79
79
|
msgid "Only editable with secret edit link"
|
|
80
80
|
msgstr "Nur mit geheimem Bearbeitungslink zu bearbeiten"
|
|
81
81
|
|
|
82
|
-
#: models.py:177 models.py:
|
|
82
|
+
#: models.py:177 models.py:502
|
|
83
83
|
msgid "Everyone can edit"
|
|
84
84
|
msgstr "Jeder kann bearbeiten"
|
|
85
85
|
|
|
86
|
-
#: models.py:180 models.py:
|
|
86
|
+
#: models.py:180 models.py:495
|
|
87
87
|
msgid "Everyone"
|
|
88
88
|
msgstr "Jeder"
|
|
89
89
|
|
|
90
|
-
#: models.py:181 models.py:190 models.py:
|
|
90
|
+
#: models.py:181 models.py:190 models.py:496
|
|
91
91
|
msgid "Editors and team only"
|
|
92
92
|
msgstr "Nur Bearbeiter und Team"
|
|
93
93
|
|
|
94
|
-
#: models.py:182 models.py:
|
|
94
|
+
#: models.py:182 models.py:497
|
|
95
95
|
msgid "Owner only"
|
|
96
96
|
msgstr "Nur Ersteller"
|
|
97
97
|
|
|
@@ -111,7 +111,7 @@ msgstr "Jeder mit Link"
|
|
|
111
111
|
msgid "Blocked"
|
|
112
112
|
msgstr "blockiert"
|
|
113
113
|
|
|
114
|
-
#: models.py:192 models.py:
|
|
114
|
+
#: models.py:192 models.py:491
|
|
115
115
|
msgid "Deleted"
|
|
116
116
|
msgstr "Gelöscht"
|
|
117
117
|
|
|
@@ -151,15 +151,15 @@ msgstr "Bearbeiter"
|
|
|
151
151
|
msgid "team"
|
|
152
152
|
msgstr "Team"
|
|
153
153
|
|
|
154
|
-
#: models.py:230 models.py:
|
|
154
|
+
#: models.py:230 models.py:523
|
|
155
155
|
msgid "edit status"
|
|
156
156
|
msgstr "Bearbeitungsstatus"
|
|
157
157
|
|
|
158
|
-
#: models.py:235 models.py:
|
|
158
|
+
#: models.py:235 models.py:528
|
|
159
159
|
msgid "share status"
|
|
160
160
|
msgstr "Teilen-Status"
|
|
161
161
|
|
|
162
|
-
#: models.py:238 models.py:
|
|
162
|
+
#: models.py:238 models.py:518
|
|
163
163
|
msgid "settings"
|
|
164
164
|
msgstr "Einstellungen"
|
|
165
165
|
|
|
@@ -175,15 +175,15 @@ msgstr "Diese Karte ist eine Vorlage."
|
|
|
175
175
|
msgid "Clone of"
|
|
176
176
|
msgstr "Duplikat von"
|
|
177
177
|
|
|
178
|
-
#: models.py:
|
|
178
|
+
#: models.py:490 models.py:494 models.py:500
|
|
179
179
|
msgid "Inherit"
|
|
180
180
|
msgstr "erben"
|
|
181
181
|
|
|
182
|
-
#: models.py:
|
|
182
|
+
#: models.py:513
|
|
183
183
|
msgid "display on load"
|
|
184
184
|
msgstr "Beim Seitenaufruf einblenden"
|
|
185
185
|
|
|
186
|
-
#: models.py:
|
|
186
|
+
#: models.py:514
|
|
187
187
|
msgid "Display this layer on load."
|
|
188
188
|
msgstr "Diese Ebene beim Seitenaufruf einblenden."
|
|
189
189
|
|
|
@@ -439,7 +439,7 @@ msgstr ""
|
|
|
439
439
|
msgid ""
|
|
440
440
|
"Yes, I want to continue editing anonymously, I will save the secret edit "
|
|
441
441
|
"link to be able to edit this map later or on another device"
|
|
442
|
-
msgstr ""
|
|
442
|
+
msgstr "Ja, ich möchte weiter anonym editieren und ich werde die geheime Verknüpfung speichern, um über diese die Karte später, oder von einem anderen Gerät, weiter bearbeiten zu können"
|
|
443
443
|
|
|
444
444
|
#: templates/umap/components/alerts/alert.html:39
|
|
445
445
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
@@ -508,6 +508,10 @@ msgstr "Kontakt"
|
|
|
508
508
|
msgid "Help"
|
|
509
509
|
msgstr "Hilfe"
|
|
510
510
|
|
|
511
|
+
#: templates/umap/content_footer.html:10
|
|
512
|
+
msgid "Terms of Service"
|
|
513
|
+
msgstr "Nutzungsbestimmungen"
|
|
514
|
+
|
|
511
515
|
#: templates/umap/dashboard_menu.html:6
|
|
512
516
|
#, python-format
|
|
513
517
|
msgid "My Maps (%(count)s)"
|
|
@@ -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:
|
|
11
|
+
"POT-Creation-Date: 2026-01-28 16:51+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"
|
|
@@ -494,6 +494,10 @@ msgstr ""
|
|
|
494
494
|
msgid "Help"
|
|
495
495
|
msgstr ""
|
|
496
496
|
|
|
497
|
+
#: templates/umap/content_footer.html:10
|
|
498
|
+
msgid "Terms of Service"
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
497
501
|
#: templates/umap/dashboard_menu.html:6
|
|
498
502
|
#, python-format
|
|
499
503
|
msgid "My Maps (%(count)s)"
|
|
@@ -828,61 +832,61 @@ msgstr ""
|
|
|
828
832
|
msgid "View the map"
|
|
829
833
|
msgstr ""
|
|
830
834
|
|
|
831
|
-
#: views.py:
|
|
835
|
+
#: views.py:873
|
|
832
836
|
msgid "See full screen"
|
|
833
837
|
msgstr ""
|
|
834
838
|
|
|
835
|
-
#: views.py:
|
|
839
|
+
#: views.py:1016
|
|
836
840
|
msgid "Map editors updated with success!"
|
|
837
841
|
msgstr ""
|
|
838
842
|
|
|
839
|
-
#: views.py:
|
|
843
|
+
#: views.py:1052
|
|
840
844
|
#, python-format
|
|
841
845
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
842
846
|
msgstr ""
|
|
843
847
|
|
|
844
|
-
#: views.py:
|
|
848
|
+
#: views.py:1055
|
|
845
849
|
#, python-format
|
|
846
850
|
msgid "Here is your secret edit link: %(link)s"
|
|
847
851
|
msgstr ""
|
|
848
852
|
|
|
849
|
-
#: views.py:
|
|
853
|
+
#: views.py:1062
|
|
850
854
|
#, python-format
|
|
851
855
|
msgid "Can't send email to %(email)s"
|
|
852
856
|
msgstr ""
|
|
853
857
|
|
|
854
|
-
#: views.py:
|
|
858
|
+
#: views.py:1065
|
|
855
859
|
#, python-format
|
|
856
860
|
msgid "Email sent to %(email)s"
|
|
857
861
|
msgstr ""
|
|
858
862
|
|
|
859
|
-
#: views.py:
|
|
863
|
+
#: views.py:1076
|
|
860
864
|
msgid "Only its owner can delete the map."
|
|
861
865
|
msgstr ""
|
|
862
866
|
|
|
863
|
-
#: views.py:
|
|
867
|
+
#: views.py:1082
|
|
864
868
|
msgid "Map successfully deleted."
|
|
865
869
|
msgstr ""
|
|
866
870
|
|
|
867
|
-
#: views.py:
|
|
871
|
+
#: views.py:1108
|
|
868
872
|
#, python-format
|
|
869
873
|
msgid ""
|
|
870
874
|
"Your map has been cloned! If you want to edit this map from another "
|
|
871
875
|
"computer, please use this link: %(anonymous_url)s"
|
|
872
876
|
msgstr ""
|
|
873
877
|
|
|
874
|
-
#: views.py:
|
|
878
|
+
#: views.py:1113
|
|
875
879
|
msgid "Congratulations, your map has been cloned!"
|
|
876
880
|
msgstr ""
|
|
877
881
|
|
|
878
|
-
#: views.py:
|
|
882
|
+
#: views.py:1379
|
|
879
883
|
msgid "Layer successfully deleted."
|
|
880
884
|
msgstr ""
|
|
881
885
|
|
|
882
|
-
#: views.py:
|
|
886
|
+
#: views.py:1401
|
|
883
887
|
msgid "Permissions updated with success!"
|
|
884
888
|
msgstr ""
|
|
885
889
|
|
|
886
|
-
#: views.py:
|
|
890
|
+
#: views.py:1418
|
|
887
891
|
msgid "Generic"
|
|
888
892
|
msgstr ""
|
|
Binary file
|