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.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +45 -217
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +5 -26
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +19 -9
- umap/static/umap/locale/de.json +19 -9
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +19 -9
- umap/static/umap/locale/fr.json +19 -9
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +19 -9
- umap/static/umap/locale/nl.json +19 -9
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +76 -9
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/RECORD +158 -155
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -13,9 +13,9 @@ msgid ""
|
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: uMap\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
|
16
|
-
"POT-Creation-Date:
|
|
16
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
17
17
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
18
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023\n"
|
|
19
19
|
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
|
20
20
|
"MIME-Version: 1.0\n"
|
|
21
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -31,115 +31,115 @@ msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
|
|
31
31
|
msgid "Everyone can edit"
|
|
32
32
|
msgstr "Όλοι"
|
|
33
33
|
|
|
34
|
-
#: forms.py:69 models.py:
|
|
34
|
+
#: forms.py:69 models.py:349
|
|
35
35
|
msgid "Inherit"
|
|
36
|
-
msgstr ""
|
|
36
|
+
msgstr "Κληρονομώ"
|
|
37
37
|
|
|
38
|
-
#: middleware.py:
|
|
38
|
+
#: middleware.py:13
|
|
39
39
|
msgid "Site is readonly for maintenance"
|
|
40
40
|
msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο για ανάγνωση"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:49
|
|
43
43
|
msgid "name"
|
|
44
44
|
msgstr "όνομα"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:80
|
|
47
47
|
msgid "details"
|
|
48
48
|
msgstr "λεπτομέρειες"
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:81
|
|
51
51
|
msgid "Link to a page where the licence is detailed."
|
|
52
52
|
msgstr "Σύνδεσμος σελίδας Αναλυτικής Άδειας Χρήσης."
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:91
|
|
55
55
|
msgid "URL template using OSM tile format"
|
|
56
56
|
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:97
|
|
59
59
|
msgid "Order of the tilelayers in the edit box"
|
|
60
60
|
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:143 models.py:350
|
|
63
63
|
msgid "Everyone"
|
|
64
64
|
msgstr "Οποιοσδήποτε"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:144 models.py:150 models.py:351
|
|
67
67
|
msgid "Editors only"
|
|
68
68
|
msgstr "Μόνο οι συντάκτες"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:145 models.py:352
|
|
71
71
|
msgid "Owner only"
|
|
72
72
|
msgstr "Μόνο ο κάτοχος"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:148
|
|
75
75
|
msgid "Everyone (public)"
|
|
76
76
|
msgstr "Όλοι (δημόσιος)"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:149
|
|
79
79
|
msgid "Anyone with link"
|
|
80
80
|
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:151
|
|
83
83
|
msgid "Blocked"
|
|
84
84
|
msgstr "Αποκλεισμένος"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:154 models.py:356
|
|
87
87
|
msgid "description"
|
|
88
88
|
msgstr "περιγραφή"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:155
|
|
91
91
|
msgid "center"
|
|
92
92
|
msgstr "κέντρο"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:156
|
|
95
95
|
msgid "zoom"
|
|
96
96
|
msgstr "εστίαση"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:158
|
|
99
99
|
msgid "locate"
|
|
100
100
|
msgstr "εντοπισμός θέσης"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:158
|
|
103
103
|
msgid "Locate user on load?"
|
|
104
104
|
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:162
|
|
107
107
|
msgid "Choose the map licence."
|
|
108
108
|
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:163
|
|
111
111
|
msgid "licence"
|
|
112
112
|
msgstr "άδεια"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:174
|
|
115
115
|
msgid "owner"
|
|
116
116
|
msgstr "ιδιοκτήτης"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:178
|
|
119
119
|
msgid "editors"
|
|
120
120
|
msgstr "συντάκτες"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:183 models.py:370
|
|
123
123
|
msgid "edit status"
|
|
124
124
|
msgstr "κατάσταση επεξεργασίας"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:188
|
|
127
127
|
msgid "share status"
|
|
128
128
|
msgstr "κατάσταση διαμοιρασμού"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:191 models.py:365
|
|
131
131
|
msgid "settings"
|
|
132
132
|
msgstr "ρυθμίσεις"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:298
|
|
135
135
|
msgid "Clone of"
|
|
136
136
|
msgstr "Κλώνος του"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:360
|
|
139
139
|
msgid "display on load"
|
|
140
140
|
msgstr "εμφάνιση κατά τη φόρτωση"
|
|
141
141
|
|
|
142
|
-
#: models.py:
|
|
142
|
+
#: models.py:361
|
|
143
143
|
msgid "Display this layer on load."
|
|
144
144
|
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
|
145
145
|
|
|
@@ -182,7 +182,7 @@ msgstr "Σύνδεση σε άλλον πάροχο"
|
|
|
182
182
|
msgid ""
|
|
183
183
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
184
184
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
185
|
-
msgstr "Είναι καλή συνήθεια να συνδέετε το λογαριασμό σας σε περισσότερους από έναν παρόχους, σε περίπτωση
|
|
185
|
+
msgstr "Είναι καλή συνήθεια να συνδέετε το λογαριασμό σας σε περισσότερους από έναν παρόχους, σε περίπτωση που ένας πάροχος δεν είναι διαθέσιμος, προσωρινά ή και μόνιμα."
|
|
186
186
|
|
|
187
187
|
#: templates/auth/user_stars.html:5
|
|
188
188
|
#, python-format
|
|
@@ -296,50 +296,78 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
|
|
|
296
296
|
msgid "You are logged in. Continuing..."
|
|
297
297
|
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
|
298
298
|
|
|
299
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
299
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
300
300
|
msgid "by"
|
|
301
301
|
msgstr "από"
|
|
302
302
|
|
|
303
|
-
#: templates/umap/map_list.html:17
|
|
303
|
+
#: templates/umap/map_list.html:17
|
|
304
304
|
msgid "More"
|
|
305
305
|
msgstr "Περισσότερα"
|
|
306
306
|
|
|
307
|
-
#: templates/umap/map_table.html:
|
|
308
|
-
msgid "Map"
|
|
309
|
-
msgstr "Χάρτης"
|
|
310
|
-
|
|
311
|
-
#: templates/umap/map_table.html:7
|
|
307
|
+
#: templates/umap/map_table.html:5
|
|
312
308
|
msgid "Name"
|
|
313
309
|
msgstr "Όνομα"
|
|
314
310
|
|
|
315
|
-
#: templates/umap/map_table.html:
|
|
311
|
+
#: templates/umap/map_table.html:6
|
|
312
|
+
msgid "Preview"
|
|
313
|
+
msgstr ""
|
|
314
|
+
|
|
315
|
+
#: templates/umap/map_table.html:7
|
|
316
316
|
msgid "Who can see / edit"
|
|
317
317
|
msgstr "Ποιος μπορεί να τον δει / επεξεργαστεί"
|
|
318
318
|
|
|
319
|
-
#: templates/umap/map_table.html:
|
|
319
|
+
#: templates/umap/map_table.html:8
|
|
320
320
|
msgid "Last save"
|
|
321
321
|
msgstr "Τελευταία αποθήκευση"
|
|
322
322
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
323
|
+
#: templates/umap/map_table.html:9
|
|
324
324
|
msgid "Owner"
|
|
325
325
|
msgstr "Κάτοχος"
|
|
326
326
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
327
|
+
#: templates/umap/map_table.html:10
|
|
328
328
|
msgid "Actions"
|
|
329
329
|
msgstr "Ενέργειες"
|
|
330
330
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
331
|
+
#: templates/umap/map_table.html:22
|
|
332
|
+
msgid "Open preview"
|
|
333
|
+
msgstr ""
|
|
334
|
+
|
|
335
|
+
#: templates/umap/map_table.html:38
|
|
332
336
|
msgid "Share"
|
|
333
337
|
msgstr "Διαμοιρασμός"
|
|
334
338
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
339
|
+
#: templates/umap/map_table.html:39
|
|
336
340
|
msgid "Edit"
|
|
337
341
|
msgstr "Επεξεργασία"
|
|
338
342
|
|
|
339
|
-
#: templates/umap/map_table.html:
|
|
343
|
+
#: templates/umap/map_table.html:40
|
|
340
344
|
msgid "Download"
|
|
341
345
|
msgstr "Λήψη"
|
|
342
346
|
|
|
347
|
+
#: templates/umap/map_table.html:49
|
|
348
|
+
msgid "first"
|
|
349
|
+
msgstr ""
|
|
350
|
+
|
|
351
|
+
#: templates/umap/map_table.html:50
|
|
352
|
+
msgid "previous"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#: templates/umap/map_table.html:59
|
|
356
|
+
#, python-format
|
|
357
|
+
msgid ""
|
|
358
|
+
"\n"
|
|
359
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
360
|
+
" "
|
|
361
|
+
msgstr ""
|
|
362
|
+
|
|
363
|
+
#: templates/umap/map_table.html:65
|
|
364
|
+
msgid "next"
|
|
365
|
+
msgstr ""
|
|
366
|
+
|
|
367
|
+
#: templates/umap/map_table.html:66
|
|
368
|
+
msgid "last"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
343
371
|
#: templates/umap/navigation.html:15
|
|
344
372
|
msgid "Starred maps"
|
|
345
373
|
msgstr "Χάρτες με αστέρι"
|
|
@@ -437,52 +465,52 @@ msgstr "Το προφίλ μου"
|
|
|
437
465
|
msgid "You have no map yet."
|
|
438
466
|
msgstr "Δεν έχετε ακόμη χάρτη."
|
|
439
467
|
|
|
440
|
-
#: views.py:
|
|
468
|
+
#: views.py:301
|
|
441
469
|
msgid "View the map"
|
|
442
470
|
msgstr "Προβολή του χάρτη"
|
|
443
471
|
|
|
444
|
-
#: views.py:
|
|
472
|
+
#: views.py:660
|
|
445
473
|
msgid "Map has been updated!"
|
|
446
474
|
msgstr "Ο χάρτης ενημερώθηκε!"
|
|
447
475
|
|
|
448
|
-
#: views.py:
|
|
476
|
+
#: views.py:685
|
|
449
477
|
msgid "Map editors updated with success!"
|
|
450
478
|
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
|
451
479
|
|
|
452
|
-
#: views.py:
|
|
480
|
+
#: views.py:723
|
|
453
481
|
#, python-format
|
|
454
482
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
455
483
|
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
|
456
484
|
|
|
457
|
-
#: views.py:
|
|
485
|
+
#: views.py:726
|
|
458
486
|
#, python-format
|
|
459
487
|
msgid "Here is your secret edit link: %(link)s"
|
|
460
488
|
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
|
461
489
|
|
|
462
|
-
#: views.py:
|
|
490
|
+
#: views.py:732
|
|
463
491
|
#, python-format
|
|
464
492
|
msgid "Email sent to %(email)s"
|
|
465
493
|
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
|
466
494
|
|
|
467
|
-
#: views.py:
|
|
495
|
+
#: views.py:743
|
|
468
496
|
msgid "Only its owner can delete the map."
|
|
469
497
|
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
|
470
498
|
|
|
471
|
-
#: views.py:
|
|
499
|
+
#: views.py:766
|
|
472
500
|
#, python-format
|
|
473
501
|
msgid ""
|
|
474
502
|
"Your map has been cloned! If you want to edit this map from another "
|
|
475
503
|
"computer, please use this link: %(anonymous_url)s"
|
|
476
504
|
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
|
477
505
|
|
|
478
|
-
#: views.py:
|
|
506
|
+
#: views.py:771
|
|
479
507
|
msgid "Congratulations, your map has been cloned!"
|
|
480
508
|
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
|
481
509
|
|
|
482
|
-
#: views.py:
|
|
510
|
+
#: views.py:1007
|
|
483
511
|
msgid "Layer successfully deleted."
|
|
484
512
|
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
|
485
513
|
|
|
486
|
-
#: views.py:
|
|
514
|
+
#: views.py:1029
|
|
487
515
|
msgid "Permissions updated with success!"
|
|
488
|
-
msgstr ""
|
|
516
|
+
msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
|
|
@@ -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: 2024-01-08 12:33+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"
|
|
@@ -25,7 +25,7 @@ msgstr ""
|
|
|
25
25
|
msgid "Everyone can edit"
|
|
26
26
|
msgstr ""
|
|
27
27
|
|
|
28
|
-
#: forms.py:69 models.py:
|
|
28
|
+
#: forms.py:69 models.py:349
|
|
29
29
|
msgid "Inherit"
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
@@ -33,107 +33,107 @@ msgstr ""
|
|
|
33
33
|
msgid "Site is readonly for maintenance"
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
#: models.py:
|
|
36
|
+
#: models.py:49
|
|
37
37
|
msgid "name"
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
-
#: models.py:
|
|
40
|
+
#: models.py:80
|
|
41
41
|
msgid "details"
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
-
#: models.py:
|
|
44
|
+
#: models.py:81
|
|
45
45
|
msgid "Link to a page where the licence is detailed."
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
-
#: models.py:
|
|
48
|
+
#: models.py:91
|
|
49
49
|
msgid "URL template using OSM tile format"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:97
|
|
53
53
|
msgid "Order of the tilelayers in the edit box"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:143 models.py:350
|
|
57
57
|
msgid "Everyone"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:144 models.py:150 models.py:351
|
|
61
61
|
msgid "Editors only"
|
|
62
62
|
msgstr ""
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:145 models.py:352
|
|
65
65
|
msgid "Owner only"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:148
|
|
69
69
|
msgid "Everyone (public)"
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:149
|
|
73
73
|
msgid "Anyone with link"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:151
|
|
77
77
|
msgid "Blocked"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:154 models.py:356
|
|
81
81
|
msgid "description"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:155
|
|
85
85
|
msgid "center"
|
|
86
86
|
msgstr ""
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:156
|
|
89
89
|
msgid "zoom"
|
|
90
90
|
msgstr ""
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:158
|
|
93
93
|
msgid "locate"
|
|
94
94
|
msgstr ""
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:158
|
|
97
97
|
msgid "Locate user on load?"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:162
|
|
101
101
|
msgid "Choose the map licence."
|
|
102
102
|
msgstr ""
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:163
|
|
105
105
|
msgid "licence"
|
|
106
106
|
msgstr ""
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:174
|
|
109
109
|
msgid "owner"
|
|
110
110
|
msgstr ""
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:178
|
|
113
113
|
msgid "editors"
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:183 models.py:370
|
|
117
117
|
msgid "edit status"
|
|
118
118
|
msgstr ""
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:188
|
|
121
121
|
msgid "share status"
|
|
122
122
|
msgstr ""
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:191 models.py:365
|
|
125
125
|
msgid "settings"
|
|
126
126
|
msgstr ""
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:298
|
|
129
129
|
msgid "Clone of"
|
|
130
130
|
msgstr ""
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:360
|
|
133
133
|
msgid "display on load"
|
|
134
134
|
msgstr ""
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:361
|
|
137
137
|
msgid "Display this layer on load."
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
@@ -290,50 +290,78 @@ msgstr ""
|
|
|
290
290
|
msgid "You are logged in. Continuing..."
|
|
291
291
|
msgstr ""
|
|
292
292
|
|
|
293
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
293
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
294
294
|
msgid "by"
|
|
295
295
|
msgstr ""
|
|
296
296
|
|
|
297
|
-
#: templates/umap/map_list.html:17
|
|
297
|
+
#: templates/umap/map_list.html:17
|
|
298
298
|
msgid "More"
|
|
299
299
|
msgstr ""
|
|
300
300
|
|
|
301
|
+
#: templates/umap/map_table.html:5
|
|
302
|
+
msgid "Name"
|
|
303
|
+
msgstr ""
|
|
304
|
+
|
|
301
305
|
#: templates/umap/map_table.html:6
|
|
302
|
-
msgid "
|
|
306
|
+
msgid "Preview"
|
|
303
307
|
msgstr ""
|
|
304
308
|
|
|
305
309
|
#: templates/umap/map_table.html:7
|
|
306
|
-
msgid "
|
|
310
|
+
msgid "Who can see / edit"
|
|
307
311
|
msgstr ""
|
|
308
312
|
|
|
309
313
|
#: templates/umap/map_table.html:8
|
|
310
|
-
msgid "
|
|
314
|
+
msgid "Last save"
|
|
311
315
|
msgstr ""
|
|
312
316
|
|
|
313
317
|
#: templates/umap/map_table.html:9
|
|
314
|
-
msgid "
|
|
318
|
+
msgid "Owner"
|
|
315
319
|
msgstr ""
|
|
316
320
|
|
|
317
321
|
#: templates/umap/map_table.html:10
|
|
318
|
-
msgid "
|
|
322
|
+
msgid "Actions"
|
|
319
323
|
msgstr ""
|
|
320
324
|
|
|
321
|
-
#: templates/umap/map_table.html:
|
|
322
|
-
msgid "
|
|
325
|
+
#: templates/umap/map_table.html:22
|
|
326
|
+
msgid "Open preview"
|
|
323
327
|
msgstr ""
|
|
324
328
|
|
|
325
|
-
#: templates/umap/map_table.html:
|
|
329
|
+
#: templates/umap/map_table.html:38
|
|
326
330
|
msgid "Share"
|
|
327
331
|
msgstr ""
|
|
328
332
|
|
|
329
|
-
#: templates/umap/map_table.html:
|
|
333
|
+
#: templates/umap/map_table.html:39
|
|
330
334
|
msgid "Edit"
|
|
331
335
|
msgstr ""
|
|
332
336
|
|
|
333
|
-
#: templates/umap/map_table.html:
|
|
337
|
+
#: templates/umap/map_table.html:40
|
|
334
338
|
msgid "Download"
|
|
335
339
|
msgstr ""
|
|
336
340
|
|
|
341
|
+
#: templates/umap/map_table.html:49
|
|
342
|
+
msgid "first"
|
|
343
|
+
msgstr ""
|
|
344
|
+
|
|
345
|
+
#: templates/umap/map_table.html:50
|
|
346
|
+
msgid "previous"
|
|
347
|
+
msgstr ""
|
|
348
|
+
|
|
349
|
+
#: templates/umap/map_table.html:59
|
|
350
|
+
#, python-format
|
|
351
|
+
msgid ""
|
|
352
|
+
"\n"
|
|
353
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
354
|
+
" "
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
357
|
+
#: templates/umap/map_table.html:65
|
|
358
|
+
msgid "next"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: templates/umap/map_table.html:66
|
|
362
|
+
msgid "last"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
337
365
|
#: templates/umap/navigation.html:15
|
|
338
366
|
msgid "Starred maps"
|
|
339
367
|
msgstr ""
|
|
@@ -431,52 +459,52 @@ msgstr ""
|
|
|
431
459
|
msgid "You have no map yet."
|
|
432
460
|
msgstr ""
|
|
433
461
|
|
|
434
|
-
#: views.py:
|
|
462
|
+
#: views.py:301
|
|
435
463
|
msgid "View the map"
|
|
436
464
|
msgstr ""
|
|
437
465
|
|
|
438
|
-
#: views.py:
|
|
466
|
+
#: views.py:660
|
|
439
467
|
msgid "Map has been updated!"
|
|
440
468
|
msgstr ""
|
|
441
469
|
|
|
442
|
-
#: views.py:
|
|
470
|
+
#: views.py:685
|
|
443
471
|
msgid "Map editors updated with success!"
|
|
444
472
|
msgstr ""
|
|
445
473
|
|
|
446
|
-
#: views.py:
|
|
474
|
+
#: views.py:723
|
|
447
475
|
#, python-format
|
|
448
476
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
449
477
|
msgstr ""
|
|
450
478
|
|
|
451
|
-
#: views.py:
|
|
479
|
+
#: views.py:726
|
|
452
480
|
#, python-format
|
|
453
481
|
msgid "Here is your secret edit link: %(link)s"
|
|
454
482
|
msgstr ""
|
|
455
483
|
|
|
456
|
-
#: views.py:
|
|
484
|
+
#: views.py:732
|
|
457
485
|
#, python-format
|
|
458
486
|
msgid "Email sent to %(email)s"
|
|
459
487
|
msgstr ""
|
|
460
488
|
|
|
461
|
-
#: views.py:
|
|
489
|
+
#: views.py:743
|
|
462
490
|
msgid "Only its owner can delete the map."
|
|
463
491
|
msgstr ""
|
|
464
492
|
|
|
465
|
-
#: views.py:
|
|
493
|
+
#: views.py:766
|
|
466
494
|
#, python-format
|
|
467
495
|
msgid ""
|
|
468
496
|
"Your map has been cloned! If you want to edit this map from another "
|
|
469
497
|
"computer, please use this link: %(anonymous_url)s"
|
|
470
498
|
msgstr ""
|
|
471
499
|
|
|
472
|
-
#: views.py:
|
|
500
|
+
#: views.py:771
|
|
473
501
|
msgid "Congratulations, your map has been cloned!"
|
|
474
502
|
msgstr ""
|
|
475
503
|
|
|
476
|
-
#: views.py:
|
|
504
|
+
#: views.py:1007
|
|
477
505
|
msgid "Layer successfully deleted."
|
|
478
506
|
msgstr ""
|
|
479
507
|
|
|
480
|
-
#: views.py:
|
|
508
|
+
#: views.py:1029
|
|
481
509
|
msgid "Permissions updated with success!"
|
|
482
510
|
msgstr ""
|
|
Binary file
|