geovisio 2.11.0__py3-none-any.whl → 2.12.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 (209) hide show
  1. geovisio/__init__.py +30 -2
  2. geovisio/admin_cli/db.py +1 -1
  3. geovisio/db_migrations.py +2 -2
  4. geovisio/migrations/20221201_01_wpCGc-initial-schema.rollback.sql +9 -0
  5. geovisio/migrations/20221201_01_wpCGc-initial-schema.sql +71 -0
  6. geovisio/migrations/20221201_02_ZG8AR-camera-information.rollback.sql +5 -0
  7. geovisio/migrations/20221201_02_ZG8AR-camera-information.sql +10 -0
  8. geovisio/migrations/20221222_01_fsB6f-add-account.rollback.sql +7 -0
  9. geovisio/migrations/20221222_01_fsB6f-add-account.sql +33 -0
  10. geovisio/migrations/20230113_01_0co97-rm-metadata-duplicates.rollback.sql +5 -0
  11. geovisio/migrations/20230113_01_0co97-rm-metadata-duplicates.sql +5 -0
  12. geovisio/migrations/20230116_01_9PkjZ-add-oauth-provider.rollback.sql +12 -0
  13. geovisio/migrations/20230116_01_9PkjZ-add-oauth-provider.sql +10 -0
  14. geovisio/migrations/20230117_01_K71Pd-pictures-ts-index.rollback.sql +4 -0
  15. geovisio/migrations/20230117_01_K71Pd-pictures-ts-index.sql +4 -0
  16. geovisio/migrations/20230130_01_VRIv2-sequences-account.rollback.sql +5 -0
  17. geovisio/migrations/20230130_01_VRIv2-sequences-account.sql +25 -0
  18. geovisio/migrations/20230324_01_ba9WA-status.rollback.sql +35 -0
  19. geovisio/migrations/20230324_01_ba9WA-status.sql +11 -0
  20. geovisio/migrations/20230324_02_efgI6-picture-process.rollback.sql +20 -0
  21. geovisio/migrations/20230324_02_efgI6-picture-process.sql +44 -0
  22. geovisio/migrations/20230407_01_wofh1-computed-headings.rollback.sql +6 -0
  23. geovisio/migrations/20230407_01_wofh1-computed-headings.sql +6 -0
  24. geovisio/migrations/20230417_01_ZgLMY-add-exif-metadata-column-for-pictures.rollback.sql +4 -0
  25. geovisio/migrations/20230417_01_ZgLMY-add-exif-metadata-column-for-pictures.sql +4 -0
  26. geovisio/migrations/20230420_01_elaN3-remove-picture-and-sequence-file-paths.rollback.sql +5 -0
  27. geovisio/migrations/20230420_01_elaN3-remove-picture-and-sequence-file-paths.sql +5 -0
  28. geovisio/migrations/20230425_01_gYP77-pictures-edits-triggers.rollback.sql +5 -0
  29. geovisio/migrations/20230425_01_gYP77-pictures-edits-triggers.sql +64 -0
  30. geovisio/migrations/20230427_01_k5e5w-timestamps.rollback.sql +10 -0
  31. geovisio/migrations/20230427_01_k5e5w-timestamps.sql +19 -0
  32. geovisio/migrations/20230511_01_TdpKo-tokens.rollback.sql +7 -0
  33. geovisio/migrations/20230511_01_TdpKo-tokens.sql +34 -0
  34. geovisio/migrations/20230615_01_u7aRf-pic-delete-cascade.rollback.sql +10 -0
  35. geovisio/migrations/20230615_01_u7aRf-pic-delete-cascade.sql +12 -0
  36. geovisio/migrations/20230623_01_y1SiQ-pic-deletion-task.rollback.sql +39 -0
  37. geovisio/migrations/20230623_01_y1SiQ-pic-deletion-task.sql +36 -0
  38. geovisio/migrations/20230629_01_ZdB3i-compute-heading-0.sql +27 -0
  39. geovisio/migrations/20230711_01_JGSPB-inserted-at-index.rollback.sql +4 -0
  40. geovisio/migrations/20230711_01_JGSPB-inserted-at-index.sql +4 -0
  41. geovisio/migrations/20230720_01_EyQ0e-sequences-summary.rollback.sql +7 -0
  42. geovisio/migrations/20230720_01_EyQ0e-sequences-summary.sql +26 -0
  43. geovisio/migrations/20230803_01_aXusm-fix-sequence-computed.rollback.sql +4 -0
  44. geovisio/migrations/20230803_01_aXusm-fix-sequence-computed.sql +25 -0
  45. geovisio/migrations/20231018_01_4G3YE-pictures-exiv2.rollback.sql +165 -0
  46. geovisio/migrations/20231018_01_4G3YE-pictures-exiv2.sql +206 -0
  47. geovisio/migrations/20231103_01_ZVKEm-update-seq-on-pic-change.rollback.sql +7 -0
  48. geovisio/migrations/20231103_01_ZVKEm-update-seq-on-pic-change.sql +28 -0
  49. geovisio/migrations/20231110_01_3p070-jobs-error.rollback.sql +7 -0
  50. geovisio/migrations/20231110_01_3p070-jobs-error.sql +93 -0
  51. geovisio/migrations/20231121_01_v6oBF-more-specific-triggers.rollback.sql +36 -0
  52. geovisio/migrations/20231121_01_v6oBF-more-specific-triggers.sql +40 -0
  53. geovisio/migrations/20231121_02_1uZXT-deleted-tag.rollback.sql +19 -0
  54. geovisio/migrations/20231121_02_1uZXT-deleted-tag.sql +13 -0
  55. geovisio/migrations/20240115_01_FatLR-token-delete-cascade.rollback.sql +6 -0
  56. geovisio/migrations/20240115_01_FatLR-token-delete-cascade.sql +7 -0
  57. geovisio/migrations/20240220_01_9wZs0-sequence-current-sort.rollback.sql +6 -0
  58. geovisio/migrations/20240220_01_9wZs0-sequence-current-sort.sql +15 -0
  59. geovisio/migrations/20240223_01_LsMHB-remove-binary-fields.sql +80 -0
  60. geovisio/migrations/20240226_01_8iXl1-track-changes.rollback.sql +13 -0
  61. geovisio/migrations/20240226_01_8iXl1-track-changes.sql +123 -0
  62. geovisio/migrations/20240229_01_SgfQY-sequence-geom-multi-linestring.rollback.sql +67 -0
  63. geovisio/migrations/20240229_01_SgfQY-sequence-geom-multi-linestring.sql +101 -0
  64. geovisio/migrations/20240308_01_aF0Jb-migrate-sequence-geom-multi-linestring.sql +52 -0
  65. geovisio/migrations/20240409_01_jnhra-pictures-grid.rollback.sql +3 -0
  66. geovisio/migrations/20240409_01_jnhra-pictures-grid.sql +21 -0
  67. geovisio/migrations/20240416_01_FpyGs-pictures-stats-on-sequences.rollback.sql +7 -0
  68. geovisio/migrations/20240416_01_FpyGs-pictures-stats-on-sequences.sql +9 -0
  69. geovisio/migrations/20240416_02_A5KzC-fill-pictures-stats-on-sequences.rollback.sql +5 -0
  70. geovisio/migrations/20240416_02_A5KzC-fill-pictures-stats-on-sequences.sql +84 -0
  71. geovisio/migrations/20240507_01_eBfqZ-refresh-table.rollback.sql +5 -0
  72. geovisio/migrations/20240507_01_eBfqZ-refresh-table.sql +9 -0
  73. geovisio/migrations/20240507_02_dzVET-picture-grid-public.rollback.sql +21 -0
  74. geovisio/migrations/20240507_02_dzVET-picture-grid-public.sql +26 -0
  75. geovisio/migrations/20240514_01_IT7DD-picture-delete-cascade.rollback.sql +41 -0
  76. geovisio/migrations/20240514_01_IT7DD-picture-delete-cascade.sql +42 -0
  77. geovisio/migrations/20240611_01_jftHn-content-md5.rollback.sql +5 -0
  78. geovisio/migrations/20240611_01_jftHn-content-md5.sql +7 -0
  79. geovisio/migrations/20240612_01_yNcuE-upload-set.rollback.sql +6 -0
  80. geovisio/migrations/20240612_01_yNcuE-upload-set.sql +46 -0
  81. geovisio/migrations/20240617_01_tKtlx-md5-concurrent-index.rollback.sql +4 -0
  82. geovisio/migrations/20240617_01_tKtlx-md5-concurrent-index.sql +8 -0
  83. geovisio/migrations/20240625_01_XMZ24-fix-sequence-stat-on-pic-insertion.rollback.sql +30 -0
  84. geovisio/migrations/20240625_01_XMZ24-fix-sequence-stat-on-pic-insertion.sql +31 -0
  85. geovisio/migrations/20240708_01_Xn7IH-job-queue.rollback.sql +31 -0
  86. geovisio/migrations/20240708_01_Xn7IH-job-queue.sql +104 -0
  87. geovisio/migrations/20240715_01_Hca9V-upload-set-metadata.rollback.sql +4 -0
  88. geovisio/migrations/20240715_01_Hca9V-upload-set-metadata.sql +5 -0
  89. geovisio/migrations/20240723_01_ePGFe-upload-set-files.rollback.sql +7 -0
  90. geovisio/migrations/20240723_01_ePGFe-upload-set-files.sql +29 -0
  91. geovisio/migrations/20240729_01_HALjj-upload-set-sort.rollback.sql +18 -0
  92. geovisio/migrations/20240729_01_HALjj-upload-set-sort.sql +18 -0
  93. geovisio/migrations/20240730_01_2BaCy-improve-deletion-triggers.rollback.sql +34 -0
  94. geovisio/migrations/20240730_01_2BaCy-improve-deletion-triggers.sql +53 -0
  95. geovisio/migrations/20240730_02_aRymN-rejection-status.rollback.sql +10 -0
  96. geovisio/migrations/20240730_02_aRymN-rejection-status.sql +16 -0
  97. geovisio/migrations/20240801_01_DOqmf-reports.rollback.sql +11 -0
  98. geovisio/migrations/20240801_01_DOqmf-reports.sql +100 -0
  99. geovisio/migrations/20240801_01_uKqPo-remove-files-delete-cascade.rollback.sql +13 -0
  100. geovisio/migrations/20240801_01_uKqPo-remove-files-delete-cascade.sql +13 -0
  101. geovisio/migrations/20240813_01_T1XkO-sequences-geom-splits.rollback.sql +42 -0
  102. geovisio/migrations/20240813_01_T1XkO-sequences-geom-splits.sql +56 -0
  103. geovisio/migrations/20240820_01_aB2ZK-exclusion-zones.rollback.sql +6 -0
  104. geovisio/migrations/20240820_01_aB2ZK-exclusion-zones.sql +49 -0
  105. geovisio/migrations/20240902_01_MDqSj-user-agent.rollback.sql +5 -0
  106. geovisio/migrations/20240902_01_MDqSj-user-agent.sql +10 -0
  107. geovisio/migrations/20240904_01_gFjlV-files-rejection-msg.rollback.sql +4 -0
  108. geovisio/migrations/20240904_01_gFjlV-files-rejection-msg.sql +4 -0
  109. geovisio/migrations/20240905_01_C8F6U-conflicts.rollback.sql +13 -0
  110. geovisio/migrations/20240905_01_C8F6U-conflicts.sql +6 -0
  111. geovisio/migrations/20240905_01_E5Ki0-upload-set-delete.rollback.sql +5 -0
  112. geovisio/migrations/20240905_01_E5Ki0-upload-set-delete.sql +30 -0
  113. geovisio/migrations/20240909_01_Muc22-unique-grid-index.rollback.sql +4 -0
  114. geovisio/migrations/20240909_01_Muc22-unique-grid-index.sql +5 -0
  115. geovisio/migrations/20240912_01_dAALm-account-index.rollback.sql +4 -0
  116. geovisio/migrations/20240912_01_dAALm-account-index.sql +4 -0
  117. geovisio/migrations/20241004_01_d1zfe-pictures-grid-360.rollback.sql +22 -0
  118. geovisio/migrations/20241004_01_d1zfe-pictures-grid-360.sql +24 -0
  119. geovisio/migrations/20241011_01_e1j5C-pic-quality.rollback.sql +21 -0
  120. geovisio/migrations/20241011_01_e1j5C-pic-quality.sql +249 -0
  121. geovisio/migrations/20241017_01_GuOjF-pic-quality-update.rollback.sql +4 -0
  122. geovisio/migrations/20241017_01_GuOjF-pic-quality-update.sql +61 -0
  123. geovisio/migrations/20241017_01_RiFlm-pictures-to-delete.rollback.sql +43 -0
  124. geovisio/migrations/20241017_01_RiFlm-pictures-to-delete.sql +75 -0
  125. geovisio/migrations/20241104_01_yhRVu-rejection-details.rollback.sql +4 -0
  126. geovisio/migrations/20241104_01_yhRVu-rejection-details.sql +4 -0
  127. geovisio/migrations/20241128_01_ugthx-job-queue-args.rollback.sql +25 -0
  128. geovisio/migrations/20241128_01_ugthx-job-queue-args.sql +31 -0
  129. geovisio/migrations/20241224_01_xuN6n-delete-upload-set-on-last-picture-trg-statement.rollback.sql +27 -0
  130. geovisio/migrations/20241224_01_xuN6n-delete-upload-set-on-last-picture-trg-statement.sql +28 -0
  131. geovisio/migrations/20250102_01_EElhA-rm-cameras.rollback.sql +126 -0
  132. geovisio/migrations/20250102_01_EElhA-rm-cameras.sql +30 -0
  133. geovisio/migrations/20250107_01_EQN9v-tags-tables.rollback.sql +10 -0
  134. geovisio/migrations/20250107_01_EQN9v-tags-tables.sql +58 -0
  135. geovisio/migrations/20250109_01_4OOP4-pages.rollback.sql +4 -0
  136. geovisio/migrations/20250109_01_4OOP4-pages.sql +10 -0
  137. geovisio/migrations/20250114_01_ABaaL-collaborative-metadata-editing.rollback.sql +7 -0
  138. geovisio/migrations/20250114_01_ABaaL-collaborative-metadata-editing.sql +16 -0
  139. geovisio/migrations/20250123_01_Ececu-tos-acceptance.rollback.sql +5 -0
  140. geovisio/migrations/20250123_01_Ececu-tos-acceptance.sql +5 -0
  141. geovisio/migrations/20250206_01_PjrEL-annotation-semantics.rollback.sql +14 -0
  142. geovisio/migrations/20250206_01_PjrEL-annotation-semantics.sql +15 -0
  143. geovisio/migrations/20250306_01_58oju-semantics-views.rollback.sql +5 -0
  144. geovisio/migrations/20250306_01_58oju-semantics-views.sql +52 -0
  145. geovisio/migrations/20250318_01_pANl1-semantics-functions.rollback.sql +5 -0
  146. geovisio/migrations/20250318_01_pANl1-semantics-functions.sql +41 -0
  147. geovisio/migrations/20250331_01_kRKjo-store-detections-id.rollback.sql +7 -0
  148. geovisio/migrations/20250331_01_kRKjo-store-detections-id.sql +25 -0
  149. geovisio/migrations/20250424_01_RBGXC-semantics-indexes.rollback.sql +6 -0
  150. geovisio/migrations/20250424_01_RBGXC-semantics-indexes.sql +6 -0
  151. geovisio/migrations/20250502_01_ZNmkU-job-task-read-metadata.rollback.sql +24 -0
  152. geovisio/migrations/20250502_01_ZNmkU-job-task-read-metadata.sql +7 -0
  153. geovisio/migrations/20250509_01_kMatW-deactivate-upload-set-split-dedup.rollback.sql +12 -0
  154. geovisio/migrations/20250509_01_kMatW-deactivate-upload-set-split-dedup.sql +12 -0
  155. geovisio/migrations/20250509_01_s3hYk-semantic-delete-cascade.rollback.sql +11 -0
  156. geovisio/migrations/20250509_01_s3hYk-semantic-delete-cascade.sql +11 -0
  157. geovisio/migrations/20250513_01_8WkZC-upload-sets-default-config.rollback.sql +7 -0
  158. geovisio/migrations/20250513_01_8WkZC-upload-sets-default-config.sql +15 -0
  159. geovisio/migrations/20250523_01_b11eW-picture-update-index.rollback.sql +85 -0
  160. geovisio/migrations/20250523_01_b11eW-picture-update-index.sql +166 -0
  161. geovisio/migrations/20250523_02_5ZXXh-update-picture-updated-at.rollback.sql +4 -0
  162. geovisio/migrations/20250523_02_5ZXXh-update-picture-updated-at.sql +7 -0
  163. geovisio/migrations/20250624_01_SETp6-job-warnings.rollback.sql +4 -0
  164. geovisio/migrations/20250624_01_SETp6-job-warnings.sql +4 -0
  165. geovisio/migrations/20250701_01_kr371-upload-set-semantics.rollback.sql +6 -0
  166. geovisio/migrations/20250701_01_kr371-upload-set-semantics.sql +15 -0
  167. geovisio/migrations/20250703_01_p2WVV-sequence-upload-set-link.rollback.sql +4 -0
  168. geovisio/migrations/20250703_01_p2WVV-sequence-upload-set-link.sql +4 -0
  169. geovisio/migrations/20250703_02_q0s3D-sequence-upload-set-fill.rollback.sql +4 -0
  170. geovisio/migrations/20250703_02_q0s3D-sequence-upload-set-fill.sql +26 -0
  171. geovisio/migrations/20250716_01_f8tcJ-check-empty-annotation-late.rollback.sql +24 -0
  172. geovisio/migrations/20250716_01_f8tcJ-check-empty-annotation-late.sql +10 -0
  173. geovisio/migrations/20250728_01_2zgur-upload-set-relative-heading.rollback.sql +4 -0
  174. geovisio/migrations/20250728_01_2zgur-upload-set-relative-heading.sql +4 -0
  175. geovisio/migrations/20250825_01_nCgkN-file-deletion-after-delete-no-dup.rollback.sql +20 -0
  176. geovisio/migrations/20250825_01_nCgkN-file-deletion-after-delete-no-dup.sql +26 -0
  177. geovisio/migrations/20250902_01_k5UTq-visibility-status.rollback.sql +11 -0
  178. geovisio/migrations/20250902_01_k5UTq-visibility-status.sql +19 -0
  179. geovisio/migrations/20250904_01_3uVKX-visibility-functions.rollback.sql +20 -0
  180. geovisio/migrations/20250904_01_3uVKX-visibility-functions.sql +43 -0
  181. geovisio/migrations/20251110_01_bWEXo-report-visibility.rollback.sql +30 -0
  182. geovisio/migrations/20251110_01_bWEXo-report-visibility.sql +30 -0
  183. geovisio/migrations/20251124_01_0xdqi-page-updates.rollback.sql +6 -0
  184. geovisio/migrations/20251124_01_0xdqi-page-updates.sql +8 -0
  185. geovisio/migrations/20251127_01_S6Ci8-pictures-grid-visibility.rollback.sql +24 -0
  186. geovisio/migrations/20251127_01_S6Ci8-pictures-grid-visibility.sql +36 -0
  187. geovisio/migrations/20251202_01_Q3g59-pictures-grid-logged-only.rollback.sql +32 -0
  188. geovisio/migrations/20251202_01_Q3g59-pictures-grid-logged-only.sql +34 -0
  189. geovisio/templates/main.html +7 -58
  190. geovisio/templates/viewer.html +8 -15
  191. geovisio/translations/cy/LC_MESSAGES/messages.mo +0 -0
  192. geovisio/translations/cy/LC_MESSAGES/messages.po +839 -0
  193. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  194. geovisio/translations/en/LC_MESSAGES/messages.po +155 -149
  195. geovisio/translations/messages.pot +131 -150
  196. geovisio/utils/cql2.py +22 -17
  197. geovisio/utils/link.py +13 -3
  198. geovisio/utils/upload_set.py +42 -2
  199. geovisio/web/collections.py +80 -40
  200. geovisio/web/docs.py +1 -1
  201. geovisio/web/items.py +54 -4
  202. geovisio/web/upload_set.py +2 -3
  203. geovisio/web/users.py +1 -1
  204. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/METADATA +6 -26
  205. geovisio-2.12.0.dist-info/RECORD +305 -0
  206. geovisio-2.12.0.dist-info/entry_points.txt +3 -0
  207. geovisio-2.11.0.dist-info/RECORD +0 -117
  208. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/WHEEL +0 -0
  209. {geovisio-2.11.0.dist-info → geovisio-2.12.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,839 @@
1
+ # Translations template for PROJECT.
2
+ # Copyright (C) 2025 ORGANIZATION
3
+ # This file is distributed under the same license as the PROJECT project.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PROJECT VERSION\n"
9
+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
+ "POT-Creation-Date: 2025-11-10 15:55+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: cy\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.17.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:279
73
+ msgid "Authentication is mandatory"
74
+ msgstr ""
75
+
76
+ #: geovisio/utils/auth.py:306
77
+ #, python-format
78
+ msgid ""
79
+ "You need to accept the terms of service before uploading any pictures. "
80
+ "You can do so by validating them here: %(url)s"
81
+ msgstr ""
82
+
83
+ #: geovisio/utils/auth.py:436
84
+ msgid "Only Bearer token are supported"
85
+ msgstr ""
86
+
87
+ #: geovisio/utils/cql2.py:33
88
+ msgid "Unsupported filter parameter"
89
+ msgstr ""
90
+
91
+ #: geovisio/utils/excluded_areas.py:82
92
+ msgid "Impossible to find excluded area"
93
+ msgstr ""
94
+
95
+ #: geovisio/utils/fields.py:111
96
+ msgid ""
97
+ "Relative heading is not valid, should be an integer in degrees from -180 "
98
+ "to 180"
99
+ msgstr ""
100
+
101
+ #: geovisio/utils/pictures.py:347
102
+ #, python-format
103
+ msgid ""
104
+ "Invalid '%(format)s' format for image, only the following formats are "
105
+ "available: %(allowed_formats)s"
106
+ msgstr ""
107
+
108
+ #: geovisio/utils/pictures.py:461
109
+ msgid "Picture can't be found, you may check its ID"
110
+ msgstr ""
111
+
112
+ #: geovisio/utils/pictures.py:464
113
+ msgid "Picture is not available (currently in processing)"
114
+ msgstr ""
115
+
116
+ #: geovisio/utils/pictures.py:472
117
+ msgid "HD Picture file is not available"
118
+ msgstr ""
119
+
120
+ #: geovisio/utils/pictures.py:491
121
+ msgid "Picture derivates file are not available"
122
+ msgstr ""
123
+
124
+ #: geovisio/utils/pictures.py:508 geovisio/web/pictures.py:53
125
+ #: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
126
+ msgid "Unable to read picture on filesystem"
127
+ msgstr ""
128
+
129
+ #: geovisio/utils/sequences.py:504
130
+ msgid ""
131
+ "Sort by file date is not possible on this sequence (no file date "
132
+ "information available on pictures)"
133
+ msgstr ""
134
+
135
+ #: geovisio/utils/sequences.py:530
136
+ #, python-format
137
+ msgid ""
138
+ "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
139
+ "missing mandatory metadata"
140
+ msgstr ""
141
+
142
+ #: geovisio/utils/sequences.py:732 geovisio/web/collections.py:794
143
+ #: geovisio/web/prepare.py:150
144
+ #, python-format
145
+ msgid "Collection %(c)s wasn't found in database"
146
+ msgstr ""
147
+
148
+ #: geovisio/utils/tokens.py:42
149
+ msgid "JWT token signature does not match"
150
+ msgstr ""
151
+
152
+ #: geovisio/utils/tokens.py:56
153
+ msgid "Token does not exist anymore"
154
+ msgstr ""
155
+
156
+ #: geovisio/utils/tokens.py:60
157
+ msgid ""
158
+ "Token not yet claimed, this token cannot be used yet. Either claim this "
159
+ "token or generate a new one"
160
+ msgstr ""
161
+
162
+ #: geovisio/utils/upload_set.py:188
163
+ msgid ""
164
+ "The picture is too similar to another one (nearby and taken almost at the"
165
+ " same time)"
166
+ msgstr ""
167
+
168
+ #: geovisio/utils/upload_set.py:191
169
+ msgid "The sent file is not a valid JPEG"
170
+ msgstr ""
171
+
172
+ #: geovisio/utils/upload_set.py:194
173
+ msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
174
+ msgstr ""
175
+
176
+ #: geovisio/utils/upload_set.py:197
177
+ msgid "Something went very wrong, but not due to the picture itself"
178
+ msgstr ""
179
+
180
+ #: geovisio/utils/upload_set.py:695
181
+ msgid ""
182
+ "A different picture with the same name has already been added to this "
183
+ "uploadset"
184
+ msgstr ""
185
+
186
+ #: geovisio/utils/upload_set.py:730
187
+ msgid "Impossible to add the picture to this uploadset"
188
+ msgstr ""
189
+
190
+ #: geovisio/web/annotations.py:83 geovisio/web/items.py:1401
191
+ #: geovisio/web/items.py:1555 geovisio/web/prepare.py:86
192
+ #, python-format
193
+ msgid "Picture %(p)s wasn't found in database"
194
+ msgstr ""
195
+
196
+ #: geovisio/web/annotations.py:89
197
+ msgid "Impossible to create an annotation"
198
+ msgstr ""
199
+
200
+ #: geovisio/web/annotations.py:91
201
+ msgid "Parameter for creating an annotation should be a valid JSON"
202
+ msgstr ""
203
+
204
+ #: geovisio/web/annotations.py:198 geovisio/web/annotations.py:233
205
+ #: geovisio/web/annotations.py:302 geovisio/web/annotations.py:397
206
+ #: geovisio/web/annotations.py:444
207
+ #, python-format
208
+ msgid "Annotation %(p)s not found"
209
+ msgstr ""
210
+
211
+ #: geovisio/web/annotations.py:294
212
+ msgid "Impossible to patch annotation, invalid parameters"
213
+ msgstr ""
214
+
215
+ #: geovisio/web/annotations.py:296
216
+ msgid "Parameter for updating an annotation should be a valid JSON"
217
+ msgstr ""
218
+
219
+ #: geovisio/web/auth.py:60
220
+ msgid "Impossible to finish authentication flow"
221
+ msgstr ""
222
+
223
+ #: geovisio/web/auth.py:64
224
+ msgid ""
225
+ "You can try to clear your cookies and retry. If the problem persists, "
226
+ "contact your instance administrator."
227
+ msgstr ""
228
+
229
+ #: geovisio/web/collections.py:316
230
+ msgid "RSS format does not support deleted sequences"
231
+ msgstr ""
232
+
233
+ #: geovisio/web/collections.py:378
234
+ #, python-format
235
+ msgid "There is no collection created after %(d)s"
236
+ msgstr ""
237
+
238
+ #: geovisio/web/collections.py:380
239
+ #, python-format
240
+ msgid "There is no collection created before %(d)s"
241
+ msgstr ""
242
+
243
+ #: geovisio/web/collections.py:506 geovisio/web/items.py:425
244
+ msgid "Collection doesn't exist"
245
+ msgstr ""
246
+
247
+ #: geovisio/web/collections.py:564
248
+ msgid "Impossible to find a thumbnail for the collection"
249
+ msgstr ""
250
+
251
+ #: geovisio/web/collections.py:686 geovisio/web/items.py:1318
252
+ msgid ""
253
+ "Picture visibility parameter (visible) should be either unset, true or "
254
+ "false"
255
+ msgstr ""
256
+
257
+ #: geovisio/web/collections.py:693
258
+ msgid "Sort order parameter is invalid"
259
+ msgstr ""
260
+
261
+ #: geovisio/web/collections.py:704 geovisio/web/items.py:1350
262
+ msgid "Visibility and visible parameters are mutually exclusive parameters"
263
+ msgstr ""
264
+
265
+ #: geovisio/web/collections.py:718 geovisio/web/items.py:1364
266
+ #: geovisio/web/upload_set.py:104 geovisio/web/upload_set.py:171
267
+ #: geovisio/web/users.py:364
268
+ msgid ""
269
+ "The logged-only visibility is not allowed on this instance since anybody "
270
+ "can create an account"
271
+ msgstr ""
272
+
273
+ #: geovisio/web/collections.py:777 geovisio/web/items.py:1381
274
+ #: geovisio/web/prepare.py:62 geovisio/web/prepare.py:130
275
+ #: geovisio/web/reports.py:349 geovisio/web/reports.py:392
276
+ #: geovisio/web/upload_set.py:524 geovisio/web/upload_set.py:646
277
+ #: geovisio/web/users.py:400
278
+ msgid "Impossible to parse parameters"
279
+ msgstr ""
280
+
281
+ #: geovisio/web/collections.py:802
282
+ msgid ""
283
+ "You're not authorized to edit those fields for this sequence. Only the "
284
+ "owner can change the visibility and the title"
285
+ msgstr ""
286
+
287
+ #: geovisio/web/collections.py:811
288
+ msgid ""
289
+ "You're not authorized to edit this sequence, collaborative editing is not"
290
+ " allowed"
291
+ msgstr ""
292
+
293
+ #: geovisio/web/collections.py:947
294
+ msgid "Sequence doesn't exists"
295
+ msgstr ""
296
+
297
+ #: geovisio/web/collections.py:1015
298
+ msgid "CSV export does not support pagination"
299
+ msgstr ""
300
+
301
+ #: geovisio/web/collections.py:1017
302
+ msgid "CSV export does not support filters"
303
+ msgstr ""
304
+
305
+ #: geovisio/web/collections.py:1024
306
+ msgid "CSV export does not support sorting by anything but creation date"
307
+ msgstr ""
308
+
309
+ #: geovisio/web/collections.py:1181 geovisio/web/stac.py:355
310
+ #, python-format
311
+ msgid "Impossible to find user %(u)s"
312
+ msgstr ""
313
+
314
+ #: geovisio/web/collections.py:1214 geovisio/web/stac.py:368
315
+ #, python-format
316
+ msgid "No data loaded for user %(u)s"
317
+ msgstr ""
318
+
319
+ #: geovisio/web/collections.py:1216
320
+ msgid "No matching sequences found"
321
+ msgstr ""
322
+
323
+ #: geovisio/web/excluded_areas.py:133
324
+ msgid "You must be logged-in as admin to access all excluded areas"
325
+ msgstr ""
326
+
327
+ #: geovisio/web/excluded_areas.py:135
328
+ msgid "You're not authorized to access all excluded areas"
329
+ msgstr ""
330
+
331
+ #: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
332
+ #: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
333
+ msgid "Impossible to create an Excluded Area"
334
+ msgstr ""
335
+
336
+ #: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
337
+ msgid "Parameter for creating an Excluded Area should be a valid JSON"
338
+ msgstr ""
339
+
340
+ #: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
341
+ msgid "You must be logged-in as admin to edit excluded areas"
342
+ msgstr ""
343
+
344
+ #: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
345
+ msgid "Impossible to replace all Excluded Areas"
346
+ msgstr ""
347
+
348
+ #: geovisio/web/excluded_areas.py:232
349
+ msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
350
+ msgstr ""
351
+
352
+ #: geovisio/web/excluded_areas.py:272
353
+ msgid "You must be logged-in as admin to delete excluded areas"
354
+ msgstr ""
355
+
356
+ #: geovisio/web/items.py:388
357
+ msgid "limit parameter should be an integer between 1 and 10000"
358
+ msgstr ""
359
+
360
+ #: geovisio/web/items.py:390
361
+ msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
362
+ msgstr ""
363
+
364
+ #: geovisio/web/items.py:395
365
+ msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
366
+ msgstr ""
367
+
368
+ #: geovisio/web/items.py:402
369
+ msgid "startAfterRank parameter should be a positive integer (starting from 1)"
370
+ msgstr ""
371
+
372
+ #: geovisio/web/items.py:404
373
+ msgid "startAfterRank parameter should be a valid, positive integer"
374
+ msgstr ""
375
+
376
+ #: geovisio/web/items.py:431
377
+ #, python-format
378
+ msgid "No more items in this collection (last available rank is %(r)s)"
379
+ msgstr ""
380
+
381
+ #: geovisio/web/items.py:441
382
+ #, python-format
383
+ msgid "Picture with id %(p)s does not exist"
384
+ msgstr ""
385
+
386
+ #: geovisio/web/items.py:743
387
+ msgid "Item doesn't exist"
388
+ msgstr ""
389
+
390
+ #: geovisio/web/items.py:809
391
+ msgid "Search using POST method should have a JSON body"
392
+ msgstr ""
393
+
394
+ #: geovisio/web/items.py:821
395
+ msgid "Parameter limit must be either empty or a number between 1 and 10000"
396
+ msgstr ""
397
+
398
+ #: geovisio/web/items.py:885
399
+ msgid ""
400
+ "Parameter place_fov_tolerance must be either empty or a number between 2 "
401
+ "and 180"
402
+ msgstr ""
403
+
404
+ #: geovisio/web/items.py:916
405
+ msgid ""
406
+ "Parameter intersects should contain a valid GeoJSON Geometry (not a "
407
+ "Feature)"
408
+ msgstr ""
409
+
410
+ #: geovisio/web/items.py:941
411
+ msgid "Parameter ids should be a JSON array of strings"
412
+ msgstr ""
413
+
414
+ #: geovisio/web/items.py:953
415
+ msgid "Parameter collections should be a JSON array of strings"
416
+ msgstr ""
417
+
418
+ #: geovisio/web/items.py:1129 geovisio/web/upload_set.py:788
419
+ msgid "Content type should be multipart/form-data"
420
+ msgstr ""
421
+
422
+ #: geovisio/web/items.py:1133
423
+ msgid "Missing \"position\" parameter"
424
+ msgstr ""
425
+
426
+ #: geovisio/web/items.py:1140
427
+ msgid "Position in sequence should be a positive integer"
428
+ msgstr ""
429
+
430
+ #: geovisio/web/items.py:1154 geovisio/web/upload_set.py:597
431
+ msgid ""
432
+ "Longitude cannot be overridden alone, override_latitude also needs to be "
433
+ "set"
434
+ msgstr ""
435
+
436
+ #: geovisio/web/items.py:1156 geovisio/web/upload_set.py:599
437
+ msgid ""
438
+ "Latitude cannot be overridden alone, override_longitude also needs to be "
439
+ "set"
440
+ msgstr ""
441
+
442
+ #: geovisio/web/items.py:1157 geovisio/web/upload_set.py:572
443
+ #, python-format
444
+ msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
445
+ msgstr ""
446
+
447
+ #: geovisio/web/items.py:1158 geovisio/web/upload_set.py:577
448
+ #, python-format
449
+ msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
450
+ msgstr ""
451
+
452
+ #: geovisio/web/items.py:1177
453
+ msgid "Picture blur status should be either unset, true or false"
454
+ msgstr ""
455
+
456
+ #: geovisio/web/items.py:1181
457
+ msgid "No picture file was sent"
458
+ msgstr ""
459
+
460
+ #: geovisio/web/items.py:1187 geovisio/web/upload_set.py:638
461
+ msgid "Picture file is either missing or in an unsupported format (should be jpg)"
462
+ msgstr ""
463
+
464
+ #: geovisio/web/items.py:1194
465
+ #, python-format
466
+ msgid "Collection %(s)s wasn't found in database"
467
+ msgstr ""
468
+
469
+ #: geovisio/web/items.py:1198
470
+ msgid "You're not authorized to add picture to this collection"
471
+ msgstr ""
472
+
473
+ #: geovisio/web/items.py:1203
474
+ msgid "The collection has been deleted, impossible to add pictures to it"
475
+ msgstr ""
476
+
477
+ #: geovisio/web/items.py:1233
478
+ msgid "There is already a picture with the same index in the sequence"
479
+ msgstr ""
480
+
481
+ #: geovisio/web/items.py:1235 geovisio/web/upload_set.py:874
482
+ msgid "Impossible to parse picture metadata"
483
+ msgstr ""
484
+
485
+ #: geovisio/web/items.py:1237 geovisio/web/upload_set.py:881
486
+ msgid "Picture has invalid metadata"
487
+ msgstr ""
488
+
489
+ #: geovisio/web/items.py:1245 geovisio/web/upload_set.py:907
490
+ msgid "Picture wasn't correctly saved in filesystem"
491
+ msgstr ""
492
+
493
+ #: geovisio/web/items.py:1329
494
+ msgid ""
495
+ "Parameter `capture_time` is not a valid datetime, it should be an iso "
496
+ "formated datetime (like '2017-07-21T17:32:28Z')."
497
+ msgstr ""
498
+
499
+ #: geovisio/web/items.py:1336
500
+ #, python-format
501
+ msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
502
+ msgstr ""
503
+
504
+ #: geovisio/web/items.py:1341
505
+ #, python-format
506
+ msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
507
+ msgstr ""
508
+
509
+ #: geovisio/web/items.py:1346
510
+ msgid "Longitude cannot be overridden alone, latitude also needs to be set"
511
+ msgstr ""
512
+
513
+ #: geovisio/web/items.py:1348
514
+ msgid "Latitude cannot be overridden alone, longitude also needs to be set"
515
+ msgstr ""
516
+
517
+ #: geovisio/web/items.py:1408
518
+ msgid ""
519
+ "You're not authorized to edit the visibility of this picture. Only the "
520
+ "owner can change this."
521
+ msgstr ""
522
+
523
+ #: geovisio/web/items.py:1415
524
+ msgid ""
525
+ "You're not authorized to edit this picture, collaborative editing is not "
526
+ "allowed"
527
+ msgstr ""
528
+
529
+ #: geovisio/web/items.py:1559
530
+ msgid "You're not authorized to edit this picture"
531
+ msgstr ""
532
+
533
+ #: geovisio/web/map.py:165
534
+ msgid "One of required parameter is empty"
535
+ msgstr ""
536
+
537
+ #: geovisio/web/map.py:167
538
+ msgid "Tile format is invalid, should be either pbf or mvt"
539
+ msgstr ""
540
+
541
+ #: geovisio/web/map.py:171 geovisio/web/map.py:173
542
+ msgid "X or Y parameter is out of bounds"
543
+ msgstr ""
544
+
545
+ #: geovisio/web/map.py:175
546
+ msgid "Z parameter is out of bounds (should be 0-15)"
547
+ msgstr ""
548
+
549
+ #: geovisio/web/map.py:186
550
+ msgid "Impossible to get tile"
551
+ msgstr ""
552
+
553
+ #: geovisio/web/pages.py:45
554
+ msgid "Page name is not recognized"
555
+ msgstr ""
556
+
557
+ #: geovisio/web/pages.py:127 geovisio/web/pages.py:236
558
+ #, python-format
559
+ msgid "Page not available in language %(l)s"
560
+ msgstr ""
561
+
562
+ #: geovisio/web/pages.py:176 geovisio/web/pages.py:230
563
+ msgid "You must be logged-in as admin to edit pages"
564
+ msgstr ""
565
+
566
+ #: geovisio/web/pages.py:178
567
+ msgid "Page content must be HTML (with Content-Type: text/html header set)"
568
+ msgstr ""
569
+
570
+ #: geovisio/web/pages.py:192
571
+ msgid "Could not update page content"
572
+ msgstr ""
573
+
574
+ #: geovisio/web/pages.py:238
575
+ msgid "Could not delete page content"
576
+ msgstr ""
577
+
578
+ #: geovisio/web/params.py:98
579
+ msgid "Parameter datetime should contain one or two dates"
580
+ msgstr ""
581
+
582
+ #: geovisio/web/params.py:168
583
+ msgid ""
584
+ "Parameter bbox must contain valid longitude (-180 to 180) and latitude "
585
+ "(-90 to 90) values"
586
+ msgstr ""
587
+
588
+ #: geovisio/web/params.py:173
589
+ msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
590
+ msgstr ""
591
+
592
+ #: geovisio/web/params.py:210
593
+ #, python-format
594
+ msgid "Parameter %(p)s must be coordinates in lat,lon format"
595
+ msgstr ""
596
+
597
+ #: geovisio/web/params.py:213
598
+ #, python-format
599
+ msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
600
+ msgstr ""
601
+
602
+ #: geovisio/web/params.py:214
603
+ #, python-format
604
+ msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
605
+ msgstr ""
606
+
607
+ #: geovisio/web/params.py:237 geovisio/web/params.py:250
608
+ #, python-format
609
+ msgid ""
610
+ "Parameter %(p)s is invalid (should be a distance range in meters like "
611
+ "\"5-15\")"
612
+ msgstr ""
613
+
614
+ #: geovisio/web/params.py:243
615
+ #, python-format
616
+ msgid "Parameter %(p)s has a min value greater than its max value"
617
+ msgstr ""
618
+
619
+ #: geovisio/web/params.py:317
620
+ #, python-format
621
+ msgid "Parameter %(p)s must be a valid list"
622
+ msgstr ""
623
+
624
+ #: geovisio/web/params.py:354
625
+ msgid ""
626
+ "The status filter is not supported anymore, use the `visibility` filter "
627
+ "instead"
628
+ msgstr ""
629
+
630
+ #: geovisio/web/params.py:359
631
+ msgid ""
632
+ "The status filter is not supported anymore, use the `show_deleted` "
633
+ "parameter instead if you need to query deleted collections"
634
+ msgstr ""
635
+
636
+ #: geovisio/web/params.py:377
637
+ msgid ""
638
+ "Heading is not valid, should be an integer in degrees from 0° to 360°. "
639
+ "North is 0°, East = 90°, South = 180° and West = 270°."
640
+ msgstr ""
641
+
642
+ #: geovisio/web/params.py:429
643
+ msgid "Unsupported sortby parameter: syntax isn't correct"
644
+ msgstr ""
645
+
646
+ #: geovisio/web/params.py:484
647
+ msgid "Unsupported sortby parameter: invalid column name"
648
+ msgstr ""
649
+
650
+ #: geovisio/web/params.py:494
651
+ msgid "Unsupported sortby parameter: invalid field"
652
+ msgstr ""
653
+
654
+ #: geovisio/web/params.py:521
655
+ #, python-format
656
+ msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
657
+ msgstr ""
658
+
659
+ #: geovisio/web/params.py:524
660
+ #, python-format
661
+ msgid "limit parameter should be an integer between 1 and %(v)s"
662
+ msgstr ""
663
+
664
+ #: geovisio/web/params.py:535
665
+ msgid "longitude needs to be between -180 and 180"
666
+ msgstr ""
667
+
668
+ #: geovisio/web/params.py:545
669
+ msgid "latitude needs to be between -90 and 90"
670
+ msgstr ""
671
+
672
+ #: geovisio/web/pictures.py:187
673
+ msgid "Tiles are not available for flat pictures"
674
+ msgstr ""
675
+
676
+ #: geovisio/web/pictures.py:192
677
+ msgid "Column parameter is invalid, should be an integer"
678
+ msgstr ""
679
+
680
+ #: geovisio/web/pictures.py:195
681
+ msgid "Column parameter is invalid"
682
+ msgstr ""
683
+
684
+ #: geovisio/web/pictures.py:200
685
+ msgid "Row parameter is invalid, should be an integer"
686
+ msgstr ""
687
+
688
+ #: geovisio/web/pictures.py:203
689
+ msgid "Row parameter is invalid"
690
+ msgstr ""
691
+
692
+ #: geovisio/web/reports.py:89 geovisio/web/reports.py:99
693
+ msgid "Impossible to create a Report"
694
+ msgstr ""
695
+
696
+ #: geovisio/web/reports.py:91
697
+ msgid "Parameter for creating a Report should be a valid JSON"
698
+ msgstr ""
699
+
700
+ #: geovisio/web/reports.py:144
701
+ msgid "Only authenticated users can access reports"
702
+ msgstr ""
703
+
704
+ #: geovisio/web/reports.py:148 geovisio/web/reports.py:266
705
+ msgid "Report doesn't exist"
706
+ msgstr ""
707
+
708
+ #: geovisio/web/reports.py:157
709
+ msgid "You're not authorized to access this report"
710
+ msgstr ""
711
+
712
+ #: geovisio/web/reports.py:277
713
+ msgid "You're not authorized to edit this Report"
714
+ msgstr ""
715
+
716
+ #: geovisio/web/reports.py:284
717
+ msgid "Impossible to edit the Report"
718
+ msgstr ""
719
+
720
+ #: geovisio/web/reports.py:286
721
+ msgid "Parameter for editing the Report should be a valid JSON"
722
+ msgstr ""
723
+
724
+ #: geovisio/web/reports.py:352
725
+ msgid "You're not authorized to list reports"
726
+ msgstr ""
727
+
728
+ #: geovisio/web/rss.py:19
729
+ #, python-format
730
+ msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
731
+ msgstr ""
732
+
733
+ #: geovisio/web/rss.py:40
734
+ msgid "View on the map"
735
+ msgstr ""
736
+
737
+ #: geovisio/web/rss.py:40
738
+ msgid "JSON metadata"
739
+ msgstr ""
740
+
741
+ #: geovisio/web/rss.py:49
742
+ msgid "GeoVisio collections"
743
+ msgstr ""
744
+
745
+ #: geovisio/web/rss.py:51
746
+ msgid "List of collections from this GeoVisio server"
747
+ msgstr ""
748
+
749
+ #: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
750
+ #: geovisio/web/tokens.py:229
751
+ msgid "Impossible to find token"
752
+ msgstr ""
753
+
754
+ #: geovisio/web/tokens.py:181 geovisio/web/tokens.py:292
755
+ msgid "Impossible to generate a new token"
756
+ msgstr ""
757
+
758
+ #: geovisio/web/tokens.py:234
759
+ msgid "Token already claimed by another account"
760
+ msgstr ""
761
+
762
+ #: geovisio/web/upload_set.py:323
763
+ msgid "Impossible to create an UploadSet"
764
+ msgstr ""
765
+
766
+ #: geovisio/web/upload_set.py:325
767
+ msgid "Parameter for creating an UploadSet should be a valid JSON"
768
+ msgstr ""
769
+
770
+ #: geovisio/web/upload_set.py:383
771
+ msgid "Impossible to update the UploadSet"
772
+ msgstr ""
773
+
774
+ #: geovisio/web/upload_set.py:385
775
+ msgid "Parameter for updating an UploadSet should be a valid JSON"
776
+ msgstr ""
777
+
778
+ #: geovisio/web/upload_set.py:390 geovisio/web/upload_set.py:434
779
+ #: geovisio/web/upload_set.py:468 geovisio/web/upload_set.py:989
780
+ msgid "UploadSet doesn't exist"
781
+ msgstr ""
782
+
783
+ #: geovisio/web/upload_set.py:394
784
+ msgid "You are not allowed to update this upload set"
785
+ msgstr ""
786
+
787
+ #: geovisio/web/upload_set.py:565
788
+ msgid ""
789
+ "Parameter `override_capture_time` is not a valid datetime, it should be "
790
+ "an iso formated datetime (like '2017-07-21T17:32:28Z')."
791
+ msgstr ""
792
+
793
+ #: geovisio/web/upload_set.py:631
794
+ msgid "No file was sent"
795
+ msgstr ""
796
+
797
+ #: geovisio/web/upload_set.py:795 geovisio/web/upload_set.py:975
798
+ #: geovisio/web/upload_set.py:1023
799
+ #, python-format
800
+ msgid "UploadSet %(u)s does not exist"
801
+ msgstr ""
802
+
803
+ #: geovisio/web/upload_set.py:799
804
+ msgid "You're not authorized to add picture to this upload set"
805
+ msgstr ""
806
+
807
+ #: geovisio/web/upload_set.py:839
808
+ msgid "The item has already been added to this upload set"
809
+ msgstr ""
810
+
811
+ #: geovisio/web/upload_set.py:846
812
+ msgid "The same picture has already been sent in a past upload"
813
+ msgstr ""
814
+
815
+ #: geovisio/web/upload_set.py:889
816
+ msgid "Impossible to open file as image. The only supported image format is jpg."
817
+ msgstr ""
818
+
819
+ #: geovisio/web/upload_set.py:979
820
+ msgid "You're not authorized to complete this upload set"
821
+ msgstr ""
822
+
823
+ #: geovisio/web/upload_set.py:1026
824
+ msgid "You're not authorized to delete this upload set"
825
+ msgstr ""
826
+
827
+ #: geovisio/web/users.py:138
828
+ msgid "Impossible to find user"
829
+ msgstr ""
830
+
831
+ #: geovisio/web/users.py:231
832
+ msgid ""
833
+ "No search parameter given, you should provide `q=<pattern>` as query "
834
+ "parameter"
835
+ msgstr ""
836
+
837
+ #: geovisio/web/utils.py:69
838
+ msgid "No default account defined, please contact your instance administrator"
839
+ msgstr ""