umap-project 1.12.2__py3-none-any.whl → 1.13.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.
Files changed (158) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +82 -54
  4. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
  6. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/el/LC_MESSAGES/django.po +86 -58
  8. umap/locale/en/LC_MESSAGES/django.po +79 -51
  9. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/es/LC_MESSAGES/django.po +82 -54
  11. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/fr/LC_MESSAGES/django.po +84 -56
  13. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  14. umap/locale/hu/LC_MESSAGES/django.po +108 -80
  15. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  16. umap/locale/it/LC_MESSAGES/django.po +82 -54
  17. umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  18. umap/locale/ms/LC_MESSAGES/django.po +82 -54
  19. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  20. umap/locale/pl/LC_MESSAGES/django.po +82 -54
  21. umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  22. umap/locale/sv/LC_MESSAGES/django.po +82 -54
  23. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  24. umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
  25. umap/models.py +29 -0
  26. umap/static/umap/base.css +33 -5
  27. umap/static/umap/content.css +41 -2
  28. umap/static/umap/img/16.svg +12 -2
  29. umap/static/umap/img/source/16.svg +165 -820
  30. umap/static/umap/js/umap.browser.js +9 -3
  31. umap/static/umap/js/umap.controls.js +45 -217
  32. umap/static/umap/js/umap.core.js +66 -30
  33. umap/static/umap/js/umap.forms.js +18 -31
  34. umap/static/umap/js/umap.icon.js +44 -21
  35. umap/static/umap/js/umap.js +5 -26
  36. umap/static/umap/js/umap.layer.js +68 -25
  37. umap/static/umap/js/umap.popup.js +87 -0
  38. umap/static/umap/js/umap.share.js +254 -0
  39. umap/static/umap/js/umap.ui.js +4 -2
  40. umap/static/umap/locale/am_ET.js +19 -9
  41. umap/static/umap/locale/am_ET.json +19 -9
  42. umap/static/umap/locale/ar.js +19 -9
  43. umap/static/umap/locale/ar.json +19 -9
  44. umap/static/umap/locale/ast.js +19 -9
  45. umap/static/umap/locale/ast.json +19 -9
  46. umap/static/umap/locale/bg.js +19 -9
  47. umap/static/umap/locale/bg.json +19 -9
  48. umap/static/umap/locale/br.js +22 -12
  49. umap/static/umap/locale/br.json +22 -12
  50. umap/static/umap/locale/ca.js +19 -9
  51. umap/static/umap/locale/ca.json +19 -9
  52. umap/static/umap/locale/cs_CZ.js +19 -9
  53. umap/static/umap/locale/cs_CZ.json +19 -9
  54. umap/static/umap/locale/da.js +19 -9
  55. umap/static/umap/locale/da.json +19 -9
  56. umap/static/umap/locale/de.js +19 -9
  57. umap/static/umap/locale/de.json +19 -9
  58. umap/static/umap/locale/el.js +19 -9
  59. umap/static/umap/locale/el.json +19 -9
  60. umap/static/umap/locale/en.js +19 -9
  61. umap/static/umap/locale/en.json +19 -9
  62. umap/static/umap/locale/en_US.json +19 -9
  63. umap/static/umap/locale/es.js +19 -9
  64. umap/static/umap/locale/es.json +19 -9
  65. umap/static/umap/locale/et.js +19 -9
  66. umap/static/umap/locale/et.json +19 -9
  67. umap/static/umap/locale/fa_IR.js +19 -9
  68. umap/static/umap/locale/fa_IR.json +19 -9
  69. umap/static/umap/locale/fi.js +19 -9
  70. umap/static/umap/locale/fi.json +19 -9
  71. umap/static/umap/locale/fr.js +19 -9
  72. umap/static/umap/locale/fr.json +19 -9
  73. umap/static/umap/locale/gl.js +19 -9
  74. umap/static/umap/locale/gl.json +19 -9
  75. umap/static/umap/locale/he.js +19 -9
  76. umap/static/umap/locale/he.json +19 -9
  77. umap/static/umap/locale/hr.js +19 -9
  78. umap/static/umap/locale/hr.json +19 -9
  79. umap/static/umap/locale/hu.js +19 -9
  80. umap/static/umap/locale/hu.json +19 -9
  81. umap/static/umap/locale/id.js +19 -9
  82. umap/static/umap/locale/id.json +19 -9
  83. umap/static/umap/locale/is.js +19 -9
  84. umap/static/umap/locale/is.json +19 -9
  85. umap/static/umap/locale/it.js +19 -9
  86. umap/static/umap/locale/it.json +19 -9
  87. umap/static/umap/locale/ja.js +19 -9
  88. umap/static/umap/locale/ja.json +19 -9
  89. umap/static/umap/locale/ko.js +19 -9
  90. umap/static/umap/locale/ko.json +19 -9
  91. umap/static/umap/locale/lt.js +19 -9
  92. umap/static/umap/locale/lt.json +19 -9
  93. umap/static/umap/locale/ms.js +19 -9
  94. umap/static/umap/locale/ms.json +19 -9
  95. umap/static/umap/locale/nl.js +19 -9
  96. umap/static/umap/locale/nl.json +19 -9
  97. umap/static/umap/locale/no.js +19 -9
  98. umap/static/umap/locale/no.json +19 -9
  99. umap/static/umap/locale/pl.js +19 -9
  100. umap/static/umap/locale/pl.json +19 -9
  101. umap/static/umap/locale/pl_PL.json +19 -9
  102. umap/static/umap/locale/pt.js +19 -9
  103. umap/static/umap/locale/pt.json +19 -9
  104. umap/static/umap/locale/pt_BR.js +19 -9
  105. umap/static/umap/locale/pt_BR.json +19 -9
  106. umap/static/umap/locale/pt_PT.js +19 -9
  107. umap/static/umap/locale/pt_PT.json +19 -9
  108. umap/static/umap/locale/ro.js +19 -9
  109. umap/static/umap/locale/ro.json +19 -9
  110. umap/static/umap/locale/ru.js +19 -9
  111. umap/static/umap/locale/ru.json +19 -9
  112. umap/static/umap/locale/sk_SK.js +19 -9
  113. umap/static/umap/locale/sk_SK.json +19 -9
  114. umap/static/umap/locale/sl.js +19 -9
  115. umap/static/umap/locale/sl.json +19 -9
  116. umap/static/umap/locale/sr.js +19 -9
  117. umap/static/umap/locale/sr.json +19 -9
  118. umap/static/umap/locale/sv.js +19 -9
  119. umap/static/umap/locale/sv.json +19 -9
  120. umap/static/umap/locale/th_TH.js +19 -9
  121. umap/static/umap/locale/th_TH.json +19 -9
  122. umap/static/umap/locale/tr.js +19 -9
  123. umap/static/umap/locale/tr.json +19 -9
  124. umap/static/umap/locale/uk_UA.js +19 -9
  125. umap/static/umap/locale/uk_UA.json +19 -9
  126. umap/static/umap/locale/vi.js +19 -9
  127. umap/static/umap/locale/vi.json +19 -9
  128. umap/static/umap/locale/vi_VN.json +19 -9
  129. umap/static/umap/locale/zh.js +19 -9
  130. umap/static/umap/locale/zh.json +19 -9
  131. umap/static/umap/locale/zh_CN.json +19 -9
  132. umap/static/umap/locale/zh_TW.Big5.json +19 -9
  133. umap/static/umap/locale/zh_TW.js +55 -45
  134. umap/static/umap/locale/zh_TW.json +55 -45
  135. umap/static/umap/map.css +76 -9
  136. umap/static/umap/test/Map.Export.js +3 -3
  137. umap/static/umap/test/Polygon.js +2 -2
  138. umap/static/umap/test/Polyline.js +2 -0
  139. umap/static/umap/test/index.html +1 -0
  140. umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
  141. umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
  142. umap/templates/auth/user_form.html +1 -1
  143. umap/templates/umap/content.html +1 -1
  144. umap/templates/umap/js.html +1 -0
  145. umap/templates/umap/map_list.html +1 -1
  146. umap/templates/umap/map_table.html +67 -35
  147. umap/templates/umap/user_dashboard.html +23 -1
  148. umap/templatetags/umap_tags.py +7 -27
  149. umap/tests/integration/test_edit_datalayer.py +45 -0
  150. umap/tests/integration/test_export_map.py +2 -3
  151. umap/tests/integration/test_facets_browser.py +86 -0
  152. umap/utils.py +17 -0
  153. umap/views.py +7 -18
  154. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
  155. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/RECORD +158 -155
  156. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
  157. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
  158. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
