geovisio 2.7.0__py3-none-any.whl → 2.8.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 (64) hide show
  1. geovisio/__init__.py +11 -3
  2. geovisio/admin_cli/__init__.py +3 -1
  3. geovisio/admin_cli/cleanup.py +2 -2
  4. geovisio/admin_cli/user.py +75 -0
  5. geovisio/config_app.py +87 -4
  6. geovisio/templates/main.html +2 -2
  7. geovisio/templates/viewer.html +3 -3
  8. geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
  9. geovisio/translations/da/LC_MESSAGES/messages.po +850 -0
  10. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  11. geovisio/translations/de/LC_MESSAGES/messages.po +235 -2
  12. geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
  13. geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
  14. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  15. geovisio/translations/en/LC_MESSAGES/messages.po +244 -153
  16. geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
  17. geovisio/translations/eo/LC_MESSAGES/messages.po +790 -0
  18. geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
  19. geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
  20. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/fr/LC_MESSAGES/messages.po +40 -3
  22. geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
  23. geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
  24. geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
  25. geovisio/translations/it/LC_MESSAGES/messages.po +875 -0
  26. geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
  27. geovisio/translations/ja/LC_MESSAGES/messages.po +719 -0
  28. geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
  29. geovisio/translations/messages.pot +225 -148
  30. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  31. geovisio/translations/nl/LC_MESSAGES/messages.po +24 -16
  32. geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
  33. geovisio/translations/pl/LC_MESSAGES/messages.po +727 -0
  34. geovisio/translations/zh_Hant/LC_MESSAGES/messages.mo +0 -0
  35. geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +719 -0
  36. geovisio/utils/auth.py +80 -8
  37. geovisio/utils/link.py +3 -2
  38. geovisio/utils/model_query.py +55 -0
  39. geovisio/utils/pictures.py +29 -62
  40. geovisio/utils/semantics.py +120 -0
  41. geovisio/utils/sequences.py +30 -23
  42. geovisio/utils/tokens.py +5 -3
  43. geovisio/utils/upload_set.py +87 -64
  44. geovisio/utils/website.py +50 -0
  45. geovisio/web/annotations.py +17 -0
  46. geovisio/web/auth.py +9 -5
  47. geovisio/web/collections.py +235 -63
  48. geovisio/web/configuration.py +17 -1
  49. geovisio/web/docs.py +99 -54
  50. geovisio/web/items.py +233 -100
  51. geovisio/web/map.py +129 -31
  52. geovisio/web/pages.py +240 -0
  53. geovisio/web/params.py +17 -0
  54. geovisio/web/prepare.py +165 -0
  55. geovisio/web/stac.py +17 -4
  56. geovisio/web/tokens.py +14 -4
  57. geovisio/web/upload_set.py +19 -10
  58. geovisio/web/users.py +176 -44
  59. geovisio/workers/runner_pictures.py +75 -50
  60. {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/METADATA +6 -5
  61. geovisio-2.8.0.dist-info/RECORD +89 -0
  62. {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/WHEEL +1 -1
  63. geovisio-2.7.0.dist-info/RECORD +0 -66
  64. {geovisio-2.7.0.dist-info → geovisio-2.8.0.dist-info}/LICENSE +0 -0
@@ -0,0 +1,719 @@
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-12-06 11:13+0100\n"
11
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: Automatically generated\n"
13
+ "Language-Team: none\n"
14
+ "Language: zh_Hant\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Generated-By: Babel 2.15.0\n"
19
+
20
+ #: geovisio/templates/main.html:45
21
+ msgid "Simple 360° geolocated pictures hosting"
22
+ msgstr ""
23
+
24
+ #: geovisio/templates/main.html:47
25
+ msgid "Full page version"
26
+ msgstr ""
27
+
28
+ #: geovisio/templates/main.html:51
29
+ msgid "Viewer"
30
+ msgstr ""
31
+
32
+ #: geovisio/templates/main.html:52
33
+ msgid "Embed pre-configured viewer"
34
+ msgstr ""
35
+
36
+ #: geovisio/templates/main.html:53
37
+ msgid "Easiest way to have a working GeoVisio viewer on your website"
38
+ msgstr ""
39
+
40
+ #: geovisio/templates/main.html:59
41
+ msgid "Use JS library"
42
+ msgstr ""
43
+
44
+ #: geovisio/templates/main.html:60
45
+ msgid "A completely configurable viewer for your website"
46
+ msgstr ""
47
+
48
+ #: geovisio/templates/main.html:82
49
+ msgid "Links"
50
+ msgstr ""
51
+
52
+ #: geovisio/templates/main.html:84
53
+ msgid "Pictures viewer"
54
+ msgstr ""
55
+
56
+ #: geovisio/templates/main.html:86
57
+ msgid "API docs"
58
+ msgstr ""
59
+
60
+ #: geovisio/templates/main.html:88
61
+ msgid "JS library docs"
62
+ msgstr ""
63
+
64
+ #: geovisio/templates/main.html:90
65
+ msgid "Repositories"
66
+ msgstr ""
67
+
68
+ #: geovisio/templates/viewer.html:22
69
+ msgid "You need to enable JavaScript to run this app."
70
+ msgstr ""
71
+
72
+ #: geovisio/utils/auth.py:201
73
+ msgid "Authentication is mandatory"
74
+ msgstr ""
75
+
76
+ #: geovisio/utils/auth.py:330
77
+ msgid "Only Bearer token are supported"
78
+ msgstr ""
79
+
80
+ #: geovisio/utils/excluded_areas.py:82
81
+ msgid "Impossible to find excluded area"
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:418
92
+ msgid "Picture can't be found, you may check its ID"
93
+ msgstr ""
94
+
95
+ #: geovisio/utils/pictures.py:421
96
+ msgid "Picture is not available (either hidden by admin or processing)"
97
+ msgstr ""
98
+
99
+ #: geovisio/utils/pictures.py:429
100
+ msgid "HD Picture file is not available"
101
+ msgstr ""
102
+
103
+ #: geovisio/utils/pictures.py:448
104
+ msgid "Picture derivates file are not available"
105
+ msgstr ""
106
+
107
+ #: geovisio/utils/pictures.py:465 geovisio/web/pictures.py:53
108
+ #: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
109
+ msgid "Unable to read picture on filesystem"
110
+ msgstr ""
111
+
112
+ #: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:366
113
+ #: geovisio/web/params.py:356
114
+ msgid "Unsupported filter parameter"
115
+ msgstr ""
116
+
117
+ #: geovisio/utils/sequences.py:379
118
+ msgid ""
119
+ "Sort by file date is not possible on this sequence (no file date "
120
+ "information available on pictures)"
121
+ msgstr ""
122
+
123
+ #: geovisio/utils/sequences.py:404
124
+ #, python-format
125
+ msgid ""
126
+ "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
127
+ "missing mandatory metadata"
128
+ msgstr ""
129
+
130
+ #: geovisio/utils/sequences.py:596 geovisio/web/collections.py:638
131
+ #: geovisio/web/prepare.py:148
132
+ #, python-format
133
+ msgid "Collection %(c)s wasn't found in database"
134
+ msgstr ""
135
+
136
+ #: geovisio/utils/tokens.py:42
137
+ msgid "JWT token signature does not match"
138
+ msgstr ""
139
+
140
+ #: geovisio/utils/tokens.py:56
141
+ msgid "Token does not exist anymore"
142
+ msgstr ""
143
+
144
+ #: geovisio/utils/tokens.py:60
145
+ msgid ""
146
+ "Token not yet claimed, this token cannot be used yet. Either claim this "
147
+ "token or generate a new one"
148
+ msgstr ""
149
+
150
+ #: geovisio/utils/upload_set.py:176
151
+ msgid ""
152
+ "The picture is too similar to another one (nearby and taken almost at the"
153
+ " same time)"
154
+ msgstr ""
155
+
156
+ #: geovisio/utils/upload_set.py:179
157
+ msgid "The sent file is not a valid JPEG"
158
+ msgstr ""
159
+
160
+ #: geovisio/utils/upload_set.py:182
161
+ msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
162
+ msgstr ""
163
+
164
+ #: geovisio/utils/upload_set.py:185
165
+ msgid "Something went very wrong, but not due to the picture itself"
166
+ msgstr ""
167
+
168
+ #: geovisio/utils/upload_set.py:587
169
+ msgid ""
170
+ "A different picture with the same name has already been added to this "
171
+ "uploadset"
172
+ msgstr ""
173
+
174
+ #: geovisio/web/auth.py:60
175
+ msgid "Impossible to finish authentication flow"
176
+ msgstr ""
177
+
178
+ #: geovisio/web/auth.py:64
179
+ msgid ""
180
+ "You can try to clear your cookies and retry. If the problem persists, "
181
+ "contact your instance administrator."
182
+ msgstr ""
183
+
184
+ #: geovisio/web/collections.py:306
185
+ #, python-format
186
+ msgid "There is no collection created after %(d)s"
187
+ msgstr ""
188
+
189
+ #: geovisio/web/collections.py:308
190
+ #, python-format
191
+ msgid "There is no collection created before %(d)s"
192
+ msgstr ""
193
+
194
+ #: geovisio/web/collections.py:419 geovisio/web/items.py:404
195
+ msgid "Collection doesn't exist"
196
+ msgstr ""
197
+
198
+ #: geovisio/web/collections.py:478
199
+ msgid "Impossible to find a thumbnail for the collection"
200
+ msgstr ""
201
+
202
+ #: geovisio/web/collections.py:598 geovisio/web/items.py:1163
203
+ msgid ""
204
+ "Picture visibility parameter (visible) should be either unset, true or "
205
+ "false"
206
+ msgstr ""
207
+
208
+ #: geovisio/web/collections.py:604
209
+ msgid ""
210
+ "Sequence title is not valid, should be a string with a max of 250 "
211
+ "characters"
212
+ msgstr ""
213
+
214
+ #: geovisio/web/collections.py:610
215
+ msgid "Sort order parameter is invalid"
216
+ msgstr ""
217
+
218
+ #: geovisio/web/collections.py:621
219
+ msgid ""
220
+ "Relative heading is not valid, should be an integer in degrees from -180 "
221
+ "to 180"
222
+ msgstr ""
223
+
224
+ #: geovisio/web/collections.py:642
225
+ msgid "You're not authorized to edit this sequence"
226
+ msgstr ""
227
+
228
+ #: geovisio/web/collections.py:651
229
+ #, python-format
230
+ msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
231
+ msgstr ""
232
+
233
+ #: geovisio/web/collections.py:786
234
+ msgid "Sequence doesn't exists"
235
+ msgstr ""
236
+
237
+ #: geovisio/web/collections.py:955 geovisio/web/stac.py:347
238
+ #, python-format
239
+ msgid "Impossible to find user %(u)s"
240
+ msgstr ""
241
+
242
+ #: geovisio/web/collections.py:990 geovisio/web/stac.py:357
243
+ #, python-format
244
+ msgid "No data loaded for user %(u)s"
245
+ msgstr ""
246
+
247
+ #: geovisio/web/collections.py:992
248
+ msgid "No matching sequences found"
249
+ msgstr ""
250
+
251
+ #: geovisio/web/excluded_areas.py:133
252
+ msgid "You must be logged-in as admin to access all excluded areas"
253
+ msgstr ""
254
+
255
+ #: geovisio/web/excluded_areas.py:135
256
+ msgid "You're not authorized to access all excluded areas"
257
+ msgstr ""
258
+
259
+ #: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
260
+ #: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
261
+ msgid "Impossible to create an Excluded Area"
262
+ msgstr ""
263
+
264
+ #: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
265
+ msgid "Parameter for creating an Excluded Area should be a valid JSON"
266
+ msgstr ""
267
+
268
+ #: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
269
+ msgid "You must be logged-in as admin to edit excluded areas"
270
+ msgstr ""
271
+
272
+ #: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
273
+ msgid "Impossible to replace all Excluded Areas"
274
+ msgstr ""
275
+
276
+ #: geovisio/web/excluded_areas.py:232
277
+ msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
278
+ msgstr ""
279
+
280
+ #: geovisio/web/excluded_areas.py:272
281
+ msgid "You must be logged-in as admin to delete excluded areas"
282
+ msgstr ""
283
+
284
+ #: geovisio/web/items.py:367
285
+ msgid "limit parameter should be an integer between 1 and 10000"
286
+ msgstr ""
287
+
288
+ #: geovisio/web/items.py:369
289
+ msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
290
+ msgstr ""
291
+
292
+ #: geovisio/web/items.py:374
293
+ msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
294
+ msgstr ""
295
+
296
+ #: geovisio/web/items.py:381
297
+ msgid "startAfterRank parameter should be a positive integer (starting from 1)"
298
+ msgstr ""
299
+
300
+ #: geovisio/web/items.py:383
301
+ msgid "startAfterRank parameter should be a valid, positive integer"
302
+ msgstr ""
303
+
304
+ #: geovisio/web/items.py:410
305
+ #, python-format
306
+ msgid "No more items in this collection (last available rank is %(r)s)"
307
+ msgstr ""
308
+
309
+ #: geovisio/web/items.py:420
310
+ #, python-format
311
+ msgid "Picture with id %(p)s does not exists"
312
+ msgstr ""
313
+
314
+ #: geovisio/web/items.py:706
315
+ msgid "Item doesn't exist"
316
+ msgstr ""
317
+
318
+ #: geovisio/web/items.py:765
319
+ msgid "Search using POST method should have a JSON body"
320
+ msgstr ""
321
+
322
+ #: geovisio/web/items.py:774
323
+ msgid "Parameter limit must be either empty or a number between 1 and 10000"
324
+ msgstr ""
325
+
326
+ #: geovisio/web/items.py:830
327
+ msgid ""
328
+ "Parameter place_fov_tolerance must be either empty or a number between 2 "
329
+ "and 180"
330
+ msgstr ""
331
+
332
+ #: geovisio/web/items.py:852
333
+ msgid ""
334
+ "Parameter intersects should contain a valid GeoJSON Geometry (not a "
335
+ "Feature)"
336
+ msgstr ""
337
+
338
+ #: geovisio/web/items.py:868
339
+ msgid "Parameter ids should be a JSON array of strings"
340
+ msgstr ""
341
+
342
+ #: geovisio/web/items.py:880
343
+ msgid "Parameter collections should be a JSON array of strings"
344
+ msgstr ""
345
+
346
+ #: geovisio/web/items.py:891
347
+ msgid "Picture doesn't exist"
348
+ msgstr ""
349
+
350
+ #: geovisio/web/items.py:994 geovisio/web/upload_set.py:528
351
+ msgid "Content type should be multipart/form-data"
352
+ msgstr ""
353
+
354
+ #: geovisio/web/items.py:998
355
+ msgid "Missing \"position\" parameter"
356
+ msgstr ""
357
+
358
+ #: geovisio/web/items.py:1005
359
+ msgid "Position in sequence should be a positive integer"
360
+ msgstr ""
361
+
362
+ #: geovisio/web/items.py:1019 geovisio/web/upload_set.py:337
363
+ msgid ""
364
+ "Longitude cannot be overridden alone, override_latitude also needs to be "
365
+ "set"
366
+ msgstr ""
367
+
368
+ #: geovisio/web/items.py:1021 geovisio/web/upload_set.py:339
369
+ msgid ""
370
+ "Latitude cannot be overridden alone, override_longitude also needs to be "
371
+ "set"
372
+ msgstr ""
373
+
374
+ #: geovisio/web/items.py:1022 geovisio/web/upload_set.py:312
375
+ #, python-format
376
+ msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
377
+ msgstr ""
378
+
379
+ #: geovisio/web/items.py:1023 geovisio/web/upload_set.py:317
380
+ #, python-format
381
+ msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
382
+ msgstr ""
383
+
384
+ #: geovisio/web/items.py:1042
385
+ msgid "Picture blur status should be either unset, true or false"
386
+ msgstr ""
387
+
388
+ #: geovisio/web/items.py:1046
389
+ msgid "No picture file was sent"
390
+ msgstr ""
391
+
392
+ #: geovisio/web/items.py:1052 geovisio/web/upload_set.py:378
393
+ msgid "Picture file is either missing or in an unsupported format (should be jpg)"
394
+ msgstr ""
395
+
396
+ #: geovisio/web/items.py:1059
397
+ #, python-format
398
+ msgid "Collection %(s)s wasn't found in database"
399
+ msgstr ""
400
+
401
+ #: geovisio/web/items.py:1063
402
+ msgid "You're not authorized to add picture to this collection"
403
+ msgstr ""
404
+
405
+ #: geovisio/web/items.py:1068
406
+ msgid "The collection has been deleted, impossible to add pictures to it"
407
+ msgstr ""
408
+
409
+ #: geovisio/web/items.py:1098
410
+ msgid "Picture at given position already exist"
411
+ msgstr ""
412
+
413
+ #: geovisio/web/items.py:1100 geovisio/web/upload_set.py:614
414
+ msgid "Impossible to parse picture metadata"
415
+ msgstr ""
416
+
417
+ #: geovisio/web/items.py:1102 geovisio/web/upload_set.py:621
418
+ msgid "Picture has invalid metadata"
419
+ msgstr ""
420
+
421
+ #: geovisio/web/items.py:1110 geovisio/web/upload_set.py:647
422
+ msgid "Picture wasn't correctly saved in filesystem"
423
+ msgstr ""
424
+
425
+ #: geovisio/web/items.py:1173
426
+ msgid ""
427
+ "Parameter `capture_time` is not a valid datetime, it should be an iso "
428
+ "formated datetime (like '2017-07-21T17:32:28Z')."
429
+ msgstr ""
430
+
431
+ #: geovisio/web/items.py:1181
432
+ #, python-format
433
+ msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
434
+ msgstr ""
435
+
436
+ #: geovisio/web/items.py:1186
437
+ #, python-format
438
+ msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
439
+ msgstr ""
440
+
441
+ #: geovisio/web/items.py:1191
442
+ msgid "Longitude cannot be overridden alone, latitude also needs to be set"
443
+ msgstr ""
444
+
445
+ #: geovisio/web/items.py:1193
446
+ msgid "Latitude cannot be overridden alone, longitude also needs to be set"
447
+ msgstr ""
448
+
449
+ #: geovisio/web/items.py:1251 geovisio/web/prepare.py:62
450
+ #: geovisio/web/prepare.py:128 geovisio/web/reports.py:349
451
+ #: geovisio/web/reports.py:392 geovisio/web/upload_set.py:266
452
+ #: geovisio/web/upload_set.py:386
453
+ msgid "Impossible to parse parameters"
454
+ msgstr ""
455
+
456
+ #: geovisio/web/items.py:1264 geovisio/web/items.py:1363
457
+ #: geovisio/web/prepare.py:84
458
+ #, python-format
459
+ msgid "Picture %(p)s wasn't found in database"
460
+ msgstr ""
461
+
462
+ #: geovisio/web/items.py:1268 geovisio/web/items.py:1367
463
+ msgid "You're not authorized to edit this picture"
464
+ msgstr ""
465
+
466
+ #: geovisio/web/items.py:1278
467
+ #, python-format
468
+ msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
469
+ msgstr ""
470
+
471
+ #: geovisio/web/map.py:165
472
+ msgid "One of required parameter is empty"
473
+ msgstr ""
474
+
475
+ #: geovisio/web/map.py:167
476
+ msgid "Tile format is invalid, should be either pbf or mvt"
477
+ msgstr ""
478
+
479
+ #: geovisio/web/map.py:171 geovisio/web/map.py:173
480
+ msgid "X or Y parameter is out of bounds"
481
+ msgstr ""
482
+
483
+ #: geovisio/web/map.py:175
484
+ msgid "Z parameter is out of bounds (should be 0-15)"
485
+ msgstr ""
486
+
487
+ #: geovisio/web/map.py:186
488
+ msgid "Impossible to get tile"
489
+ msgstr ""
490
+
491
+ #: geovisio/web/params.py:98
492
+ msgid "Parameter datetime should contain one or two dates"
493
+ msgstr ""
494
+
495
+ #: geovisio/web/params.py:168
496
+ msgid ""
497
+ "Parameter bbox must contain valid longitude (-180 to 180) and latitude "
498
+ "(-90 to 90) values"
499
+ msgstr ""
500
+
501
+ #: geovisio/web/params.py:173
502
+ msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
503
+ msgstr ""
504
+
505
+ #: geovisio/web/params.py:210
506
+ #, python-format
507
+ msgid "Parameter %(p)s must be coordinates in lat,lon format"
508
+ msgstr ""
509
+
510
+ #: geovisio/web/params.py:213
511
+ #, python-format
512
+ msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
513
+ msgstr ""
514
+
515
+ #: geovisio/web/params.py:214
516
+ #, python-format
517
+ msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
518
+ msgstr ""
519
+
520
+ #: geovisio/web/params.py:237 geovisio/web/params.py:250
521
+ #, python-format
522
+ msgid ""
523
+ "Parameter %(p)s is invalid (should be a distance range in meters like "
524
+ "\"5-15\")"
525
+ msgstr ""
526
+
527
+ #: geovisio/web/params.py:243
528
+ #, python-format
529
+ msgid "Parameter %(p)s has a min value greater than its max value"
530
+ msgstr ""
531
+
532
+ #: geovisio/web/params.py:317
533
+ #, python-format
534
+ msgid "Parameter %(p)s must be a valid list"
535
+ msgstr ""
536
+
537
+ #: geovisio/web/params.py:371
538
+ msgid ""
539
+ "Heading is not valid, should be an integer in degrees from 0° to 360°. "
540
+ "North is 0°, East = 90°, South = 180° and West = 270°."
541
+ msgstr ""
542
+
543
+ #: geovisio/web/params.py:458
544
+ msgid "Unsupported sortby parameter: invalid column name"
545
+ msgstr ""
546
+
547
+ #: geovisio/web/params.py:466
548
+ msgid "Unsupported sortby parameter: syntax isn't correct"
549
+ msgstr ""
550
+
551
+ #: geovisio/web/params.py:492
552
+ #, python-format
553
+ msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
554
+ msgstr ""
555
+
556
+ #: geovisio/web/params.py:495
557
+ #, python-format
558
+ msgid "limit parameter should be an integer between 1 and %(v)s"
559
+ msgstr ""
560
+
561
+ #: geovisio/web/params.py:506
562
+ msgid "longitude needs to be between -180 and 180"
563
+ msgstr ""
564
+
565
+ #: geovisio/web/params.py:516
566
+ msgid "latitude needs to be between -90 and 90"
567
+ msgstr ""
568
+
569
+ #: geovisio/web/pictures.py:187
570
+ msgid "Tiles are not available for flat pictures"
571
+ msgstr ""
572
+
573
+ #: geovisio/web/pictures.py:192
574
+ msgid "Column parameter is invalid, should be an integer"
575
+ msgstr ""
576
+
577
+ #: geovisio/web/pictures.py:195
578
+ msgid "Column parameter is invalid"
579
+ msgstr ""
580
+
581
+ #: geovisio/web/pictures.py:200
582
+ msgid "Row parameter is invalid, should be an integer"
583
+ msgstr ""
584
+
585
+ #: geovisio/web/pictures.py:203
586
+ msgid "Row parameter is invalid"
587
+ msgstr ""
588
+
589
+ #: geovisio/web/reports.py:89 geovisio/web/reports.py:99
590
+ msgid "Impossible to create a Report"
591
+ msgstr ""
592
+
593
+ #: geovisio/web/reports.py:91
594
+ msgid "Parameter for creating a Report should be a valid JSON"
595
+ msgstr ""
596
+
597
+ #: geovisio/web/reports.py:144
598
+ msgid "Only authenticated users can access reports"
599
+ msgstr ""
600
+
601
+ #: geovisio/web/reports.py:148 geovisio/web/reports.py:266
602
+ msgid "Report doesn't exist"
603
+ msgstr ""
604
+
605
+ #: geovisio/web/reports.py:157
606
+ msgid "You're not authorized to access this report"
607
+ msgstr ""
608
+
609
+ #: geovisio/web/reports.py:277
610
+ msgid "You're not authorized to edit this Report"
611
+ msgstr ""
612
+
613
+ #: geovisio/web/reports.py:284
614
+ msgid "Impossible to edit the Report"
615
+ msgstr ""
616
+
617
+ #: geovisio/web/reports.py:286
618
+ msgid "Parameter for editing the Report should be a valid JSON"
619
+ msgstr ""
620
+
621
+ #: geovisio/web/reports.py:352
622
+ msgid "You're not authorized to list reports"
623
+ msgstr ""
624
+
625
+ #: geovisio/web/rss.py:22
626
+ #, python-format
627
+ msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
628
+ msgstr ""
629
+
630
+ #: geovisio/web/rss.py:49
631
+ msgid "GeoVisio collections"
632
+ msgstr ""
633
+
634
+ #: geovisio/web/rss.py:51
635
+ msgid "List of collections from this GeoVisio server"
636
+ msgstr ""
637
+
638
+ #: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
639
+ #: geovisio/web/tokens.py:231
640
+ msgid "Impossible to find token"
641
+ msgstr ""
642
+
643
+ #: geovisio/web/tokens.py:181
644
+ msgid "Impossible to generate a new token"
645
+ msgstr ""
646
+
647
+ #: geovisio/web/tokens.py:236
648
+ msgid "Token already claimed by another account"
649
+ msgstr ""
650
+
651
+ #: geovisio/web/upload_set.py:134
652
+ msgid "Impossible to create an UploadSet"
653
+ msgstr ""
654
+
655
+ #: geovisio/web/upload_set.py:136
656
+ msgid "Parameter for creating an UploadSet should be a valid JSON"
657
+ msgstr ""
658
+
659
+ #: geovisio/web/upload_set.py:182 geovisio/web/upload_set.py:215
660
+ #: geovisio/web/upload_set.py:729
661
+ msgid "UploadSet doesn't exist"
662
+ msgstr ""
663
+
664
+ #: geovisio/web/upload_set.py:217
665
+ msgid "You're not authorized to list pictures in this upload set"
666
+ msgstr ""
667
+
668
+ #: geovisio/web/upload_set.py:304
669
+ msgid ""
670
+ "Parameter `override_capture_time` is not a valid datetime, it should be "
671
+ "an iso formated datetime (like '2017-07-21T17:32:28Z')."
672
+ msgstr ""
673
+
674
+ #: geovisio/web/upload_set.py:371
675
+ msgid "No file was sent"
676
+ msgstr ""
677
+
678
+ #: geovisio/web/upload_set.py:535 geovisio/web/upload_set.py:715
679
+ #, python-format
680
+ msgid "UploadSet %(u)s does not exist"
681
+ msgstr ""
682
+
683
+ #: geovisio/web/upload_set.py:539
684
+ msgid "You're not authorized to add picture to this upload set"
685
+ msgstr ""
686
+
687
+ #: geovisio/web/upload_set.py:579
688
+ msgid "The item has already been added to this upload set"
689
+ msgstr ""
690
+
691
+ #: geovisio/web/upload_set.py:586
692
+ msgid "The same picture has already been sent in a past upload"
693
+ msgstr ""
694
+
695
+ #: geovisio/web/upload_set.py:629
696
+ msgid "Impossible to open file as image. The only supported image format is jpg."
697
+ msgstr ""
698
+
699
+ #: geovisio/web/upload_set.py:719
700
+ msgid "You're not authorized to complete this upload set"
701
+ msgstr ""
702
+
703
+ #: geovisio/web/upload_set.py:764
704
+ msgid "You're not authorized to delete this upload set"
705
+ msgstr ""
706
+
707
+ #: geovisio/web/users.py:84
708
+ msgid "Impossible to find user"
709
+ msgstr ""
710
+
711
+ #: geovisio/web/users.py:176
712
+ msgid ""
713
+ "No search parameter given, you should provide `q=<pattern>` as query "
714
+ "parameter"
715
+ msgstr ""
716
+
717
+ #: geovisio/web/utils.py:51
718
+ msgid "No default account defined, please contact your instance administrator"
719
+ msgstr ""