umap-project 2.9.0b0__py3-none-any.whl → 2.9.2__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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/admin.py +15 -2
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +111 -67
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +132 -87
- umap/locale/en/LC_MESSAGES/django.po +11 -10
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +117 -71
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +11 -10
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +219 -173
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +145 -100
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +198 -152
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +118 -73
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
- umap/middleware.py +30 -1
- umap/models.py +20 -10
- umap/settings/base.py +2 -1
- umap/static/umap/base.css +4 -1
- umap/static/umap/css/bar.css +32 -0
- umap/static/umap/css/contextmenu.css +14 -2
- umap/static/umap/css/form.css +5 -10
- umap/static/umap/css/icon.css +39 -3
- umap/static/umap/css/panel.css +18 -1
- umap/static/umap/css/popup.css +0 -1
- umap/static/umap/img/16-white.svg +3 -3
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +17 -16
- umap/static/umap/img/24.svg +29 -18
- umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- umap/static/umap/img/source/16-white.svg +4 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +20 -18
- umap/static/umap/img/source/24.svg +30 -19
- umap/static/umap/js/modules/browser.js +2 -2
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/data/features.js +80 -32
- umap/static/umap/js/modules/data/layer.js +37 -50
- umap/static/umap/js/modules/form/builder.js +23 -22
- umap/static/umap/js/modules/form/fields.js +13 -5
- umap/static/umap/js/modules/formatter.js +6 -2
- umap/static/umap/js/modules/help.js +17 -23
- umap/static/umap/js/modules/importer.js +5 -2
- umap/static/umap/js/modules/permissions.js +6 -2
- umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- umap/static/umap/js/modules/rendering/map.js +1 -21
- umap/static/umap/js/modules/rendering/ui.js +20 -38
- umap/static/umap/js/modules/rules.js +1 -1
- umap/static/umap/js/modules/saving.js +5 -0
- umap/static/umap/js/modules/schema.js +4 -1
- umap/static/umap/js/modules/sync/engine.js +39 -14
- umap/static/umap/js/modules/sync/updaters.js +7 -6
- umap/static/umap/js/modules/sync/websocket.js +48 -40
- umap/static/umap/js/modules/ui/bar.js +84 -0
- umap/static/umap/js/modules/ui/base.js +11 -0
- umap/static/umap/js/modules/ui/contextmenu.js +9 -2
- umap/static/umap/js/modules/ui/panel.js +5 -1
- umap/static/umap/js/modules/umap.js +85 -44
- umap/static/umap/js/umap.controls.js +11 -341
- umap/static/umap/locale/am_ET.js +17 -5
- umap/static/umap/locale/am_ET.json +17 -5
- umap/static/umap/locale/ar.js +17 -5
- umap/static/umap/locale/ar.json +17 -5
- umap/static/umap/locale/ast.js +17 -5
- umap/static/umap/locale/ast.json +17 -5
- umap/static/umap/locale/bg.js +17 -5
- umap/static/umap/locale/bg.json +17 -5
- umap/static/umap/locale/br.js +20 -15
- umap/static/umap/locale/br.json +20 -15
- umap/static/umap/locale/ca.js +8 -4
- umap/static/umap/locale/ca.json +8 -4
- umap/static/umap/locale/cs_CZ.js +8 -4
- umap/static/umap/locale/cs_CZ.json +8 -4
- umap/static/umap/locale/da.js +17 -5
- umap/static/umap/locale/da.json +17 -5
- umap/static/umap/locale/de.js +8 -4
- umap/static/umap/locale/de.json +8 -4
- umap/static/umap/locale/el.js +54 -50
- umap/static/umap/locale/el.json +54 -50
- umap/static/umap/locale/en.js +9 -4
- umap/static/umap/locale/en.json +9 -4
- umap/static/umap/locale/en_US.json +17 -5
- umap/static/umap/locale/es.js +13 -9
- umap/static/umap/locale/es.json +13 -9
- umap/static/umap/locale/et.js +17 -5
- umap/static/umap/locale/et.json +17 -5
- umap/static/umap/locale/eu.js +8 -4
- umap/static/umap/locale/eu.json +8 -4
- umap/static/umap/locale/fa_IR.js +8 -4
- umap/static/umap/locale/fa_IR.json +8 -4
- umap/static/umap/locale/fi.js +17 -5
- umap/static/umap/locale/fi.json +17 -5
- umap/static/umap/locale/fr.js +9 -4
- umap/static/umap/locale/fr.json +9 -4
- umap/static/umap/locale/gl.js +13 -9
- umap/static/umap/locale/gl.json +13 -9
- umap/static/umap/locale/he.js +17 -5
- umap/static/umap/locale/he.json +17 -5
- umap/static/umap/locale/hr.js +17 -5
- umap/static/umap/locale/hr.json +17 -5
- umap/static/umap/locale/hu.js +8 -4
- umap/static/umap/locale/hu.json +8 -4
- umap/static/umap/locale/id.js +17 -5
- umap/static/umap/locale/id.json +17 -5
- umap/static/umap/locale/is.js +17 -5
- umap/static/umap/locale/is.json +17 -5
- umap/static/umap/locale/it.js +31 -27
- umap/static/umap/locale/it.json +31 -27
- umap/static/umap/locale/ja.js +17 -5
- umap/static/umap/locale/ja.json +17 -5
- umap/static/umap/locale/ko.js +17 -5
- umap/static/umap/locale/ko.json +17 -5
- umap/static/umap/locale/lt.js +17 -5
- umap/static/umap/locale/lt.json +17 -5
- umap/static/umap/locale/ms.js +8 -4
- umap/static/umap/locale/ms.json +8 -4
- umap/static/umap/locale/nl.js +132 -127
- umap/static/umap/locale/nl.json +132 -127
- umap/static/umap/locale/no.js +17 -5
- umap/static/umap/locale/no.json +17 -5
- umap/static/umap/locale/pl.js +8 -4
- umap/static/umap/locale/pl.json +8 -4
- umap/static/umap/locale/pl_PL.json +17 -5
- umap/static/umap/locale/pt.js +38 -33
- umap/static/umap/locale/pt.json +38 -33
- umap/static/umap/locale/pt_BR.js +17 -5
- umap/static/umap/locale/pt_BR.json +17 -5
- umap/static/umap/locale/pt_PT.js +8 -4
- umap/static/umap/locale/pt_PT.json +8 -4
- umap/static/umap/locale/ro.js +17 -5
- umap/static/umap/locale/ro.json +17 -5
- umap/static/umap/locale/ru.js +17 -5
- umap/static/umap/locale/ru.json +17 -5
- umap/static/umap/locale/sk_SK.js +17 -5
- umap/static/umap/locale/sk_SK.json +17 -5
- umap/static/umap/locale/sl.js +17 -5
- umap/static/umap/locale/sl.json +17 -5
- umap/static/umap/locale/sr.js +17 -5
- umap/static/umap/locale/sr.json +17 -5
- umap/static/umap/locale/sv.js +17 -5
- umap/static/umap/locale/sv.json +17 -5
- umap/static/umap/locale/th_TH.js +8 -4
- umap/static/umap/locale/th_TH.json +8 -4
- umap/static/umap/locale/tr.js +17 -5
- umap/static/umap/locale/tr.json +17 -5
- umap/static/umap/locale/uk_UA.js +17 -5
- umap/static/umap/locale/uk_UA.json +17 -5
- umap/static/umap/locale/vi.js +17 -5
- umap/static/umap/locale/vi.json +17 -5
- umap/static/umap/locale/vi_VN.json +17 -5
- umap/static/umap/locale/zh.js +17 -5
- umap/static/umap/locale/zh.json +17 -5
- umap/static/umap/locale/zh_CN.json +17 -5
- umap/static/umap/locale/zh_TW.Big5.json +17 -5
- umap/static/umap/locale/zh_TW.js +14 -10
- umap/static/umap/locale/zh_TW.json +14 -10
- umap/static/umap/map.css +17 -68
- umap/static/umap/nav.css +4 -0
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/dompurify/purify.es.js +138 -354
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
- umap/sync/app.py +19 -13
- umap/sync/payloads.py +8 -1
- umap/templates/auth/user_form.html +2 -2
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/messages.html +5 -1
- umap/templates/umap/search_bar.html +1 -0
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_basics.py +2 -5
- umap/tests/integration/test_categorized_layer.py +4 -8
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_conditional_rules.py +3 -3
- umap/tests/integration/test_draw_polygon.py +11 -19
- umap/tests/integration/test_draw_polyline.py +6 -14
- umap/tests/integration/test_edit_datalayer.py +10 -10
- umap/tests/integration/test_edit_map.py +27 -1
- umap/tests/integration/test_edit_marker.py +5 -5
- umap/tests/integration/test_edit_polygon.py +5 -5
- umap/tests/integration/test_features_id_generation.py +2 -6
- umap/tests/integration/test_import.py +93 -29
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_save.py +2 -2
- umap/tests/integration/test_tableeditor.py +7 -7
- umap/tests/integration/test_view_marker.py +10 -0
- umap/tests/integration/test_websocket_sync.py +128 -32
- umap/utils.py +4 -1
- umap/views.py +1 -10
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
- umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
- umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -6,13 +6,14 @@
|
|
|
6
6
|
# Cees Geuze <info@cgid.nl>, 2020
|
|
7
7
|
# danieldegroot2 <danieldegroot18@gmail.com>, 2022
|
|
8
8
|
# danieldegroot2 <danieldegroot18@gmail.com>, 2022
|
|
9
|
+
# Gideon van Melle <translations@gvmelle.com>, 2025
|
|
9
10
|
msgid ""
|
|
10
11
|
msgstr ""
|
|
11
12
|
"Project-Id-Version: uMap\n"
|
|
12
13
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date:
|
|
14
|
+
"POT-Creation-Date: 2025-03-03 17:36+0000\n"
|
|
14
15
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
15
|
-
"Last-Translator:
|
|
16
|
+
"Last-Translator: Gideon van Melle <translations@gvmelle.com>, 2025\n"
|
|
16
17
|
"Language-Team: Dutch (http://app.transifex.com/openstreetmap/umap/language/nl/)\n"
|
|
17
18
|
"MIME-Version: 1.0\n"
|
|
18
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -22,21 +23,29 @@ msgstr ""
|
|
|
22
23
|
|
|
23
24
|
#: admin.py:16
|
|
24
25
|
msgid "CSV Export"
|
|
25
|
-
msgstr ""
|
|
26
|
+
msgstr "CSV Export"
|
|
26
27
|
|
|
27
28
|
#: decorators.py:60
|
|
28
29
|
msgid "This map is not publicly available"
|
|
29
|
-
msgstr ""
|
|
30
|
+
msgstr "Deze kaart is niet openbaar beschikbaar"
|
|
30
31
|
|
|
31
|
-
#: middleware.py:
|
|
32
|
+
#: middleware.py:19
|
|
32
33
|
msgid "Site is readonly for maintenance"
|
|
33
34
|
msgstr "Site is 'alleen lezen' wegens onderhoud"
|
|
34
35
|
|
|
36
|
+
#: middleware.py:34
|
|
37
|
+
#, python-format
|
|
38
|
+
msgid ""
|
|
39
|
+
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
|
40
|
+
"Please configure another provider below before losing access to your account"
|
|
41
|
+
" and maps."
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
35
44
|
#: models.py:60 models.py:79
|
|
36
45
|
msgid "name"
|
|
37
46
|
msgstr "naam"
|
|
38
47
|
|
|
39
|
-
#: models.py:62 models.py:
|
|
48
|
+
#: models.py:62 models.py:485
|
|
40
49
|
msgid "description"
|
|
41
50
|
msgstr "omschrijving"
|
|
42
51
|
|
|
@@ -56,45 +65,45 @@ msgstr "URL-sjabloon met OSM tegel-formaat"
|
|
|
56
65
|
msgid "Order of the tilelayers in the edit box"
|
|
57
66
|
msgstr "Volgorde van de tegel-lagen in het bewerkingsvak."
|
|
58
67
|
|
|
59
|
-
#: models.py:175 models.py:
|
|
68
|
+
#: models.py:175 models.py:479
|
|
60
69
|
msgid "Only editable with secret edit link"
|
|
61
70
|
msgstr "Alleen te bewerken met een geheime link"
|
|
62
71
|
|
|
63
|
-
#: models.py:176 models.py:
|
|
72
|
+
#: models.py:176 models.py:480
|
|
64
73
|
msgid "Everyone can edit"
|
|
65
74
|
msgstr "Iedereen kan wijzigingen maken"
|
|
66
75
|
|
|
67
|
-
#: models.py:179 models.py:
|
|
76
|
+
#: models.py:179 models.py:473
|
|
68
77
|
msgid "Everyone"
|
|
69
|
-
msgstr ""
|
|
78
|
+
msgstr "Iedereen"
|
|
70
79
|
|
|
71
|
-
#: models.py:180 models.py:189 models.py:
|
|
80
|
+
#: models.py:180 models.py:189 models.py:474
|
|
72
81
|
msgid "Editors and team only"
|
|
73
|
-
msgstr ""
|
|
82
|
+
msgstr "Alleen redacteuren en team"
|
|
74
83
|
|
|
75
|
-
#: models.py:181 models.py:
|
|
84
|
+
#: models.py:181 models.py:475
|
|
76
85
|
msgid "Owner only"
|
|
77
|
-
msgstr ""
|
|
86
|
+
msgstr "Alleen eigenaar"
|
|
78
87
|
|
|
79
88
|
#: models.py:184
|
|
80
89
|
msgid "Draft (private)"
|
|
81
|
-
msgstr ""
|
|
90
|
+
msgstr "Ontwerp (privé)"
|
|
82
91
|
|
|
83
92
|
#: models.py:185
|
|
84
93
|
msgid "Everyone (public)"
|
|
85
|
-
msgstr ""
|
|
94
|
+
msgstr "Iedereen (openbaar)"
|
|
86
95
|
|
|
87
96
|
#: models.py:188
|
|
88
97
|
msgid "Anyone with link"
|
|
89
|
-
msgstr ""
|
|
98
|
+
msgstr "Iedereen met een link"
|
|
90
99
|
|
|
91
100
|
#: models.py:190
|
|
92
101
|
msgid "Blocked"
|
|
93
|
-
msgstr ""
|
|
102
|
+
msgstr "geblokkeerd"
|
|
94
103
|
|
|
95
|
-
#: models.py:191
|
|
104
|
+
#: models.py:191 models.py:469
|
|
96
105
|
msgid "Deleted"
|
|
97
|
-
msgstr ""
|
|
106
|
+
msgstr "Verwijderd"
|
|
98
107
|
|
|
99
108
|
#: models.py:194
|
|
100
109
|
msgid "center"
|
|
@@ -130,33 +139,33 @@ msgstr "editors"
|
|
|
130
139
|
|
|
131
140
|
#: models.py:223
|
|
132
141
|
msgid "team"
|
|
133
|
-
msgstr ""
|
|
142
|
+
msgstr "team"
|
|
134
143
|
|
|
135
|
-
#: models.py:229 models.py:
|
|
144
|
+
#: models.py:229 models.py:501
|
|
136
145
|
msgid "edit status"
|
|
137
146
|
msgstr "wijzig status"
|
|
138
147
|
|
|
139
|
-
#: models.py:234
|
|
148
|
+
#: models.py:234 models.py:506
|
|
140
149
|
msgid "share status"
|
|
141
150
|
msgstr "deel status"
|
|
142
151
|
|
|
143
|
-
#: models.py:237 models.py:
|
|
152
|
+
#: models.py:237 models.py:496
|
|
144
153
|
msgid "settings"
|
|
145
154
|
msgstr "instellingen"
|
|
146
155
|
|
|
147
|
-
#: models.py:
|
|
156
|
+
#: models.py:407
|
|
148
157
|
msgid "Clone of"
|
|
149
158
|
msgstr "Kopie van"
|
|
150
159
|
|
|
151
|
-
#: models.py:
|
|
160
|
+
#: models.py:468 models.py:472 models.py:478
|
|
152
161
|
msgid "Inherit"
|
|
153
|
-
msgstr ""
|
|
162
|
+
msgstr "overerven"
|
|
154
163
|
|
|
155
|
-
#: models.py:
|
|
164
|
+
#: models.py:491
|
|
156
165
|
msgid "display on load"
|
|
157
166
|
msgstr "toon tijdens laden"
|
|
158
167
|
|
|
159
|
-
#: models.py:
|
|
168
|
+
#: models.py:492
|
|
160
169
|
msgid "Display this layer on load."
|
|
161
170
|
msgstr "Toon deze laag tijdens laden."
|
|
162
171
|
|
|
@@ -165,59 +174,73 @@ msgid ""
|
|
|
165
174
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
|
166
175
|
"target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
|
|
167
176
|
" permissions."
|
|
168
|
-
msgstr ""
|
|
177
|
+
msgstr "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Ontdek hier de documentatie</a> over het beheren van de machtigingen van Map."
|
|
169
178
|
|
|
170
179
|
#: templates/403.html:10 templates/404.html:8
|
|
171
180
|
msgid "← Go to the homepage"
|
|
172
|
-
msgstr ""
|
|
181
|
+
msgstr "← Ga naar de thuispagina"
|
|
173
182
|
|
|
174
183
|
#: templates/404.html:7
|
|
175
184
|
msgid "404 Page Not Found"
|
|
176
|
-
msgstr ""
|
|
185
|
+
msgstr "404 Pagina niet gevonden"
|
|
177
186
|
|
|
178
|
-
#: templates/auth/user_detail.html:
|
|
187
|
+
#: templates/auth/user_detail.html:6
|
|
188
|
+
#, python-format
|
|
189
|
+
msgid "%(current_user)s’s maps"
|
|
190
|
+
msgstr "%(current_user)s’s kaarten"
|
|
191
|
+
|
|
192
|
+
#: templates/auth/user_detail.html:12
|
|
179
193
|
#, python-format
|
|
180
194
|
msgid "Browse %(current_user)s's maps"
|
|
181
195
|
msgstr "Toon %(current_user)s's kaarten"
|
|
182
196
|
|
|
183
|
-
#: templates/auth/user_detail.html:
|
|
197
|
+
#: templates/auth/user_detail.html:21
|
|
184
198
|
#, python-format
|
|
185
199
|
msgid "%(current_user)s has no maps."
|
|
186
200
|
msgstr "%(current_user)sheeft geen kaarten."
|
|
187
201
|
|
|
188
|
-
#: templates/auth/user_form.html:
|
|
202
|
+
#: templates/auth/user_form.html:6
|
|
203
|
+
msgid "My Profile"
|
|
204
|
+
msgstr "Mijn profiel"
|
|
205
|
+
|
|
206
|
+
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
|
|
189
207
|
msgid "Save"
|
|
190
|
-
msgstr ""
|
|
208
|
+
msgstr "Opslaan"
|
|
191
209
|
|
|
192
|
-
#: templates/auth/user_form.html:
|
|
210
|
+
#: templates/auth/user_form.html:30
|
|
193
211
|
msgid "Your current providers"
|
|
194
|
-
msgstr ""
|
|
212
|
+
msgstr "Je huidige providers"
|
|
195
213
|
|
|
196
|
-
#: templates/auth/user_form.html:
|
|
214
|
+
#: templates/auth/user_form.html:44
|
|
197
215
|
msgid "Connect to another provider"
|
|
198
|
-
msgstr ""
|
|
216
|
+
msgstr "Verbinding maken met een andere provider"
|
|
199
217
|
|
|
200
|
-
#: templates/auth/user_form.html:
|
|
218
|
+
#: templates/auth/user_form.html:47
|
|
201
219
|
msgid ""
|
|
202
220
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
203
221
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
204
|
-
msgstr ""
|
|
222
|
+
msgstr "Het is een goede gewoonte om uw account aan meer dan één provider te koppelen, voor het geval een provider tijdelijk of zelfs permanent niet beschikbaar is."
|
|
205
223
|
|
|
206
|
-
#: templates/auth/user_stars.html:
|
|
224
|
+
#: templates/auth/user_stars.html:6
|
|
225
|
+
#, python-format
|
|
226
|
+
msgid "%(current_user)s’s starred maps"
|
|
227
|
+
msgstr "%(current_user)s’s Kaarten met ster"
|
|
228
|
+
|
|
229
|
+
#: templates/auth/user_stars.html:12
|
|
207
230
|
#, python-format
|
|
208
231
|
msgid "Browse %(current_user)s's starred maps"
|
|
209
|
-
msgstr ""
|
|
232
|
+
msgstr "Browse %(current_user)s's Kaarten met ster"
|
|
210
233
|
|
|
211
|
-
#: templates/auth/user_stars.html:
|
|
234
|
+
#: templates/auth/user_stars.html:21
|
|
212
235
|
#, python-format
|
|
213
236
|
msgid "%(current_user)s has no starred maps yet."
|
|
214
|
-
msgstr ""
|
|
237
|
+
msgstr "%(current_user)s Heeft nog geen kaarten met ster."
|
|
215
238
|
|
|
216
239
|
#: templates/base.html:13
|
|
217
240
|
msgid ""
|
|
218
241
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
219
242
|
"them in your site."
|
|
220
|
-
msgstr ""
|
|
243
|
+
msgstr "Met uMap kunt u in één minuut kaarten maken met OpenStreetMap-lagen en deze in uw site insluiten."
|
|
221
244
|
|
|
222
245
|
#: templates/registration/login.html:6 templates/registration/login.html:46
|
|
223
246
|
msgid "Login"
|
|
@@ -225,11 +248,11 @@ msgstr "Inloggen"
|
|
|
225
248
|
|
|
226
249
|
#: templates/registration/login.html:22
|
|
227
250
|
msgid "To save and easily find your maps, identify yourself."
|
|
228
|
-
msgstr ""
|
|
251
|
+
msgstr "Identificeer uzelf om uw kaarten op te slaan en gemakkelijk terug te vinden."
|
|
229
252
|
|
|
230
253
|
#: templates/registration/login.html:25
|
|
231
254
|
msgid "Please log in with your account:"
|
|
232
|
-
msgstr ""
|
|
255
|
+
msgstr "Log in met uw account:"
|
|
233
256
|
|
|
234
257
|
#: templates/registration/login.html:42
|
|
235
258
|
msgid "Username"
|
|
@@ -241,7 +264,11 @@ msgstr "Wachtwoord"
|
|
|
241
264
|
|
|
242
265
|
#: templates/registration/login.html:52
|
|
243
266
|
msgid "Please choose a provider:"
|
|
244
|
-
msgstr ""
|
|
267
|
+
msgstr "Kies een provider:"
|
|
268
|
+
|
|
269
|
+
#: templates/umap/about.html:5 templates/umap/navigation.html:22
|
|
270
|
+
msgid "About"
|
|
271
|
+
msgstr "Over"
|
|
245
272
|
|
|
246
273
|
#: templates/umap/about_summary.html:12
|
|
247
274
|
#, python-format
|
|
@@ -296,7 +323,7 @@ msgstr "Speel met de demo"
|
|
|
296
323
|
#: templates/umap/components/alerts/alert.html:66
|
|
297
324
|
#: templates/umap/components/alerts/alert.html:94
|
|
298
325
|
msgid "Close"
|
|
299
|
-
msgstr ""
|
|
326
|
+
msgstr "Afsluiten"
|
|
300
327
|
|
|
301
328
|
#: templates/umap/components/alerts/alert.html:32
|
|
302
329
|
#, python-format
|
|
@@ -304,45 +331,45 @@ msgid ""
|
|
|
304
331
|
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
|
|
305
332
|
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
306
333
|
"target=\"_blank\">log in</a>."
|
|
307
|
-
msgstr ""
|
|
334
|
+
msgstr "Pro-tip: om je kaarten gemakkelijk terug te vinden, <a href=\"%(login_url)s\" target=\"_blank\">maak een account aan</a> of <a href=\"%(login_url)s\" target=\"_blank\">log in</a>."
|
|
308
335
|
|
|
309
336
|
#: templates/umap/components/alerts/alert.html:37
|
|
310
337
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
311
|
-
msgstr ""
|
|
338
|
+
msgstr "Hier is je geheime link om de kaart te bewerken, houd deze alsjeblieft veilig:"
|
|
312
339
|
|
|
313
340
|
#: templates/umap/components/alerts/alert.html:41
|
|
314
341
|
msgid "Copy link"
|
|
315
|
-
msgstr ""
|
|
342
|
+
msgstr "Kopieer link"
|
|
316
343
|
|
|
317
344
|
#: templates/umap/components/alerts/alert.html:48
|
|
318
345
|
msgid "Enter your email address to receive the secret link:"
|
|
319
|
-
msgstr ""
|
|
346
|
+
msgstr "Voer je e-mailadres in om de geheime link te ontvangen:"
|
|
320
347
|
|
|
321
348
|
#: templates/umap/components/alerts/alert.html:54
|
|
322
349
|
msgid "Email"
|
|
323
|
-
msgstr ""
|
|
350
|
+
msgstr "E-mail"
|
|
324
351
|
|
|
325
352
|
#: templates/umap/components/alerts/alert.html:57
|
|
326
353
|
msgid "Send me the link"
|
|
327
|
-
msgstr ""
|
|
354
|
+
msgstr "Stuur mij de link"
|
|
328
355
|
|
|
329
356
|
#: templates/umap/components/alerts/alert.html:81
|
|
330
357
|
msgid "See their edits in another tab"
|
|
331
|
-
msgstr ""
|
|
358
|
+
msgstr "Bekijk hun bewerkingen in een ander tabblad"
|
|
332
359
|
|
|
333
360
|
#: templates/umap/components/alerts/alert.html:84
|
|
334
361
|
msgid "Keep your changes and loose theirs"
|
|
335
|
-
msgstr ""
|
|
362
|
+
msgstr "Bewaar uw wijzigingen en verlies die van hen"
|
|
336
363
|
|
|
337
364
|
#: templates/umap/components/alerts/alert.html:87
|
|
338
365
|
msgid "Keep their changes and loose yours"
|
|
339
|
-
msgstr ""
|
|
366
|
+
msgstr "Behoud hun wijzigingen en verlies de jouwe"
|
|
340
367
|
|
|
341
368
|
#: templates/umap/content.html:26
|
|
342
369
|
msgid ""
|
|
343
370
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
344
371
|
"allowed."
|
|
345
|
-
msgstr ""
|
|
372
|
+
msgstr "Deze instantie van uMap bevindt zich momenteel in de modus Alleen-lezen, aanmaken/bewerken is niet toegestaan."
|
|
346
373
|
|
|
347
374
|
#: templates/umap/content.html:34
|
|
348
375
|
#, python-format
|
|
@@ -355,40 +382,40 @@ msgstr "Dit is een demo-versie, gebruikt voor tests en pre-rolling releases. Als
|
|
|
355
382
|
|
|
356
383
|
#: templates/umap/content_footer.html:5
|
|
357
384
|
msgid "An OpenStreetMap project"
|
|
358
|
-
msgstr ""
|
|
385
|
+
msgstr "Een OpenStreetMap-project"
|
|
359
386
|
|
|
360
387
|
#: templates/umap/content_footer.html:6
|
|
361
388
|
msgid "version"
|
|
362
|
-
msgstr ""
|
|
389
|
+
msgstr "versie"
|
|
363
390
|
|
|
364
391
|
#: templates/umap/content_footer.html:7
|
|
365
392
|
msgid "Hosted by"
|
|
366
|
-
msgstr ""
|
|
393
|
+
msgstr "Hosted door"
|
|
367
394
|
|
|
368
395
|
#: templates/umap/content_footer.html:8
|
|
369
396
|
msgid "Contact"
|
|
370
|
-
msgstr ""
|
|
397
|
+
msgstr "Contact"
|
|
371
398
|
|
|
372
399
|
#: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
|
|
373
400
|
msgid "Help"
|
|
374
|
-
msgstr ""
|
|
401
|
+
msgstr "Hulp"
|
|
375
402
|
|
|
376
403
|
#: templates/umap/dashboard_menu.html:6
|
|
377
404
|
#, python-format
|
|
378
405
|
msgid "My Maps (%(count)s)"
|
|
379
|
-
msgstr ""
|
|
406
|
+
msgstr "Mijn kaarten (%(count)s)"
|
|
380
407
|
|
|
381
408
|
#: templates/umap/dashboard_menu.html:8
|
|
382
409
|
msgid "My Maps"
|
|
383
|
-
msgstr ""
|
|
410
|
+
msgstr "Mijn kaarten"
|
|
384
411
|
|
|
385
412
|
#: templates/umap/dashboard_menu.html:12
|
|
386
413
|
msgid "My profile"
|
|
387
|
-
msgstr ""
|
|
414
|
+
msgstr "Mijn profiel"
|
|
388
415
|
|
|
389
416
|
#: templates/umap/dashboard_menu.html:15
|
|
390
417
|
msgid "My teams"
|
|
391
|
-
msgstr ""
|
|
418
|
+
msgstr "Mijn teams"
|
|
392
419
|
|
|
393
420
|
#: templates/umap/home.html:14
|
|
394
421
|
msgid "Map of the uMaps"
|
|
@@ -410,97 +437,97 @@ msgstr "door"
|
|
|
410
437
|
msgid "More"
|
|
411
438
|
msgstr "Meer"
|
|
412
439
|
|
|
413
|
-
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:
|
|
440
|
+
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
|
|
414
441
|
msgid "Name"
|
|
415
|
-
msgstr ""
|
|
442
|
+
msgstr "Naam"
|
|
416
443
|
|
|
417
444
|
#: templates/umap/map_table.html:11
|
|
418
445
|
msgid "Preview"
|
|
419
|
-
msgstr ""
|
|
446
|
+
msgstr "Voorbeeld"
|
|
420
447
|
|
|
421
448
|
#: templates/umap/map_table.html:14
|
|
422
449
|
msgid "Who can see"
|
|
423
|
-
msgstr ""
|
|
450
|
+
msgstr "Wie kan bekijken"
|
|
424
451
|
|
|
425
452
|
#: templates/umap/map_table.html:17
|
|
426
453
|
msgid "Who can edit"
|
|
427
|
-
msgstr ""
|
|
454
|
+
msgstr "Wie kan bewerken"
|
|
428
455
|
|
|
429
456
|
#: templates/umap/map_table.html:20
|
|
430
457
|
msgid "Last save"
|
|
431
|
-
msgstr ""
|
|
458
|
+
msgstr "Laatst opgeslagen"
|
|
432
459
|
|
|
433
460
|
#: templates/umap/map_table.html:23
|
|
434
461
|
msgid "Owner"
|
|
435
|
-
msgstr ""
|
|
462
|
+
msgstr "Eigenaar"
|
|
436
463
|
|
|
437
|
-
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:
|
|
464
|
+
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
|
|
438
465
|
msgid "Actions"
|
|
439
|
-
msgstr ""
|
|
466
|
+
msgstr "Acties"
|
|
440
467
|
|
|
441
468
|
#: templates/umap/map_table.html:41 templates/umap/map_table.html:43
|
|
442
469
|
msgid "Open preview"
|
|
443
|
-
msgstr ""
|
|
470
|
+
msgstr "Open Voorbeeld"
|
|
444
471
|
|
|
445
472
|
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
|
|
446
473
|
msgid "Share"
|
|
447
|
-
msgstr ""
|
|
474
|
+
msgstr "Delen"
|
|
448
475
|
|
|
449
476
|
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80
|
|
450
|
-
#: templates/umap/user_teams.html:
|
|
477
|
+
#: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
|
|
451
478
|
msgid "Edit"
|
|
452
|
-
msgstr ""
|
|
479
|
+
msgstr "Bewerken"
|
|
453
480
|
|
|
454
481
|
#: templates/umap/map_table.html:84 templates/umap/map_table.html:86
|
|
455
482
|
msgid "Download"
|
|
456
|
-
msgstr ""
|
|
483
|
+
msgstr "Downloaden"
|
|
457
484
|
|
|
458
485
|
#: templates/umap/map_table.html:90 templates/umap/map_table.html:92
|
|
459
486
|
msgid "Clone"
|
|
460
|
-
msgstr ""
|
|
487
|
+
msgstr "Klonen"
|
|
461
488
|
|
|
462
489
|
#: templates/umap/map_table.html:101 templates/umap/map_table.html:103
|
|
463
490
|
msgid "Delete"
|
|
464
|
-
msgstr ""
|
|
491
|
+
msgstr "Verwijderen"
|
|
465
492
|
|
|
466
493
|
#: templates/umap/map_table.html:117
|
|
467
494
|
msgid "first"
|
|
468
|
-
msgstr ""
|
|
495
|
+
msgstr "eerste"
|
|
469
496
|
|
|
470
497
|
#: templates/umap/map_table.html:118
|
|
471
498
|
msgid "previous"
|
|
472
|
-
msgstr ""
|
|
499
|
+
msgstr "vorige"
|
|
473
500
|
|
|
474
501
|
#: templates/umap/map_table.html:126
|
|
475
502
|
#, python-format
|
|
476
503
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
477
|
-
msgstr ""
|
|
504
|
+
msgstr "Pagina %(maps_number)s van %(num_pages)s"
|
|
478
505
|
|
|
479
506
|
#: templates/umap/map_table.html:131
|
|
480
507
|
msgid "next"
|
|
481
|
-
msgstr ""
|
|
508
|
+
msgstr "volgende"
|
|
482
509
|
|
|
483
510
|
#: templates/umap/map_table.html:132
|
|
484
511
|
msgid "last"
|
|
485
|
-
msgstr ""
|
|
512
|
+
msgstr "laatste"
|
|
486
513
|
|
|
487
514
|
#: templates/umap/map_table.html:140
|
|
488
515
|
#, python-format
|
|
489
516
|
msgid "Lines per page: %(per_page)s"
|
|
490
|
-
msgstr ""
|
|
517
|
+
msgstr "Regels per pagina: %(per_page)s"
|
|
491
518
|
|
|
492
519
|
#: templates/umap/map_table.html:145
|
|
493
520
|
#, python-format
|
|
494
521
|
msgid "%(count)s maps"
|
|
495
|
-
msgstr ""
|
|
522
|
+
msgstr "%(count)s kaarten"
|
|
496
523
|
|
|
497
524
|
#: templates/umap/navigation.html:11 templates/umap/user_dashboard.html:6
|
|
498
525
|
msgid "My Dashboard"
|
|
499
|
-
msgstr ""
|
|
526
|
+
msgstr "Mijn Dashboard"
|
|
500
527
|
|
|
501
528
|
#: templates/umap/navigation.html:14
|
|
502
529
|
msgid "Starred maps"
|
|
503
|
-
msgstr ""
|
|
530
|
+
msgstr "Kaarten met ster"
|
|
504
531
|
|
|
505
532
|
#: templates/umap/navigation.html:18
|
|
506
533
|
msgid "Log in"
|
|
@@ -510,10 +537,6 @@ msgstr "Inloggen"
|
|
|
510
537
|
msgid "Sign in"
|
|
511
538
|
msgstr "Aanmelden"
|
|
512
539
|
|
|
513
|
-
#: templates/umap/navigation.html:22
|
|
514
|
-
msgid "About"
|
|
515
|
-
msgstr "Over"
|
|
516
|
-
|
|
517
540
|
#: templates/umap/navigation.html:30
|
|
518
541
|
msgid "Change password"
|
|
519
542
|
msgstr "Wijzig wachtwoord"
|
|
@@ -522,170 +545,193 @@ msgstr "Wijzig wachtwoord"
|
|
|
522
545
|
msgid "Log out"
|
|
523
546
|
msgstr "Uitloggen"
|
|
524
547
|
|
|
525
|
-
#: templates/umap/password_change.html:
|
|
548
|
+
#: templates/umap/password_change.html:6
|
|
549
|
+
#: templates/umap/password_change.html:11
|
|
526
550
|
msgid "Password change"
|
|
527
551
|
msgstr "Wachtwoord wijziging"
|
|
528
552
|
|
|
529
|
-
#: templates/umap/password_change.html:
|
|
553
|
+
#: templates/umap/password_change.html:14
|
|
530
554
|
msgid ""
|
|
531
555
|
"Please enter your old password, for security's sake, and then enter your new"
|
|
532
556
|
" password twice so we can verify you typed it in correctly."
|
|
533
557
|
msgstr "Vul uw oude wachtwoord in -om veiligheidsredenen- en vul daarna tweemaal uw nieuwe wachtwoord in, zodat we zeker weten dat u het correct hebt ingevoerd."
|
|
534
558
|
|
|
535
|
-
#: templates/umap/password_change.html:
|
|
559
|
+
#: templates/umap/password_change.html:21
|
|
536
560
|
msgid "Old password"
|
|
537
561
|
msgstr "Oude wachtwoord"
|
|
538
562
|
|
|
539
|
-
#: templates/umap/password_change.html:
|
|
563
|
+
#: templates/umap/password_change.html:26
|
|
540
564
|
msgid "New password"
|
|
541
565
|
msgstr "Nieuwe wachtwoord"
|
|
542
566
|
|
|
543
|
-
#: templates/umap/password_change.html:
|
|
567
|
+
#: templates/umap/password_change.html:30
|
|
544
568
|
msgid "New password confirmation"
|
|
545
569
|
msgstr "Bevestig nieuwe wachtwoord"
|
|
546
570
|
|
|
547
|
-
#: templates/umap/password_change.html:
|
|
571
|
+
#: templates/umap/password_change.html:31
|
|
548
572
|
msgid "Change my password"
|
|
549
573
|
msgstr "Wijzig mijn wachtwoord"
|
|
550
574
|
|
|
551
|
-
#: templates/umap/password_change_done.html:
|
|
575
|
+
#: templates/umap/password_change_done.html:6
|
|
576
|
+
#: templates/umap/password_change_done.html:11
|
|
552
577
|
msgid "Password change successful"
|
|
553
578
|
msgstr "Wachtwoord wijzigen geslaagd"
|
|
554
579
|
|
|
555
|
-
#: templates/umap/password_change_done.html:
|
|
580
|
+
#: templates/umap/password_change_done.html:14
|
|
556
581
|
msgid "Your password was changed."
|
|
557
582
|
msgstr "Uw wachtwoord is gewijzigd."
|
|
558
583
|
|
|
559
|
-
#: templates/umap/search.html:
|
|
584
|
+
#: templates/umap/search.html:6
|
|
585
|
+
msgid "Explore maps"
|
|
586
|
+
msgstr "Kaarten verkennen"
|
|
587
|
+
|
|
588
|
+
#: templates/umap/search.html:19
|
|
560
589
|
#, python-format
|
|
561
590
|
msgid "%(count)s map found:"
|
|
562
591
|
msgid_plural "%(count)s maps found:"
|
|
563
|
-
msgstr[0] ""
|
|
564
|
-
msgstr[1] ""
|
|
592
|
+
msgstr[0] "%(count)s kaarten gevonden:"
|
|
593
|
+
msgstr[1] "%(count)s kaarten gevonden:"
|
|
565
594
|
|
|
566
|
-
#: templates/umap/search.html:
|
|
595
|
+
#: templates/umap/search.html:28
|
|
567
596
|
msgid "No map found."
|
|
568
|
-
msgstr ""
|
|
597
|
+
msgstr "Geen kaart gevonden."
|
|
569
598
|
|
|
570
|
-
#: templates/umap/search.html:
|
|
599
|
+
#: templates/umap/search.html:33
|
|
571
600
|
msgid "Latest created maps"
|
|
572
|
-
msgstr ""
|
|
601
|
+
msgstr "Laatste gemaakte kaarten"
|
|
573
602
|
|
|
574
603
|
#: templates/umap/search_bar.html:4
|
|
575
604
|
msgid "Search maps"
|
|
576
605
|
msgstr "Zoek kaarten"
|
|
577
606
|
|
|
578
|
-
#: templates/umap/search_bar.html:
|
|
607
|
+
#: templates/umap/search_bar.html:16
|
|
579
608
|
msgid "Search"
|
|
580
609
|
msgstr "Zoeken"
|
|
581
610
|
|
|
582
|
-
#: templates/umap/
|
|
611
|
+
#: templates/umap/team_confirm_delete.html:6
|
|
612
|
+
msgid "Team deletion"
|
|
613
|
+
msgstr "Team verwijdering"
|
|
614
|
+
|
|
615
|
+
#: templates/umap/team_detail.html:6
|
|
616
|
+
#, python-format
|
|
617
|
+
msgid "%(current_team)s’s maps"
|
|
618
|
+
msgstr "%(current_team)s’s kaarten"
|
|
619
|
+
|
|
620
|
+
#: templates/umap/team_detail.html:14
|
|
583
621
|
#, python-format
|
|
584
622
|
msgid "Browse %(current_team)s's maps"
|
|
585
|
-
msgstr ""
|
|
623
|
+
msgstr "Browse %(current_team)s's kaarten"
|
|
586
624
|
|
|
587
|
-
#: templates/umap/team_detail.html:
|
|
625
|
+
#: templates/umap/team_detail.html:26
|
|
588
626
|
#, python-format
|
|
589
627
|
msgid "%(current_team)s has no public maps."
|
|
590
|
-
msgstr ""
|
|
628
|
+
msgstr "%(current_team)s Heeft geen openbare kaarten."
|
|
591
629
|
|
|
592
|
-
#: templates/umap/team_form.html:
|
|
630
|
+
#: templates/umap/team_form.html:6
|
|
631
|
+
msgid "Create or edit a team"
|
|
632
|
+
msgstr "Maak of bewerk een team"
|
|
633
|
+
|
|
634
|
+
#: templates/umap/team_form.html:28
|
|
593
635
|
msgid "Delete this team"
|
|
594
|
-
msgstr ""
|
|
636
|
+
msgstr "Verwijder dit team"
|
|
595
637
|
|
|
596
|
-
#: templates/umap/team_form.html:
|
|
638
|
+
#: templates/umap/team_form.html:51
|
|
597
639
|
msgid "Add user"
|
|
598
|
-
msgstr ""
|
|
640
|
+
msgstr "Gebruiker toevoegen"
|
|
599
641
|
|
|
600
642
|
#: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
|
|
601
643
|
msgid "Search my maps"
|
|
602
|
-
msgstr ""
|
|
644
|
+
msgstr "Doorzoek mijn kaarten"
|
|
603
645
|
|
|
604
646
|
#: templates/umap/user_dashboard.html:17 templates/umap/user_dashboard.html:22
|
|
605
647
|
msgid "Map’s title"
|
|
606
|
-
msgstr ""
|
|
648
|
+
msgstr "Titel van de kaart"
|
|
607
649
|
|
|
608
650
|
#: templates/umap/user_dashboard.html:30
|
|
609
651
|
#, python-format
|
|
610
652
|
msgid "Download %(count)s maps"
|
|
611
|
-
msgstr ""
|
|
653
|
+
msgstr "Download %(count)s kaarten"
|
|
612
654
|
|
|
613
655
|
#: templates/umap/user_dashboard.html:40
|
|
614
656
|
msgid "You have no map yet."
|
|
615
|
-
msgstr ""
|
|
657
|
+
msgstr "Je hebt nog geen kaart."
|
|
616
658
|
|
|
617
|
-
#: templates/umap/user_teams.html:
|
|
659
|
+
#: templates/umap/user_teams.html:6
|
|
660
|
+
msgid "My Teams"
|
|
661
|
+
msgstr "Mijn Teams"
|
|
662
|
+
|
|
663
|
+
#: templates/umap/user_teams.html:21
|
|
618
664
|
msgid "Users"
|
|
619
|
-
msgstr ""
|
|
665
|
+
msgstr "Gebruikers"
|
|
620
666
|
|
|
621
|
-
#: templates/umap/user_teams.html:
|
|
667
|
+
#: templates/umap/user_teams.html:52
|
|
622
668
|
msgid "New team"
|
|
623
|
-
msgstr ""
|
|
669
|
+
msgstr "Nieuw Team"
|
|
624
670
|
|
|
625
671
|
#: views.py:234
|
|
626
672
|
msgid "Cannot delete a team with more than one member"
|
|
627
|
-
msgstr ""
|
|
673
|
+
msgstr "Kan een team met meer dan één lid niet verwijderen"
|
|
628
674
|
|
|
629
675
|
#: views.py:238
|
|
630
676
|
#, python-format
|
|
631
677
|
msgid "Team “%(name)s” has been deleted"
|
|
632
|
-
msgstr ""
|
|
678
|
+
msgstr "Team “%(name)s” is verwijderd"
|
|
633
679
|
|
|
634
680
|
#: views.py:442
|
|
635
681
|
msgid "View the map"
|
|
636
682
|
msgstr "Bekijk de kaart"
|
|
637
683
|
|
|
638
|
-
#: views.py:
|
|
684
|
+
#: views.py:838
|
|
639
685
|
msgid "See full screen"
|
|
640
|
-
msgstr ""
|
|
686
|
+
msgstr "Volledig scherm weergeven"
|
|
641
687
|
|
|
642
|
-
#: views.py:
|
|
688
|
+
#: views.py:981
|
|
643
689
|
msgid "Map editors updated with success!"
|
|
644
690
|
msgstr "Kaarteditors met succes bijgewerkt!"
|
|
645
691
|
|
|
646
|
-
#: views.py:
|
|
692
|
+
#: views.py:1017
|
|
647
693
|
#, python-format
|
|
648
694
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
649
|
-
msgstr ""
|
|
695
|
+
msgstr "De uMap-bewerkingslink voor uw kaart: %(map_name)s"
|
|
650
696
|
|
|
651
|
-
#: views.py:
|
|
697
|
+
#: views.py:1020
|
|
652
698
|
#, python-format
|
|
653
699
|
msgid "Here is your secret edit link: %(link)s"
|
|
654
|
-
msgstr ""
|
|
700
|
+
msgstr "Hier is je geheime bewerkingslink: %(link)s"
|
|
655
701
|
|
|
656
|
-
#: views.py:
|
|
702
|
+
#: views.py:1027
|
|
657
703
|
#, python-format
|
|
658
704
|
msgid "Can't send email to %(email)s"
|
|
659
|
-
msgstr ""
|
|
705
|
+
msgstr "Kan geen e-mail verzenden naar %(email)s"
|
|
660
706
|
|
|
661
|
-
#: views.py:
|
|
707
|
+
#: views.py:1030
|
|
662
708
|
#, python-format
|
|
663
709
|
msgid "Email sent to %(email)s"
|
|
664
|
-
msgstr ""
|
|
710
|
+
msgstr "E-mail verzonden naar %(email)s"
|
|
665
711
|
|
|
666
|
-
#: views.py:
|
|
712
|
+
#: views.py:1041
|
|
667
713
|
msgid "Only its owner can delete the map."
|
|
668
714
|
msgstr "Kaart kan alleen door eigenaar worden verwijderd."
|
|
669
715
|
|
|
670
|
-
#: views.py:
|
|
716
|
+
#: views.py:1044
|
|
671
717
|
msgid "Map successfully deleted."
|
|
672
|
-
msgstr ""
|
|
718
|
+
msgstr "Kaart succesvol verwijderd."
|
|
673
719
|
|
|
674
|
-
#: views.py:
|
|
720
|
+
#: views.py:1070
|
|
675
721
|
#, python-format
|
|
676
722
|
msgid ""
|
|
677
723
|
"Your map has been cloned! If you want to edit this map from another "
|
|
678
724
|
"computer, please use this link: %(anonymous_url)s"
|
|
679
725
|
msgstr "Uw kaart is gekopieerd! Als u deze kaart wilt wijzigen vanaf een andere computer, gebruik dan deze link: %(anonymous_url)s"
|
|
680
726
|
|
|
681
|
-
#: views.py:
|
|
727
|
+
#: views.py:1075
|
|
682
728
|
msgid "Congratulations, your map has been cloned!"
|
|
683
729
|
msgstr "Gefeliciteerd, uw kaart is gekopieerd!"
|
|
684
730
|
|
|
685
|
-
#: views.py:
|
|
731
|
+
#: views.py:1329
|
|
686
732
|
msgid "Layer successfully deleted."
|
|
687
733
|
msgstr "Laag is verwijderd."
|
|
688
734
|
|
|
689
|
-
#: views.py:
|
|
735
|
+
#: views.py:1351
|
|
690
736
|
msgid "Permissions updated with success!"
|
|
691
|
-
msgstr ""
|
|
737
|
+
msgstr "Machtigingen met succes bijgewerkt!"
|