@@ -17,7 +17,7 @@ msgid ""
17
17
  msgstr ""
18
18
  "Project-Id-Version: uMap\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
- "POT-Creation-Date: 2023-09-22 16:21+0000\n"
20
+ "POT-Creation-Date: 2024-01-08 12:33+0000\n"
21
21
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
22
22
  "Last-Translator: Bartosz Racławski <bartosz.raclawski@openstreetmap.pl>, 2023\n"
23
23
  "Language-Team: Polish (http://app.transifex.com/openstreetmap/umap/language/pl/)\n"
@@ -35,115 +35,115 @@ msgstr "Edycja możliwa tylko z sekretnym odnośnikiem"
35
35
  msgid "Everyone can edit"
36
36
  msgstr "Wszyscy mogą edytować"
37
37
 
38
- #: forms.py:69 models.py:317
38
+ #: forms.py:69 models.py:349
39
39
  msgid "Inherit"
40
40
  msgstr ""
41
41
 
42
- #: middleware.py:14
42
+ #: middleware.py:13
43
43
  msgid "Site is readonly for maintenance"
44
44
  msgstr "Strona jest w trybie tylko do odczytu z powodu prac konserwacyjnych"
45
45
 
46
- #: models.py:48
46
+ #: models.py:49
47
47
  msgid "name"
