geovisio 2.6.0__py3-none-any.whl → 2.7.1__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 (62) hide show
  1. geovisio/__init__.py +36 -7
  2. geovisio/admin_cli/cleanup.py +2 -2
  3. geovisio/admin_cli/db.py +1 -4
  4. geovisio/config_app.py +40 -1
  5. geovisio/db_migrations.py +24 -3
  6. geovisio/templates/main.html +13 -13
  7. geovisio/templates/viewer.html +3 -3
  8. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  9. geovisio/translations/de/LC_MESSAGES/messages.po +804 -0
  10. geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
  11. geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
  12. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  13. geovisio/translations/en/LC_MESSAGES/messages.po +738 -0
  14. geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
  15. geovisio/translations/es/LC_MESSAGES/messages.po +778 -0
  16. geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
  17. geovisio/translations/fi/LC_MESSAGES/messages.po +589 -0
  18. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  19. geovisio/translations/fr/LC_MESSAGES/messages.po +814 -0
  20. geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
  22. geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
  23. geovisio/translations/ko/LC_MESSAGES/messages.po +685 -0
  24. geovisio/translations/messages.pot +694 -0
  25. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  26. geovisio/translations/nl/LC_MESSAGES/messages.po +602 -0
  27. geovisio/utils/__init__.py +1 -1
  28. geovisio/utils/auth.py +50 -11
  29. geovisio/utils/db.py +65 -0
  30. geovisio/utils/excluded_areas.py +83 -0
  31. geovisio/utils/extent.py +30 -0
  32. geovisio/utils/fields.py +1 -1
  33. geovisio/utils/filesystems.py +0 -1
  34. geovisio/utils/link.py +14 -0
  35. geovisio/utils/params.py +20 -0
  36. geovisio/utils/pictures.py +110 -88
  37. geovisio/utils/reports.py +171 -0
  38. geovisio/utils/sequences.py +262 -126
  39. geovisio/utils/tokens.py +37 -42
  40. geovisio/utils/upload_set.py +642 -0
  41. geovisio/web/auth.py +37 -37
  42. geovisio/web/collections.py +304 -304
  43. geovisio/web/configuration.py +14 -0
  44. geovisio/web/docs.py +276 -15
  45. geovisio/web/excluded_areas.py +377 -0
  46. geovisio/web/items.py +169 -112
  47. geovisio/web/map.py +104 -36
  48. geovisio/web/params.py +69 -26
  49. geovisio/web/pictures.py +14 -31
  50. geovisio/web/reports.py +399 -0
  51. geovisio/web/rss.py +13 -7
  52. geovisio/web/stac.py +129 -134
  53. geovisio/web/tokens.py +98 -109
  54. geovisio/web/upload_set.py +771 -0
  55. geovisio/web/users.py +100 -73
  56. geovisio/web/utils.py +28 -9
  57. geovisio/workers/runner_pictures.py +241 -207
  58. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/METADATA +17 -14
  59. geovisio-2.7.1.dist-info/RECORD +70 -0
  60. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/WHEEL +1 -1
  61. geovisio-2.6.0.dist-info/RECORD +0 -41
  62. {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/LICENSE +0 -0
@@ -0,0 +1,602 @@
1
+ # Translations template for PROJECT.
2
+ # Copyright (C) 2024 ORGANIZATION
3
+ # This file is distributed under the same license as the PROJECT project.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PROJECT VERSION\n"
9
+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
+ "POT-Creation-Date: 2024-07-10 14:10+0200\n"
11
+ "PO-Revision-Date: 2024-11-14 23:10+0000\n"
12
+ "Last-Translator: BrechtD <brecht.devriese92@gmail.com>\n"
13
+ "Language-Team: Dutch <http://weblate.panoramax.xyz/projects/panoramax/api/nl/"
14
+ ">\n"
15
+ "Language: nl\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=utf-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.4.3\n"
21
+ "Generated-By: Babel 2.15.0\n"
22
+
23
+ #: geovisio/templates/main.html:45
24
+ msgid "Simple 360° geolocated pictures hosting"
25
+ msgstr "Eenvoudige hosting van 360°-geolokaliseerde foto's"
26
+
27
+ #: geovisio/templates/main.html:47
28
+ msgid "Full page version"
29
+ msgstr "Volledige pagina"
30
+
31
+ #: geovisio/templates/main.html:51
32
+ msgid "Viewer"
33
+ msgstr "Viewee"
34
+
35
+ #: geovisio/templates/main.html:52
36
+ msgid "Embed pre-configured viewer"
37
+ msgstr ""
38
+
39
+ #: geovisio/templates/main.html:53
40
+ msgid "Easiest way to have a working GeoVisio viewer on your website"
41
+ msgstr ""
42
+ "Gemakkelijkste manier om een GeoVisio viewer op uw webpagina te plaatsen"
43
+
44
+ #: geovisio/templates/main.html:59
45
+ msgid "Use JS library"
46
+ msgstr "Gebruik JS bibliotheek"
47
+
48
+ #: geovisio/templates/main.html:60
49
+ msgid "A completely configurable viewer for your website"
50
+ msgstr "Een compleet configureerbare viewer voor uw website"
51
+
52
+ #: geovisio/templates/main.html:82
53
+ msgid "Links"
54
+ msgstr "Links"
55
+
56
+ #: geovisio/templates/main.html:84
57
+ msgid "Pictures viewer"
58
+ msgstr "Foto viewer"
59
+
60
+ #: geovisio/templates/main.html:86
61
+ msgid "API docs"
62
+ msgstr "API documentatie"
63
+
64
+ #: geovisio/templates/main.html:88
65
+ msgid "JS library docs"
66
+ msgstr "JS bibliotheek documentatie"
67
+
68
+ #: geovisio/templates/main.html:90
69
+ msgid "Repositories"
70
+ msgstr "Archief"
71
+
72
+ #: geovisio/templates/viewer.html:22
73
+ msgid "You need to enable JavaScript to run this app."
74
+ msgstr "U moet JavaScript toestaan om deze te kunnen gebruiken."
75
+
76
+ #: geovisio/utils/auth.py:164
77
+ msgid "Authentication is mandatory"
78
+ msgstr "Authenticatie is verplicht"
79
+
80
+ #: geovisio/utils/auth.py:292
81
+ msgid "Only Bearer token are supported"
82
+ msgstr ""
83
+
84
+ #: geovisio/utils/pictures.py:304
85
+ #, python-format
86
+ msgid ""
87
+ "Invalid '%(format)s' format for image, only the following formats are "
88
+ "available: %(allowed_formats)s"
89
+ msgstr ""
90
+
91
+ #: geovisio/utils/pictures.py:420
92
+ msgid "Picture can't be found, you may check its ID"
93
+ msgstr ""
94
+
95
+ #: geovisio/utils/pictures.py:423
96
+ msgid "Picture is not available (either hidden by admin or processing)"
97
+ msgstr ""
98
+
99
+ #: geovisio/utils/pictures.py:431
100
+ msgid "HD Picture file is not available"
101
+ msgstr ""
102
+
103
+ #: geovisio/utils/pictures.py:450
104
+ msgid "Picture derivates file are not available"
105
+ msgstr ""
106
+
107
+ #: geovisio/utils/pictures.py:467 geovisio/web/pictures.py:59
108
+ #: geovisio/web/pictures.py:108 geovisio/web/pictures.py:226
109
+ msgid "Unable to read picture on filesystem"
110
+ msgstr ""
111
+
112
+ #: geovisio/utils/sequences.py:372
113
+ msgid ""
114
+ "Sort by file date is not possible on this sequence (no file date "
115
+ "information available on pictures)"
116
+ msgstr ""
117
+
118
+ #: geovisio/utils/sequences.py:391
119
+ #, python-format
120
+ msgid ""
121
+ "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
122
+ "missing mandatory metadata"
123
+ msgstr ""
124
+
125
+ #: geovisio/utils/tokens.py:43
126
+ msgid "JWT token signature does not match"
127
+ msgstr ""
128
+
129
+ #: geovisio/utils/tokens.py:59
130
+ msgid "Token does not exist anymore"
131
+ msgstr ""
132
+
133
+ #: geovisio/utils/tokens.py:63
134
+ msgid ""
135
+ "Token not yet claimed, this token cannot be used yet. Either claim this "
136
+ "token or generate a new one"
137
+ msgstr ""
138
+
139
+ #: geovisio/utils/upload_set.py:143 geovisio/web/params.py:359
140
+ msgid "Unsupported filter parameter"
141
+ msgstr "Filter parameter is niet ondersteund"
142
+
143
+ #: geovisio/web/auth.py:62
144
+ msgid "Impossible to finish authentication flow"
145
+ msgstr ""
146
+
147
+ #: geovisio/web/auth.py:66
148
+ msgid ""
149
+ "You can try to clear your cookies and retry. If the problem persists, "
150
+ "contact your instance administrator."
151
+ msgstr ""
152
+
153
+ #: geovisio/web/collections.py:263
154
+ #, python-format
155
+ msgid "There is no collection created after %(d)s"
156
+ msgstr ""
157
+
158
+ #: geovisio/web/collections.py:265
159
+ #, python-format
160
+ msgid "There is no collection created before %(d)s"
161
+ msgstr ""
162
+
163
+ #: geovisio/web/collections.py:372 geovisio/web/items.py:372
164
+ msgid "Collection doesn't exist"
165
+ msgstr ""
166
+
167
+ #: geovisio/web/collections.py:432
168
+ msgid "Impossible to find a thumbnail for the collection"
169
+ msgstr ""
170
+
171
+ #: geovisio/web/collections.py:545 geovisio/web/items.py:1142
172
+ msgid ""
173
+ "Picture visibility parameter (visible) should be either unset, true or "
174
+ "false"
175
+ msgstr ""
176
+
177
+ #: geovisio/web/collections.py:551
178
+ msgid ""
179
+ "Sequence title is not valid, should be a string with a max of 250 "
180
+ "characters"
181
+ msgstr ""
182
+
183
+ #: geovisio/web/collections.py:557
184
+ msgid "Sort order parameter is invalid"
185
+ msgstr ""
186
+
187
+ #: geovisio/web/collections.py:568
188
+ msgid ""
189
+ "Relative heading is not valid, should be an integer in degrees from -180 "
190
+ "to 180"
191
+ msgstr ""
192
+
193
+ #: geovisio/web/collections.py:585
194
+ #, python-format
195
+ msgid "Sequence %(c)s wasn't found in database"
196
+ msgstr ""
197
+
198
+ #: geovisio/web/collections.py:589
199
+ msgid "You're not authorized to edit this sequence"
200
+ msgstr ""
201
+
202
+ #: geovisio/web/collections.py:598
203
+ #, python-format
204
+ msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
205
+ msgstr ""
206
+
207
+ #: geovisio/web/collections.py:697
208
+ #, python-format
209
+ msgid "Collection %(c)s wasn't found in database"
210
+ msgstr ""
211
+
212
+ #: geovisio/web/collections.py:792
213
+ msgid "Sequence doesn't exists"
214
+ msgstr ""
215
+
216
+ #: geovisio/web/collections.py:937 geovisio/web/stac.py:340
217
+ #, python-format
218
+ msgid "Impossible to find user %(u)s"
219
+ msgstr ""
220
+
221
+ #: geovisio/web/collections.py:968 geovisio/web/stac.py:350
222
+ #, python-format
223
+ msgid "No data loaded for user %(u)s"
224
+ msgstr ""
225
+
226
+ #: geovisio/web/collections.py:970
227
+ msgid "No matching sequences found"
228
+ msgstr ""
229
+
230
+ #: geovisio/web/items.py:335
231
+ msgid "limit parameter should be an integer between 1 and 10000"
232
+ msgstr ""
233
+
234
+ #: geovisio/web/items.py:337
235
+ msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
236
+ msgstr ""
237
+
238
+ #: geovisio/web/items.py:342
239
+ msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
240
+ msgstr ""
241
+
242
+ #: geovisio/web/items.py:349
243
+ msgid "startAfterRank parameter should be a positive integer (starting from 1)"
244
+ msgstr ""
245
+
246
+ #: geovisio/web/items.py:351
247
+ msgid "startAfterRank parameter should be a valid, positive integer"
248
+ msgstr ""
249
+
250
+ #: geovisio/web/items.py:378
251
+ #, python-format
252
+ msgid "No more items in this collection (last available rank is %(r)s)"
253
+ msgstr ""
254
+
255
+ #: geovisio/web/items.py:388
256
+ #, python-format
257
+ msgid "Picture with id %(p)s does not exists"
258
+ msgstr ""
259
+
260
+ #: geovisio/web/items.py:674
261
+ msgid "Item doesn't exist"
262
+ msgstr ""
263
+
264
+ #: geovisio/web/items.py:733
265
+ msgid "Search using POST method should have a JSON body"
266
+ msgstr ""
267
+
268
+ #: geovisio/web/items.py:742
269
+ msgid "Parameter limit must be either empty or a number between 1 and 10000"
270
+ msgstr ""
271
+
272
+ #: geovisio/web/items.py:798
273
+ msgid ""
274
+ "Parameter place_fov_tolerance must be either empty or a number between 2 "
275
+ "and 180"
276
+ msgstr ""
277
+
278
+ #: geovisio/web/items.py:820
279
+ msgid ""
280
+ "Parameter intersects should contain a valid GeoJSON Geometry (not a "
281
+ "Feature)"
282
+ msgstr ""
283
+
284
+ #: geovisio/web/items.py:836
285
+ msgid "Parameter ids should be a JSON array of strings"
286
+ msgstr ""
287
+
288
+ #: geovisio/web/items.py:848
289
+ msgid "Parameter collections should be a JSON array of strings"
290
+ msgstr ""
291
+
292
+ #: geovisio/web/items.py:859
293
+ msgid "Picture doesn't exist"
294
+ msgstr ""
295
+
296
+ #: geovisio/web/items.py:962 geovisio/web/upload_set.py:419
297
+ msgid "Content type should be multipart/form-data"
298
+ msgstr ""
299
+
300
+ #: geovisio/web/items.py:966
301
+ msgid "Missing \"position\" parameter"
302
+ msgstr ""
303
+
304
+ #: geovisio/web/items.py:973
305
+ msgid "Position in sequence should be a positive integer"
306
+ msgstr ""
307
+
308
+ #: geovisio/web/items.py:987 geovisio/web/upload_set.py:312
309
+ msgid ""
310
+ "Longitude cannot be overridden alone, override_latitude also needs to be "
311
+ "set"
312
+ msgstr ""
313
+
314
+ #: geovisio/web/items.py:989 geovisio/web/upload_set.py:314
315
+ msgid ""
316
+ "Latitude cannot be overridden alone, override_longitude also needs to be "
317
+ "set"
318
+ msgstr ""
319
+
320
+ #: geovisio/web/items.py:990 geovisio/web/upload_set.py:287
321
+ #, python-format
322
+ msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
323
+ msgstr ""
324
+
325
+ #: geovisio/web/items.py:991 geovisio/web/upload_set.py:292
326
+ #, python-format
327
+ msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
328
+ msgstr ""
329
+
330
+ #: geovisio/web/items.py:1010
331
+ msgid "Picture blur status should be either unset, true or false"
332
+ msgstr ""
333
+
334
+ #: geovisio/web/items.py:1014
335
+ msgid "No picture file was sent"
336
+ msgstr ""
337
+
338
+ #: geovisio/web/items.py:1020 geovisio/web/upload_set.py:337
339
+ msgid "Picture file is either missing or in an unsupported format (should be jpg)"
340
+ msgstr ""
341
+
342
+ #: geovisio/web/items.py:1027
343
+ #, python-format
344
+ msgid "Sequence %(s)s wasn't found in database"
345
+ msgstr ""
346
+
347
+ #: geovisio/web/items.py:1061
348
+ msgid "Picture at given position already exist"
349
+ msgstr ""
350
+
351
+ #: geovisio/web/items.py:1063 geovisio/web/upload_set.py:492
352
+ msgid "Impossible to parse picture metadata"
353
+ msgstr ""
354
+
355
+ #: geovisio/web/items.py:1071 geovisio/web/upload_set.py:500
356
+ msgid "Picture wasn't correctly saved in filesystem"
357
+ msgstr ""
358
+
359
+ #: geovisio/web/items.py:1154
360
+ msgid ""
361
+ "Heading is not valid, should be an integer in degrees from 0° to 360°. "
362
+ "North is 0°, East = 90°, South = 180° and West = 270°."
363
+ msgstr ""
364
+
365
+ #: geovisio/web/items.py:1171 geovisio/web/items.py:1262
366
+ #, python-format
367
+ msgid "Picture %(p)s wasn't found in database"
368
+ msgstr ""
369
+
370
+ #: geovisio/web/items.py:1175 geovisio/web/items.py:1266
371
+ msgid "You're not authorized to edit this picture"
372
+ msgstr ""
373
+
374
+ #: geovisio/web/items.py:1185
375
+ #, python-format
376
+ msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
377
+ msgstr ""
378
+
379
+ #: geovisio/web/map.py:124
380
+ msgid "One of required parameter is empty"
381
+ msgstr ""
382
+
383
+ #: geovisio/web/map.py:126
384
+ msgid "Tile format is invalid, should be either pbf or mvt"
385
+ msgstr ""
386
+
387
+ #: geovisio/web/map.py:130 geovisio/web/map.py:132
388
+ msgid "X or Y parameter is out of bounds"
389
+ msgstr ""
390
+
391
+ #: geovisio/web/map.py:134
392
+ msgid "Z parameter is out of bounds (should be 0-15)"
393
+ msgstr ""
394
+
395
+ #: geovisio/web/map.py:145
396
+ msgid "Impossible to get tile"
397
+ msgstr ""
398
+
399
+ #: geovisio/web/params.py:101
400
+ msgid "Parameter datetime should contain one or two dates"
401
+ msgstr ""
402
+
403
+ #: geovisio/web/params.py:171
404
+ msgid ""
405
+ "Parameter bbox must contain valid longitude (-180 to 180) and latitude "
406
+ "(-90 to 90) values"
407
+ msgstr ""
408
+
409
+ #: geovisio/web/params.py:176
410
+ msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
411
+ msgstr ""
412
+
413
+ #: geovisio/web/params.py:213
414
+ #, python-format
415
+ msgid "Parameter %(p)s must be coordinates in lat,lon format"
416
+ msgstr ""
417
+
418
+ #: geovisio/web/params.py:216
419
+ #, python-format
420
+ msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
421
+ msgstr ""
422
+
423
+ #: geovisio/web/params.py:217
424
+ #, python-format
425
+ msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
426
+ msgstr ""
427
+
428
+ #: geovisio/web/params.py:240 geovisio/web/params.py:253
429
+ #, python-format
430
+ msgid ""
431
+ "Parameter %(p)s is invalid (should be a distance range in meters like "
432
+ "\"5-15\")"
433
+ msgstr ""
434
+
435
+ #: geovisio/web/params.py:246
436
+ #, python-format
437
+ msgid "Parameter %(p)s has a min value greater than its max value"
438
+ msgstr ""
439
+
440
+ #: geovisio/web/params.py:320
441
+ #, python-format
442
+ msgid "Parameter %(p)s must be a valid list"
443
+ msgstr ""
444
+
445
+ #: geovisio/web/params.py:444
446
+ msgid "Unsupported sortby parameter: invalid column name"
447
+ msgstr ""
448
+
449
+ #: geovisio/web/params.py:452
450
+ msgid "Unsupported sortby parameter: syntax isn't correct"
451
+ msgstr ""
452
+
453
+ #: geovisio/web/params.py:478
454
+ #, python-format
455
+ msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
456
+ msgstr ""
457
+
458
+ #: geovisio/web/params.py:481
459
+ #, python-format
460
+ msgid "limit parameter should be an integer between 1 and %(v)s"
461
+ msgstr ""
462
+
463
+ #: geovisio/web/params.py:492
464
+ msgid "longitude needs to be between -180 and 180"
465
+ msgstr ""
466
+
467
+ #: geovisio/web/params.py:502
468
+ msgid "latitude needs to be between -90 and 90"
469
+ msgstr ""
470
+
471
+ #: geovisio/web/pictures.py:205
472
+ msgid "Tiles are not available for flat pictures"
473
+ msgstr ""
474
+
475
+ #: geovisio/web/pictures.py:210
476
+ msgid "Column parameter is invalid, should be an integer"
477
+ msgstr ""
478
+
479
+ #: geovisio/web/pictures.py:213
480
+ msgid "Column parameter is invalid"
481
+ msgstr ""
482
+
483
+ #: geovisio/web/pictures.py:218
484
+ msgid "Row parameter is invalid, should be an integer"
485
+ msgstr ""
486
+
487
+ #: geovisio/web/pictures.py:221
488
+ msgid "Row parameter is invalid"
489
+ msgstr ""
490
+
491
+ #: geovisio/web/rss.py:22
492
+ #, python-format
493
+ msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
494
+ msgstr ""
495
+
496
+ #: geovisio/web/rss.py:40
497
+ msgid "View on the map"
498
+ msgstr ""
499
+
500
+ #: geovisio/web/rss.py:40
501
+ msgid "JSON metadata"
502
+ msgstr ""
503
+
504
+ #: geovisio/web/rss.py:49
505
+ msgid "GeoVisio collections"
506
+ msgstr ""
507
+
508
+ #: geovisio/web/rss.py:51
509
+ msgid "List of collections from this GeoVisio server"
510
+ msgstr ""
511
+
512
+ #: geovisio/web/tokens.py:101 geovisio/web/tokens.py:144
513
+ #: geovisio/web/tokens.py:232
514
+ msgid "Impossible to find token"
515
+ msgstr ""
516
+
517
+ #: geovisio/web/tokens.py:182
518
+ msgid "Impossible to generate a new token"
519
+ msgstr ""
520
+
521
+ #: geovisio/web/tokens.py:237
522
+ msgid "Token already claimed by another account"
523
+ msgstr ""
524
+
525
+ #: geovisio/web/upload_set.py:145
526
+ msgid "Impossible to create an UploadSet"
527
+ msgstr ""
528
+
529
+ #: geovisio/web/upload_set.py:147
530
+ msgid "Parameter for creating an UploadSet should be a valid JSON"
531
+ msgstr ""
532
+
533
+ #: geovisio/web/upload_set.py:193 geovisio/web/upload_set.py:676
534
+ msgid "UploadSet doesn't exist"
535
+ msgstr ""
536
+
537
+ #: geovisio/web/upload_set.py:241 geovisio/web/upload_set.py:342
538
+ msgid "Impossible to parse parameters"
539
+ msgstr ""
540
+
541
+ #: geovisio/web/upload_set.py:279
542
+ msgid ""
543
+ "Parameter `override_capture_time` is not a valid datetime, it should be "
544
+ "an iso formated datetime (like '2017-07-21T17:32:28Z')."
545
+ msgstr ""
546
+
547
+ #: geovisio/web/upload_set.py:331
548
+ msgid "No file was sent"
549
+ msgstr ""
550
+
551
+ #: geovisio/web/upload_set.py:428 geovisio/web/upload_set.py:653
552
+ #, python-format
553
+ msgid "UploadSet %(u)s does not exist"
554
+ msgstr ""
555
+
556
+ #: geovisio/web/upload_set.py:432
557
+ msgid "You're not authorized to add picture to this collection"
558
+ msgstr ""
559
+
560
+ #: geovisio/web/upload_set.py:436
561
+ msgid "The upload set is already completed, files cannot be pushed to it"
562
+ msgstr ""
563
+
564
+ #: geovisio/web/upload_set.py:463
565
+ msgid "The item has already been added to this upload set"
566
+ msgstr ""
567
+
568
+ #: geovisio/web/upload_set.py:468
569
+ msgid "The same picture has already been sent in a past upload"
570
+ msgstr ""
571
+
572
+ #: geovisio/web/upload_set.py:556
573
+ msgid "UploadSet doesn't exists"
574
+ msgstr ""
575
+
576
+ #: geovisio/web/upload_set.py:657
577
+ msgid "You're not authorized to complete this upload set"
578
+ msgstr ""
579
+
580
+ #: geovisio/web/upload_set.py:662
581
+ msgid ""
582
+ "The upload set is already completed, cannot complete it several times for"
583
+ " the moment"
584
+ msgstr ""
585
+
586
+ #: geovisio/web/users.py:82
587
+ msgid "Impossible to find user"
588
+ msgstr ""
589
+
590
+ #: geovisio/web/users.py:158
591
+ msgid ""
592
+ "No search parameter given, you should provide `q=<pattern>` as query "
593
+ "parameter"
594
+ msgstr ""
595
+
596
+ #: geovisio/web/utils.py:51
597
+ msgid "No default account defined, please contact your instance administrator"
598
+ msgstr ""
599
+
600
+ #: geovisio/utils/excluded_areas.py:82
601
+ msgid "Impossible to find excluded area"
602
+ msgstr "Onmogelijk om uitgesloten gebied te vinden"
@@ -1 +1 @@
1
- from . import pictures, auth, time, tokens, filesystems, sequences
1
+ from . import db, pictures, auth, time, tokens, filesystems, sequences