geovisio 2.7.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.
- geovisio/__init__.py +2 -2
- geovisio/admin_cli/cleanup.py +2 -2
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +139 -2
- geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +126 -118
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
- geovisio/translations/messages.pot +125 -117
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +24 -16
- geovisio/utils/pictures.py +18 -20
- geovisio/utils/sequences.py +21 -23
- geovisio/utils/upload_set.py +40 -52
- geovisio/web/collections.py +19 -3
- geovisio/web/docs.py +35 -1
- geovisio/web/items.py +15 -6
- geovisio/web/map.py +86 -18
- geovisio/web/upload_set.py +9 -6
- geovisio/workers/runner_pictures.py +19 -33
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/METADATA +2 -2
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/RECORD +28 -24
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/WHEEL +1 -1
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/LICENSE +0 -0
|
Binary file
|
|
@@ -653,7 +653,7 @@ msgstr "Création d'un UploadSet impossible"
|
|
|
653
653
|
|
|
654
654
|
#: geovisio/web/upload_set.py:466
|
|
655
655
|
msgid "The same picture has already been sent in a past upload"
|
|
656
|
-
msgstr "Cette même photo a déjà été
|
|
656
|
+
msgstr "Cette même photo a déjà été envoyée par le passé"
|
|
657
657
|
|
|
658
658
|
#: geovisio/web/upload_set.py:554
|
|
659
659
|
msgid "UploadSet doesn't exists"
|
|
Binary file
|