48
48
  msgstr "nazwa"
49
49
 
50
- #: models.py:79
50
+ #: models.py:80
51
51
  msgid "details"
52
52
  msgstr "szczegóły"
53
53
 
54
- #: models.py:80
54
+ #: models.py:81
55
55
  msgid "Link to a page where the licence is detailed."
56
56
  msgstr "Odnośnik do strony ze szczegółowym opisem licencji."
57
57
 
58
- #: models.py:90
58
+ #: models.py:91
59
59
  msgid "URL template using OSM tile format"
60
60
  msgstr "Szablon URL używający formatu kafelków OSM"
61
61
 
62
- #: models.py:96
62
+ #: models.py:97
63
63
  msgid "Order of the tilelayers in the edit box"
64
64
  msgstr "Kolejność podkładów w oknie edycji"
65
65
 
66
- #: models.py:142 models.py:318
66
+ #: models.py:143 models.py:350
67
67
  msgid "Everyone"
68
68
  msgstr "Każdy"
69
69
 
70
- #: models.py:143 models.py:149 models.py:319
70
+ #: models.py:144 models.py:150 models.py:351
71
71
  msgid "Editors only"
72
72
  msgstr "Tylko edytorzy"
73
73
 
74
- #: models.py:144 models.py:320
74
+ #: models.py:145 models.py:352
75
75
  msgid "Owner only"
76
76
  msgstr "Tylko właściciel"
77
77
 
78
- #: models.py:147
78
+ #: models.py:148
79
79
  msgid "Everyone (public)"
80
80
  msgstr "Każdy (publiczne)"
81
81
 
82
- #: models.py:148
82
+ #: models.py:149
83
83
  msgid "Anyone with link"
84
84
  msgstr "Każdy z linkiem"
85
85
 
86
- #: models.py:150
86
+ #: models.py:151
87
87
  msgid "Blocked"
88
88
  msgstr "Zablokowane"
89
89
 
90
- #: models.py:153 models.py:324
90
+ #: models.py:154 models.py:356
91
91
  msgid "description"
92
92
  msgstr "opis"
93
93
 
94
- #: models.py:154
94
+ #: models.py:155
95
95
  msgid "center"
96
96
  msgstr "środek"
97
97
 
98
- #: models.py:155
98
+ #: models.py:156
99
99
  msgid "zoom"
100
100
  msgstr "przybliżenie"
101
101
 
102
- #: models.py:157
102
+ #: models.py:158
103
103
  msgid "locate"
104
104
  msgstr "lokalizuj"
105
105
 
106
- #: models.py:157
106
+ #: models.py:158
107
107
  msgid "Locate user on load?"
108
108
  msgstr "Lokalizować użytkownika po załadowaniu?"
109
109
 
110
- #: models.py:161
110
+ #: models.py:162
111
111
  msgid "Choose the map licence."
112
112
  msgstr "Wybierz licencję mapy."
113
113
 
114
- #: models.py:162
114
+ #: models.py:163
115
115
  msgid "licence"
116
116
  msgstr "licencja"
117
117
 
118
- #: models.py:172
118
+ #: models.py:174
119
119
  msgid "owner"
120
120
  msgstr "właściciel"
121
121
 
122
- #: models.py:176
122
+ #: models.py:178
123
123
  msgid "editors"
124
124
  msgstr "edytorzy"
125
125
 
126
- #: models.py:181 models.py:338
126
+ #: models.py:183 models.py:370
127
127
  msgid "edit status"
128
128
  msgstr "status edycji"
129
129
 
130
- #: models.py:186
130
+ #: models.py:188
131
131
  msgid "share status"
132
132
  msgstr "udostępnij status"
133
133
 
134
- #: models.py:189 models.py:333
134
+ #: models.py:191 models.py:365
135
135
  msgid "settings"
136
136
  msgstr "ustawienia"
137
137
 
138
- #: models.py:268
138
+ #: models.py:298
139
139
  msgid "Clone of"
140
140
  msgstr "Kopia"
141
141
 
142
- #: models.py:328
142
+ #: models.py:360
143
143
  msgid "display on load"
144
144
  msgstr "wyświetl po załadowaniu"
145
145
 
146
- #: models.py:329
146
+ #: models.py:361
147
147
  msgid "Display this layer on load."
148
148
  msgstr "Wyświetl tę warstwę po załadowaniu."
149
149
 
@@ -300,50 +300,78 @@ msgstr "Zainspiruj się, przejrzyj mapy"
300
300
  msgid "You are logged in. Continuing..."
301
301
  msgstr "Jesteś zalogowany. Kontynuowanie..."
302
302
 
303
- #: templates/umap/map_list.html:9 views.py:303
303
+ #: templates/umap/map_list.html:9 views.py:296
304
304
  msgid "by"
305
305
  msgstr "przez"
306
306
 
307
- #: templates/umap/map_list.html:17 templates/umap/map_table.html:39
307
+ #: templates/umap/map_list.html:17
308
308
  msgid "More"
309
309
  msgstr "Więcej"
310
310
 
311
- #: templates/umap/map_table.html:6
312
- msgid "Map"
313
- msgstr "Mapa"
314
-
315
- #: templates/umap/map_table.html:7
311
+ #: templates/umap/map_table.html:5
316
312
  msgid "Name"
317
313
  msgstr "Nazwa"
318
314
 
319
- #: templates/umap/map_table.html:8
315
+ #: templates/umap/map_table.html:6
316
+ msgid "Preview"
317
+ msgstr ""
318
+
319
+ #: templates/umap/map_table.html:7
320
320
  msgid "Who can see / edit"
321
321
  msgstr "Kto może zobaczyć / edytować"
322
322
 
323
- #: templates/umap/map_table.html:9
323
+ #: templates/umap/map_table.html:8
324
324
  msgid "Last save"
325
325
  msgstr "Ostatni zapis"
326
326
 
327
- #: templates/umap/map_table.html:10
327
+ #: templates/umap/map_table.html:9
328
328
  msgid "Owner"
329
329
  msgstr "Właściciel"
330
330
 
331
- #: templates/umap/map_table.html:11
331
+ #: templates/umap/map_table.html:10
332
332
  msgid "Actions"
333
333
  msgstr "Akcje"
334
334
 
335
- #: templates/umap/map_table.html:28
335
+ #: templates/umap/map_table.html:22
336
+ msgid "Open preview"
337
+ msgstr ""
338
+
339
+ #: templates/umap/map_table.html:38
336
340
  msgid "Share"
337
341
  msgstr "Udostępnij"
338
342
 
339
- #: templates/umap/map_table.html:29
343
+ #: templates/umap/map_table.html:39
340
344
  msgid "Edit"
341
345
  msgstr "Edytuj"
342
346
 
343
- #: templates/umap/map_table.html:30
347
+ #: templates/umap/map_table.html:40
344
348
  msgid "Download"
345
349
  msgstr "Pobierz"
346
350
 
351
+ #: templates/umap/map_table.html:49
352
+ msgid "first"
353
+ msgstr ""
354
+
355
+ #: templates/umap/map_table.html:50
356
+ msgid "previous"
357
+ msgstr ""
358
+
359
+ #: templates/umap/map_table.html:59
360
+ #, python-format
361
+ msgid ""
362
+ "\n"
363
+ " Page %(maps_number)s of %(num_pages)s\n"
364
+ " "
365
+ msgstr ""
366
+
367
+ #: templates/umap/map_table.html:65
368
+ msgid "next"
369
+ msgstr ""
370
+
371
+ #: templates/umap/map_table.html:66
372
+ msgid "last"
373
+ msgstr ""
374
+
347
375
  #: templates/umap/navigation.html:15
348
376
  msgid "Starred maps"
349
377
  msgstr "Mapy oznaczone gwiazdką"
@@ -443,52 +471,52 @@ msgstr "Mój profil"
443
471
  msgid "You have no map yet."
444
472
  msgstr "Nie masz jeszcze żadnej mapy."
445
473
 
446
- #: views.py:308
474
+ #: views.py:301
447
475
  msgid "View the map"
448
476
  msgstr "Zobacz mapę"
449
477
 
450
- #: views.py:658
478
+ #: views.py:660
451
479
  msgid "Map has been updated!"
452
480
  msgstr "Mapa została zaktualizowana!"
453
481
 
454
- #: views.py:683
482
+ #: views.py:685
455
483
  msgid "Map editors updated with success!"
456
484
  msgstr "Edytorzy mapy zaktualizowani pomyślnie!"
457
485
 
458
- #: views.py:721
486
+ #: views.py:723
459
487
  #, python-format
460
488
  msgid "The uMap edit link for your map: %(map_name)s"
461
489
  msgstr "Link uMap do edytowania twojej mapy: %(map_name)s"
462
490
 
463
- #: views.py:724
491
+ #: views.py:726
464
492
  #, python-format
465
493
  msgid "Here is your secret edit link: %(link)s"
466
494
  msgstr "Oto twój sekretny link do edycji: %(link)s"
467
495
 
468
- #: views.py:730
496
+ #: views.py:732
469
497
  #, python-format
470
498
  msgid "Email sent to %(email)s"
471
499
  msgstr "Email wysłany do %(email)s"
472
500
 
473
- #: views.py:741
501
+ #: views.py:743
474
502
  msgid "Only its owner can delete the map."
475
503
  msgstr "Tylko właściciel może usunąć mapę."
476
504
 
477
- #: views.py:764
505
+ #: views.py:766
478
506
  #, python-format
479
507
  msgid ""
480
508
  "Your map has been cloned! If you want to edit this map from another "
481
509
  "computer, please use this link: %(anonymous_url)s"
482
510
  msgstr "Twoja mapa została skopiowana! Jeśli chcesz edytować ją z innego komputera, użyj odnośnika: %(anonymous_url)s"
483
511
 
484
- #: views.py:769
512
+ #: views.py:771
485
513
  msgid "Congratulations, your map has been cloned!"
486
514
  msgstr "Gratulacje, twoja mapa została skopiowana!"
487
515
 
488
- #: views.py:958
516
+ #: views.py:1007
489
517
  msgid "Layer successfully deleted."
490
518
  msgstr "Warstwa usunięta pomyślnie."
491
519
 
492
- #: views.py:980
520
+ #: views.py:1029
493
521
  msgid "Permissions updated with success!"
494
522
  msgstr ""
Binary file
@@ -11,7 +11,7 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: uMap\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-09-22 16:21+0000\n"
14
+ "POT-Creation-Date: 2024-01-08 12:33+0000\n"
15
15
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
16
16
  "Last-Translator: carlbacker, 2020,2023\n"
17
17
  "Language-Team: Swedish (http://app.transifex.com/openstreetmap/umap/language/sv/)\n"
@@ -29,115 +29,115 @@ msgstr "Redigering är bara tillåten med privat redigeringslänk"
29
29
  msgid "Everyone can edit"
30
30
  msgstr "Alla kan redigera"
31
31
 
32
- #: forms.py:69 models.py:317
32
+ #: forms.py:69 models.py:349
33
33
  msgid "Inherit"
34
34
  msgstr ""
35
35
 
36
- #: middleware.py:14
36
+ #: middleware.py:13
37
37
  msgid "Site is readonly for maintenance"
38
38
  msgstr "Webbplatsen är skrivskyddad för underhållsarbete."
39
39
 
40
- #: models.py:48
40
+ #: models.py:49
41
41
  msgid "name"
42
42
  msgstr "namn"
43
43
 
44
- #: models.py:79
44
+ #: models.py:80
45
45
  msgid "details"
46
46
  msgstr "detaljer"
47
47
 
48
- #: models.py:80
48
+ #: models.py:81
49
49
  msgid "Link to a page where the licence is detailed."
50
50
  msgstr "Länk till sida med detaljerad licens information."
51
51
 
52
- #: models.py:90
52
+ #: models.py:91
53
53
  msgid "URL template using OSM tile format"
54
54
  msgstr "URL-mall med OSM:s tile-format"
55
55
 
56
- #: models.py:96
56
+ #: models.py:97
57
57
  msgid "Order of the tilelayers in the edit box"
58
58
  msgstr "Ordningen för tile-lager i redigeringsrutan"
59
59
 
60
- #: models.py:142 models.py:318
60
+ #: models.py:143 models.py:350
61
61
  msgid "Everyone"
62
62
  msgstr "Alla"
63
63
 
64
- #: models.py:143 models.py:149 models.py:319
64
+ #: models.py:144 models.py:150 models.py:351
65
65
  msgid "Editors only"
66
66
  msgstr "Enbart redaktörer"
67
67
 
68
- #: models.py:144 models.py:320
68
+ #: models.py:145 models.py:352
69
69
  msgid "Owner only"
70
70
  msgstr "Enbart ägaren "
71
71
 
72
- #: models.py:147
72
+ #: models.py:148
73
73
  msgid "Everyone (public)"
74
74
  msgstr "Alla (publik)"
75
75
 
76
- #: models.py:148
76
+ #: models.py:149
77
77
  msgid "Anyone with link"
78
78
  msgstr "Alla med en länk"
79
79
 
80
- #: models.py:150
80
+ #: models.py:151
81
81
  msgid "Blocked"
82
82
  msgstr "Låst"
83
83
 
84
- #: models.py:153 models.py:324
84
+ #: models.py:154 models.py:356
85
85
  msgid "description"
86
86
  msgstr "beskrivning"
87
87
 
88
- #: models.py:154
88
+ #: models.py:155
89
89
  msgid "center"
90
90
  msgstr "centrera"
91
91
 
92
- #: models.py:155
92
+ #: models.py:156
93
93
  msgid "zoom"
94
94
  msgstr "zooma"
95
95
 
96
- #: models.py:157
96
+ #: models.py:158
97
97
  msgid "locate"
98
98
  msgstr "lokalisera"
99
99
 
100
- #: models.py:157
100
+ #: models.py:158
101
101
  msgid "Locate user on load?"
102
102
  msgstr "Lokalisera användaren vid uppstart?"
103
103
 
104
- #: models.py:161
104
+ #: models.py:162
105
105
  msgid "Choose the map licence."
106
106
  msgstr "Välj licens för kartan."
107
107
 
108
- #: models.py:162
108
+ #: models.py:163
109
109
  msgid "licence"
110
110
  msgstr "licens"
111
111
 
112
- #: models.py:172
112
+ #: models.py:174
113
113
  msgid "owner"
114
114
  msgstr "ägare"
115
115
 
116
- #: models.py:176
116
+ #: models.py:178
117
117
  msgid "editors"
118
118
  msgstr "redaktörer"
119
119
 
120
- #: models.py:181 models.py:338
120
+ #: models.py:183 models.py:370
121
121
  msgid "edit status"
122
122
  msgstr "redigeringsstatus"
123
123
 
124
- #: models.py:186
124
+ #: models.py:188
125
125
  msgid "share status"
126
126
  msgstr "delningsstatus"
127
127
 
128
- #: models.py:189 models.py:333
128
+ #: models.py:191 models.py:365
129
129
  msgid "settings"
130
130
  msgstr "inställningar"
131
131
 
132
- #: models.py:268
132
+ #: models.py:298
133
133
  msgid "Clone of"
134
134
  msgstr "Kopia av"
135
135
 
136
- #: models.py:328
136
+ #: models.py:360
137
137
  msgid "display on load"
138
138
  msgstr "visa vid uppstart"
139
139
 
140
- #: models.py:329
140
+ #: models.py:361
141
141
  msgid "Display this layer on load."
142
142
  msgstr "Visa detta lager från start."
143
143
 
@@ -294,50 +294,78 @@ msgstr "Inspireras av andra kartor"
294
294
  msgid "You are logged in. Continuing..."
295
295
  msgstr "Du är nu inloggad. Fortsätter..."
296
296
 
297
- #: templates/umap/map_list.html:9 views.py:303
297
+ #: templates/umap/map_list.html:9 views.py:296
298
298
  msgid "by"
299
299
  msgstr "av"
300
300
 
301
- #: templates/umap/map_list.html:17 templates/umap/map_table.html:39
301
+ #: templates/umap/map_list.html:17
302
302
  msgid "More"
303
303
  msgstr "Mer"
304
304
 
305
- #: templates/umap/map_table.html:6
306
- msgid "Map"
307
- msgstr "Karta"
308
-
309
- #: templates/umap/map_table.html:7
305
+ #: templates/umap/map_table.html:5
310
306
  msgid "Name"
311
307
  msgstr "Namn"
312
308
 
313
- #: templates/umap/map_table.html:8
309
+ #: templates/umap/map_table.html:6
310
+ msgid "Preview"
311
+ msgstr ""
312
+
313
+ #: templates/umap/map_table.html:7
314
314
  msgid "Who can see / edit"
315
315
  msgstr "Vem kan se/redigera"
316
316
 
317
- #: templates/umap/map_table.html:9
317
+ #: templates/umap/map_table.html:8
318
318
  msgid "Last save"
319
319
  msgstr "Senast sparad "
320
320
 
321
- #: templates/umap/map_table.html:10
321
+ #: templates/umap/map_table.html:9
322
322
  msgid "Owner"
323
323
  msgstr "Ägare"
324
324
 
325
- #: templates/umap/map_table.html:11
325
+ #: templates/umap/map_table.html:10
326
326
  msgid "Actions"
327
327
  msgstr "Åtgärder"
328
328
 
329
- #: templates/umap/map_table.html:28
329
+ #: templates/umap/map_table.html:22
330
+ msgid "Open preview"
331
+ msgstr ""
332
+
333
+ #: templates/umap/map_table.html:38
330
334
  msgid "Share"
331
335
  msgstr "Dela"
332
336
 
333
- #: templates/umap/map_table.html:29
337
+ #: templates/umap/map_table.html:39
334
338
  msgid "Edit"
335
339
  msgstr "Redigera"
336
340
 
337
- #: templates/umap/map_table.html:30
341
+ #: templates/umap/map_table.html:40
338
342
  msgid "Download"
339
343
  msgstr "Ladda ned"
340
344
 
345
+ #: templates/umap/map_table.html:49
346
+ msgid "first"
347
+ msgstr ""
348
+
349
+ #: templates/umap/map_table.html:50
350
+ msgid "previous"
351
+ msgstr ""
352
+
353
+ #: templates/umap/map_table.html:59
354
+ #, python-format
355
+ msgid ""
356
+ "\n"
357
+ " Page %(maps_number)s of %(num_pages)s\n"
358
+ " "
359
+ msgstr ""
360
+
361
+ #: templates/umap/map_table.html:65
362
+ msgid "next"
363
+ msgstr ""
364
+
365
+ #: templates/umap/map_table.html:66
366
+ msgid "last"
367
+ msgstr ""
368
+
341
369
  #: templates/umap/navigation.html:15
342
370
  msgid "Starred maps"
343
371
  msgstr "Stjärnmärkta kartor "
@@ -435,52 +463,52 @@ msgstr ""
435
463
  msgid "You have no map yet."
436
464
  msgstr "Du har ingen karta än. "
437
465
 
438
- #: views.py:308
466
+ #: views.py:301
439
467
  msgid "View the map"
440
468
  msgstr "Se kartan"
441
469
 
442
- #: views.py:658
470
+ #: views.py:660
443
471
  msgid "Map has been updated!"
444
472
  msgstr "Kartan har uppdaterats!"
445
473
 
446
- #: views.py:683
474
+ #: views.py:685
447
475
  msgid "Map editors updated with success!"
448
476
  msgstr "Kartans redaktörer har uppdaterats!"
449
477
 
450
- #: views.py:721
478
+ #: views.py:723
451
479
  #, python-format
452
480
  msgid "The uMap edit link for your map: %(map_name)s"
453
481
  msgstr "Redigeringslänken för din uMap-karta: %(map_name)s"
454
482
 
455
- #: views.py:724
483
+ #: views.py:726
456
484
  #, python-format
457
485
  msgid "Here is your secret edit link: %(link)s"
458
486
  msgstr "Här är din hemliga redigeringslänk: %(link)s"
459
487
 
460
- #: views.py:730
488
+ #: views.py:732
461
489
  #, python-format
462
490
  msgid "Email sent to %(email)s"
463
491
  msgstr "Ett mejl har skickats till %(email)s"
464
492
 
465
- #: views.py:741
493
+ #: views.py:743
466
494
  msgid "Only its owner can delete the map."
467
495
  msgstr "Bara ägaren kan radera kartan."
468
496
 
469
- #: views.py:764
497
+ #: views.py:766
470
498
  #, python-format
471
499
  msgid ""
472
500
  "Your map has been cloned! If you want to edit this map from another "
473
501
  "computer, please use this link: %(anonymous_url)s"
474
502
  msgstr "Din karta har kopierats! Om du vill redigera den här kartan från en annan dator, använd denna länk: %(anonymous_url)s"
475
503
 
476
- #: views.py:769
504
+ #: views.py:771
477
505
  msgid "Congratulations, your map has been cloned!"
478
506
  msgstr "Grattis, din karta har kopierats!"
479
507
 
480
- #: views.py:958
508
+ #: views.py:1007
481
509
  msgid "Layer successfully deleted."
482
510
  msgstr "Lagret har raderats."
483
511
 
484
- #: views.py:980
512
+ #: views.py:1029
485
513
  msgid "Permissions updated with success!"
486
514
  msgstr ""
Binary file