diff --git a/HISTORY.rst b/HISTORY.rst index 212816cf13..aea00e8a61 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -74,6 +74,31 @@ - Unify all line endings to be Linux style. - Add support for changing the system messages position. GitLab issue #640. Thanks to Matthias Urhahn (@d4rken). +- Update Docker deploy script. Use alpine postgres version. + Support Docker networks and make it the default. + Delete the containers to allow the script to be idempotent. + Deploy a Redis container. + +3.2.8 (2019-10-01) +================== +- Fix error when accessing some API entry points without + being authenticated. +- Add cabinet add and remove workflow actions. +- Tweaked the jstree component's appearance to cope with + long cabinet labels. +- Update Django to version 1.11.24 +- Update jQuery to version 3.4.1 +- Add support for deleting the OCR content of a document + or selection of documents. +- Add OCR content deleted event. +- Add missing recursive option to Docker entrypoint + chown. GitLab issue #668. Thanks to John Wice (@brilthor) + for the report. +- Add support for deleting the parsed content of a document + of selection of documents. +- Add parsed content deleted event. +- Allow scaling of UI on mobile devices. +- Add Chinese fonts to the Docker image 3.2.7 (2019-08-28) ================== @@ -104,11 +129,11 @@ for the report. - Rename the MAYAN_USER_GUID environment variable to MAYAN_USER_GID. -* Add automatic adjustment of HTML body on navigation +- Add automatic adjustment of HTML body on navigation bar changes. Closes GitLab issue #643. Thanks to Light Templar (@LightTemplar) for the report. -* Unify all line endings to be Linux style. -* Make sure system alerts don't appear under +- Unify all line endings to be Linux style. +- Make sure system alerts don't appear under floating elements. 3.2.6 (2019-07-10) @@ -507,6 +532,9 @@ - Add workflow actions to grant or remove permissions to a document. - Add support for locked files for watchfolder. + +3.1.11 (2019-04-XX) +=================== - Fix multiple tag selection wizard step. - Change the required permission for the checkout info link from document check in to document checkout details view. @@ -523,17 +551,18 @@ - Add support for disabling the content type checking test case mixin. - Update document indexing tests to be order agnostic. GitLab issue #559. - Add test for the advanced search API. -- Apply merge !36 by Simeon Walker (@simeon-walker) to fix the advanced search - API. +- Apply merge !36 by Simeon Walker (@simeon-walker) to fix the advanced + search API. - Apply merge !35 by Manoel Brunnen (@mbru) to fix building the Docker image on the armv7l platform (RasperryPi, Odroid XU4, Odroid HC2). Also fixes assertion errors from pip (https://github.com/pypa/pip/issues/6197). - Apply merge !37 by Roger Hunwicks (@roger.hunwicks) to allow - TestViewTestCaseMixin to work with a custom ROOT_URLCONF. GitLab issue #566. + TestViewTestCaseMixin to work with a custom ROOT_URLCONF. GitLab issue + #566. - Apply merge !40 by Roger Hunwicks (@/roger.hunwicks) to pin the Tornado version used to 6.0 and continue supporting Python 2.7. GitLab issue #568. -- Apply merge !41 by Jorge E. Gomez (@jorgeegomez) to fix the compressed class - method name. GitLab issue #572. +- Apply merge !41 by Jorge E. Gomez (@jorgeegomez) to fix the compressed + class method name. GitLab issue #572. - Remove notification badge AJAX setup. Individual link AJAX workers are obsolete now that the menu is being rendered by its own AJAX renderer. GitLab issue #562. @@ -544,10 +573,11 @@ (@robert.schoeftner)for the report and solution. GitLab issue #574. - Add missing document index API view create permission. - Fix index list API view. Add index create, delete, detail API tests. - GitLab issue #564. Thanks to the Stéphane (@shoyu) for the report and debug - information. -- Validate the state completion value before saving. Thanks to Manoel Brunnen - (@mbru) for the report and debug information. GitLab issue #557. + GitLab issue #564. Thanks to the Stéphane (@shoyu) for the report and + debug information. +- Validate the state completion value before saving. Thanks to + Manoel Brunnen (@mbru) for the report and debug information. + GitLab issue #557. - Add the MIMETYPE_FILE_READ_SIZE setting to limit the number of bytes read to determine the MIME type of a new document. - Force object to text when raising PermissionDenied to avoid @@ -591,7 +621,7 @@ - Fix an issue with some browsers not firing the .load event on cached images. Ref: http://api.jquery.com/load-event/ - Remove duplicate YAML loading of environment variables. - Don't load development apps if they are already loaded. +- Don't load development apps if they are already loaded. - Make sure all key used as input for the cache key hash are bytes and not unicode. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report. @@ -709,15 +739,17 @@ - Improve natural key support in the UserOptions model. - Update from Django 1.11.11 to 1.11.15. - Add support to the convertdb command to operate on specified apps too. -- Add test mixin to test the db conversion (dumping and loading) of a specific app. +- Add test mixin to test the db conversion (dumping and loading) of a + specific app. - Add an user test mixin to group user testing. - Add test the user managament app for database conversion. - Add support for natural keys to the DocumentPageImageCache model. - Add database conversion test to the common app. - Fix label display for resolved smart links when not using a dynamic label. -- Only show smart link resolution errors to the user with the smart link edit - permission. -- Intercept document list view exception and display them as an error message. +- Only show smart link resolution errors to the user with the smart link + edit permission. +- Intercept document list view exception and display them as an error + message. 3.1.1 (2018-09-18) ================== @@ -742,7 +774,8 @@ document (document stub that has no document version). - Add support for client side caching of document page images. The time the images are cached is controlled by the new setting - DOCUMENTS_PAGE_IMAGE_CACHE_TIME which defaults to 31556926 seconds (1 year). + DOCUMENTS_PAGE_IMAGE_CACHE_TIME which defaults to 31556926 seconds + (1 year). - The document quick label selection field now uses a select2 widget. - Include querystring when force reload of a bare template view. - Speed up document image fade in reveal. @@ -887,9 +920,10 @@ model. - Make icon classes file template based. - Add the current step and total steps of a wizard in the template context. -- Chart updates: Show last update date and time in list view and details view. - Change color scheme to match rest of project. Increase size of data points. - Improve responsive settings. Redirect to the current view after queueing. +- Chart updates: Show last update date and time in list view and details + view. Change color scheme to match rest of project. Increase size of + data points. Improve responsive settings. Redirect to the current view + after queueing. - Split document type retention policies into it own view. 3.0.3 (2018-08-17) @@ -913,10 +947,10 @@ - Builds: Limit the number of branches that trigger the full test suit. - Converter app: Fix crop transformation argument parsing. - Converter app: Add error checking to the crop transformation arguments. - Thanks to Jordan Wages (@wagesj45) for the report and investigation on the issue. - Closes GitLab issue #490 -- Common app: Fix post login redirection to honor the ?next= URL query string - argument. Thanks go to K.C. Wong (@dvusboy1). Closes GitLab + Thanks to Jordan Wages (@wagesj45) for the report and investigation on + the issue. Closes GitLab issue #490 +- Common app: Fix post login redirection to honor the ?next= URL query + string argument. Thanks go to K.C. Wong (@dvusboy1). Closes GitLab issue #489. - Docker install script: Detect if Docker installed and provide help text if not. @@ -926,7 +960,8 @@ - Documents app: Display error when attempting to recalculate the page count of an empty document (document stub that has no document version). -- Appearance app: Include querystring when force reload of a bare template view. +- Appearance app: Include querystring when force reload of a bare template + view. - Documents app: Fix trashed document count and document page count swapped dashboard icons. - Documents app: Rename the multi document download link from "Download" to @@ -979,12 +1014,13 @@ - Display a proper message in the document type metadata type relationship view when there are no metadata types exist. - Require the document view permission to view trashed documents. -- Make the multi object form perform an auto submit when the value is changed. +- Make the multi object form perform an auto submit when the value is + changed. - Improved styling and interaction of the multiple object action form. - Add checkbox to allow selecting all item in the item list view. - Revise and improve permission requirements for the documents app API. -- Downloading a document version now requires the document download permission - instead of just the document view permission. +- Downloading a document version now requires the document download + permission instead of just the document view permission. - Creating a new document no longer works by having the document create permission in a global manner. It is now possible to create a document via the API by having the document permission for a specific document type. @@ -999,25 +1035,33 @@ - Update project to work with Django 1.11.11. - Fix deprecations in preparation for Django 2.0. - Improve permission handling in the workflow app. -- The checkedout detail view permission is now required for the checked out document detail API view. +- The checkedout detail view permission is now required for the checked + out document detail API view. - Switch to a resource and service based API from previous app based one. - Add missing services for the checkout API. - Fix existing checkout APIs. -- Update API vies and serializers for the latest Django REST framework version. Replace DRF Swagger with DRF-YASG. -- Update to the latest version of Pillow, django-activity-stream, django-compressor, django-cors-headers, - django-formtools, django-qsstats-magic, django-stronghold, django-suit, furl, graphviz, pyocr, - python-dateutil, python-magic, pytz, sh. -- Update to the latest version the packages for building, development, documentation and testing. -- Add statistics script to produce a report of the views, APIs and test for each app. +- Update API vies and serializers for the latest Django REST framework + version. Replace DRF Swagger with DRF-YASG. +- Update to the latest version of Pillow, django-activity-stream, + django-compressor, django-cors-headers, django-formtools, + django-qsstats-magic, django-stronghold, django-suit, furl, graphviz, + pyocr, python-dateutil, python-magic, pytz, sh. +- Update to the latest version the packages for building, development, + documentation and testing. +- Add statistics script to produce a report of the views, APIs and test + for each app. - Merge base64 filename patch from Cornelius Ludmann. -- SearchModel retrun interface changed. The class no longer returns the result_set value. Use the queryset returned instead. +- SearchModel retrun interface changed. The class no longer returns the + result_set value. Use the queryset returned instead. - Update to Font Awesome 5. - Turn Mayan EDMS into a single page app. - Split base.js into mayan_app.js, mayan_image.js, partial_navigation.js. - Add a HOME_VIEW setting. Use it for the default view to be loaded. -- Fix bug in document page view. Was storing the URL and the querystring as a single url variable. +- Fix bug in document page view. Was storing the URL and the querystring + as a single url variable. - Use history.back instead of history.go(-1). -- Don't use the previous variable when canceling a form action. Form now use only javascript's history.back(). +- Don't use the previous variable when canceling a form action. Form now + use only javascript's history.back(). - Add template and modal to display server side errors. - Remove the unused scrollable_content internal feature. - Remove unused animate.css package. @@ -1026,25 +1070,34 @@ - Add notification count inside a badge on the notification link. - Add the MERC specifying javascript library usage. - Documents without at least a version are not scanned for duplicates. -- Use a SHA256 hex digest of the secret key at the name of the lockfile. This makes the generation of the name repeatable while unique between installations. +- Use a SHA256 hex digest of the secret key at the name of the lockfile. + This makes the generation of the name repeatable while unique + between installations. - Squashed apps migrations. -- Convert document thumbnails, preview, image preview and staging files to template base widgets. +- Convert document thumbnails, preview, image preview and staging files + to template base widgets. - Unify all document widgets. -- Display resolution settings are now specified as width and height and not a single resolution value. +- Display resolution settings are now specified as width and height and not + a single resolution value. - Printed pages are now full width. - Move the invalid document markup to a separate HTML template. - Update to Fancybox 3. - Update to jQuery 3.3.1 - Move transfomations to their own module. -- Split documents.tests.test_views into base.py, test_deleted_document_views.py, - test_document_page_views.py, test_document_type_views.py, test_document_version_views.py, - test_document_views.py, test_duplicated_document_views.py +- Split documents.tests.test_views into base.py, + test_deleted_document_views.py, + test_document_page_views.py, test_document_type_views.py, + test_document_version_views.py, test_document_views.py, + test_duplicated_document_views.py - Sort smart links by label. -- Rename the internal name of the document type permissions namespace. Existing permissions will need to be updated. -- Add support for OR type searches. Use the "OR" string between the terms. Example: term1 OR term2. +- Rename the internal name of the document type permissions namespace. + Existing permissions will need to be updated. +- Add support for OR type searches. Use the "OR" string between the terms. + Example: term1 OR term2. - Removed redundant permissions checks. - Move the page count display to the top of the image. -- Unify the way to gather the project's metadata. Use mayan.__XX__ and a new common tag named {% project_information '' %} +- Unify the way to gather the project's metadata. Use mayan.__XX__ and + a new common tag named {% project_information '' %} - Return to the same source view after uploading a document. - Add new WizardStep class to decouple the wizard step configuration. - Add support for deregister upload wizard steps. @@ -1054,7 +1107,8 @@ - Improve and add additional diagrams. - Change documenation theme to rtd. - Fix carousel item height issues. -- Add the "to=" keyword argument to all ForeignKey, ManayToMany and OneToOne Fields. +- Add the "to=" keyword argument to all ForeignKey, ManayToMany and OneToOne + Fields. - Add Makefile target to check the format of the README.rst file. - Mark the feature to detect and fix the orientatin of PDF as experimental. - Don't show documents with 0 duplicates in the duplicated document list. @@ -1064,14 +1118,14 @@ - Add support for groups ACLs. - Sort permission namespaces and permissions in the role permission views. - Invert the columns in the ACL detail view. -- Fix issue #454. Thanks to Andrei Korostelev @kindkaktus for the issue and the - solution. -- Update the role permission edit view require the permission grant or permission - revoke permissions for the selected role. -- Only show the new document link if the user has access to create documents of - at least one document type. GitLab Issue #302. Thanks to kg @kgraves. -- Support passing arguments to the document, document cache and document signatures - storage backends. New settings: DOCUMENTS_STORAGE_BACKEND_ARGUMENTS, +- Fix issue #454. Thanks to Andrei Korostelev @kindkaktus for the issue and + the solution. +- Update the role permission edit view require the permission grant or + permission revoke permissions for the selected role. +- Only show the new document link if the user has access to create documents + of at least one document type. GitLab Issue #302. Thanks to kg @kgraves. +- Support passing arguments to the document, document cache and document + signatures storage backends. New settings: DOCUMENTS_STORAGE_BACKEND_ARGUMENTS, DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS, SIGNATURES_STORAGE_BACKEND_ARGUMENTS - Remove the setting STORAGE_FILESTORAGE_LOCATION. Document storage location for the storage.backend.filebasedstorage.FileBasedStorage @@ -1098,39 +1152,57 @@ the solution. - Removing running workflow instances in document of a specific type if that document type is removed from the workflow. -- Make error messages persistent and increase the timeout of warning to 10 seconds. +- Make error messages persistent and increase the timeout of warning to 10 + seconds. - Improve rendering of the details form. -- Update rendering of the readonly multiselect widget to conform to Django's updated field class interface. +- Update rendering of the readonly multiselect widget to conform to Django's + updated field class interface. - Add warning when using SQLite as the database backend. - Use Mailgun's flanker library to process the email sources. -- Add locking for interval sources. This reduces the chance of repeated documents from long running email downloads. -- Add the option to enable or disable parsing when uploading a document for each document type. -- Add a new setting option to enable automatic parsing for each new document type created. +- Add locking for interval sources. This reduces the chance of repeated + documents from long running email downloads. +- Add the option to enable or disable parsing when uploading a document + for each document type. +- Add a new setting option to enable automatic parsing for each new + document type created. - Add support for HTML bodies to the user mailers. -- Production ALLOWED_HOSTS settings now defaults to a safer ['127.0.0.1', 'localhost', '[::1]'] +- Production ALLOWED_HOSTS settings now defaults to a safer + ['127.0.0.1', 'localhost', '[::1]'] - Capture menu resolution errors on invalid URLs. Closes GitLab issue #420. -- New environment variables: MAYAN_SECRET_KEY, MAYAN_CELERY_ALWAYS_EAGER, MAYAN_CELERY_RESULT_BACKEND, - MAYAN_BROKER_URL, MAYAN_DATABASE_ENGINE, MAYAN_DATABASE_CONN_MAX_AGE, MAYAN_DATABASE_NAME, - MAYAN_DATABASE_USER, MAYAN_DATABASE_PASSWORD, MAYAN_DATABASE_HOST, MAYAN_DATABASE_PORT, +- New environment variables: MAYAN_SECRET_KEY, MAYAN_CELERY_ALWAYS_EAGER, + MAYAN_CELERY_RESULT_BACKEND, MAYAN_BROKER_URL, MAYAN_DATABASE_ENGINE, + MAYAN_DATABASE_CONN_MAX_AGE, MAYAN_DATABASE_NAME, MAYAN_DATABASE_USER, + MAYAN_DATABASE_PASSWORD, MAYAN_DATABASE_HOST, MAYAN_DATABASE_PORT, MAYAN_DEBUG. -- Stricter defaults. CELERY_ALWAYS_EAGER to False, ALLOWED_HOSTS to ['127.0.0.1', 'localhost', '[::1]']. -- New initialization command. Creates media/system and populates the SECRET_KEY and VERSION files. +- Stricter defaults. CELERY_ALWAYS_EAGER to False, ALLOWED_HOSTS to + ['127.0.0.1', 'localhost', '[::1]']. +- New initialization command. Creates media/system and populates the + SECRET_KEY and VERSION files. - Sane scanner source paper source now defaults to blank. - Merge Docker image creation back into the main repository. -- Docker image now uses gunicorn and whitenoise instead of NGINX to server the app and - the static media. +- Docker image now uses gunicorn and whitenoise instead of NGINX to server + the app and the static media. - All installation artifact are now created and read from the media folder. - Debian is now the Linux distribution used for the Docker image. - Most Docker Celery workers are now execute using a lower OS priority number. -- Add COMMON_PRODUCTION_ERROR_LOGGING setting to control the logging of errors in production. Defaults to False. -- Change the error log file handle class to RotatingFileHandle to avoid an indefinitely growing log file. +- Add COMMON_PRODUCTION_ERROR_LOGGING setting to control the logging of + errors in production. Defaults to False. +- Change the error log file handle class to RotatingFileHandle to avoid an + indefinitely growing log file. - Disable embedded signatute verification during the perform upgrade command. -- Replace the DOCUMENTS_LANGUAGE_CHOICES setting option. Replaced with the new DOCUMENTS_LANGUAGE_CODES. -- Fix error when trying to upload a document from and email account with 'from' and 'subject' metadata. +- Replace the DOCUMENTS_LANGUAGE_CHOICES setting option. Replaced with the + new DOCUMENTS_LANGUAGE_CODES. +- Fix error when trying to upload a document from and email account with + 'from' and 'subject' metadata. - Fix typo on message.header get from 'Suject' to 'Subject'. -- On multi part emails keep the original From and Subject properties for all subsequent parts if the sub parts don't specify them. Fixes issue #481. Thanks to Robert Schöftner @robert.schoeftner for the report and debug information. -- Don't provide a default for the scanner source adf_mode. Some scanners throw an error even when the selection - if supported. -- Add a "Quick Download" action to reduce the number of steps to download a single document. GitLab issue #338. -- Recalculate a document's indexes when attaching or removing a tag from or to it. +- On multi part emails keep the original From and Subject properties + for all subsequent parts if the sub parts don't specify them. + Fixes issue #481. Thanks to Robert Schöftner @robert.schoeftner for the + report and debug information. +- Don't provide a default for the scanner source adf_mode. Some scanners + throw an error even when the selection if supported. +- Add a "Quick Download" action to reduce the number of steps to download + a single document. GitLab issue #338. +- Recalculate a document's indexes when attaching or removing a tag from + or to it. - Recalculate all of a tag's documents when a tag is about to be deleted. diff --git a/contrib/scripts/install/docker.sh b/contrib/scripts/install/docker.sh index 8e851725ca..af81926b8f 100755 --- a/contrib/scripts/install/docker.sh +++ b/contrib/scripts/install/docker.sh @@ -5,21 +5,25 @@ set -e # $ curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh # $ sh get-mayan-edms.sh # -# NOTE: Make sure to verify the contents of the script +# NOTE: Before executing, make sure to verify the contents of the script # you downloaded matches the contents of docker.sh # located at https://gitlab.com/mayan-edms/mayan-edms/blob/master/contrib/scripts/install/docker.sh -# before executing. : ${VERBOSE:=true} : ${INSTALL_DOCKER:=false} : ${DELETE_VOLUMES:=false} +: ${USE_DOCKER_NETWORK:=true} +: ${DOCKER_NETWORK_NAME:=mayan} : ${DATABASE_USER:=mayan} : ${DATABASE_NAME:=mayan} : ${DATABASE_PASSWORD:=mayanuserpass} -: ${DOCKER_POSTGRES_IMAGE:=postgres:9.6} +: ${DOCKER_POSTGRES_IMAGE:=postgres:9.6-alpine} : ${DOCKER_POSTGRES_CONTAINER:=mayan-edms-postgres} : ${DOCKER_POSTGRES_VOLUME:=/docker-volumes/mayan-edms/postgres} : ${DOCKER_POSTGRES_PORT:=5432} +: ${DOCKER_REDIS_IMAGE:=redis:5.0-alpine} +: ${DOCKER_REDIS_CONTAINER:=mayan-edms-redis} +: ${DOCKER_REDIS_PORT:=6379} : ${DOCKER_MAYAN_IMAGE:=mayanedms/mayanedms:latest} : ${DOCKER_MAYAN_CONTAINER:=mayan-edms} : ${DOCKER_MAYAN_VOLUME:=/docker-volumes/mayan-edms/media} @@ -44,6 +48,8 @@ echo "Variable values to be used:" echo "---------------------------" echo "INSTALL_DOCKER: $INSTALL_DOCKER" echo "DELETE_VOLUMES: $DELETE_VOLUMES" +echo "USE_DOCKER_NETWORK: $USE_DOCKER_NETWORK" +echo "DOCKER_NETWORK_NAME: $DOCKER_NETWORK_NAME" echo "DATABASE_USER: $DATABASE_USER" echo "DATABASE_NAME: $DATABASE_NAME" echo "DATABASE_PASSWORD: $DATABASE_PASSWORD" @@ -51,10 +57,17 @@ echo "DOCKER_POSTGRES_IMAGE: $DOCKER_POSTGRES_IMAGE" echo "DOCKER_POSTGRES_CONTAINER: $DOCKER_POSTGRES_CONTAINER" echo "DOCKER_POSTGRES_VOLUME: $DOCKER_POSTGRES_VOLUME" echo "DOCKER_POSTGRES_PORT: $DOCKER_POSTGRES_PORT" +echo "DOCKER_REDIS_IMAGE: $DOCKER_REDIS_IMAGE" +echo "DOCKER_REDIS_CONTAINER: $DOCKER_REDIS_CONTAINER" +echo "DOCKER_REDIS_PORT: $DOCKER_REDIS_PORT" echo "DOCKER_MAYAN_IMAGE: $DOCKER_MAYAN_IMAGE" echo "DOCKER_MAYAN_CONTAINER: $DOCKER_MAYAN_CONTAINER" echo "DOCKER_MAYAN_VOLUME: $DOCKER_MAYAN_VOLUME" -echo "\nStarting in 10 seconds." +echo +echo "Override any of them by setting them before the script. " +echo "Example: INSTALL_DOCKER=true sh get-mayan-edms.sh" + +echo "\nStarting in 10 seconds. Press CTRL+C to cancel." sleep 10 fi @@ -72,33 +85,62 @@ if [ -z `which docker` ]; then fi echo -n "* Removing existing Mayan EDMS and PostgreSQL containers (no data will be lost)..." -true || docker stop $DOCKER_MAYAN_CONTAINER >/dev/null 2>&1 -true || docker rm $DOCKER_MAYAN_CONTAINER >/dev/null 2>&1 -true || docker stop $DOCKER_POSTGRES_CONTAINER >/dev/null 2>&1 -true || docker rm $DOCKER_POSTGRES_CONTAINER >/dev/null 2>&1 +docker rm -f $DOCKER_REDIS_CONTAINER >/dev/null 2>&1 || true +docker rm -f $DOCKER_POSTGRES_CONTAINER >/dev/null 2>&1 || true +docker rm -f $DOCKER_MAYAN_CONTAINER >/dev/null 2>&1 || true echo "Done" if [ "$DELETE_VOLUMES" = true ]; then -echo -n "* Deleting Docker volumes in 5 seconds (warning: this delete all document data)..." +echo -n "* Deleting Docker volumes in 5 seconds (warning: this will delete all document data). Press CTRL+C to cancel..." sleep 5 -true || rm DOCKER_MAYAN_VOLUME -Rf -true || rm DOCKER_POSTGRES_VOLUME -Rf +rm DOCKER_MAYAN_VOLUME -Rf || true +rm DOCKER_POSTGRES_VOLUME -Rf || true echo "Done" fi -echo -n "* Pulling (downloading) the Mayan EDMS Docker image..." -docker pull $DOCKER_MAYAN_IMAGE >/dev/null +echo -n "* Pulling (downloading) the Redis Docker image..." +docker pull $DOCKER_REDIS_IMAGE > /dev/null echo "Done" echo -n "* Pulling (downloading) the PostgreSQL Docker image..." docker pull $DOCKER_POSTGRES_IMAGE > /dev/null echo "Done" +echo -n "* Pulling (downloading) the Mayan EDMS Docker image..." +docker pull $DOCKER_MAYAN_IMAGE >/dev/null +echo "Done" + +if [ "$USE_DOCKER_NETWORK" = true ]; then + echo -n "* Creating Docker network..." + docker network create $DOCKER_NETWORK_NAME 2> /dev/null || true + # Ignore error if the network already exists + echo "Done" +fi + +if [ "$USE_DOCKER_NETWORK" = true ]; then + NETWORK_ARGUMENT="--network=$DOCKER_NETWORK_NAME" + POSTGRES_PORT_ARGUMENT="" + REDIS_PORT_ARGUMENT="" + MAYAN_DATABASE_PORT_ARGUMENT="" + MAYAN_DATABASE_HOST_ARGUMENT="-e MAYAN_DATABASE_HOST=$DOCKER_POSTGRES_CONTAINER" + MAYAN_BROKER_URL_ARGUMENT="-e MAYAN_BROKER_URL=redis://$DOCKER_REDIS_CONTAINER:6379/0" + MAYAN_CELERY_RESULT_BACKEND_ARGUMENT="-e MAYAN_CELERY_RESULT_BACKEND=redis://$DOCKER_REDIS_CONTAINER:6379/1" +else + NETWORK_ARGUMENT="" + POSTGRES_PORT_ARGUMENT="-e $DOCKER_POSTGRES_PORT:5432" + REDIS_PORT_ARGUMENT="-e $DOCKER_REDIS_PORT:6379" + MAYAN_DATABASE_PORT_ARGUMENT="-e MAYAN_DATABASE_PORT=$DOCKER_POSTGRES_PORT" + MAYAN_DATABASE_HOST_ARGUMENT="-e MAYAN_DATABASE_HOST=172.17.0.1" + MAYAN_BROKER_URL_ARGUMENT="-e MAYAN_BROKER_URL=redis://172.17.0.1:6379/0" + MAYAN_CELERY_RESULT_BACKEND_ARGUMENT="-e MAYAN_CELERY_RESULT_BACKEND=redis://172.17.0.1:6379/1" +fi + echo -n "* Deploying the PostgreSQL container..." docker run -d \ --name $DOCKER_POSTGRES_CONTAINER \ +$NETWORK_ARGUMENT \ --restart=always \ --p $DOCKER_POSTGRES_PORT:5432 \ +$POSTGRES_PORT_ARGUMENT \ -e POSTGRES_USER=$DATABASE_USER \ -e POSTGRES_DB=$DATABASE_NAME \ -e POSTGRES_PASSWORD=$DATABASE_PASSWORD \ @@ -106,6 +148,24 @@ docker run -d \ $DOCKER_POSTGRES_IMAGE >/dev/null echo "Done" +echo -n "* Deploying the Redis container..." +docker run -d \ +--name $DOCKER_REDIS_CONTAINER \ +$NETWORK_ARGUMENT \ +--restart=always \ +$REDIS_PORT_ARGUMENT \ +$DOCKER_REDIS_IMAGE \ +redis-server \ +--appendonly no \ +--databases 2 \ +--maxmemory 100mb \ +--maxmemory-policy allkeys-lru \ +--maxclients 500 \ +--save "" \ +--tcp-backlog 256 \ +>/dev/null +echo "Done" + echo -n "* Waiting for the PostgreSQL container to be ready (10 seconds)..." sleep 10 echo "Done" @@ -113,15 +173,18 @@ echo "Done" echo -n "* Deploying Mayan EDMS container..." docker run -d \ --name $DOCKER_MAYAN_CONTAINER \ +$NETWORK_ARGUMENT \ --restart=always \ -p 80:8000 \ -e MAYAN_DATABASE_ENGINE=django.db.backends.postgresql \ --e MAYAN_DATABASE_HOST=172.17.0.1 \ +$MAYAN_DATABASE_HOST_ARGUMENT \ +$MAYAN_DATABASE_PORT_ARGUMENT \ -e MAYAN_DATABASE_NAME=$DATABASE_NAME \ -e MAYAN_DATABASE_PASSWORD=$DATABASE_PASSWORD \ -e MAYAN_DATABASE_USER=$DATABASE_USER \ --e MAYAN_DATABASE_PORT=$DOCKER_POSTGRES_PORT \ -e MAYAN_DATABASE_CONN_MAX_AGE=0 \ +$MAYAN_BROKER_URL_ARGUMENT \ +$MAYAN_CELERY_RESULT_BACKEND_ARGUMENT \ -v $DOCKER_MAYAN_VOLUME:/var/lib/mayan \ $DOCKER_MAYAN_IMAGE >/dev/null echo "Done" diff --git a/docker/Dockerfile b/docker/Dockerfile index 58372d50a3..cb193e6ad2 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,6 +24,8 @@ apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ exiftool \ + fonts-arphic-uming \ + fonts-arphic-ukai \ ghostscript \ gpgv \ gnupg1 \ diff --git a/docker/rootfs/usr/local/bin/entrypoint.sh b/docker/rootfs/usr/local/bin/entrypoint.sh index 2de99ffecf..a877af7dcc 100755 --- a/docker/rootfs/usr/local/bin/entrypoint.sh +++ b/docker/rootfs/usr/local/bin/entrypoint.sh @@ -30,7 +30,7 @@ export MAYAN_STATIC_ROOT=${MAYAN_INSTALL_DIR}/static MAYAN_WORKER_FAST_CONCURRENCY=${MAYAN_WORKER_FAST_CONCURRENCY:-0} MAYAN_WORKER_MEDIUM_CONCURRENCY=${MAYAN_WORKER_MEDIUM_CONCURRENCY:-0} -MAYAN_WORKER_SLOW_CONCURRENCY=${MAYAN_WORKER_SLOW_CONCURRENCY:-0} +MAYAN_WORKER_SLOW_CONCURRENCY=${MAYAN_WORKER_SLOW_CONCURRENCY:-1} update_uid_gid() { echo "mayan: update_uid_gid()" @@ -39,7 +39,7 @@ update_uid_gid() { if [ ${MAYAN_USER_UID} -ne ${DEFAULT_USER_UID} ] || [ ${MAYAN_USER_GID} -ne ${DEFAULT_USER_GID} ]; then echo "mayan: Updating file ownership. This might take a while if there are many documents." - chown mayan:mayan ${MAYAN_INSTALL_DIR} ${MAYAN_STATIC_ROOT} ${MAYAN_MEDIA_ROOT} + chown -R mayan:mayan ${MAYAN_INSTALL_DIR} ${MAYAN_STATIC_ROOT} ${MAYAN_MEDIA_ROOT} fi } diff --git a/docker/rootfs/version b/docker/rootfs/version index 406ebcbd95..d9b6a7830f 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.2.7 +3.3beta1 diff --git a/docs/chapters/development.rst b/docs/chapters/development.rst index 3d887919cc..90e20552c9 100644 --- a/docs/chapters/development.rst +++ b/docs/chapters/development.rst @@ -226,32 +226,46 @@ Git branch structure Mayan EDMS follows a simplified model layout based on Vincent Driessen's `Successful Git Branching Model`_ blog post. -``development`` - The "next release" branch, likely unstable, don't use in production. +``/versions/micro`` + Working branch for the next bugfix release. Micro increment (third digit). + Only bug fixes, minor features, back-ported urgent features. This + branch is stable and safe for production. +``/versions/minor`` + Working branch for the next minor release (second digit). New features, + occasional breakage. Not for production but should run in test + environment most of the time. This is the branch you will want to + try out if you want to check out new features. +``/versions/major`` + Working branch for the next major release (first digit). New features, + incompatible changes to the user facing interfaces. Broken most of the + time, not for production and should only be cloned by developers + with experience with Mayan's development. ``master`` Current production release (|version|). Points to the latest version of the latest series. Production quality code. -``feature/`` - Unfinished/unmerged feature. Likely unstable, don't use in production. - +``features/`` + Working branches for unfinished and unmerged feature. Likely unstable, + don't use in production. Once the feature is complete, it is merged + into one of the versions branches and deleted. + Special branches: ``releases/all`` - Used by the continuous delivery system to trigger the build and release + Pushing code to this branch will trigger the build and release a new Docker image, Documentation and Python package. ``releases/docker`` - Used by the continuous delivery system to trigger the build and release + Pushing code to this branch will trigger the build and release of a new Docker image to Docker Hub. ``releases/documentation`` - Used by the continuous delivery system to trigger the build and release + Pushing code to this branch will trigger the build and release of new documentation. ``releases/python`` - Used by the continuous delivery system to trigger the build and release + Pushing code to this branch will trigger the build and release of a new Python package to PyPI. ``nightly`` - Used by the continuous delivery system to trigger the build and release + Pushing code to this branch will trigger the build and release of a new Docker image based on development code to the GitLab image - repository. + repository only. The image will not be published to Docker Hub. Each release is tagged separately using annotated Git tags. @@ -519,7 +533,7 @@ Release using GitLab CI :: git checkout releases/all - git merge versions/next + git merge #. Push code to trigger builds: :: diff --git a/docs/chapters/docker.rst b/docs/chapters/docker.rst index d203fd5ac3..9862154e19 100644 --- a/docs/chapters/docker.rst +++ b/docs/chapters/docker.rst @@ -135,6 +135,13 @@ image specific environment variables are available. Optional. Allows loading an alternate settings file. + +``MAYAN_GUNICORN_TIMEOUT`` + +Optional. Changes the amount of time the frontend worker will wait for a +request to finish before raising a timeout error. The default is 120 +seconds. + ``MAYAN_GUNICORN_WORKERS`` Optional. This environment variable controls the number of frontend workers diff --git a/docs/conf.py b/docs/conf.py index 9031dfd8c5..520ff4791e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,9 @@ import mayan # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))) +sys.path.append( + os.path.abspath(os.path.join(os.path.dirname(__file__), '_ext')) +) # -- General configuration ----------------------------------------------------- @@ -34,12 +36,13 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext")) #extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] #extensions = ["djangodocs", "sphinx.ext.intersphinx"] extensions = [ - 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag', 'sphinxcontrib.spelling' + 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag', + 'sphinxcontrib.spelling' ] blockdiag_antialias = True -blockdiag_html_image_format = "SVG" -blockdiag_latex_image_format = "PDF" +blockdiag_html_image_format = 'SVG' +blockdiag_latex_image_format = 'PDF' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -106,12 +109,14 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'classic' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = { + 'analytics_id': 'UA-52965619-6', +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] @@ -139,7 +144,7 @@ html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. @@ -162,7 +167,7 @@ html_static_path = ['_static'] #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True @@ -181,8 +186,6 @@ html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = 'MayanEDMSdoc' -html_show_sourcelink = False - html_show_sphinx = False # -- Options for LaTeX output -------------------------------------------------- @@ -233,8 +236,6 @@ man_pages = [ [mayan.__author__], 1) ] -html_theme = 'sphinx_rtd_theme' - # -- External links -- extlinks = { 'django-docs': ( @@ -253,5 +254,6 @@ extlinks = { ) } + def setup(app): app.add_stylesheet('css/custom.css') diff --git a/docs/releases/3.2.8.rst b/docs/releases/3.2.8.rst new file mode 100644 index 0000000000..ce6c37db6e --- /dev/null +++ b/docs/releases/3.2.8.rst @@ -0,0 +1,161 @@ +Version 3.2.8 +============= + +Released: October 1, 2019 + + +Changes +------- + + +API +^^^ + +Fix an error when accessing some API entry points without +being authenticated. Accessing API endpoints without being authenticated +will now always return empty results. + + +Cabinets +^^^^^^^^ + +Tweaked the jstree component's appearance to cope with long labels. +Added a scrollbar, reduced the font size, switched to a sans serif font, +and reduced padding. Thanks for forum user @briboe for the report. + +Workflow actions to add and remove documents from cabinets was added. + + +Dependencies +^^^^^^^^^^^^ + +The Django version used was updated to version 1.11.24. The jQuery version +used was updated to version 3.4.1. Both as fully backwards compatible with +their previous versions. + + +OCR +^^^ + +Support was added to delete the content of document's OCR or parsed content. +Events for both situations was added allowing content deletion to be used +as workflow transition triggers. + + +Docker +^^^^^^ + +A missing recursive option was added to the Docker entrypoint +command "chown" to change the ownership of files when specifying a custom +UID or GID. Closes GitLab issue #668. Thanks to John Wice (@brilthor) +for the report. + +Two fonts were added to the Docker image to support rendering Chinese office +documents. Closes GitLab issue #666. Thanks to javawcy (@javawcy) and forum +user @leoliu for the report and help closing this issue. + + +Usability +^^^^^^^^^ + +Descriptions for screenreaders was added via image alt tag. The user interface +will also now allow scaling. + + +Removals +-------- + +- None + + +Upgrading from a previous version +--------------------------------- + +If installed via Python's PIP +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Remove deprecated requirements:: + + sudo -u mayan curl https://gitlab.com/mayan-edms/mayan-edms/raw/master/removals.txt -o /tmp/removals.txt && sudo -u mayan /opt/mayan-edms/bin/pip uninstall -y -r /tmp/removals.txt + +Type in the console:: + + sudo -u mayan /opt/mayan-edms/bin/pip install mayan-edms==3.2.8 + +the requirements will also be updated automatically. + + +Using Git +^^^^^^^^^ + +If you installed Mayan EDMS by cloning the Git repository issue the commands:: + + $ git reset --hard HEAD + $ git pull + +otherwise download the compressed archived and uncompress it overriding the +existing installation. + +Remove deprecated requirements:: + + $ pip uninstall -y -r removals.txt + +Next upgrade/add the new requirements:: + + $ pip install --upgrade -r requirements.txt + + +Common steps +^^^^^^^^^^^^ + +Perform these steps after updating the code from either step above. + +Make a backup of your supervisord file:: + + sudo cp /etc/supervisor/conf.d/mayan.conf /etc/supervisor/conf.d/mayan.conf.bck + +Update the supervisord configuration file. Replace the environment +variables values show here with your respective settings. This step will refresh +the supervisord configuration file with the new queues and the latest +recommended layout:: + + sudo MAYAN_DATABASE_ENGINE=django.db.backends.postgresql MAYAN_DATABASE_NAME=mayan \ + MAYAN_DATABASE_PASSWORD=mayanuserpass MAYAN_DATABASE_USER=mayan \ + MAYAN_DATABASE_HOST=127.0.0.1 MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \ + /opt/mayan-edms/bin/mayan-edms.py platformtemplate supervisord > /etc/supervisor/conf.d/mayan.conf + +Edit the supervisord configuration file and update any setting the template +generator missed:: + + sudo vi /etc/supervisor/conf.d/mayan.conf + +Migrate existing database schema with:: + + sudo -u mayan MAYAN_DATABASE_ENGINE=django.db.backends.postgresql MAYAN_DATABASE_NAME=mayan \ + MAYAN_DATABASE_PASSWORD=mayanuserpass MAYAN_DATABASE_USER=mayan \ + MAYAN_DATABASE_HOST=127.0.0.1 MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \ + /opt/mayan-edms/bin/mayan-edms.py performupgrade + +Add new static media:: + + sudo -u mayan MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \ + /opt/mayan-edms/bin/mayan-edms.py preparestatic --noinput + +The upgrade procedure is now complete. + + +Backward incompatible changes +----------------------------- + +- None + + +Bugs fixed or issues closed +--------------------------- + +- :gitlab-issue:`666` Chinese document such as .doc can't display well. +- :gitlab-issue:`668` Permission denied errors with custom uid persist (650 needs re-open) +- :forum-topic:`1120` Cabinet Presentation +- :forum-topic:`2202` Cannot display Chinese character and cannot identify Excel files + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/3.3.rst b/docs/releases/3.3.rst index 17ff89a513..47878877f9 100644 --- a/docs/releases/3.3.rst +++ b/docs/releases/3.3.rst @@ -93,7 +93,7 @@ Changes Removals -------- -- Database conversion. Reason for removal. The database conversions support +- Database conversion. Reason for removal: The database conversions support provided by this feature (SQLite to PostgreSQL) was being confused with database migrations and upgrades. @@ -108,7 +108,7 @@ Removals Continued confusion about the purpose of the feature and confusion about how errors with this feature were a reflexion of the code quality of - Mayannecessitated the removal of the database conversion feature. + Mayan necessitated the removal of the database conversion feature. - Django environ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 80642b3c4a..e254e418dc 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -21,6 +21,7 @@ versions of the documentation contain the release notes for any later releases. :maxdepth: 1 3.3 + 3.2.8 3.2.7 3.2.6 3.2.5 diff --git a/mayan/__init__.py b/mayan/__init__.py index 761d9b1094..9401b78d20 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,9 +1,9 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.2.7' -__build__ = 0x030207 -__build_string__ = 'v3.2.7_Wed Aug 28 17:31:08 2019 -0400' +__version__ = '3.3beta1' +__build__ = 0x030300 +__build_string__ = 'v3.3beta1_Sat Oct 5 15:08:53 2019 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po index c44636ff99..7d4202a627 100644 --- a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po index 736df6d45c..f6a30b4a7f 100644 --- a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po index 4c6e268063..902ccea172 100644 --- a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/acls/locale/cs/LC_MESSAGES/django.po b/mayan/apps/acls/locale/cs/LC_MESSAGES/django.po index 781bf0963f..3e8a34ccce 100644 --- a/mayan/apps/acls/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/acls/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/acls/locale/da_DK/LC_MESSAGES/django.po index d210aa1aae..931583bf19 100644 --- a/mayan/apps/acls/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po index cfddb5768b..c7119f59d1 100644 --- a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/acls/locale/el/LC_MESSAGES/django.po b/mayan/apps/acls/locale/el/LC_MESSAGES/django.po index c5289bdea8..2427822150 100644 --- a/mayan/apps/acls/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po index 21b6d58481..e3a11ebe23 100644 --- a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po index 034f3d48b7..ef9a62e935 100644 --- a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po index 1fbcc4d2e7..c37ff38d4b 100644 --- a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po index 28e2b5cae2..9ca8d30a4f 100644 --- a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po index 7b0da6a22e..be7a7b9a72 100644 --- a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po index 8cd0d4cc88..fb8e252208 100644 --- a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo index f286b85547..e7e8ac6ae4 100644 Binary files a/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po index 889e2cc485..ffa418d381 100644 --- a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-08-28 11:33+0000\n" +"Last-Translator: Daniele Bortoluzzi \n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -198,8 +198,8 @@ msgstr "Revoca accesso" #: workflow_actions.py:175 msgid "Grant document access" -msgstr "" +msgstr "Concedi accesso al documento" #: workflow_actions.py:214 msgid "Revoke document access" -msgstr "" +msgstr "Revoca accesso al documento" diff --git a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po b/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po index cdded60a88..2b71a0150d 100644 --- a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-28 11:16+0000\n" "Last-Translator: Māris Teivāns \n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po index f82cb3e400..f86ea509a6 100644 --- a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo index ce098a3241..ab7acc71af 100644 Binary files a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po index d3132d8d69..10b72d89f7 100644 --- a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -4,15 +4,17 @@ # # Translators: # Daniel Winiarski , 2017 +# Marcin Lozynski , 2019 +# Tomasz Szymanowicz , 2019 # Wojciech Warczakowski , 2016 # Wojciech Warczakowski , 2017-2018 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-23 09:33+0000\n" +"Last-Translator: Tomasz Szymanowicz \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,15 +28,15 @@ msgstr "Listy ACL" #: events.py:8 permissions.py:7 msgid "Access control lists" -msgstr "Listy ACL" +msgstr "Listy kontroli dostępu" #: events.py:12 msgid "ACL created" -msgstr "" +msgstr "Utworzono listę ACL" #: events.py:15 msgid "ACL edited" -msgstr "" +msgstr "Wyedytowano listę ACL" #: forms.py:15 models.py:49 msgid "Role" @@ -55,7 +57,7 @@ msgstr "Uprawnienia" #: managers.py:216 #, python-format msgid "Object \"%s\" is not a model and cannot be checked for access." -msgstr "" +msgstr "Obiekt \"%s\" nie jest modelem i nie może być sprawdzony pod kątem dostępu." #: managers.py:236 #, python-format @@ -125,13 +127,13 @@ msgstr "Usuń listę ACL: %s" #: views.py:147 msgid "There are no ACLs for this object" -msgstr "" +msgstr "Brak listy ACL dla tego objektu" #: views.py:150 msgid "" "ACL stands for Access Control List and is a precise method to control user " "access to objects in the system." -msgstr "" +msgstr "Lista ACL stanowi metodę kontroli dostępu użytkownika do obiektów znajdujących się w systemie." #: views.py:154 #, python-format @@ -149,7 +151,7 @@ msgstr "Dostępne uprawnienia" #: views.py:215 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"." -msgstr "" +msgstr "Rola \"%(role)s\" uprawnienia dla \"%(object)s\"." #: views.py:224 msgid "" @@ -157,7 +159,7 @@ msgid "" "to the role and can't be removed from this view. Inherited permissions need " "to be removed from the parent object's ACL or from them role via the Setup " "menu." -msgstr "" +msgstr "Wyłączone prawa są dziedziczone z obiektu rodzica lub bezpośrednio nadane dla roli i nie mogą być usunięte w tym widoku. Dziedziczone prawa muszą być usunięte z listy ACL obiektu rodzica lub z roli w menu Ustawień." #: workflow_actions.py:26 msgid "Object type" @@ -191,16 +193,16 @@ msgstr "Uprawnienia do nadawania/odwoływania do/z roli dla obiektu." #: workflow_actions.py:60 msgid "Grant access" -msgstr "Przyznaj dostęp" +msgstr "Przydziel dostęp" #: workflow_actions.py:143 msgid "Revoke access" -msgstr "Odwołaj dostęp" +msgstr "Zabierz dostęp" #: workflow_actions.py:175 msgid "Grant document access" -msgstr "" +msgstr "Przydziel dostęp dla dokumentu" #: workflow_actions.py:214 msgid "Revoke document access" -msgstr "" +msgstr "Zabierz dostęp do dokumentu" diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po index 1ad058694c..a5ab1b8b9d 100644 --- a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po index 7731954bc2..ae5185a5eb 100644 --- a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po index 2757f3c777..1408badffb 100644 --- a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-18 15:35+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po index 9482202027..25f21fa5c0 100644 --- a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po index 7316b750e9..68fc5ff5d1 100644 --- a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po index 5b5317c672..9e9e1e5f8e 100644 --- a/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po index 6866434b36..3ac03a77ae 100644 --- a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/acls/locale/zh/LC_MESSAGES/django.po b/mayan/apps/acls/locale/zh/LC_MESSAGES/django.po index 7472283e19..ca966bb1fb 100644 --- a/mayan/apps/acls/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/acls/managers.py b/mayan/apps/acls/managers.py index 422d6ab586..5bab247470 100644 --- a/mayan/apps/acls/managers.py +++ b/mayan/apps/acls/managers.py @@ -255,6 +255,9 @@ class AccessControlListManager(models.Manager): ) def restrict_queryset(self, permission, queryset, user): + if not user.is_authenticated(): + return queryset.none() + # Check directly granted permission via a role try: Permission.check_user_permissions( diff --git a/mayan/apps/acls/tests/test_actions.py b/mayan/apps/acls/tests/test_workflow_actions.py similarity index 97% rename from mayan/apps/acls/tests/test_actions.py rename to mayan/apps/acls/tests/test_workflow_actions.py index 4553473ca0..38495adb1a 100644 --- a/mayan/apps/acls/tests/test_actions.py +++ b/mayan/apps/acls/tests/test_workflow_actions.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.contrib.contenttypes.models import ContentType -from mayan.apps.document_states.tests.test_actions import ActionTestCase +from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase from mayan.apps.documents.permissions import permission_document_view from ..workflow_actions import ( diff --git a/mayan/apps/appearance/dependencies.py b/mayan/apps/appearance/dependencies.py index dd78d2c973..c2893f9aa7 100644 --- a/mayan/apps/appearance/dependencies.py +++ b/mayan/apps/appearance/dependencies.py @@ -37,7 +37,7 @@ JavaScriptDependency( name='@fortawesome/fontawesome-free', version_string='=5.6.3' ) JavaScriptDependency( - label=_('jQuery'), module=__name__, name='jquery', version_string='=3.3.1' + label=_('jQuery'), module=__name__, name='jquery', version_string='=3.4.1' ) JavaScriptDependency( label=_('JQuery Form'), module=__name__, name='jquery-form', diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo index 05429abed7..ebcbaf8e12 100644 Binary files a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po index 3ff5ed6bdc..038e352659 100644 --- a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "الإجراءات" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo index f661b22a0c..f0218b2f74 100644 Binary files a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po index b15353dafd..1937df8463 100644 --- a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Действия" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo index 059308e4d6..cc7f003c47 100644 Binary files a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po index 3b27c5a596..e8f6160fad 100644 --- a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" @@ -153,15 +153,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -169,11 +168,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Upozorenje" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcije" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Toggle Dropdown" diff --git a/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.mo index 7db9210269..4037bda791 100644 Binary files a/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.po index 9ee9d62af5..52d45ff124 100644 --- a/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/cs/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.mo index 9723752c25..be15825fef 100644 Binary files a/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.po index caefd19ef2..6b131aad45 100644 --- a/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/da_DK/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" "MIME-Version: 1.0\n" @@ -153,15 +153,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -169,11 +168,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advarelse" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo index 8c8e645292..8a499819c2 100644 Binary files a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po index 38368a504d..a76417fe74 100644 --- a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -156,11 +156,26 @@ msgstr "\nWenn Sie %(project_title)s verwenden, erwägen Sie bitte donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\nEine umfassende Liste der Neuerungen ist einsehbar in den Release Notes %(icon_documentation)s oder als Kurzversionim Changelog %(icon_documentation)s." -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -168,7 +183,7 @@ msgid "" " " msgstr "\nBei Fragen schauen Sie zunächst in die Dokumentation %(icon_documentation)s oder die Wiki %(icon_wiki)s." -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -176,7 +191,7 @@ msgid "" " " msgstr "\nSollten Sie einen Bug gefunden oder eine Idee für eine neue Funktion haben, dann besuchen Sie entweder das Forum %(icon_forum)s oder erstellen Sie ein Ticket in der Quellenverwaltung %(icon_source_code)s. " -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -185,22 +200,22 @@ msgid "" " " msgstr "\nMachen Sie dieses Projekt bekannt. Berichten Sie Ihren Freunden und Kollegen, wie angenehm die Arbeit mit %(project_title)s ist!\n Folgen Sie uns auf Twitter %(icon_social_twitter)s, Facebook %(icon_social_facebook)s, oder Instagram %(icon_social_instagram)s\n " -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Warnung" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Aktionen" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Ausklappmenü ein-/ausschalten" diff --git a/mayan/apps/appearance/locale/el/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/el/LC_MESSAGES/django.mo index 489b2aec6b..a9e1a55da8 100644 Binary files a/mayan/apps/appearance/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/el/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/el/LC_MESSAGES/django.po index e1b41bed55..c574c4dcf9 100644 --- a/mayan/apps/appearance/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/el/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ενέργειες" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po index ac24fdc47a..b750a6150d 100644 --- a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -158,6 +158,26 @@ msgstr "" #, python-format msgid "" "\n" +" You can also donate directly to the creator and " +"lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy " +"of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is " +"available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "\nTambién puede donar directamente al creador y desarrollador principal. %(icon_social_paypal)s" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "\nAdemás de las donaciones, también puede apoyar el proyecto comprando una copia del libro \"Exploring Mayan EDMS\" de Roberto Rosario .
El libro está disponible en formato de prelanzamiento a un precio con descuento por tiempo limitado." + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\n                La lista completa de cambios está disponible a través de Notas de la versión %(icon_documentation)s o la versión corta Changelog %(icon_documentation)s .\n            " -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -165,7 +180,7 @@ msgid "" " " msgstr "\n                Para preguntas, consulte la Documentación %(icon_documentation)s o el Wiki %(icon_wiki)s .\n            " -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -173,7 +188,7 @@ msgid "" " " msgstr "\n                Si encontró un error o tiene una idea característica, visite el Forum %(icon_forum)s o abra un ticket en el Repositorio de código fuente %(icon_source_code)s \n            " -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "\n                Riega la voz. ¡Habla con tus amigos y colegas sobre lo increíble que es %(project_title)s!\n                Síguenos en Twitter %(icon_social_twitter)s , Facebook %(icon_social_facebook)s o Instagram %(icon_social_instagram)s \n            " -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advertencia" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "Configuraciones actualizadas, reinicie su instalación para que los cambios tengas efecto." -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acciones" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Alternar desplegable" diff --git a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo index 3defe0aeaf..1bbb93652d 100644 Binary files a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po index e04a195c4e..45ea3ab8d6 100644 --- a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -153,15 +153,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -169,11 +168,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "عملیات" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "تغییر وضعیت dropdown" diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo index e9e97f9c22..5397d5d816 100644 Binary files a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po index 6294f2992b..df8b3c3c3a 100644 --- a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-08-22 14:03+0000\n" -"Last-Translator: Frédéric Sheedy \n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -158,11 +158,26 @@ msgstr "\n Si vous utilisez %(project_title)s s'il vous plaît donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\n La liste complète des changements est disponible dans les notes de publication %(icon_documentation)s ou en version courte dans le journal des modifications %(icon_documentation)s.\n " -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -170,7 +185,7 @@ msgid "" " " msgstr "\n Pour trouver des réponses à vos questions consultez la documentation %(icon_documentation)s ou le wiki %(icon_wiki)s.\n " -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -178,7 +193,7 @@ msgid "" " " msgstr "\n Si vous avez trouvé un bogue ou une idée pour une nouvelle fonctionnalité, visitez le forum %(icon_forum)s ou soumettez un nouveau billet dans le dépôt de code source %(icon_source_code)s.\n " -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -187,22 +202,22 @@ msgid "" " " msgstr "\n Faites passer le mot. Parlez à vos amis et vos collègues de comment %(project_title)s est génial!\n Suivez-nous sur Twitter %(icon_social_twitter)s, Facebook %(icon_social_facebook)s ou Instagram %(icon_social_instagram)s\n " -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Avertissement" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "Les paramètres ont été mis à jour, redémarrez votre installation pour que les modifications prennent effet." -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Actions" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Activer la liste déroulante" diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo index b00b748084..0479ef6d18 100644 Binary files a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po index 40cb757138..31f558bae1 100644 --- a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -153,15 +153,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -169,11 +168,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Műveletek" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo index ea3b46b8f6..cd77d66265 100644 Binary files a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po index fb93a85e01..ddd8d9d300 100644 --- a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Aksi" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo index 788787c94a..65d588cd20 100644 Binary files a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po index 1765f2b8a0..3cda5a35b9 100644 --- a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" @@ -155,11 +155,26 @@ msgstr "\nSe usi %(project_title)s puoi donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\nLa lista completa dei cambiamenti è disponibile nelle Note di rilascio %(icon_documentation)s o in versione più breve nel Changelog %(icon_documentation)s." -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -167,7 +182,7 @@ msgid "" " " msgstr "\nPer dubbi o domande guarda la documentazione %(icon_documentation)s o il Wiki %(icon_wiki)s." -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -175,7 +190,7 @@ msgid "" " " msgstr "\nSe trovi un bug o hai un'idea per una nuova funzionalità, visita il Forum %(icon_forum)s o apri un ticket nel repository del codice %(icon_source_code)s." -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -184,22 +199,22 @@ msgid "" " " msgstr "\nDiffondi il verbo. Dillo ai tuoi amici e colleghi quanto è bello %(project_title)s!\nSeguici su Twitter %(icon_social_twitter)s, Facebook %(icon_social_facebook)s o Instagram %(icon_social_instagram)s" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Attenzione" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Azioni " -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Apri dropdown" diff --git a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo index 072547b844..33dfce8613 100644 Binary files a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po index af3d7d7542..1f84ae16fc 100644 --- a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" "MIME-Version: 1.0\n" @@ -153,11 +153,26 @@ msgstr "\nJa izmantojat %(project_title)s, lūdzu, donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\nPilns izmaiņu saraksts ir pieejams, skatot Release notes %(icon_documentation)s vai īso versiju Changelog %(icon_documentation)s ." -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -165,7 +180,7 @@ msgid "" " " msgstr "\nJautājumu gadījumā pārbaudiet dokumentāciju %(icon_documentation)s vai Wiki %(icon_wiki)s ." -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -173,7 +188,7 @@ msgid "" " " msgstr "\nJa atradāt kļūdu vai ir kāda funkcionalitātes ideja, apmeklējiet forumu %(icon_forum)s vai atveriet biļeti pirmkoda repozitorijā %(icon_source_code)s ." -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "\nIzplatiet vārdu. Runājiet ar saviem draugiem un kolēģiem par to, cik lielisks %(project_title)s ir! Sekojiet mums Twitter %(icon_social_twitter)s , Facebook %(icon_social_facebook)s vai Instagram %(icon_social_instagram)s" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Brīdinājums" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Darbības" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Toggle Dropdown" diff --git a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo index b62920b39f..b0f878134a 100644 Binary files a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po index eef36fa872..7b3cf9af05 100644 --- a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -155,15 +155,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -171,11 +170,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -184,22 +199,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Waarschuwing" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acties" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Toggle Dropdown" diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo index 14e493695f..c4897cbea4 100644 Binary files a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po index 403adaa647..51c1edc7b3 100644 --- a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po @@ -3,6 +3,8 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Marcin Lozynski , 2019 +# Tomasz Szymanowicz , 2019 # Wojciech Warczakowski , 2016,2018 # Wojciech Warczakowski , 2017 # Wojciech Warczakowski , 2016 @@ -10,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-23 09:49+0000\n" +"Last-Translator: Tomasz Szymanowicz \n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,55 +28,55 @@ msgstr "Wygląd" #: dependencies.py:10 msgid "Lato font" -msgstr "" +msgstr "Czcionka Lato" #: dependencies.py:14 msgid "Bootstrap" -msgstr "" +msgstr "Bootstrap" #: dependencies.py:18 msgid "Bootswatch" -msgstr "" +msgstr "Bootswatch" #: dependencies.py:32 msgid "Fancybox" -msgstr "" +msgstr "Fancybox" #: dependencies.py:36 msgid "FontAwesome" -msgstr "" +msgstr "FontAwesome" #: dependencies.py:40 msgid "jQuery" -msgstr "" +msgstr "jQuery" #: dependencies.py:43 msgid "JQuery Form" -msgstr "" +msgstr "Formularz JQuery" #: dependencies.py:47 msgid "jQuery Lazy Load" -msgstr "" +msgstr "jQuery Opóźnione Ładowanie" #: dependencies.py:51 msgid "JQuery Match Height" -msgstr "" +msgstr "JQuery Wyrównaj Wysokość" #: dependencies.py:55 msgid "Select 2" -msgstr "" +msgstr "Wybierz 2" #: dependencies.py:59 msgid "Toastr" -msgstr "" +msgstr "Toastr" #: dependencies.py:62 msgid "URI.js" -msgstr "" +msgstr "URI.js" #: settings.py:14 msgid "Maximum number of characters that will be displayed as the view title." -msgstr "" +msgstr "Wyświetlono maksymalną liczbę znaków" #: templates/403.html:5 templates/403.html:9 msgid "Insufficient permissions" @@ -112,7 +114,7 @@ msgid "" "\n" " %(setting_project_title)s is based on %(project_title)s\n" " " -msgstr "" +msgstr "\n%(setting_project_title)s opiera się na%(project_title)s" #: templates/appearance/about.html:82 msgid "Version" @@ -125,7 +127,7 @@ msgstr "Numer wersji: %(build_number)s" #: templates/appearance/about.html:97 msgid "Released under the license:" -msgstr "" +msgstr "Opublikowane na podstawie licencji:" #: templates/appearance/about.html:103 #, python-format @@ -133,7 +135,7 @@ msgid "" "\n" " %(project_title)s is a free and open-source software brought to you with by Roberto Rosario and contributors.\n" " " -msgstr "" +msgstr "\n%(project_title)s jest darmowym oprogramowaniem typu open source dostarczonym z przez Roberto Rosario i współpracowników." #: templates/appearance/about.html:109 #, python-format @@ -141,7 +143,7 @@ msgid "" "\n" " It takes great effort to make %(project_title)s as feature-rich as it is. We need all the help we can get!\n" " " -msgstr "" +msgstr "\nAby %(project_title)s był tak bogaty w funkcje wymaga wiele pracy. Każda pomoc jest mile widziana!" #: templates/appearance/about.html:115 #, python-format @@ -149,64 +151,79 @@ msgid "" "\n" " If you use %(project_title)s please consider making a donation %(icon_social_paypal)s\n" " " -msgstr "" +msgstr "\nJeśli używasz %(project_title)s, rozważ darowiznę %(icon_social_paypal)s" #: templates/appearance/about.html:121 #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " -msgstr "" +msgstr "\nMożesz także przekazać darowiznę bezpośrednio twórcy i głównemu deweloperowi. %(icon_social_paypal)s" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " -msgstr "" +msgstr "\nOprócz darowizn możesz również wesprzeć projekt kupując książkę „Exploring Mayan EDMS” autorstwa Roberto Rosario .
Książka jest dostępna w formacie przedpremierowym po obniżonej cenie przez ograniczony czas." #: templates/appearance/about.html:133 #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "\nPełna lista zmian jest dostępna w informacjach o wersji %(icon_documentation)s lub w krótkiej wersji Dziennik zmian %(icon_documentation)s ." + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "\nW razie pytań sprawdź dokumentację %(icon_documentation)s lub Wiki %(icon_wiki)s ." + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " -msgstr "" +msgstr "\nJeśli znalazłeś błąd lub masz pomysł na funkcję, odwiedź forum %(icon_forum)s lub otwórz zgłoszenie w repozytorium kodu źródłowego %(icon_source_code)s ." -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" " Spread the word. Talk to your friends and colleagues about how awesome %(project_title)s is!\n" " Follow us on Twitter %(icon_social_twitter)s, Facebook %(icon_social_facebook)s, or Instagram %(icon_social_instagram)s\n" " " -msgstr "" +msgstr "\nPrzekaż innym. Porozmawiaj ze znajomymi i kolegami o tym, jak niesamowity jest %(project_title)s! Śledź nas na Twitterze %(icon_social_twitter)s , Facebooku %(icon_social_facebook)s lub Instagramie %(icon_social_instagram)s" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Ostrzeżenie" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." -msgstr "" +msgstr "Ustawienia zaktualizowane. Aby zmiany przyniosły efekt zrestartuj instalację." -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcje" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Rozwiń listę" #: templates/appearance/generic_confirm.html:14 msgid "Are you sure?" -msgstr "" +msgstr "Jesteś pewny?" #: templates/appearance/generic_confirm.html:34 msgid "Yes" diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo index 035574ba80..dc0e45e4fa 100644 Binary files a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po index bf92f32b2d..3ccaccf6b4 100644 --- a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ações" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo index da8d446765..290ffdaab4 100644 Binary files a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po index 94eb90ba0b..eccfbab33c 100644 --- a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -155,11 +155,26 @@ msgstr "\nSe você utiliza %(project_title)s, por favor, donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\nA lista de mudanças está disponível de maneira detalhada nas Notas de Lançamento %(icon_documentation)s ou, em versão mais curta, no Registro de Mudanças%(icon_documentation)s." -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -167,7 +182,7 @@ msgid "" " " msgstr "\nCaso tenha dúvidas consulte a Documentação%(icon_documentation)s ou a Wiki%(icon_wiki)s." -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -175,7 +190,7 @@ msgid "" " " msgstr "\nSe você encontrar algum erro ou tiver ideias para novos recursos, visite o Fórum%(icon_forum)s ou abra um chamado no Repositório de Código Fonte%(icon_source_code)s." -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -184,22 +199,22 @@ msgid "" " " msgstr "\n\nEspalhe a palavra! Fale com seus amigos e colegas sobre como o %(project_title)s é incrível!\nSiga-nos no Twitter %(icon_social_twitter)s, Facebook %(icon_social_facebook)s, ou Instagram%(icon_social_instagram)s" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advertência" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ações" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Mostrar/esconder menu" diff --git a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo index 0b09591d4b..5516979606 100644 Binary files a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po index 59c9f992b9..e79f522886 100644 --- a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-21 05:30+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -154,11 +154,26 @@ msgstr "\n Dacă utilizați %(project_title)s vă rugămdonate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "\nPuteți dona direct creatorului și dezvoltatorului principal. %(icon_social_paypal)s" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "\nPe lângă donații, puteți susține și proiectul achiziționând o copie a cărții „Exploring Mayan EDMS” de Roberto Rosario .
Cartea este disponibilă în format pre-lansare la un preț redus pentru o perioadă limitată de timp.\n " + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\nLista completă a modificărilor este disponibilă prin notele Note de lansare%(icon_documentation)s sau versiunea scurtă Istoricul modificărilor %(icon_documentation)s ." -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -166,7 +181,7 @@ msgid "" " " msgstr "\n Pentru întrebări verificații Documentația%(icon_documentation)s sau Wiki %(icon_wiki)s.\n " -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -174,7 +189,7 @@ msgid "" " " msgstr "\nDacă ați găsit un bug sau aveți o idee de noi caracteristici, vizitați Forumul %(icon_forum)s sau deschideți un bilet în depozitul de coduri sursă%(icon_source_code)s." -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -183,22 +198,22 @@ msgid "" " " msgstr "\nImprastie vestea. Discutați cu prietenii și colegii despre cât de minunat este %(project_title)s!\nUrmăriți-ne pe Twitter %(icon_social_twitter)s,Facebook %(icon_social_facebook)s, sau Instagram %(icon_social_instagram)s" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Alertă" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." -msgstr "" +msgstr "Setările au fost actualizate, reporniți instalarea pentru ca modificările să aibă efectul scontat." -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acţiuni" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Comutare mod listă" diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo index 84c4a96dfe..0ae43a9bf2 100644 Binary files a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po index 0924dc26ca..2311053621 100644 --- a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" @@ -154,15 +154,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -170,11 +169,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -183,22 +198,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Предупреждение" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Действия" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Переключение выпадающего списка" diff --git a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo index cc36566b10..f70e89f8f0 100644 Binary files a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po index c7a1680a02..fb6537b410 100644 --- a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -153,15 +153,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -169,11 +168,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcije" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Preklopi spustni seznam" diff --git a/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo index d5bf4561f5..10e5b528f2 100644 Binary files a/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po index d0bcb14584..856e23cbfe 100644 --- a/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -154,15 +154,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -170,11 +169,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -183,22 +198,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Eylemler" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "Açılır pencereyi aç / kapat" diff --git a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo index df60d7bd10..2cf715585d 100644 Binary files a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po index dc59124e01..48a2b9b490 100644 --- a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -152,15 +152,14 @@ msgstr "" #, python-format msgid "" "\n" -" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" " " msgstr "" #: templates/appearance/about.html:127 -#, python-format msgid "" "\n" -" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" " " msgstr "" @@ -168,11 +167,27 @@ msgstr "" #, python-format msgid "" "\n" +" The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:139 +#, python-format +msgid "" +"\n" +" For questions check the Documentation %(icon_documentation)s or the Wiki %(icon_wiki)s.\n" +" " +msgstr "" + +#: templates/appearance/about.html:145 +#, python-format +msgid "" +"\n" " If you found a bug or have a feature idea, visit the Forum %(icon_forum)s or open a ticket in the Source code repository %(icon_source_code)s.\n" " " msgstr "" -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -181,22 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Các thao tác" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "" diff --git a/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.mo index 522cd620d7..313dd0bd5d 100644 Binary files a/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.po index 2350202268..fee8ef50ab 100644 --- a/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/zh/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:27-0400\n" -"PO-Revision-Date: 2019-07-05 05:33+0000\n" +"POT-Creation-Date: 2019-09-24 23:06-0400\n" +"PO-Revision-Date: 2019-09-04 03:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" "MIME-Version: 1.0\n" @@ -153,11 +153,26 @@ msgstr "\n                如果您使用%(project_title)s,请 #, python-format msgid "" "\n" +" You can also donate directly to the creator and lead developer. %(icon_social_paypal)s\n" +" " +msgstr "" + +#: templates/appearance/about.html:127 +msgid "" +"\n" +" Besides donations you can also support the project by purchasing a copy of the book \"Exploring Mayan EDMS\" by Roberto Rosario.
The book is available on pre-release format at a discounted price for a limited time.\n" +" " +msgstr "" + +#: templates/appearance/about.html:133 +#, python-format +msgid "" +"\n" " The complete list of changes is available via the Release notes %(icon_documentation)s or the short version Changelog %(icon_documentation)s.\n" " " msgstr "\n                完整的更改列表可见于发行说明%(icon_documentation)s 或简短版本更改日志%(icon_documentation)s 。\n            " -#: templates/appearance/about.html:127 +#: templates/appearance/about.html:139 #, python-format msgid "" "\n" @@ -165,7 +180,7 @@ msgid "" " " msgstr "\n                有关问题,请查看文档%(icon_documentation)s Wiki %(icon_wiki)s 。\n            " -#: templates/appearance/about.html:133 +#: templates/appearance/about.html:145 #, python-format msgid "" "\n" @@ -173,7 +188,7 @@ msgid "" " " msgstr "\n                如果您发现了bug或有功能创意,请访问论坛%(icon_forum)s 或在源代码仓库%(icon_source_code)s 提交问题。\n            " -#: templates/appearance/about.html:138 +#: templates/appearance/about.html:150 #, python-format msgid "" "\n" @@ -182,22 +197,22 @@ msgid "" " " msgstr "\n                宣传这个软件。和你的朋友和同事谈谈%(project_title)s真棒!\n                在 Twitter %(icon_social_twitter)s Facebook %(icon_social_facebook)s ,或 Instagram %(icon_social_instagram)s 关注我们\n            " -#: templates/appearance/base.html:32 templates/appearance/base.html:42 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "警告" -#: templates/appearance/base.html:42 +#: templates/appearance/base.html:46 msgid "" "Settings updated, restart your installation for changes to take proper " "effect." msgstr "" -#: templates/appearance/base.html:59 +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "操作" -#: templates/appearance/base.html:61 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "切换下拉列表" diff --git a/mayan/apps/appearance/static/appearance/css/base.css b/mayan/apps/appearance/static/appearance/css/base.css index 008fb218fb..982c544ea3 100644 --- a/mayan/apps/appearance/static/appearance/css/base.css +++ b/mayan/apps/appearance/static/appearance/css/base.css @@ -422,7 +422,6 @@ a i { margin-bottom: 2px; } - /* * Top navigation * Hide default border to remove 1px line. @@ -557,3 +556,12 @@ a i { padding-top: 0px; margin-top: 10px; } + +/* jstree - cabinets */ +#jstree { + max-width: 100%; + overflow: auto; + font: 11px Verdana, sans-serif; + padding: 0px; + padding-bottom: 10px; /* Padding for scrollbar */ +} diff --git a/mayan/apps/appearance/static/appearance/js/mayan_app.js b/mayan/apps/appearance/static/appearance/js/mayan_app.js index a5d072f9be..ed8515162f 100644 --- a/mayan/apps/appearance/static/appearance/js/mayan_app.js +++ b/mayan/apps/appearance/static/appearance/js/mayan_app.js @@ -49,13 +49,11 @@ class MayanApp { static setupNavBarState () { $('body').on('click', '.a-main-menu-accordion-link', function (event) { - var $this = $(this); - $('.a-main-menu-accordion-link').each(function (index, value) { - $this.parent().removeClass('active'); + $(this).parent().removeClass('active'); }); - $this.parent().addClass('active'); + $(this).parent().addClass('active'); }); } diff --git a/mayan/apps/appearance/templates/appearance/base_plain.html b/mayan/apps/appearance/templates/appearance/base_plain.html index 5475f564f4..e4ea07764d 100644 --- a/mayan/apps/appearance/templates/appearance/base_plain.html +++ b/mayan/apps/appearance/templates/appearance/base_plain.html @@ -6,11 +6,10 @@ {% load smart_settings_tags %} {% spaceless %} - + - + diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 09bd4afccd..5d2ea6b952 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -30,20 +30,22 @@ {% navigation_get_source_columns source=object_list only_identifier=True as source_column %} {% if source_column %} <th> - {% if source_column.is_sortable %} - <a href="{% navigation_get_sort_field_querystring column=source_column %}">{{ source_column.label }}</a> - {% if source_column.get_sort_field == sort_field %} - {% if icon_sort %}{{ icon_sort.render }}{% endif %} + <span style="white-space: nowrap"> + {% if source_column.is_sortable %} + <a href="{% navigation_get_sort_field_querystring column=source_column %}">{{ source_column.label }}</a> + {% if source_column.get_sort_field == sort_field %} + {% if icon_sort %}{{ icon_sort.render }}{% endif %} + {% endif %} + {% else %} + {{ source_column.label }} {% endif %} - {% else %} - {{ source_column.label }} - {% endif %} - {% if source_column.help_text %} - <span data-toggle="tooltip" data-placement="bottom" title="{{ source_column.help_text }}"> - {% get_icon icon_path='mayan.apps.navigation.icons.icon_source_column_help_text' %} - </span> - {% endif %} + {% if source_column.help_text %} + <span data-toggle="tooltip" data-placement="bottom" title="{{ source_column.help_text }}"> + {% get_icon icon_path='mayan.apps.navigation.icons.icon_source_column_help_text' %} + </span> + {% endif %} + </span> </th> {% endif %} {% endif %} @@ -52,20 +54,22 @@ {% navigation_get_source_columns source=object_list exclude_identifier=True as source_columns %} {% for source_column in source_columns %} <th> - {% if source_column.is_sortable %} - <a href="{% navigation_get_sort_field_querystring column=source_column %}">{{ source_column.label }}</a> - {% if source_column.get_sort_field == sort_field %} - {% if icon_sort %}{{ icon_sort.render }}{% endif %} + <span style="white-space: nowrap"> + {% if source_column.is_sortable %} + <a href="{% navigation_get_sort_field_querystring column=source_column %}">{{ source_column.label }}</a> + {% if source_column.get_sort_field == sort_field %} + {% if icon_sort %}{{ icon_sort.render }}{% endif %} + {% endif %} + {% else %} + {{ source_column.label }} {% endif %} - {% else %} - {{ source_column.label }} - {% endif %} - {% if source_column.help_text %} - <span data-toggle="tooltip" data-placement="bottom" title="{{ source_column.help_text }}"> - {% get_icon icon_path='mayan.apps.navigation.icons.icon_source_column_help_text' %} - </span> - {% endif %} + {% if source_column.help_text %} + <span data-toggle="tooltip" data-placement="bottom" title="{{ source_column.help_text }}"> + {% get_icon icon_path='mayan.apps.navigation.icons.icon_source_column_help_text' %} + </span> + {% endif %} + </span> </th> {% endfor %} {% endif %} diff --git a/mayan/apps/appearance/templates/appearance/root.html b/mayan/apps/appearance/templates/appearance/root.html index d7d9c280d3..a261bf50a1 100644 --- a/mayan/apps/appearance/templates/appearance/root.html +++ b/mayan/apps/appearance/templates/appearance/root.html @@ -6,11 +6,10 @@ {% load smart_settings_tags %} {% spaceless %} -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> + <meta content="width=device-width, initial-scale=1, maximum-scale=5" name="viewport"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="{{ LANGUAGE_CODE }}" /> <title> diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po index f548987ce9..99847ba5bf 100644 --- a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po index 92c530364c..2956045965 100644 --- a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po index cebecfe657..328be09d8c 100644 --- a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/authentication/locale/cs/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/cs/LC_MESSAGES/django.po index 112853a35b..fa69326b49 100644 --- a/mayan/apps/authentication/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/authentication/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/da_DK/LC_MESSAGES/django.po index 43f712df06..bc1d3a6a93 100644 --- a/mayan/apps/authentication/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po index d18cf8376d..813e9ea9ce 100644 --- a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/authentication/locale/el/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/el/LC_MESSAGES/django.po index 74548c2646..5139ccf67e 100644 --- a/mayan/apps/authentication/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po index 09f8eadd5f..3f99ce5499 100644 --- a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po index 064ad83f7b..fe6cec630f 100644 --- a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po index d2e7ae1d43..e3c6bce5a3 100644 --- a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po index 56946dc7d3..c5c2491123 100644 --- a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-07-02 15:51+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po index 191c0b7341..37bc14cc9e 100644 --- a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po index 39916c2ff6..6a307d1301 100644 --- a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po index fee2ceba10..6099ec0da3 100644 --- a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po index 72e40b76d2..a6eadf8622 100644 --- a/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-27 12:07+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po index a365e6a249..ed3e268892 100644 --- a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo index 5ca378d9d1..8ec62bac5a 100644 Binary files a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po index 986f8e013e..1b07da745c 100644 --- a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po @@ -3,15 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Marcin Lozynski <mlozynski@wp.pl>, 2019 +# Tomasz Szymanowicz <alakdae@gmail.com>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016-2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-23 09:50+0000\n" +"Last-Translator: Tomasz Szymanowicz <alakdae@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -67,7 +69,7 @@ msgstr "Kontroluje mechanizm uwierzytelniania użytkownika. Opcje: nazwa użytko msgid "" "Maximum time a user clicking the \"Remember me\" checkbox will remain logged" " in. Value is time in seconds." -msgstr "" +msgstr "Maksymalny czas jaki może minąć aby użytkownik zaznaczył pole \"Zapamiętaj mnie\". Wartość podawana w sekundach." #: templates/authentication/login.html:11 msgid "Login" @@ -118,7 +120,7 @@ msgstr "Zmiana hasła użytkownika" #: views.py:89 msgid "Changing the password is not allowed for this account." -msgstr "" +msgstr "Dla tego konta zmiana hasła jest zabroniona." #: views.py:145 #, python-format @@ -133,10 +135,10 @@ msgstr "Zmieniono hasła dla %(count)d użytkowników" #: views.py:156 msgid "Change user password" msgid_plural "Change users passwords" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Zmień hasło użytkownika" +msgstr[1] "Zmień hasła użytkowników" +msgstr[2] "Zmień hasła użytkowników" +msgstr[3] "Zmień hasła użytkowników" #: views.py:166 #, python-format @@ -152,7 +154,7 @@ msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć inte #: views.py:196 #, python-format msgid "Successful password reset for user: %s." -msgstr "" +msgstr "Hasło użytkownika %s zostało pomyślnie zresetowane." #: views.py:202 #, python-format diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po index 461d7eadab..a356410583 100644 --- a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po index 507093b39b..f06eddf00d 100644 --- a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po index 8d1e3105a2..b65a94c6db 100644 --- a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-18 15:36+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po index d5a68bbab4..58873f7f42 100644 --- a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po index e5c0ecdfb0..9f3302a847 100644 --- a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po index c250bb4c2d..be5ac42c63 100644 --- a/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po index c18a69834a..3cd2bff0f9 100644 --- a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/authentication/locale/zh/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/zh/LC_MESSAGES/django.po index 700d6854cf..436e4a78c9 100644 --- a/mayan/apps/authentication/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-15 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po index d88d4917c3..be8bd12077 100644 --- a/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" diff --git a/mayan/apps/autoadmin/locale/bg/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/bg/LC_MESSAGES/django.po index 34ea4126ce..71f16462e3 100644 --- a/mayan/apps/autoadmin/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/bg/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>, 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/autoadmin/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/bs_BA/LC_MESSAGES/django.po index fb5853d8a8..1de1eecddc 100644 --- a/mayan/apps/autoadmin/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/bs_BA/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2019\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/autoadmin/locale/cs/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/cs/LC_MESSAGES/django.po index fb87e9bf04..bb9a93bfe6 100644 --- a/mayan/apps/autoadmin/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/autoadmin/locale/da/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/da/LC_MESSAGES/django.po index b142d0f8de..657bd9fb0c 100644 --- a/mayan/apps/autoadmin/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Language-Team: Danish (https://www.transifex.com/rosarior/teams/13584/da/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/autoadmin/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/da_DK/LC_MESSAGES/django.po index 34dc65dff5..22a863c183 100644 --- a/mayan/apps/autoadmin/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2019\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" diff --git a/mayan/apps/autoadmin/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/de_DE/LC_MESSAGES/django.po index 8c684da8d3..079d32b2fe 100644 --- a/mayan/apps/autoadmin/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/autoadmin/locale/el/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/el/LC_MESSAGES/django.po index a770893285..b06c652bdb 100644 --- a/mayan/apps/autoadmin/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2019\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" diff --git a/mayan/apps/autoadmin/locale/en/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/en/LC_MESSAGES/django.po index a8ec2a8d50..6b023a2f4a 100644 --- a/mayan/apps/autoadmin/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/autoadmin/locale/es/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/es/LC_MESSAGES/django.po index ec931b14bf..9998d82eae 100644 --- a/mayan/apps/autoadmin/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/autoadmin/locale/fa/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/fa/LC_MESSAGES/django.po index 5a996eccb6..358b4b9160 100644 --- a/mayan/apps/autoadmin/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/fa/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2019\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po index b5a3cc1cf1..6633818c39 100644 --- a/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po index defabef526..ae040149f1 100644 --- a/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2019\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" diff --git a/mayan/apps/autoadmin/locale/id/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/id/LC_MESSAGES/django.po index bf9e936c2f..fc7dd04852 100644 --- a/mayan/apps/autoadmin/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/id/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Dzikri Hakim <dzikers@gmail.com>, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" diff --git a/mayan/apps/autoadmin/locale/it/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/it/LC_MESSAGES/django.po index f2ae14d483..ead448e00d 100644 --- a/mayan/apps/autoadmin/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po index 0610591148..6254446797 100644 --- a/mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/autoadmin/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/nl_NL/LC_MESSAGES/django.po index a9180172a0..28e6c1625b 100644 --- a/mayan/apps/autoadmin/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/nl_NL/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Martin Horseling <martin.horseling@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.mo index 908cf9333e..61eb446f54 100644 Binary files a/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.po index 3d547de6ce..4e609862fd 100644 --- a/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/pl/LC_MESSAGES/django.po @@ -6,15 +6,16 @@ # Translators: # mic <winterfall24@gmail.com>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019 +# Tomasz Szymanowicz <alakdae@gmail.com>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" -"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n" +"Last-Translator: Tomasz Szymanowicz <alakdae@gmail.com>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,13 +25,14 @@ msgstr "" #: apps.py:16 settings.py:9 msgid "Auto administrator" -msgstr "" +msgstr "Automatyczny administrator" #: auth/allauth.py:54 msgid "" "Welcome Admin! You have been given superuser privileges. Use them with " "caution." msgstr "" +"Witamy Admin! Otrzymałeś uprawnienia administratora. Używaj ich z rozwagą." #: models.py:15 msgid "Account" @@ -46,21 +48,24 @@ msgstr "Hasło hash" #: models.py:27 msgid "Autoadmin properties" -msgstr "" +msgstr "Właściwości automatycznego administratora" #: settings.py:14 msgid "Sets the email of the automatically created super user account." msgstr "" +"Ustawia adres e-mail automatycznie utworzonego konta superużytkownika." #: settings.py:20 msgid "" "The password of the automatically created super user account. If it is equal" " to None, the password is randomly generated." msgstr "" +"Hasło automatycznie utworzonego konta superużytkownika. Jeśli jest równy " +"Brak, hasło jest generowane losowo." #: settings.py:27 msgid "The username of the automatically created super user account." -msgstr "" +msgstr "Nazwa użytkownika automatycznie utworzonego konta superużytkownika." #: templates/autoadmin/credentials.html:11 msgid "First time login" diff --git a/mayan/apps/autoadmin/locale/pt/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/pt/LC_MESSAGES/django.po index 52e46640a2..f5703a2577 100644 --- a/mayan/apps/autoadmin/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" diff --git a/mayan/apps/autoadmin/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/pt_BR/LC_MESSAGES/django.po index 613ef7472d..fa9ac56ab8 100644 --- a/mayan/apps/autoadmin/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/pt_BR/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/autoadmin/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/ro_RO/LC_MESSAGES/django.po index 700b70372d..33beb93295 100644 --- a/mayan/apps/autoadmin/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/ro_RO/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/autoadmin/locale/ru/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/ru/LC_MESSAGES/django.po index 0d29057ecf..3f1d223593 100644 --- a/mayan/apps/autoadmin/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/ru/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: mizhgan <i@mizhgan.ru>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/autoadmin/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/sl_SI/LC_MESSAGES/django.po index b72f00b7f1..c0f9b3ab8d 100644 --- a/mayan/apps/autoadmin/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/autoadmin/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/tr_TR/LC_MESSAGES/django.po index da7cca6048..b57e6ecd8e 100644 --- a/mayan/apps/autoadmin/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/tr_TR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2019\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" diff --git a/mayan/apps/autoadmin/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/vi_VN/LC_MESSAGES/django.po index cf80a7a5f6..fb262d72bc 100644 --- a/mayan/apps/autoadmin/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/vi_VN/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2019\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" diff --git a/mayan/apps/autoadmin/locale/zh/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/zh/LC_MESSAGES/django.po index 74a03a5ab8..d64c55b4e4 100644 --- a/mayan/apps/autoadmin/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" diff --git a/mayan/apps/autoadmin/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/zh_CN/LC_MESSAGES/django.po index 66f5f5194a..3e0ed28b75 100644 --- a/mayan/apps/autoadmin/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/autoadmin/locale/zh_CN/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-04-14 04:06+0000\n" "Last-Translator: Ford Guo <agile.guo@gmail.com>, 2019\n" "Language-Team: Chinese (China) (https://www.transifex.com/rosarior/teams/13584/zh_CN/)\n" diff --git a/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po index 10e6eb0384..ed8ce934b1 100644 --- a/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Yaman Sanobar <yman.snober@gmail.com>, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" @@ -25,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "الخزائن" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "ازالة من الخزائن" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "اضافة الى الخزائن" @@ -68,7 +69,7 @@ msgstr "العنوان" msgid "Documents" msgstr "الوثائق" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "خزانة" diff --git a/mayan/apps/cabinets/locale/bg/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/bg/LC_MESSAGES/django.po index d03bf0debf..80700925e5 100644 --- a/mayan/apps/cabinets/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/bg/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Iliya Georgiev <inactive+iliicho7@transifex.com>, 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" @@ -25,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -68,7 +69,7 @@ msgstr "" msgid "Documents" msgstr "Документи" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/bs_BA/LC_MESSAGES/django.po index 0fa9c1b7b0..d62f66dfbf 100644 --- a/mayan/apps/cabinets/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/bs_BA/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2018\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" @@ -25,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Ormarić" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Izbrišite iz ormarića" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Dodajte u ormarić" @@ -68,7 +69,7 @@ msgstr "Labela" msgid "Documents" msgstr "Dokumenti" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Ormarić" diff --git a/mayan/apps/cabinets/locale/cs/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/cs/LC_MESSAGES/django.po index eac0e70ddb..213be27475 100644 --- a/mayan/apps/cabinets/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/cs/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Sebastian Fait <seba.fait@gmail.com>, 2019\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" @@ -24,14 +24,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Kabinety" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Odstranit z kabinetů" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Přidat ke kabinetům" @@ -67,7 +68,7 @@ msgstr "Označení" msgid "Documents" msgstr "Dokumenty" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Kabinet" diff --git a/mayan/apps/cabinets/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/da_DK/LC_MESSAGES/django.po index 8502b0ffce..452fb47e12 100644 --- a/mayan/apps/cabinets/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2018\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Samlesager" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Fjern fra samlesag" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Tilføj til samlesag" @@ -66,7 +67,7 @@ msgstr "Etiket" msgid "Documents" msgstr "Dokumenter" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Samlesag" diff --git a/mayan/apps/cabinets/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/de_DE/LC_MESSAGES/django.po index ef7d87b35f..2cd1bbb419 100644 --- a/mayan/apps/cabinets/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" @@ -26,14 +26,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Aktenschränke" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Aus Aktenschrank entfernen" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Zu Aktenschrank hinzufügen" @@ -69,7 +70,7 @@ msgstr "Bezeichner" msgid "Documents" msgstr "Dokumente" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Aktenschrank" diff --git a/mayan/apps/cabinets/locale/el/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/el/LC_MESSAGES/django.po index 41788db851..cd6fea7a48 100644 --- a/mayan/apps/cabinets/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2018\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Ερμάρια" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Αφαίρεση από ερμάρια" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Προθήκη στα ερμάρια" @@ -66,7 +67,7 @@ msgstr "Ετικέτα" msgid "Documents" msgstr "Έγγραφα" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Ερμάριο" diff --git a/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po index d24d0a7463..1fbb3ba9c0 100644 --- a/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -20,6 +20,7 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Cabinets" @@ -47,11 +48,11 @@ msgstr "Document cabinet" msgid "Document removed from cabinet" msgstr "Remove from cabinets" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Remove from cabinets" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Add to cabinets" @@ -99,7 +100,7 @@ msgstr "Label" msgid "Documents" msgstr "Documents" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Cabinet" @@ -325,8 +326,14 @@ msgstr "Document: %(document)s removed from cabinet: %(cabinet)s." msgid "Select cabinets" msgstr "Delete cabinets" -#: wizard_steps.py:31 +#: wizard_steps.py:31 workflow_actions.py:25 #, fuzzy #| msgid "Cabinets to which the selected documents will be added." msgid "Cabinets to which the document will be added." msgstr "Cabinets to which the selected documents will be added." + +#: workflow_actions.py:71 +#, fuzzy +#| msgid "Cabinets from which the selected documents will be removed." +msgid "Cabinets from which the document will be removed." +msgstr "Cabinets from which the selected documents will be removed." diff --git a/mayan/apps/cabinets/locale/es/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/es/LC_MESSAGES/django.po index d05b40b9d9..55265679a5 100644 --- a/mayan/apps/cabinets/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Roberto Rosario, 2018\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Archivadores" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Remover de archivador" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Agregar a archivadores" @@ -66,7 +67,7 @@ msgstr "Etiqueta" msgid "Documents" msgstr "Documentos" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Archivador" diff --git a/mayan/apps/cabinets/locale/fa/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/fa/LC_MESSAGES/django.po index c3765c5a7b..ccd2a06352 100644 --- a/mayan/apps/cabinets/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/fa/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2017\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" @@ -24,14 +24,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "کابینت" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "حذف از کابینت" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "اضافه کردن به کابینت" @@ -67,7 +68,7 @@ msgstr "برچسب" msgid "Documents" msgstr "اسناد" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "کابینه" diff --git a/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po index 1212cebea9..64029bad29 100644 --- a/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" @@ -27,14 +27,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Classeurs" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Retirer des classeurs" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Ajouter aux classeurs" @@ -70,7 +71,7 @@ msgstr "Libellé" msgid "Documents" msgstr "Documents" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Classeur" diff --git a/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po index eb7aa65dab..ea5b7b7853 100644 --- a/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2017\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" @@ -24,14 +24,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Fiók" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Fiókból törlés" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Fiókhoz adás" @@ -67,7 +68,7 @@ msgstr "Cimke" msgid "Documents" msgstr "dokumentumok" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/id/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/id/LC_MESSAGES/django.po index 247311db6d..cee573b074 100644 --- a/mayan/apps/cabinets/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/id/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Adek Lanin, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" @@ -25,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -68,7 +69,7 @@ msgstr "Label" msgid "Documents" msgstr "Dokumen" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/it/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/it/LC_MESSAGES/django.po index e365a25d59..fefb04b8f4 100644 --- a/mayan/apps/cabinets/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/it/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2018\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" @@ -27,14 +27,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Contenitori" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Rimuovi da contenitori" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Aggiungi a contenitori" @@ -70,7 +71,7 @@ msgstr "Etichetta" msgid "Documents" msgstr "Documenti" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Contenitore" diff --git a/mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po index 3614e087d5..ac4d7872f9 100644 --- a/mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Kabineti" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Noņemiet no kabinetiem" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Pievienot kabinetiem" @@ -66,7 +67,7 @@ msgstr "Etiķete" msgid "Documents" msgstr "Dokumenti" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Kabinets" diff --git a/mayan/apps/cabinets/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/nl_NL/LC_MESSAGES/django.po index 9ef778e4f8..d38b7477ea 100644 --- a/mayan/apps/cabinets/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/nl_NL/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" @@ -27,14 +27,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -70,7 +71,7 @@ msgstr "Label" msgid "Documents" msgstr "Documenten" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.mo index 883b576367..5b0ca1f7fa 100644 Binary files a/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.po index e311866a90..3c39f52aee 100644 --- a/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/pl/LC_MESSAGES/django.po @@ -6,15 +6,16 @@ # Translators: # Roberto Rosario, 2017 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 +# Tomasz Szymanowicz <alakdae@gmail.com>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" -"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017\n" +"Last-Translator: Tomasz Szymanowicz <alakdae@gmail.com>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Szafki" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Usuń z szafek" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Dodaj do szafek" @@ -67,7 +69,7 @@ msgstr "Etykieta" msgid "Documents" msgstr "Dokumenty" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Szafka" @@ -122,12 +124,14 @@ msgstr "Liczba dokumentów na tym poziomie w szafce." #: serializers.py:26 msgid "The name of this cabinet level appended to the names of its ancestors." -msgstr "" +msgstr "Nazwa tego poziomu szafy dołączona do nazw jego przodków." #: serializers.py:32 msgid "" "URL of the API endpoint showing the list documents inside this cabinet." msgstr "" +"Adres URL punktu końcowego interfejsu API pokazujący listę dokumentów w tej " +"szafce." #: serializers.py:68 serializers.py:179 msgid "Comma separated list of document primary keys to add to this cabinet." @@ -140,6 +144,9 @@ msgid "" "API URL pointing to a document in relation to the cabinet storing it. This " "URL is different than the canonical document URL." msgstr "" +"Adres URL interfejsu API wskazujący na dokument w stosunku do szafy, w " +"której jest przechowywany. Ten adres URL jest inny niż kanoniczny adres URL " +"dokumentu." #: templates/cabinets/cabinet_details.html:17 msgid "Navigation:" @@ -160,10 +167,12 @@ msgid "" "Cabinet levels can contain documents or other cabinet sub levels. To add " "documents to a cabinet, select the cabinet view of a document view." msgstr "" +"Poziomy szafek mogą zawierać dokumenty lub inne podrzędne poziomy szafek. " +"Aby dodać dokumenty do szafki, wybierz widok szafki widoku dokumentu." #: views.py:126 msgid "This cabinet level is empty" -msgstr "" +msgstr "Ten poziom szafki jest pusty" #: views.py:129 #, python-format @@ -180,18 +189,20 @@ msgid "" "Cabinets are a multi-level method to organize documents. Each cabinet can " "contain documents as well as other sub level cabinets." msgstr "" +"Szafy to wielopoziomowa metoda organizowania dokumentów. Każda szafka może " +"zawierać dokumenty, a także inne szafki niższego poziomu." #: views.py:173 msgid "No cabinets available" -msgstr "" +msgstr "Brak dostępnych szafek" #: views.py:205 msgid "Documents can be added to many cabinets." -msgstr "" +msgstr "Dokumenty można dodawać do wielu szafek." #: views.py:208 msgid "This document is not in any cabinet" -msgstr "" +msgstr "Ten dokument nie znajduje się w żadnej szafce" #: views.py:211 #, python-format @@ -201,12 +212,12 @@ msgstr "Szafki zawierające dokument: %s" #: views.py:223 #, python-format msgid "Add to cabinet request performed on %(count)d document" -msgstr "" +msgstr "Żądanie dodania do szafki wykonano na ilości dokumentów: %(count)d " #: views.py:226 #, python-format msgid "Add to cabinet request performed on %(count)d documents" -msgstr "" +msgstr "Żądanie dodania do szafki wykonano na ilości dokumentów: %(count)d" #: views.py:233 msgid "Add" @@ -234,12 +245,12 @@ msgstr "Dokument %(document)s dodano pomyślnie do szafki %(cabinet)s." #: views.py:313 #, python-format msgid "Remove from cabinet request performed on %(count)d document" -msgstr "" +msgstr "Żądanie usunięcia z szafki wykonano na ilości dokumentów: %(count)d" #: views.py:316 #, python-format msgid "Remove from cabinet request performed on %(count)d documents" -msgstr "" +msgstr "Żądanie usunięcia z szafki wykonano na ilości dokumentów: %(count)d" #: views.py:323 msgid "Remove" diff --git a/mayan/apps/cabinets/locale/pt/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/pt/LC_MESSAGES/django.po index 27b19fc9ed..64e1c872c5 100644 --- a/mayan/apps/cabinets/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/pt/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2017\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" @@ -25,14 +25,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -68,7 +69,7 @@ msgstr "Nome" msgid "Documents" msgstr "Documentos" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/pt_BR/LC_MESSAGES/django.po index 162b87b529..a0a2c0d64f 100644 --- a/mayan/apps/cabinets/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/pt_BR/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" @@ -26,14 +26,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Pasta" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Remover da pasta" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Adicionar a pasta" @@ -69,7 +70,7 @@ msgstr "Etiqueta" msgid "Documents" msgstr "Documento" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Pasta" diff --git a/mayan/apps/cabinets/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/ro_RO/LC_MESSAGES/django.po index 9e89648994..76d2badc63 100644 --- a/mayan/apps/cabinets/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/ro_RO/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" @@ -26,14 +26,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Fișete" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Scoateți din fișete" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Adăugați la fișete" @@ -69,7 +70,7 @@ msgstr "Etichetă" msgid "Documents" msgstr "Documente" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Fișet" diff --git a/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po index ab118489c5..11868c31ba 100644 --- a/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Daler Abdulloev <abdulloevdaler@gmail.com>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" @@ -27,14 +27,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Кабинеты" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Удалить из кабинетов" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Добавить в кабинеты" @@ -70,7 +71,7 @@ msgstr "Ярлык" msgid "Documents" msgstr "Документы" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Кабинет" diff --git a/mayan/apps/cabinets/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/sl_SI/LC_MESSAGES/django.po index f6f008eeed..8c1d28ab3d 100644 --- a/mayan/apps/cabinets/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2017\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -66,7 +67,7 @@ msgstr "Oznaka" msgid "Documents" msgstr "Dokumenti" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/tr_TR/LC_MESSAGES/django.po index 732cb376e1..1ad1599e45 100644 --- a/mayan/apps/cabinets/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/tr_TR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "Dolaplar" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "Dolaplardan Çıkar" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "Dolaplara Ekle" @@ -66,7 +67,7 @@ msgstr "Etiket" msgid "Documents" msgstr "Belgeler" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "Dolap" diff --git a/mayan/apps/cabinets/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/vi_VN/LC_MESSAGES/django.po index 6428744b16..919397a9b2 100644 --- a/mayan/apps/cabinets/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/vi_VN/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2017\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" @@ -24,14 +24,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "" @@ -67,7 +68,7 @@ msgstr "" msgid "Documents" msgstr "Tài liệu" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "" diff --git a/mayan/apps/cabinets/locale/zh/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/zh/LC_MESSAGES/django.po index 2de13d4a3b..80fa19cb0d 100644 --- a/mayan/apps/cabinets/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" @@ -23,14 +23,15 @@ msgstr "" #: apps.py:50 apps.py:111 apps.py:119 apps.py:122 events.py:7 forms.py:16 #: links.py:24 menus.py:16 models.py:47 permissions.py:7 views.py:163 +#: workflow_actions.py:22 msgid "Cabinets" msgstr "文档柜" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" msgstr "从文档柜中删除" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" msgstr "添加到文档柜" @@ -66,7 +67,7 @@ msgstr "标签" msgid "Documents" msgstr "文档" -#: models.py:46 models.py:135 serializers.py:138 +#: models.py:46 models.py:135 serializers.py:138 workflow_actions.py:68 msgid "Cabinet" msgstr "文档柜" diff --git a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html index 0e689c109b..bdbef9257a 100644 --- a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html +++ b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html @@ -13,9 +13,9 @@ {% block content %} <div class="row"> - <div class="col-xs-12 col-sm-12 col-md-12 col-lg-2"> + <div class="col-xs-12 col-sm-12 col-md-12 col-lg-2" style="margin-right: -25px;">{# Remove gutter #} <h4>{% trans 'Navigation:' %}</h4> - <div class="jstree"></div> + <div id="jstree"></div> </div> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-10"> @@ -31,11 +31,11 @@ {% block javascript %} <script> $.getScript( "{% static 'cabinets/node_modules/jstree/dist/jstree.min.js' %}" ) - .done(function( script, textStatus ) { - $(function () { - var jstreeElement = $('.jstree'); + .done(function(script, textStatus) { + $(function () { + var jstreeElement = $('#jstree'); - jstreeElement + jstreeElement .on('select_node.jstree', function (e, data) { if(data.selected.length) { partialNavigation.setLocation(data.instance.get_node(data.selected[0]).data.href); diff --git a/mayan/apps/cabinets/tests/test_workflow_actions.py b/mayan/apps/cabinets/tests/test_workflow_actions.py new file mode 100644 index 0000000000..88c8697411 --- /dev/null +++ b/mayan/apps/cabinets/tests/test_workflow_actions.py @@ -0,0 +1,71 @@ +from __future__ import unicode_literals + +from mayan.apps.common.tests.base import GenericViewTestCase +from mayan.apps.document_states.tests.mixins import WorkflowTestMixin +from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase + +from ..models import Cabinet +from ..workflow_actions import CabinetAddAction, CabinetRemoveAction + +from .mixins import CabinetTestMixin + + +class CabinetWorkflowActionTestCase(CabinetTestMixin, ActionTestCase): + def setUp(self): + super(CabinetWorkflowActionTestCase, self).setUp() + self._create_test_cabinet() + + def test_cabinet_add_action(self): + action = CabinetAddAction( + form_data={'cabinets': Cabinet.objects.all()} + ) + action.execute(context={'document': self.test_document}) + + self.assertTrue( + self.test_document in self.test_cabinet.documents.all() + ) + + def test_cabinet_remove_action(self): + self.test_cabinet.document_add(document=self.test_document) + + action = CabinetRemoveAction( + form_data={'cabinets': Cabinet.objects.all()} + ) + action.execute(context={'document': self.test_document}) + + self.assertFalse( + self.test_document in self.test_cabinet.documents.all() + ) + + +class CabinetWorkflowActionViewTestCase( + CabinetTestMixin, WorkflowTestMixin, GenericViewTestCase +): + def test_cabinet_add_action_create_get_view(self): + self._create_test_workflow() + self._create_test_workflow_state() + + response = self.get( + viewname='document_states:workflow_template_state_action_create', + kwargs={ + 'pk': self.test_workflow_state.pk, + 'class_path': 'mayan.apps.cabinets.workflow_actions.CabinetAddAction' + } + ) + + self.assertEqual(response.status_code, 200) + + def test_cabinet_remove_action_create_get_view(self): + self._create_test_workflow() + self._create_test_workflow_state() + self._create_test_cabinet() + + response = self.get( + viewname='document_states:workflow_template_state_action_create', + kwargs={ + 'pk': self.test_workflow_state.pk, + 'class_path': 'mayan.apps.cabinets.workflow_actions.CabinetRemoveAction' + } + ) + + self.assertEqual(response.status_code, 200) diff --git a/mayan/apps/cabinets/workflow_actions.py b/mayan/apps/cabinets/workflow_actions.py new file mode 100644 index 0000000000..4d70055c35 --- /dev/null +++ b/mayan/apps/cabinets/workflow_actions.py @@ -0,0 +1,81 @@ +from __future__ import absolute_import, unicode_literals + +import logging + +from django.utils.translation import ugettext_lazy as _ + +from mayan.apps.acls.models import AccessControlList +from mayan.apps.document_states.classes import WorkflowAction + +from .models import Cabinet +from .permissions import ( + permission_cabinet_add_document, permission_cabinet_remove_document +) + +__all__ = ('CabinetAddAction', 'CabinetRemoveAction') +logger = logging.getLogger(__name__) + + +class CabinetAddAction(WorkflowAction): + fields = { + 'cabinets': { + 'label': _('Cabinets'), + 'class': 'django.forms.ModelMultipleChoiceField', 'kwargs': { + 'help_text': _( + 'Cabinets to which the document will be added.' + ), + 'queryset': Cabinet.objects.none(), 'required': False + } + }, + } + label = _('Add to cabinets') + widgets = { + 'cabinets': { + 'class': 'django.forms.widgets.SelectMultiple', 'kwargs': { + 'attrs': {'class': 'select2'}, + } + } + } + permission = permission_cabinet_add_document + + def execute(self, context): + for cabinet in self.get_cabinets(): + cabinet.document_add(document=context['document']) + + def get_form_schema(self, request): + user = request.user + logger.debug('user: %s', user) + + queryset = AccessControlList.objects.restrict_queryset( + permission=self.permission, queryset=Cabinet.objects.all(), + user=user + ) + + self.fields['cabinets']['kwargs']['queryset'] = queryset + + return { + 'fields': self.fields, + 'widgets': self.widgets + } + + def get_cabinets(self): + return Cabinet.objects.filter(pk__in=self.form_data.get('cabinets', ())) + + +class CabinetRemoveAction(CabinetAddAction): + fields = { + 'cabinets': { + 'label': _('Cabinet'), + 'class': 'django.forms.ModelMultipleChoiceField', 'kwargs': { + 'help_text': _( + 'Cabinets from which the document will be removed.'), + 'queryset': Cabinet.objects.none(), 'required': False + } + }, + } + label = _('Remove from cabinets') + permission = permission_cabinet_remove_document + + def execute(self, context): + for cabinet in self.get_cabinets(): + cabinet.document_remove(document=context['document']) diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po index 57d2ca3df1..4db1f00348 100644 --- a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 743b672a3d..68f75adccc 100644 --- a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po index bbebd6e518..7aad65ebf0 100644 --- a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po index 245caa30fc..2aaa00d840 100644 --- a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.po index 2156986a5b..0b2340977c 100644 --- a/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po index fa8c2b702b..c5366bfbb2 100644 --- a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po index fa0daa738b..40ad57d50b 100644 --- a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index e68049ba3d..6b57846608 100644 --- a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo index 093af97bf9..e23da209c3 100644 Binary files a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po index 7ac792f4cd..fbdd0f76c4 100644 --- a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-08-26 01:01+0000\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-24 21:04+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -226,4 +226,4 @@ msgstr "Documentos reservados" #: widgets.py:27 msgid "Amount" -msgstr "" +msgstr "Cantidad" diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po index dbcaa69c4b..a56047893c 100644 --- a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po index c2f9c0784a..1c296c3bd4 100644 --- a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po index 401c240279..ee20fcc7a8 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po index 134e618ea9..dcbaea32b7 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po index 853e51e387..73d078f9bf 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po index c495374325..1038175801 100644 --- a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po index 24f31460f6..6175e7fda4 100644 --- a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index 476860c6dd..f327503b1f 100644 Binary files a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po index 31db7f71f3..d271d97b2f 100644 --- a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Tomasz Szymanowicz <alakdae@gmail.com>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-08-26 01:01+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-23 09:57+0000\n" +"Last-Translator: Tomasz Szymanowicz <alakdae@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ msgstr "Blokady" #: dashboard_widgets.py:16 msgid "Checked out documents" -msgstr "" +msgstr "Zablokowane dokumenty" #: events.py:10 msgid "Document automatically checked in" @@ -157,15 +158,15 @@ msgstr "Podgląd szczegółów blokady" #: queues.py:13 msgid "Checkouts periodic" -msgstr "" +msgstr "Okresowe blokady" #: queues.py:17 msgid "Check expired checkouts" -msgstr "" +msgstr "Sprawdź wygasłe blokady" #: serializers.py:26 msgid "Primary key of the document to be checked out." -msgstr "" +msgstr "Klucz podstawowy dokumentu do zablokowania." #: views.py:37 #, python-format @@ -215,11 +216,11 @@ msgstr "Wygaśnięcie blokady" msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." -msgstr "" +msgstr "Zablokowanie dokumentu blokuje niektóre operacje na dokumencie przez określony czas." #: views.py:186 msgid "No documents have been checked out" -msgstr "" +msgstr "Żadne dokumenty nie zostały zablokowane" #: views.py:187 msgid "Documents checked out" @@ -227,4 +228,4 @@ msgstr "Dokumenty zablokowane" #: widgets.py:27 msgid "Amount" -msgstr "" +msgstr "Ilość" diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po index 3331d0e1e8..c066442797 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po index e2b3353214..51eb069d57 100644 --- a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo index 0607c1aa25..3124555d17 100644 Binary files a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po index e090e33f52..97c4cc8ed6 100644 --- a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-08-26 01:01+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-03 08:31+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -226,4 +226,4 @@ msgstr "Documente consemnate ca ieșite" #: widgets.py:27 msgid "Amount" -msgstr "" +msgstr "Cantitate" diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 341a08971a..184212fa4c 100644 --- a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po index 46f8fc78ab..f31ef8b9e9 100644 --- a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po index a0dffedcd4..eee3d0eaa5 100644 --- a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po index b84f515be7..f4b7f34282 100644 --- a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po index 2ed3de060c..522ed621ee 100644 --- a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-26 01:01+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/common/dependencies.py b/mayan/apps/common/dependencies.py index d3492b93f2..90cec8cf47 100644 --- a/mayan/apps/common/dependencies.py +++ b/mayan/apps/common/dependencies.py @@ -36,7 +36,7 @@ PythonDependency( ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ''', module=__name__, name='django', version_string='==1.11.22' + ''', module=__name__, name='django', version_string='==1.11.24' ) PythonDependency( copyright_text=''' diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po index 9cf654d2c4..bc81dc1529 100644 --- a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po index 4c3c88e930..0f56ed8799 100644 --- a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po index 1176cac582..b50b6c5247 100644 --- a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/common/locale/cs/LC_MESSAGES/django.po b/mayan/apps/common/locale/cs/LC_MESSAGES/django.po index df93af6e71..92b08ccf15 100644 --- a/mayan/apps/common/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/common/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/common/locale/da_DK/LC_MESSAGES/django.po index ff5b09f29f..608e030448 100644 --- a/mayan/apps/common/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po index d2f3eb3336..5b3b47a785 100644 --- a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/common/locale/el/LC_MESSAGES/django.po b/mayan/apps/common/locale/el/LC_MESSAGES/django.po index d96e8fee4a..debf1ee799 100644 --- a/mayan/apps/common/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.po b/mayan/apps/common/locale/en/LC_MESSAGES/django.po index 8e4b516b9f..bb18fb2af0 100644 --- a/mayan/apps/common/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.po b/mayan/apps/common/locale/es/LC_MESSAGES/django.po index 4aa8f7f78a..bd21ebdba0 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-07-05 06:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index c1c5b0d525..21c6f54d43 100644 --- a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po index fe4e75452d..51647ad182 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-08-22 13:52+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index 6bd2882ddb..2d00fdc897 100644 --- a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.po b/mayan/apps/common/locale/id/LC_MESSAGES/django.po index b2ad27f5d9..7637c81b4a 100644 --- a/mayan/apps/common/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.po b/mayan/apps/common/locale/it/LC_MESSAGES/django.po index 25cdf255a6..4fa40a5879 100644 --- a/mayan/apps/common/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po index 0b7c5ed429..142a431d38 100644 --- a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-07-01 05:47+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po index b40664e236..e79b2c68ee 100644 --- a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo index 31858fe9cd..9868a9c2cb 100644 Binary files a/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po index fc15ba6dfc..85ca0fecb1 100644 --- a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po @@ -5,18 +5,20 @@ # Translators: # Annunnaky <doublemiu@gmail.com>, 2015 # Daniel Winiarski <daniel.winiarski.dw@gmail.com>, 2017 +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # mic, 2012 # mic <diveaway12@gmail.com>, 2012 # mic <winterfall24@gmail.com>, 2012,2015 +# Tomasz Szymanowicz <alakdae@gmail.com>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-23 10:05+0000\n" +"Last-Translator: Tomasz Szymanowicz <alakdae@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -34,23 +36,23 @@ msgstr "Dostępne atrybuty: \n" #: classes.py:166 msgid "Available fields: \n" -msgstr "" +msgstr "Dostępne pola:\n" #: dependencies.py:396 msgid "Used to allow offline translation of the code text strings." -msgstr "" +msgstr "Służy do umożliwienia tłumaczenia ciągów tekstowych kodu w trybie offline." #: dependencies.py:401 msgid "Provides style checking." -msgstr "" +msgstr "Zapewnia kontrolę stylu." #: dependencies.py:406 msgid "Command line environment with autocompletion." -msgstr "" +msgstr "Środowisko wiersza poleceń z funkcją autouzupełniania." #: dependencies.py:411 msgid "Checks proper formatting of the README file." -msgstr "" +msgstr "Sprawdza poprawność formatowania pliku README." #: forms.py:27 msgid "Selection" @@ -65,18 +67,18 @@ msgid "" "Select entries to be removed. Hold Control to select multiple entries. Once " "the selection is complete, click the button below or double click the list " "to activate the action." -msgstr "" +msgstr "Wybierz wpisy do usunięcia. Przytrzymaj Control, aby wybrać wiele wpisów. Po zakończeniu wyboru kliknij przycisk poniżej lub kliknij dwukrotnie listę, aby aktywować akcję." #: generics.py:154 msgid "" "Select entries to be added. Hold Control to select multiple entries. Once " "the selection is complete, click the button below or double click the list " "to activate the action." -msgstr "" +msgstr "Wybierz wpisy do dodania. Przytrzymaj Control, aby wybrać wiele wpisów. Po zakończeniu wyboru kliknij przycisk poniżej lub kliknij dwukrotnie listę, aby aktywować akcję." #: generics.py:287 msgid "Add all" -msgstr "" +msgstr "Dodaj wszystko" #: generics.py:296 msgid "Add" @@ -84,7 +86,7 @@ msgstr "Dodaj" #: generics.py:306 msgid "Remove all" -msgstr "" +msgstr "Usuń wszystko" #: generics.py:315 msgid "Remove" @@ -93,7 +95,7 @@ msgstr "Usuń" #: generics.py:521 #, python-format msgid "Duplicate data error: %(error)s" -msgstr "" +msgstr "Błąd powielenia danych: %(error)s" #: generics.py:543 #, python-format @@ -147,7 +149,7 @@ msgstr "Błędy" #: links.py:59 msgid "Clear all" -msgstr "" +msgstr "Wyczyść wszystko" #: links.py:69 msgid "Forum" @@ -176,13 +178,13 @@ msgstr "Narzędzia" #: literals.py:13 msgid "" "This feature has been deprecated and will be removed in a future version." -msgstr "" +msgstr "Ta funkcja jest przestarzała i zostanie usunięta w przyszłych wersjach." #: literals.py:16 msgid "" "Your database backend is set to use SQLite. SQLite should only be used for " "development and testing, not for production." -msgstr "" +msgstr "Twój backend bazy danych jest skonfigurowany do używania SQLite. SQLite powinien być używany tylko do programowania i testowania, a nie na produkcji." #: literals.py:34 msgid "Days" @@ -199,25 +201,25 @@ msgstr "Minuty" #: management/commands/convertdb.py:40 msgid "" "Restricts dumped data to the specified app_label or app_label.ModelName." -msgstr "" +msgstr "Ogranicza zrzucone dane do podanego app_label lub app_label.ModelName." #: management/commands/convertdb.py:47 msgid "" "The database from which data will be exported. If omitted the database named" " \"default\" will be used." -msgstr "" +msgstr "Baza danych, z której dane zostaną wyeksportowane. Jeśli zostanie pominięty, zostanie użyta baza danych o nazwie „default”." #: management/commands/convertdb.py:54 msgid "" "The database to which data will be imported. If omitted the database named " "\"default\" will be used." -msgstr "" +msgstr "Baza danych, do której zostaną zaimportowane dane. Jeśli zostanie pominięty, zostanie użyta baza danych o nazwie „default”." #: management/commands/convertdb.py:61 msgid "" "Force the conversion of the database even if the receiving database is not " "empty." -msgstr "" +msgstr "Wymuś konwersję bazy danych, nawet jeśli docelowa baza danych nie jest pusta." #: menus.py:10 msgid "System" @@ -225,7 +227,7 @@ msgstr "System" #: menus.py:12 menus.py:13 msgid "Facet" -msgstr "" +msgstr "Aspekt" #: menus.py:16 msgid "Actions" @@ -233,7 +235,7 @@ msgstr "Akcje" #: menus.py:17 msgid "Secondary" -msgstr "" +msgstr "Drugorzędny" #: menus.py:21 models.py:93 msgid "User" @@ -242,7 +244,7 @@ msgstr "Użytkownik" #: mixins.py:222 #, python-format msgid "No %(verbose_name)s found matching the query" -msgstr "" +msgstr "Nie znaleziono %(verbose_name)s pasującego do zapytania" #: mixins.py:296 msgid "Object" @@ -310,7 +312,7 @@ msgstr "Domyślny" #: queues.py:17 msgid "Common periodic" -msgstr "" +msgstr "Wspólne okresy" #: queues.py:22 msgid "Delete stale uploads" @@ -332,7 +334,7 @@ msgid "" "the list normally installed by Mayan EDMS. Each string should be a dotted " "Python path to: an application configuration class (preferred), or a package" " containing an application." -msgstr "" +msgstr "Lista ciągów znaków wskazujących wszystkie aplikacje, które mają zostać usunięte z listy normalnie instalowanej przez Mayan EDMS. Każdy ciąg powinien być kropkowaną ścieżką Pythona do: klasy konfiguracji aplikacji (preferowane) lub pakietu zawierającego aplikację." #: settings.py:43 msgid "" @@ -340,21 +342,21 @@ msgid "" "those normally installed by Mayan EDMS. Each string should be a dotted " "Python path to: an application configuration class (preferred), or a package" " containing an application." -msgstr "" +msgstr "Lista ciągów oznaczających wszystkie aplikacje, które są instalowane poza tymi, które normalnie instaluje Mayan EDMS. Każdy ciąg powinien być kropkowaną ścieżką Pythona do: klasy konfiguracji aplikacji (preferowane) lub pakietu zawierającego aplikację." #: settings.py:52 msgid "" "Name of the view attached to the brand anchor in the main menu. This is also" " the view to which users will be redirected after log in." -msgstr "" +msgstr "Nazwa widoku dołączonego do marki w menu głównym. Jest to również widok, do którego użytkownicy będą przekierowywani po zalogowaniu." #: settings.py:61 msgid "The number objects that will be displayed per page." -msgstr "" +msgstr "Liczba obiektów, które będą wyświetlane na stronie." #: settings.py:68 msgid "Enable error logging outside of the system error logging capabilities." -msgstr "" +msgstr "Włącz rejestrowanie błędów poza systemowym rejestrowaniem błędów." #: settings.py:75 msgid "Path to the logfile that will track errors during production." @@ -362,11 +364,11 @@ msgstr "Ścieżka do pliku dziennika śledzącego błędy w systemie produkcyjny #: settings.py:82 msgid "Name to be displayed in the main menu." -msgstr "" +msgstr "Nazwa wyświetlana w menu głównym." #: settings.py:88 msgid "URL of the installation or homepage of the project." -msgstr "" +msgstr "Adres URL instalacji lub strona główna projektu." #: settings.py:94 msgid "A storage backend that all workers can use to share files." @@ -374,7 +376,7 @@ msgstr "Backend przechowywania umożliwiający wszystkim użytkownikom udostępn #: settings.py:103 msgid "Django" -msgstr "" +msgstr "Django" #: settings.py:108 msgid "" @@ -389,7 +391,7 @@ msgid "" " match anything; in this case you are responsible to provide your own " "validation of the Host header (perhaps in a middleware; if so this " "middleware must be listed first in MIDDLEWARE)." -msgstr "" +msgstr "Lista ciągów znaków reprezentujących nazwy hosta / domeny, które może obsługiwać ta strona. Jest to środek bezpieczeństwa zapobiegający atakom na nagłówki hosta HTTP, które są możliwe nawet przy wielu pozornie bezpiecznych konfiguracjach serwera WWW. Wartości na tej liście mogą być w pełni kwalifikowanymi nazwami (np. „www.example.com”), w którym to przypadku zostaną one dokładnie dopasowane do nagłówka hosta żądania (bez rozróżniania wielkości liter, bez portu). Wartość zaczynającą się od kropki można wykorzystać jako symbol zastępczy subdomeny: „.example.com” będzie pasował do example.com, www.example.com i każdej innej subdomeny example.com. Wartość „*” pasuje do wszystkiego; w takim przypadku jesteś odpowiedzialny za zapewnienie własnej walidacji nagłówka hosta (być może w oprogramowaniu pośrednim; jeśli tak, to oprogramowanie pośrednie musi być wymienione najpierw w MIDDLEWARE)." #: settings.py:126 msgid "" diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po index 506347abe6..721446bbc5 100644 --- a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po index f2f34430fe..350205e530 100644 --- a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo index 847df109ce..b48ccfb9ea 100644 Binary files a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po index c874085ce9..af8f057fe8 100644 --- a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" +"PO-Revision-Date: 2019-09-03 08:34+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -327,7 +327,7 @@ msgid "" "the list normally installed by Mayan EDMS. Each string should be a dotted " "Python path to: an application configuration class (preferred), or a package" " containing an application." -msgstr "" +msgstr "O listă de șiruri care desemnează toate aplicațiile care urmează să fie eliminate din lista instalată în mod normal de Mayan EDMS. Fiecare șir ar trebui să fie o cale Python punctată către: o clasă de configurare a aplicației (preferată) sau un pachet care conține o aplicație." #: settings.py:43 msgid "" @@ -335,7 +335,7 @@ msgid "" "those normally installed by Mayan EDMS. Each string should be a dotted " "Python path to: an application configuration class (preferred), or a package" " containing an application." -msgstr "" +msgstr "O listă de șiruri care desemnează toate aplicațiile instalate dincolo de cele instalate în mod normal de Mayan EDMS. Fiecare șir ar trebui să fie o cale Python punctată către: o clasă de configurare a aplicației (preferată) sau un pachet care conține o aplicație." #: settings.py:52 msgid "" diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po index fba155761a..553e84f8e7 100644 --- a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po index ee0ebbe08e..b79f648367 100644 --- a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po index c636b0d941..c4093e0c14 100644 --- a/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po index 37c437ce4d..05be088668 100644 --- a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/common/locale/zh/LC_MESSAGES/django.po b/mayan/apps/common/locale/zh/LC_MESSAGES/django.po index 944c3cb153..2afcc5d666 100644 --- a/mayan/apps/common/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:28-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/common/tests/contrib/test_archvive_with_special_characters_filename_member.zip b/mayan/apps/common/tests/contrib/test_archvive_with_special_characters_filename_member.zip new file mode 100644 index 0000000000..8b151a6c49 Binary files /dev/null and b/mayan/apps/common/tests/contrib/test_archvive_with_special_characters_filename_member.zip differ diff --git a/mayan/apps/common/tests/contrib/test_file_spé©íáø_©hárß.txt b/mayan/apps/common/tests/contrib/test_file_spé©íáø_©hárß.txt new file mode 100644 index 0000000000..82c5a3c804 --- /dev/null +++ b/mayan/apps/common/tests/contrib/test_file_spé©íáø_©hárß.txt @@ -0,0 +1 @@ +TEST FILE SPECIAL CHARACTERS FILENAME diff --git a/mayan/apps/common/tests/literals.py b/mayan/apps/common/tests/literals.py index 6a03f9b38d..3cfb7ca5fd 100644 --- a/mayan/apps/common/tests/literals.py +++ b/mayan/apps/common/tests/literals.py @@ -11,6 +11,7 @@ TEST_VIEW_NAME = 'test view name' TEST_VIEW_URL = 'test-view-url' # Filenames +TEST_ARCHIVE_ZIP_SPECIAL_CHARACTERS_FILENAME_MEMBER = 'test_archvive_with_special_characters_filename_member.zip' TEST_FILENAME1 = 'test_file1.txt' TEST_FILENAME2 = 'test_file2.txt' TEST_FILENAME3 = 'test_file3.txt' @@ -23,6 +24,10 @@ TEST_ZIP_FILE = 'test_file.zip' TEST_COMPRESSED_FILE_CONTENTS = [TEST_FILENAME1, TEST_FILENAME2] # File paths +TEST_ARCHIVE_ZIP_SPECIAL_CHARACTERS_FILENAME_MEMBER_PATH = os.path.join( + settings.BASE_DIR, 'apps', 'common', 'tests', 'contrib', + TEST_ARCHIVE_ZIP_SPECIAL_CHARACTERS_FILENAME_MEMBER +) TEST_FILE3_PATH = os.path.join( settings.BASE_DIR, 'apps', 'common', 'tests', 'contrib', TEST_FILENAME3 ) diff --git a/mayan/apps/common/tests/test_compressed_files.py b/mayan/apps/common/tests/test_compressed_files.py index 48c73c5b83..18d2071a17 100644 --- a/mayan/apps/common/tests/test_compressed_files.py +++ b/mayan/apps/common/tests/test_compressed_files.py @@ -5,6 +5,7 @@ from mayan.apps.common.tests.base import BaseTestCase from ..compressed_files import Archive, TarArchive, ZipArchive from .literals import ( + TEST_ARCHIVE_ZIP_SPECIAL_CHARACTERS_FILENAME_MEMBER_PATH, TEST_COMPRESSED_FILE_CONTENTS, TEST_FILE_CONTENTS_1, TEST_FILE3_PATH, TEST_FILENAME1, TEST_FILENAME3, TEST_TAR_BZ2_FILE_PATH, TEST_TAR_FILE_PATH, TEST_TAR_GZ_FILE_PATH, TEST_ZIP_FILE_PATH @@ -58,6 +59,11 @@ class ZipArchiveClassTestCase(TarArchiveClassTestCase): archive_path = TEST_ZIP_FILE_PATH cls = ZipArchive + def test_open_member_with_special_characters_filename(self): + with open(TEST_ARCHIVE_ZIP_SPECIAL_CHARACTERS_FILENAME_MEMBER_PATH, mode='rb') as file_object: + archive = Archive.open(file_object=file_object) + list(archive.get_members()) + class TarGzArchiveClassTestCase(TarArchiveClassTestCase): archive_path = TEST_TAR_GZ_FILE_PATH diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index bc1189210a..78a5340c1a 100644 --- a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po index 464acc30a1..93705d86ef 100644 --- a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po index eee375c365..ae60ed250f 100644 --- a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/converter/locale/cs/LC_MESSAGES/django.po b/mayan/apps/converter/locale/cs/LC_MESSAGES/django.po index e568f72f94..a943f837b2 100644 --- a/mayan/apps/converter/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/converter/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/converter/locale/da_DK/LC_MESSAGES/django.po index 3db3fe89cb..fda349cf30 100644 --- a/mayan/apps/converter/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po index 1a727969d4..35f74a4e57 100644 --- a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-08 22:15+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/converter/locale/el/LC_MESSAGES/django.po b/mayan/apps/converter/locale/el/LC_MESSAGES/django.po index 51e05f6c89..4606fa5838 100644 --- a/mayan/apps/converter/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po index 4540b324c1..087307a65c 100644 --- a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po index 77158c0326..277c3b01cd 100644 --- a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-28 19:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po index c990f72647..1fbb4a3ae7 100644 --- a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po index 54a4a21c67..39d306ff19 100644 --- a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-09 13:35+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po index 96ab4bcf3f..90cba5d8db 100644 --- a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po index 22db9f863d..f4647574ca 100644 --- a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-12 18:08+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po index dd4eed3921..15b80921e2 100644 --- a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po b/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po index b6090ccafb..8cc6a8bca1 100644 --- a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-06-27 13:00+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po index 5ad171804d..59834c777c 100644 --- a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po index c447009d93..15a3388b69 100644 --- a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po index e903470459..b6b4e64dd7 100644 --- a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po index e30ec4b73e..704fc16d85 100644 --- a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po index 2c60796a0f..83beaf729e 100644 --- a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-08 08:08+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po index 23dab691e3..90f250b092 100644 --- a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po index 057cf25ca9..e8eaeab228 100644 --- a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po index 3889ed0ca5..d766b3828a 100644 --- a/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po index 14551b640b..0783b94377 100644 --- a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/converter/locale/zh/LC_MESSAGES/django.po b/mayan/apps/converter/locale/zh/LC_MESSAGES/django.po index 717e35c784..0dd6e88163 100644 --- a/mayan/apps/converter/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2019-05-03 05:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po index 1fd7cc7b2b..84e50ea01b 100644 --- a/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/bg/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/bg/LC_MESSAGES/django.po index ff60e7f7af..9b0c9fdc1d 100644 --- a/mayan/apps/dashboards/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/bg/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>, 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/dashboards/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/bs_BA/LC_MESSAGES/django.po index b2f63b68ea..381fe80716 100644 --- a/mayan/apps/dashboards/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/bs_BA/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2019\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/dashboards/locale/cs/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/cs/LC_MESSAGES/django.po index 09f80fde9e..9159438861 100644 --- a/mayan/apps/dashboards/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.mo index d527004d0f..41f0bab85b 100644 Binary files a/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.po index 46d3ab3e5a..d56547c65a 100644 --- a/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2019\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" @@ -23,11 +23,11 @@ msgstr "" #: apps.py:14 msgid "Dashboards" -msgstr "" +msgstr "Dashboards" #: dashboards.py:7 msgid "Main" -msgstr "" +msgstr "Vigtigste" #: templates/dashboards/numeric_widget.html:27 msgid "View details" diff --git a/mayan/apps/dashboards/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/de_DE/LC_MESSAGES/django.po index 5a2eb6f8cd..c12494b933 100644 --- a/mayan/apps/dashboards/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.mo b/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.mo index eda94a7bf1..a7779959e8 100644 Binary files a/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.po index ed8229125b..78c6b4e237 100644 --- a/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/el/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # # Translators: # Hmayag Antonian <hmayag@freemail.gr>, 2019 +# UE4 Hobbyist, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" -"Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2019\n" +"Last-Translator: UE4 Hobbyist, 2019\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,4 +32,4 @@ msgstr "Κεντρικό" #: templates/dashboards/numeric_widget.html:27 msgid "View details" -msgstr "Εμφάνηση λεπτομερειών" +msgstr "Εμφάνιση λεπτομερειών" diff --git a/mayan/apps/dashboards/locale/en/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/en/LC_MESSAGES/django.po index e0558aa1c1..999b276640 100644 --- a/mayan/apps/dashboards/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/dashboards/locale/es/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/es/LC_MESSAGES/django.po index ae3133fb3a..cbe747646e 100644 --- a/mayan/apps/dashboards/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/dashboards/locale/fa/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/fa/LC_MESSAGES/django.po index 915777f777..c731b4b173 100644 --- a/mayan/apps/dashboards/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/fa/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2019\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/dashboards/locale/fr/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/fr/LC_MESSAGES/django.po index 8bad72e471..e5154df493 100644 --- a/mayan/apps/dashboards/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/dashboards/locale/hu/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/hu/LC_MESSAGES/django.po index c9b0bbbe09..370c763452 100644 --- a/mayan/apps/dashboards/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/id/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/id/LC_MESSAGES/django.po index 23f217236e..e6ce88d54e 100644 --- a/mayan/apps/dashboards/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/it/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/it/LC_MESSAGES/django.po index 271c0006e5..f19001f1d4 100644 --- a/mayan/apps/dashboards/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/dashboards/locale/lv/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/lv/LC_MESSAGES/django.po index 6f0ff75198..af6ebc5e1c 100644 --- a/mayan/apps/dashboards/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/dashboards/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/nl_NL/LC_MESSAGES/django.po index 6eac3bbc1a..1a904bd35b 100644 --- a/mayan/apps/dashboards/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/nl_NL/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Martin Horseling <martin.horseling@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/dashboards/locale/pl/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/pl/LC_MESSAGES/django.po index b78a3953ed..14b42ef028 100644 --- a/mayan/apps/dashboards/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" diff --git a/mayan/apps/dashboards/locale/pt/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/pt/LC_MESSAGES/django.po index 705dff19ae..68a335e27d 100644 --- a/mayan/apps/dashboards/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/pt_BR/LC_MESSAGES/django.po index f1492932f7..d86ff0094d 100644 --- a/mayan/apps/dashboards/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/dashboards/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/ro_RO/LC_MESSAGES/django.po index 6a2c573e64..ad35227776 100644 --- a/mayan/apps/dashboards/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/ro_RO/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/dashboards/locale/ru/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/ru/LC_MESSAGES/django.po index 5060ed9418..db4c93f745 100644 --- a/mayan/apps/dashboards/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/ru/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: mizhgan <i@mizhgan.ru>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/dashboards/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/sl_SI/LC_MESSAGES/django.po index 4a3a6a7ba4..3bd6686c14 100644 --- a/mayan/apps/dashboards/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2019\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" diff --git a/mayan/apps/dashboards/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/tr_TR/LC_MESSAGES/django.po index ec3abc43f5..14576944d7 100644 --- a/mayan/apps/dashboards/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/vi_VN/LC_MESSAGES/django.po index 744c75ea3c..e1f09f8048 100644 --- a/mayan/apps/dashboards/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/dashboards/locale/zh/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/zh/LC_MESSAGES/django.po index ad8be52a6b..098fbfe5ec 100644 --- a/mayan/apps/dashboards/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/dashboards/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" diff --git a/mayan/apps/dependencies/locale/ar/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/ar/LC_MESSAGES/django.po index ce309c7463..edea9696a9 100644 --- a/mayan/apps/dependencies/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/ar/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" diff --git a/mayan/apps/dependencies/locale/bg/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/bg/LC_MESSAGES/django.po index 14db57bc49..d3c8cfeb32 100644 --- a/mayan/apps/dependencies/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/bg/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/dependencies/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/bs_BA/LC_MESSAGES/django.po index 03aa1b30ae..2e104c8529 100644 --- a/mayan/apps/dependencies/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/bs_BA/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/dependencies/locale/cs/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/cs/LC_MESSAGES/django.po index 354ae76ef6..00e1741ff7 100644 --- a/mayan/apps/dependencies/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/cs/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>, 2019\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" diff --git a/mayan/apps/dependencies/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/da_DK/LC_MESSAGES/django.po index e8a9cfe7e0..8395e3be69 100644 --- a/mayan/apps/dependencies/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2019\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" diff --git a/mayan/apps/dependencies/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/de_DE/LC_MESSAGES/django.po index faa54522dd..6333264626 100644 --- a/mayan/apps/dependencies/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/dependencies/locale/el/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/el/LC_MESSAGES/django.po index d82a239217..bebe28c448 100644 --- a/mayan/apps/dependencies/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2019\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" diff --git a/mayan/apps/dependencies/locale/en/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/en/LC_MESSAGES/django.po index 7878559d98..ea662bfa04 100644 --- a/mayan/apps/dependencies/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/dependencies/locale/es/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/es/LC_MESSAGES/django.po index f09ca20f6e..e03d12491d 100644 --- a/mayan/apps/dependencies/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/es/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/dependencies/locale/fa/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/fa/LC_MESSAGES/django.po index f3eec429ee..42d4ec9d1c 100644 --- a/mayan/apps/dependencies/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/fa/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po index 62f0ea8749..187b815c59 100644 --- a/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po index f4eb7e3ce4..b7ef624831 100644 --- a/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2019\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" diff --git a/mayan/apps/dependencies/locale/id/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/id/LC_MESSAGES/django.po index 2d2f5951d9..4f715f0fce 100644 --- a/mayan/apps/dependencies/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/id/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Adek Lanin, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" diff --git a/mayan/apps/dependencies/locale/it/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/it/LC_MESSAGES/django.po index beb489cc11..6d374c9a77 100644 --- a/mayan/apps/dependencies/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Giovanni Tricarico <gtricarico92@gmail.com>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/dependencies/locale/lv/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/lv/LC_MESSAGES/django.po index 6f943d793c..b688382e16 100644 --- a/mayan/apps/dependencies/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/dependencies/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/nl_NL/LC_MESSAGES/django.po index 1d9bf07a15..00c7794341 100644 --- a/mayan/apps/dependencies/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/nl_NL/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Lucas Weel <ljj.weel@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/dependencies/locale/pl/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/pl/LC_MESSAGES/django.po index c3dbd806f6..7134ae5acd 100644 --- a/mayan/apps/dependencies/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/pl/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" diff --git a/mayan/apps/dependencies/locale/pt/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/pt/LC_MESSAGES/django.po index ea5b440017..cb90145ed3 100644 --- a/mayan/apps/dependencies/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/pt/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" diff --git a/mayan/apps/dependencies/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/pt_BR/LC_MESSAGES/django.po index 0160766f1d..fdcbbfc7b4 100644 --- a/mayan/apps/dependencies/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/pt_BR/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/dependencies/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/ro_RO/LC_MESSAGES/django.po index b9f1364200..21475d169b 100644 --- a/mayan/apps/dependencies/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/ro_RO/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/dependencies/locale/ru/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/ru/LC_MESSAGES/django.po index a0565159fb..93fc960cca 100644 --- a/mayan/apps/dependencies/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/ru/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: lilo.panic, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/dependencies/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/sl_SI/LC_MESSAGES/django.po index ba7b9816a4..28bef19c56 100644 --- a/mayan/apps/dependencies/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2019\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" diff --git a/mayan/apps/dependencies/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/tr_TR/LC_MESSAGES/django.po index 5846150e4f..3f88c03f51 100644 --- a/mayan/apps/dependencies/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/tr_TR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2019\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" diff --git a/mayan/apps/dependencies/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/vi_VN/LC_MESSAGES/django.po index 5225a1eb87..197979c171 100644 --- a/mayan/apps/dependencies/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/vi_VN/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" diff --git a/mayan/apps/dependencies/locale/zh/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/zh/LC_MESSAGES/django.po index bfa50e5bd6..a37fc4633e 100644 --- a/mayan/apps/dependencies/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/dependencies/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" diff --git a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po index a229319d8e..c82029c3e5 100644 --- a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po index 01007d96a7..1f5c34101a 100644 --- a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po index 9a91b77437..73ad353d3d 100644 --- a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/django_gpg/locale/cs/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/cs/LC_MESSAGES/django.po index 5e8fe54223..aa3674e427 100644 --- a/mayan/apps/django_gpg/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/django_gpg/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/da_DK/LC_MESSAGES/django.po index 814384c4d6..b4bb80b93a 100644 --- a/mayan/apps/django_gpg/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index 7f88137679..33c06c952d 100644 --- a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-19 09:33+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/django_gpg/locale/el/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/el/LC_MESSAGES/django.po index 7072be3bd6..5cbbd13b97 100644 --- a/mayan/apps/django_gpg/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po index 8c06a35425..79b2117790 100644 --- a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po index 180f7f841f..4041e32a9d 100644 --- a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-05-03 05:43+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po index d647143cee..adc8cf24e5 100644 --- a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po index dd1b59c7cf..f871c75f40 100644 --- a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-05-05 02:55+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po index 21ebd22c72..6e1c8b0d00 100644 --- a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po index 942b9b3647..62ed89ce30 100644 --- a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-05-12 17:32+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po index a5191ff05b..a2770ffdbb 100644 --- a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po index 77575be5be..45e6c7a4fa 100644 --- a/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-05-31 12:03+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po index 78cdcc08e3..566463bd61 100644 --- a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po index c506ae8977..32d5676918 100644 --- a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index 015d5db90d..b2fd5e7b4f 100644 --- a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po index 370c6d767f..8df756c4ca 100644 --- a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po index 97c303aa7e..4e9110b1b9 100644 --- a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index f8146617b8..c500be833a 100644 --- a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po index e48aaa6de6..ee4cb68b52 100644 --- a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po index 3776b8e40e..4a5b1d4ea5 100644 --- a/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po index eca0f565c8..373cc07654 100644 --- a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/django_gpg/locale/zh/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/zh/LC_MESSAGES/django.po index 47b0afe14f..528e0729d7 100644 --- a/mayan/apps/django_gpg/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:08-0400\n" "PO-Revision-Date: 2019-04-14 03:23+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/django_gpg/tests/test_api.py b/mayan/apps/django_gpg/tests/test_api.py index 69bcfd2a82..6e9ab76b8f 100644 --- a/mayan/apps/django_gpg/tests/test_api.py +++ b/mayan/apps/django_gpg/tests/test_api.py @@ -13,19 +13,28 @@ from .literals import TEST_KEY_DATA, TEST_KEY_FINGERPRINT from .mixins import KeyTestMixin -class KeyAPITestCase(KeyTestMixin, BaseAPITestCase): - - # Key creation by upload - - def _request_key_create_view(self): +class KeyAPIViewTestMixin(object): + def _request_test_key_create_view(self): return self.post( viewname='rest_api:key-list', data={ 'key_data': TEST_KEY_DATA } ) + def _request_test_key_delete_view(self): + return self.delete( + viewname='rest_api:key-detail', kwargs={'pk': self.test_key.pk} + ) + + def _request_test_key_detail_view(self): + return self.get( + viewname='rest_api:key-detail', kwargs={'pk': self.test_key.pk} + ) + + +class KeyAPITestCase(KeyTestMixin, KeyAPIViewTestMixin, BaseAPITestCase): def test_key_create_view_no_permission(self): - response = self._request_key_create_view() + response = self._request_test_key_create_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(Key.objects.all().count(), 0) @@ -33,7 +42,7 @@ class KeyAPITestCase(KeyTestMixin, BaseAPITestCase): def test_key_create_view_with_permission(self): self.grant_permission(permission=permission_key_upload) - response = self._request_key_create_view() + response = self._request_test_key_create_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) self.assertEqual(response.data['fingerprint'], TEST_KEY_FINGERPRINT) @@ -41,17 +50,10 @@ class KeyAPITestCase(KeyTestMixin, BaseAPITestCase): self.assertEqual(Key.objects.count(), 1) self.assertEqual(key.fingerprint, TEST_KEY_FINGERPRINT) - # Key deletion - - def _request_key_delete_view(self): - return self.delete( - viewname='rest_api:key-detail', kwargs={'pk': self.test_key.pk} - ) - def test_key_delete_view_no_access(self): self._create_test_key() - response = self._request_key_delete_view() + response = self._request_test_key_delete_view() self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND) self.assertEqual(Key.objects.count(), 1) @@ -62,22 +64,15 @@ class KeyAPITestCase(KeyTestMixin, BaseAPITestCase): obj=self.test_key, permission=permission_key_delete ) - response = self._request_key_delete_view() + response = self._request_test_key_delete_view() self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) self.assertEqual(Key.objects.count(), 0) - # Key detail - - def _request_key_detail_view(self): - return self.get( - viewname='rest_api:key-detail', kwargs={'pk': self.test_key.pk} - ) - def test_key_detail_view_no_access(self): self._create_test_key() - response = self._request_key_detail_view() + response = self._request_test_key_detail_view() self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND) def test_key_detail_view_with_access(self): @@ -86,7 +81,7 @@ class KeyAPITestCase(KeyTestMixin, BaseAPITestCase): obj=self.test_key, permission=permission_key_view ) - response = self._request_key_detail_view() + response = self._request_test_key_detail_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual( response.data['fingerprint'], self.test_key.fingerprint diff --git a/mayan/apps/django_gpg/tests/test_views.py b/mayan/apps/django_gpg/tests/test_views.py index 8916f302e5..b0f05d88cb 100644 --- a/mayan/apps/django_gpg/tests/test_views.py +++ b/mayan/apps/django_gpg/tests/test_views.py @@ -11,13 +11,23 @@ from .literals import TEST_KEY_DATA, TEST_KEY_FINGERPRINT from .mixins import KeyTestMixin -class KeyViewTestCase(KeyTestMixin, GenericViewTestCase): +class KeyViewTestMixin(object): + def _request_test_key_download_view(self): + return self.get( + viewname='django_gpg:key_download', kwargs={'pk': self.test_key.pk} + ) + + def _request_test_key_upload_view(self): + return self.post( + viewname='django_gpg:key_upload', data={'key_data': TEST_KEY_DATA} + ) + + +class KeyViewTestCase(KeyTestMixin, KeyViewTestMixin, GenericViewTestCase): def test_key_download_view_no_permission(self): self._create_test_key() - response = self.get( - viewname='django_gpg:key_download', kwargs={'pk': self.test_key.pk} - ) + response = self._request_test_key_download_view() self.assertEqual(response.status_code, 403) def test_key_download_view_with_permission(self): @@ -25,20 +35,18 @@ class KeyViewTestCase(KeyTestMixin, GenericViewTestCase): self._create_test_key() - self.grant_access(obj=self.test_key, permission=permission_key_download) - - response = self.get( - viewname='django_gpg:key_download', kwargs={'pk': self.test_key.pk} + self.grant_access( + obj=self.test_key, permission=permission_key_download ) + + response = self._request_test_key_download_view() assert_download_response( self, response=response, content=self.test_key.key_data, basename=self.test_key.key_id, ) def test_key_upload_view_no_permission(self): - response = self.post( - viewname='django_gpg:key_upload', data={'key_data': TEST_KEY_DATA} - ) + response = self._request_test_key_upload_view() self.assertEqual(response.status_code, 403) self.assertEqual(Key.objects.count(), 0) @@ -46,12 +54,10 @@ class KeyViewTestCase(KeyTestMixin, GenericViewTestCase): def test_key_upload_view_with_permission(self): self.grant_permission(permission=permission_key_upload) - response = self.post( - viewname='django_gpg:key_upload', data={'key_data': TEST_KEY_DATA}, - follow=True - ) - - self.assertContains(response=response, text='created', status_code=200) + response = self._request_test_key_upload_view() + self.assertEqual(response.status_code, 302) self.assertEqual(Key.objects.count(), 1) - self.assertEqual(Key.objects.first().fingerprint, TEST_KEY_FINGERPRINT) + self.assertEqual( + Key.objects.first().fingerprint, TEST_KEY_FINGERPRINT + ) diff --git a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po index d19b136e0d..9fdceb9549 100644 --- a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po index db6ca74cef..7a655931b8 100644 --- a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po index bb117b0721..2a887348b7 100644 --- a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: www.ping.ba <jomer@ping.ba>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/document_comments/locale/cs/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/cs/LC_MESSAGES/django.po index 7750c04466..addbdbb772 100644 --- a/mayan/apps/document_comments/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/document_comments/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/da_DK/LC_MESSAGES/django.po index 5e3506df83..4561d093e0 100644 --- a/mayan/apps/document_comments/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index e4d314483b..eecd294283 100644 --- a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-26 21:45+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/document_comments/locale/el/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/el/LC_MESSAGES/django.po index 73f8ab489f..9e88cfa4a7 100644 --- a/mayan/apps/document_comments/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po index e712e135e8..37a606a65d 100644 --- a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po index c5a7f8fcfd..ff89265654 100644 --- a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 06:38+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po index cd45bbb22a..e8641bab93 100644 --- a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po index a00886e06e..af57cfe0ca 100644 --- a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 13:23+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po index 0db3de30de..15395328a9 100644 --- a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po index ed9dcf3fd6..fa5d235cbb 100644 --- a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo index 55d03b6167..049d88ab5c 100644 Binary files a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po index ef1582cd60..9ce540012f 100644 --- a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Daniele Bortoluzzi <daniele@elkos.it>, 2019 # Marco Camplese <marco.camplese.mc@gmail.com>, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" -"PO-Revision-Date: 2019-05-17 05:50+0000\n" -"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" +"PO-Revision-Date: 2019-08-28 11:56+0000\n" +"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +37,7 @@ msgstr "Commento documento cancellato" #: events.py:18 msgid "Document comment edited" -msgstr "" +msgstr "Commento modificato" #: links.py:18 msgid "Add comment" @@ -96,22 +97,22 @@ msgstr "Cancellare il commento: %s?" #: views.py:92 #, python-format msgid "Details for comment: %s?" -msgstr "" +msgstr "Dettagli del commento: %s?" #: views.py:110 #, python-format msgid "Edit comment: %s?" -msgstr "" +msgstr "Modifica commento: %s?" #: views.py:135 msgid "" "Document comments are timestamped text entries from users. They are great " "for collaboration." -msgstr "" +msgstr "I commenti al documento sono dei testi con data e ora da parte degli utenti. Sono ottimi per la collaborazione." #: views.py:138 msgid "There are no comments" -msgstr "" +msgstr "Non ci sono commenti" #: views.py:140 #, python-format diff --git a/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po index 3bfbfa4564..9c7a5bae98 100644 --- a/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-31 12:03+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po index f0c541d411..cda8ddf744 100644 --- a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Johan Braeken\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po index 62d5191483..e5b1cb117e 100644 --- a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po index 6479f8762e..f7196ecb4b 100644 --- a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Emerson Soares <on.emersonsoares@gmail.com>\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po index 8651d8b0e3..3a1744819d 100644 --- a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po index a97a6a92bc..14a459a202 100644 --- a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 18:46+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po index b5a3f68965..7eb8e8f0e0 100644 --- a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Sergey Glita <gsv70@mail.ru>\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po index 589600c8aa..8206971403 100644 --- a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po index cc9d120dde..39fdb686f4 100644 --- a/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po index ae3f9315ca..8fe00468f9 100644 --- a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: Trung Phan Minh <navmobile@gmail.com>\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/document_comments/locale/zh/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/zh/LC_MESSAGES/django.po index 28977e7fff..b7b893b817 100644 --- a/mayan/apps/document_comments/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:29-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-05-17 05:50+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/document_comments/tests/test_api.py b/mayan/apps/document_comments/tests/test_api.py index 964e9b9b33..7b75aefcbb 100644 --- a/mayan/apps/document_comments/tests/test_api.py +++ b/mayan/apps/document_comments/tests/test_api.py @@ -15,9 +15,7 @@ from .literals import TEST_COMMENT_TEXT, TEST_COMMENT_TEXT_EDITED from .mixins import DocumentCommentTestMixin -class CommentAPITestCase( - DocumentCommentTestMixin, DocumentTestMixin, BaseAPITestCase -): +class CommentAPIViewTestMixin(object): def _request_test_comment_create_api_view(self): return self.post( viewname='rest_api:comment-list', kwargs={ @@ -27,6 +25,42 @@ class CommentAPITestCase( } ) + def _request_test_comment_delete_api_view(self): + return self.delete( + viewname='rest_api:comment-detail', kwargs={ + 'document_pk': self.test_document.pk, + 'comment_pk': self.test_document_comment.pk, + } + ) + + def _request_test_comment_detail_api_view(self): + return self.get( + viewname='rest_api:comment-detail', kwargs={ + 'document_pk': self.test_document.pk, + 'comment_pk': self.test_document_comment.pk + } + ) + + def _request_test_comment_edit_patch_api_view(self): + return self.patch( + viewname='rest_api:comment-detail', kwargs={ + 'document_pk': self.test_document.pk, + 'comment_pk': self.test_document_comment.pk, + }, data={'comment': TEST_COMMENT_TEXT_EDITED} + ) + + def _request_test_comment_list_api_view(self): + return self.get( + viewname='rest_api:comment-list', kwargs={ + 'document_pk': self.test_document.pk + } + ) + + +class CommentAPIViewTestCase( + CommentAPIViewTestMixin, DocumentCommentTestMixin, DocumentTestMixin, + BaseAPITestCase +): def test_comment_create_view_no_access(self): response = self._request_test_comment_create_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) @@ -45,14 +79,6 @@ class CommentAPITestCase( self.assertEqual(Comment.objects.count(), 1) self.assertEqual(response.data['id'], comment.pk) - def _request_test_comment_delete_api_view(self): - return self.delete( - viewname='rest_api:comment-detail', kwargs={ - 'document_pk': self.test_document.pk, - 'comment_pk': self.test_document_comment.pk, - } - ) - def test_comment_delete_view_no_access(self): self._create_test_comment() @@ -72,19 +98,11 @@ class CommentAPITestCase( self.assertFalse(self.test_document_comment in Comment.objects.all()) - def _request_comment_edit_patch_api_view(self): - return self.patch( - viewname='rest_api:comment-detail', kwargs={ - 'document_pk': self.test_document.pk, - 'comment_pk': self.test_document_comment.pk, - }, data={'comment': TEST_COMMENT_TEXT_EDITED} - ) - def test_comment_edit_view_no_access(self): self._create_test_comment() comment_text = self.test_document_comment.comment - response = self._request_comment_edit_patch_api_view() + response = self._request_test_comment_edit_patch_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.test_document_comment.refresh_from_db() @@ -97,24 +115,16 @@ class CommentAPITestCase( ) comment_text = self.test_document_comment.comment - response = self._request_comment_edit_patch_api_view() + response = self._request_test_comment_edit_patch_api_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.test_document_comment.refresh_from_db() self.assertNotEqual(self.test_document_comment.comment, comment_text) - def _request_test_comment_api_view(self): - return self.get( - viewname='rest_api:comment-detail', kwargs={ - 'document_pk': self.test_document.pk, - 'comment_pk': self.test_document_comment.pk - } - ) - def test_comment_detail_view_no_access(self): self._create_test_comment() - response = self._request_test_comment_api_view() + response = self._request_test_comment_detail_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) def test_comment_detail_view_with_access(self): @@ -123,18 +133,11 @@ class CommentAPITestCase( obj=self.test_document, permission=permission_document_comment_view ) - response = self._request_test_comment_api_view() + response = self._request_test_comment_detail_api_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual(response.data['comment'], self.test_document_comment.comment) - def _request_test_comment_list_api_view(self): - return self.get( - viewname='rest_api:comment-list', kwargs={ - 'document_pk': self.test_document.pk - } - ) - def test_comment_list_view_no_access(self): self._create_test_comment() diff --git a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po index b6370888c1..b9863cc1d5 100644 --- a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po index ae3251fdb7..1f3c83ae60 100644 --- a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po index a32337a32f..f0edc65c76 100644 --- a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.po index c2c32610c5..3a40dc9e4c 100644 --- a/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.po index 213959bc16..46f8ea19d2 100644 --- a/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index eeca32464f..c36f2d32ab 100644 --- a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.po index 8131bc3737..8d687c75e9 100644 --- a/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po index 4867e213a6..2f54bd1a2c 100644 --- a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index 46d8608f5b..836ab2a906 100644 Binary files a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po index 4498c4f1a5..f22a7f2973 100644 --- a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-08-26 01:02+0000\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" +"PO-Revision-Date: 2019-09-24 21:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -293,7 +293,7 @@ msgstr "No hay índices" #: views.py:161 #, python-format msgid "Rebuild index: %s" -msgstr "" +msgstr "Reconstruir índice: %s" #: views.py:191 msgid "Available document types" diff --git a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po index 305d9839e4..729b489df3 100644 --- a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po index b11852ac17..b79e976f46 100644 --- a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po index a41d9c2e53..3a45a9c4ab 100644 --- a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po index 6e259204cc..cec8930a23 100644 --- a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index 8e45debc1a..fc4d5b9d9f 100644 Binary files a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po index 79375ac9a0..0f6537412d 100644 --- a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # # Translators: # Carlo Zanatto <>, 2012 +# Daniele Bortoluzzi <daniele@elkos.it>, 2019 # Giovanni Tricarico <gtricarico92@gmail.com>, 2014 # Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017 # Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2011-2012,2015 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-08-26 01:02+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" +"PO-Revision-Date: 2019-08-28 11:43+0000\n" +"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +36,7 @@ msgstr "Indicizzazione documento" #: apps.py:119 msgid "Total levels" -msgstr "" +msgstr "Livelli totali" #: apps.py:127 msgid "Total documents" @@ -47,7 +48,7 @@ msgstr "Livello" #: apps.py:149 apps.py:168 msgid "Levels" -msgstr "" +msgstr "Livelli" #: apps.py:157 apps.py:175 models.py:358 msgid "Documents" @@ -55,11 +56,11 @@ msgstr "Documenti" #: events.py:12 msgid "Index created" -msgstr "" +msgstr "Indice creato" #: events.py:15 msgid "Index edited" -msgstr "" +msgstr "Indice modificato" #: forms.py:19 msgid "Index templates to be queued for rebuilding." @@ -147,7 +148,7 @@ msgstr "Instanze indice" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.11/ref/templates/builtins/)" -msgstr "" +msgstr "Inserisci un template da renderizzare. Usa il linguaggio standard dei template di Django (https://docs.djangoproject.com/en/1.11/ref/templates/builtins/)" #: models.py:227 msgid "Indexing expression" @@ -252,23 +253,23 @@ msgstr "Indice documento" #: views.py:46 msgid "Available indexes" -msgstr "" +msgstr "Indici disponibili" #: views.py:47 msgid "Indexes linked" -msgstr "" +msgstr "Indici collegati" #: views.py:77 msgid "" "Documents of this type will appear in the indexes linked when these are " "updated. Events of the documents of this type will trigger updates in the " "linked indexes." -msgstr "" +msgstr "Documenti di questo tipo appariranno negli indici collegati quando questi saranno aggiornati. Eventi accaduti sui documenti di questo tipo innescheranno aggiornamenti negli indici collegati." #: views.py:81 #, python-format msgid "Indexes linked to document type: %s" -msgstr "" +msgstr "Indici collegati al tipo di documento: %s" #: views.py:109 #, python-format @@ -289,12 +290,12 @@ msgstr "" #: views.py:148 msgid "There are no indexes." -msgstr "" +msgstr "Non ci sono indici" #: views.py:161 #, python-format msgid "Rebuild index: %s" -msgstr "" +msgstr "Ricostruisci indice: %s" #: views.py:191 msgid "Available document types" @@ -309,7 +310,7 @@ msgid "" "Only the documents of the types selected will be shown in the index when " "built. Only the events of the documents of the types select will trigger " "updates in the index." -msgstr "" +msgstr "Solo i documenti del tipo selezionato verranno inclusi nell'indice costruito. Solo gli eventi dei documenti del tipo selezionato innescheranno aggiornamenti nell'indice." #: views.py:206 #, python-format @@ -340,11 +341,11 @@ msgstr "Modificare il template del nodo indice: %s?" msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." -msgstr "" +msgstr "Questo significa che non sono stati creati template di indice oppure che ci sono template di indice ma non sono correttamente definiti." #: views.py:321 msgid "There are no index instances available." -msgstr "" +msgstr "Non ci sono istanze di indice disponibili." #: views.py:366 #, python-format @@ -364,7 +365,7 @@ msgstr "" #: views.py:429 msgid "This document is not in any index" -msgstr "" +msgstr "Questo documento non è presente in nessun indice" #: views.py:433 #, python-format @@ -375,5 +376,5 @@ msgstr "Indici contenuti nel documento: %s" #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(count)d indici in coda per la ricostruzione." +msgstr[1] "%(count)d indici in attesa di ricostruzione." diff --git a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po index 7df23f1e70..39d6b35dfd 100644 --- a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po index b422b9de84..76a70357c1 100644 --- a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po index e1db02071d..d42a372428 100644 --- a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index de812c85ae..ec1a1cf8b1 100644 --- a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po index a9202e432f..0b23d80c59 100644 --- a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo index 9a9c117ef8..85e9e8189e 100644 Binary files a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po index 76f3dd0eae..07b893ab69 100644 --- a/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-08-26 01:02+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" +"PO-Revision-Date: 2019-09-03 08:35+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -292,7 +292,7 @@ msgstr "Nu există indexuri." #: views.py:161 #, python-format msgid "Rebuild index: %s" -msgstr "" +msgstr "Reconstruire indice: %s" #: views.py:191 msgid "Available document types" diff --git a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po index c5796c42df..69b9d90e37 100644 --- a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po index 618ee6085b..caaa167385 100644 --- a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po index 1030e4e4f0..1b070ad2e6 100644 --- a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po index 31d650559e..923821dd05 100644 --- a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.po index 665445d73f..d537c00077 100644 --- a/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:09-0400\n" "PO-Revision-Date: 2019-08-26 01:02+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/document_indexing/migrations/0016_auto_20191005_0647.py b/mayan/apps/document_indexing/migrations/0016_auto_20191005_0647.py new file mode 100644 index 0000000000..28c6c3fe34 --- /dev/null +++ b/mayan/apps/document_indexing/migrations/0016_auto_20191005_0647.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.22 on 2019-10-05 06:47 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('document_indexing', '0015_auto_20190429_1922'), + ] + + operations = [ + migrations.AlterField( + model_name='index', + name='label', + field=models.CharField(help_text='Short description of this index.', max_length=128, unique=True, verbose_name='Label'), + ), + ] diff --git a/mayan/apps/document_indexing/models.py b/mayan/apps/document_indexing/models.py index e356bf6ff9..c734717eb3 100644 --- a/mayan/apps/document_indexing/models.py +++ b/mayan/apps/document_indexing/models.py @@ -33,6 +33,7 @@ class Index(models.Model): template and instance when resolved. """ label = models.CharField( + help_text=_('Short description of this index.'), max_length=128, unique=True, verbose_name=_('Label') ) slug = models.SlugField( @@ -49,7 +50,8 @@ class Index(models.Model): verbose_name=_('Enabled') ) document_types = models.ManyToManyField( - related_name='indexes', to=DocumentType, verbose_name=_('Document types') + related_name='indexes', to=DocumentType, + verbose_name=_('Document types') ) objects = IndexManager() diff --git a/mayan/apps/document_indexing/tests/mixins.py b/mayan/apps/document_indexing/tests/mixins.py index 339982fea7..12e1e28c1a 100644 --- a/mayan/apps/document_indexing/tests/mixins.py +++ b/mayan/apps/document_indexing/tests/mixins.py @@ -13,7 +13,8 @@ class IndexTestMixin(object): self.test_index = Index.objects.create(label=TEST_INDEX_LABEL) # Add our document type to the new index - self.test_index.document_types.add(self.test_document_type) + if hasattr(self, 'test_document_type'): + self.test_index.document_types.add(self.test_document_type) # Rebuild indexes if rebuild: diff --git a/mayan/apps/document_indexing/tests/test_api.py b/mayan/apps/document_indexing/tests/test_api.py index 6d88313ded..ad72f1ea63 100644 --- a/mayan/apps/document_indexing/tests/test_api.py +++ b/mayan/apps/document_indexing/tests/test_api.py @@ -15,10 +15,8 @@ from .literals import TEST_INDEX_LABEL, TEST_INDEX_SLUG from .mixins import IndexTestMixin -class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITestCase): - auto_upload_document = False - - def _request_index_create_api_view(self): +class DocumentIndexingAPIViewTestMixin(object): + def _request_test_index_create_api_view(self): return self.post( viewname='rest_api:index-list', data={ 'label': TEST_INDEX_LABEL, 'slug': TEST_INDEX_SLUG, @@ -26,8 +24,29 @@ class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITest } ) + def _request_test_index_delete_api_view(self): + return self.delete( + viewname='rest_api:index-detail', kwargs={ + 'pk': self.test_index.pk + } + ) + + def _request_test_index_detail_api_view(self): + return self.get( + viewname='rest_api:index-detail', kwargs={ + 'pk': self.test_index.pk + } + ) + + +class DocumentIndexingAPITestCase( + IndexTestMixin, DocumentIndexingAPIViewTestMixin, DocumentTestMixin, + BaseAPITestCase +): + auto_upload_document = False + def test_index_create_api_view_no_permission(self): - response = self._request_index_create_api_view() + response = self._request_test_index_create_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(Index.objects.count(), 0) @@ -35,7 +54,7 @@ class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITest def test_index_create_api_view_with_permission(self): self.grant_permission(permission=permission_document_indexing_create) - response = self._request_index_create_api_view() + response = self._request_test_index_create_api_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) index = Index.objects.first() @@ -46,17 +65,10 @@ class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITest self.assertEqual(Index.objects.count(), 1) self.assertEqual(index.label, TEST_INDEX_LABEL) - def _request_index_delete_api_view(self): - return self.delete( - viewname='rest_api:index-detail', kwargs={ - 'pk': self.test_index.pk - } - ) - def test_index_delete_api_view_no_permission(self): self._create_test_index() - response = self._request_index_delete_api_view() + response = self._request_test_index_delete_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertTrue(self.test_index in Index.objects.all()) @@ -68,22 +80,15 @@ class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITest obj=self.test_index, permission=permission_document_indexing_delete ) - response = self._request_index_delete_api_view() + response = self._request_test_index_delete_api_view() self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) self.assertTrue(self.test_index not in Index.objects.all()) - def _request_index_detail_api_view(self): - return self.get( - viewname='rest_api:index-detail', kwargs={ - 'pk': self.test_index.pk - } - ) - def test_index_detail_api_view_no_access(self): self._create_test_index() - response = self._request_index_detail_api_view() + response = self._request_test_index_detail_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertTrue('id' not in response.data) @@ -95,7 +100,7 @@ class DocumentIndexingAPITestCase(IndexTestMixin, DocumentTestMixin, BaseAPITest obj=self.test_index, permission=permission_document_indexing_view ) - response = self._request_index_detail_api_view() + response = self._request_test_index_detail_api_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual( diff --git a/mayan/apps/document_indexing/tests/test_views.py b/mayan/apps/document_indexing/tests/test_views.py index 4e87a83e37..10cc7000d2 100644 --- a/mayan/apps/document_indexing/tests/test_views.py +++ b/mayan/apps/document_indexing/tests/test_views.py @@ -1,6 +1,8 @@ from __future__ import absolute_import, unicode_literals -from mayan.apps.documents.tests.base import GenericDocumentViewTestCase +from mayan.apps.documents.tests.base import ( + GenericDocumentViewTestCase, GenericViewTestCase +) from ..models import Index, IndexInstanceNode from ..permissions import ( @@ -18,10 +20,8 @@ from .mixins import IndexTestMixin, IndexViewTestMixin class IndexViewTestCase( - IndexTestMixin, IndexViewTestMixin, GenericDocumentViewTestCase + IndexTestMixin, IndexViewTestMixin, GenericViewTestCase ): - auto_upload_document = False - def test_index_create_view_no_permission(self): response = self._request_test_index_create_view() self.assertEqual(response.status_code, 403) @@ -79,45 +79,8 @@ class IndexViewTestCase( self.test_index.refresh_from_db() self.assertEqual(self.test_index.label, TEST_INDEX_LABEL_EDITED) - def test_index_rebuild_view_no_permission(self): - self.upload_document() - self._create_test_index() - self.test_index.node_templates.create( - parent=self.test_index.template_root, - expression=TEST_INDEX_TEMPLATE_DOCUMENT_LABEL_EXPRESSION, - link_documents=True - ) - - response = self._request_test_index_rebuild_view() - self.assertEqual(response.status_code, 404) - - self.assertEqual(IndexInstanceNode.objects.count(), 0) - - def test_index_rebuild_view_with_access(self): - self.upload_document() - self._create_test_index() - - self.test_index.node_templates.create( - parent=self.test_index.template_root, - expression=TEST_INDEX_TEMPLATE_DOCUMENT_LABEL_EXPRESSION, - link_documents=True - ) - - self.grant_access( - obj=self.test_index, - permission=permission_document_indexing_rebuild - ) - - response = self._request_test_index_rebuild_view() - self.assertEqual(response.status_code, 302) - - self.assertNotEqual(IndexInstanceNode.objects.count(), 0) - - -class IndexInstaceViewTestCase( - IndexTestMixin, IndexViewTestMixin, GenericDocumentViewTestCase -): +class IndexInstaceViewTestMixin(object): def _create_index_template_node(self): self.test_index.node_templates.create( parent=self.test_index.template_root, @@ -125,6 +88,18 @@ class IndexInstaceViewTestCase( link_documents=True ) + def _request_test_index_instance_node_view(self, index_instance_node): + return self.get( + viewname='indexing:index_instance_node_view', kwargs={ + 'pk': index_instance_node.pk + } + ) + + +class IndexInstaceViewTestCase( + IndexTestMixin, IndexViewTestMixin, IndexInstaceViewTestMixin, + GenericDocumentViewTestCase +): def test_index_rebuild_view_no_permission(self): self.upload_document() self._create_test_index() @@ -150,17 +125,10 @@ class IndexInstaceViewTestCase( self.assertNotEqual(IndexInstanceNode.objects.count(), 0) - def _request_index_instance_node_view(self, index_instance_node): - return self.get( - viewname='indexing:index_instance_node_view', kwargs={ - 'pk': index_instance_node.pk - } - ) - def test_index_instance_node_view_no_permission(self): self._create_test_index() - response = self._request_index_instance_node_view( + response = self._request_test_index_instance_node_view( index_instance_node=self.test_index.instance_root ) self.assertEqual(response.status_code, 403) @@ -173,15 +141,13 @@ class IndexInstaceViewTestCase( permission=permission_document_indexing_instance_view ) - response = self._request_index_instance_node_view( + response = self._request_test_index_instance_node_view( index_instance_node=self.test_index.instance_root ) self.assertContains(response, text=TEST_INDEX_LABEL, status_code=200) -class IndexToolsViewTestCase( - IndexTestMixin, IndexViewTestMixin, GenericDocumentViewTestCase -): +class IndexToolsViewTestMixin(object): def _request_indexes_rebuild_get_view(self): return self.get( viewname='indexing:rebuild_index_instances' @@ -194,6 +160,11 @@ class IndexToolsViewTestCase( } ) + +class IndexToolsViewTestCase( + IndexTestMixin, IndexViewTestMixin, IndexToolsViewTestMixin, + GenericDocumentViewTestCase +): def test_indexes_rebuild_no_permission(self): self._create_test_index(rebuild=False) diff --git a/mayan/apps/document_indexing/urls.py b/mayan/apps/document_indexing/urls.py index dab69a5aa5..0cdefeeb6c 100644 --- a/mayan/apps/document_indexing/urls.py +++ b/mayan/apps/document_indexing/urls.py @@ -15,79 +15,79 @@ from .views import ( TemplateNodeCreateView, TemplateNodeDeleteView, TemplateNodeEditView ) -urlpatterns_indexes = [ +urlpatterns_templates = [ url( regex=r'^document_types/(?P<pk>\d+)/index_templates/$', view=DocumentTypeIndexesView.as_view(), name='document_type_index_templates' ), url( - regex=r'^indexes/$', view=SetupIndexListView.as_view(), + regex=r'^templates/$', view=SetupIndexListView.as_view(), name='index_setup_list' ), url( - regex=r'^indexes/create/$', view=SetupIndexCreateView.as_view(), + regex=r'^templates/create/$', view=SetupIndexCreateView.as_view(), name='index_setup_create' ), url( - regex=r'^indexes/(?P<pk>\d+)/delete/$', + regex=r'^templates/(?P<pk>\d+)/delete/$', view=SetupIndexDeleteView.as_view(), name='index_setup_delete' ), url( - regex=r'^indexes/(?P<pk>\d+)/edit/$', - view=SetupIndexEditView.as_view(), name='index_setup_edit' - ), - url( - regex=r'^indexes/(?P<pk>\d+)/document_types/$', + regex=r'^templates/(?P<pk>\d+)/document_types/$', view=SetupIndexDocumentTypesView.as_view(), name='index_setup_document_types' ), url( - regex=r'^indexes/(?P<pk>\d+)/rebuild/$', - view=SetupIndexRebuildView.as_view(), name='index_setup_rebuild' + regex=r'^templates/(?P<pk>\d+)/edit/$', + view=SetupIndexEditView.as_view(), name='index_setup_edit' ), url( - regex=r'^indexes/(?P<pk>\d+)/nodes/$', + regex=r'^templates/(?P<pk>\d+)/nodes/$', view=SetupIndexTreeTemplateListView.as_view(), name='index_setup_view' ), url( - regex=r'^indexes/nodes/(?P<pk>\d+)/children/create/$', + regex=r'^templates/(?P<pk>\d+)/rebuild/$', + view=SetupIndexRebuildView.as_view(), name='index_setup_rebuild' + ), + url( + regex=r'^templates/nodes/(?P<pk>\d+)/children/create/$', view=TemplateNodeCreateView.as_view(), name='template_node_create' ), url( - regex=r'^indexes/nodes/(?P<pk>\d+)/delete/$', + regex=r'^templates/nodes/(?P<pk>\d+)/delete/$', view=TemplateNodeDeleteView.as_view(), name='template_node_delete' ), url( - regex=r'^indexes/nodes/(?P<pk>\d+)/edit/$', + regex=r'^templates/nodes/(?P<pk>\d+)/edit/$', view=TemplateNodeEditView.as_view(), name='template_node_edit' ), ] -urlpatterns_index_instances = [ +urlpatterns_instances = [ url( - regex=r'^index_instances/$', view=IndexListView.as_view(), name='index_list' + regex=r'^instances/$', view=IndexListView.as_view(), name='index_list' ), url( - regex=r'^index_instances/nodes/(?P<pk>\d+)/$', + regex=r'^instances/nodes/(?P<pk>\d+)/$', view=IndexInstanceNodeView.as_view(), name='index_instance_node_view' ), url( - regex=r'^documents/(?P<pk>\d+)/index_instances/$', + regex=r'^documents/(?P<pk>\d+)/instances/$', view=DocumentIndexNodeListView.as_view(), name='document_index_list' ), ] urlpatterns_tools = [ url( - regex=r'^indexes/rebuild/$', view=IndexesRebuildView.as_view(), + regex=r'^instances/rebuild/$', view=IndexesRebuildView.as_view(), name='rebuild_index_instances' ), ] urlpatterns = [] -urlpatterns.extend(urlpatterns_indexes) -urlpatterns.extend(urlpatterns_index_instances) +urlpatterns.extend(urlpatterns_templates) +urlpatterns.extend(urlpatterns_instances) urlpatterns.extend(urlpatterns_tools) api_urls = [ diff --git a/mayan/apps/document_parsing/apps.py b/mayan/apps/document_parsing/apps.py index 8bffb20ead..ea4355c5a8 100644 --- a/mayan/apps/document_parsing/apps.py +++ b/mayan/apps/document_parsing/apps.py @@ -14,15 +14,22 @@ from mayan.apps.common.menus import ( ) from mayan.apps.documents.search import document_search, document_page_search from mayan.apps.documents.signals import post_version_upload +from mayan.apps.events.classes import ModelEventType from mayan.apps.navigation.classes import SourceColumn from .dependencies import * # NOQA +from .events import ( + event_parsing_document_content_deleted, + event_parsing_document_version_submit, + event_parsing_document_version_finish +) from .handlers import ( handler_index_document, handler_initialize_new_parsing_settings, handler_parse_document_version ) from .links import ( - link_document_content, link_document_page_content, + link_document_content, link_document_content_delete, + link_document_content_delete_multiple, link_document_page_content, link_document_content_download, link_document_parsing_errors_list, link_document_submit_multiple, link_document_submit, link_document_type_parsing_settings, link_document_type_submit, @@ -85,6 +92,14 @@ class DocumentParsingApp(MayanAppConfig): value=method_document_version_parsing_submit ) + ModelEventType.register( + model=Document, event_types=( + event_parsing_document_content_deleted, + event_parsing_document_version_submit, + event_parsing_document_version_finish + ) + ) + ModelField( model=Document, name='versions__version_pages__content__content' ) @@ -136,16 +151,21 @@ class DocumentParsingApp(MayanAppConfig): sources=(DocumentType,) ) menu_multi_item.bind_links( - links=(link_document_submit_multiple,), sources=(Document,) + links=( + link_document_content_delete_multiple, + link_document_submit_multiple, + ), sources=(Document,) ) menu_secondary.bind_links( links=( + link_document_content_delete, link_document_content_download, link_document_parsing_errors_list, link_document_submit ), sources=( 'document_parsing:document_content', + 'document_parsing:document_content_delete', 'document_parsing:document_content_download', 'document_parsing:document_parsing_error_list', 'document_parsing:document_submit', diff --git a/mayan/apps/document_parsing/events.py b/mayan/apps/document_parsing/events.py index 07f4a82b2a..29f9da85ee 100644 --- a/mayan/apps/document_parsing/events.py +++ b/mayan/apps/document_parsing/events.py @@ -8,6 +8,10 @@ namespace = EventTypeNamespace( label=_('Document parsing'), name='document_parsing' ) +event_parsing_document_content_deleted = namespace.add_event_type( + label=_('Document parsed content deleted'), + name='document_content_deleted' +) event_parsing_document_version_submit = namespace.add_event_type( label=_('Document version submitted for parsing'), name='version_submit' ) diff --git a/mayan/apps/document_parsing/icons.py b/mayan/apps/document_parsing/icons.py index 77f75f40db..6aad4a8ea2 100644 --- a/mayan/apps/document_parsing/icons.py +++ b/mayan/apps/document_parsing/icons.py @@ -3,6 +3,11 @@ from __future__ import absolute_import, unicode_literals from mayan.apps.appearance.classes import Icon icon_document_content = Icon(driver_name='fontawesome', symbol='font') +icon_document_content_delete = Icon( + driver_name='fontawesome-dual', + primary_symbol='font', + secondary_symbol='minus' +) icon_document_parsing_errors_list = Icon( driver_name='fontawesome', symbol='font' ) diff --git a/mayan/apps/document_parsing/links.py b/mayan/apps/document_parsing/links.py index 97360ea510..2cfe95fab9 100644 --- a/mayan/apps/document_parsing/links.py +++ b/mayan/apps/document_parsing/links.py @@ -21,6 +21,17 @@ link_document_content = Link( permissions=(permission_content_view,), text=_('Content'), view='document_parsing:document_content' ) +link_document_content_delete = Link( + args='resolved_object.id', + icon_class_path='mayan.apps.document_parsing.icons.icon_document_content_delete', + permissions=(permission_parse_document,), text=_('Delete parsed content'), + view='document_parsing:document_content_delete', +) +link_document_content_delete_multiple = Link( + icon_class_path='mayan.apps.document_parsing.icons.icon_document_content_delete', + text=_('Delete parsed content'), + view='document_parsing:document_content_delete_multiple', +) link_document_page_content = Link( args='resolved_object.id', conditional_disable=is_document_page_disabled, icon_class_path='mayan.apps.document_parsing.icons.icon_document_content', diff --git a/mayan/apps/document_parsing/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/ar/LC_MESSAGES/django.po index 1ee46b7249..30690c90c4 100644 --- a/mayan/apps/document_parsing/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/ar/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>, 2018\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "المحتوى" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -56,23 +60,27 @@ msgstr "" msgid "Contents" msgstr "المحتويات" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -166,32 +174,42 @@ msgstr "" "File path to poppler's pdftotext program used to extract text from PDF " "files." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -202,21 +220,21 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/bg/LC_MESSAGES/django.po index fcc2d21377..ccc9dc3780 100644 --- a/mayan/apps/document_parsing/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/bg/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Iliya Georgiev <inactive+iliicho7@transifex.com>, 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Съдържание" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -55,23 +59,27 @@ msgstr "" msgid "Contents" msgstr "Съдържание" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -163,53 +171,59 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/bs_BA/LC_MESSAGES/django.po index ada5c3ea44..8f9e0f9d7c 100644 --- a/mayan/apps/document_parsing/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/bs_BA/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2018\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" @@ -23,15 +23,15 @@ msgstr "" "Language: bs_BA\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Gramatička analiza dokumenta" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Rezultat" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Sadržaj" @@ -41,10 +41,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Verzija dokumenta dostavljena za analiziranje" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Propisivanje verzije dokumenta završeno" @@ -57,23 +61,27 @@ msgstr "Strana %(page_number)d" msgid "Contents" msgstr "Sadržaj" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Greške u anlazi" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Preuzmi sadržaj" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Dodaj za analizu" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Podešavanja analize" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Analiziraj dokumente po tipu" @@ -168,32 +176,39 @@ msgid "" msgstr "" "Staza do popplerovog programa pdftotext za vađenje teksta iz PDF datoteka." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Sadržaj za dokument: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Greške analize u dokumentu: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)ddokument dodan u red liste " -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d dokumente dodati u red liste" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -201,21 +216,21 @@ msgstr[0] "Pošaljite dokument %(count)d u red liste?" msgstr[1] "Pošaljite dokumente %(count)d u red liste" msgstr[2] "Pošaljite dokumente %(count)d u red liste" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Pošaljite dokument \"%s\" u red liste" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/cs/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/cs/LC_MESSAGES/django.po index 64bdbbe8a6..c8d2d86260 100644 --- a/mayan/apps/document_parsing/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" "MIME-Version: 1.0\n" @@ -17,15 +17,15 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "" @@ -35,10 +35,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -51,23 +55,27 @@ msgstr "" msgid "Contents" msgstr "" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -159,32 +167,40 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -193,21 +209,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/da_DK/LC_MESSAGES/django.po index 6e4a22050c..f8460efdcf 100644 --- a/mayan/apps/document_parsing/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2018\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Resultat" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Indhold" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -55,23 +59,27 @@ msgstr "Side %(page_number)d" msgid "Contents" msgstr "Indeholder" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Download indhold" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -163,53 +171,59 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Indhold i dokument: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Gennemgår dokument: %s for fejl" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d dokument tilføjet køen for gennemgang" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d dokumenter tilføjet køen for gennemgang" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "Klargører %(count)d dokumenter til køen for gennemgang" msgstr[1] "Klargør %(count)d dokumenter til køen for gennemgang" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Klargør dokumentet \"%s\" til køen for gennegang" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/de_DE/LC_MESSAGES/django.po index 5dabaa63d0..39f46cce2e 100644 --- a/mayan/apps/document_parsing/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" @@ -24,15 +24,15 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Dokument parsen" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Ergebnis" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Inhalt" @@ -44,10 +44,14 @@ msgstr "" "Dateien." #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Dokumentenversion zum Parsen eingereicht" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Parsen der Dokumentenversion beendet" @@ -60,23 +64,27 @@ msgstr "Seite %(page_number)d" msgid "Contents" msgstr "Inhalte" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Fehler beim Parsen" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Inhalt herunterladen" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Zum Parsen einreichen" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Parsing einrichten" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Dokumente nach Typ parsen" @@ -172,53 +180,59 @@ msgstr "" "Pfad zum \"pdftotext\"-Programm (bereitgestellt von poppler), das benutzt " "wird, um Text aus PDF-Dateien zu extrahieren." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Inhalt von Dokument: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Inhalt von Dokument Seite: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Parsing Fehler für Dokument: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d Dokument zur Parsing-Warteschlange hinzugefügt" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d Dokumente zur Parsing-Warteschlange hinzugefügt" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "%(count)d-Dokument an die Parsing-Warteschlange senden?" msgstr[1] "%(count)d Dokumente in die Parsing-Warteschlange einreihen" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Dokument \"%s\" in die Parsing-Warteschlange einreihen" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "Parsereinstellungen für Dokumententyp %s bearbeiten." -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "Alle Dokumente eines Typs zum Parsen einreichen." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "%(count)d Dokumente zur Parsing-Warteschlange hinzugefügt." diff --git a/mayan/apps/document_parsing/locale/el/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/el/LC_MESSAGES/django.po index 8c6d09ef71..f14cd3568b 100644 --- a/mayan/apps/document_parsing/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Ανάλυση εγγράφου" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Αποτέλεσμα" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Περιεχόμενο" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Έκδοση εγγράφου κατατέθηκε για ανάλυση" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Ανάλυση έκδοσης εγγράφου ολοκληρώθηκε" @@ -56,23 +60,27 @@ msgstr "Σελίδα %(page_number)d" msgid "Contents" msgstr "Περιεχόμενα" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Σφάλμα κατάτην ανάλυση" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Κατέβασμα περιεχομένου" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Κατάθεση προς ανάλυση" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Ανάλυση εγγρων ανά τύπο" @@ -165,53 +173,59 @@ msgid "" msgstr "" "Διαδρομή του προγράμματος pdftotext για την εξαγωγή κειμένου από αρχεία PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Περιεχόμενο του εγγράφου: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Σφάλματα ανάλυσης του εγγράφου: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d έγγραφο προστέθηκε στην λίστα προς ανάλυση" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d έγγραφα προστέθηκαν στην λίστα προς ανάλυση" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "Υποβάλετε το έγγραφο %(count)d στην ουρά αναλύσεων;" msgstr[1] "Υποβολή %(count)d εγγράφων στην λίστα προς ανάλυση;" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Υποβολή εγγράφου \"%s\" στην λίστα προς ανάλυση" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/en/LC_MESSAGES/django.po index cc2f2a36ba..b40f32182c 100644 --- a/mayan/apps/document_parsing/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,15 +18,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "" @@ -36,10 +36,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -52,23 +56,27 @@ msgstr "" msgid "Contents" msgstr "" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -159,53 +167,59 @@ msgid "" "File path to poppler's pdftotext program used to extract text from PDF files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/es/LC_MESSAGES/django.po index bbc49fc492..3c12b8d1ad 100644 --- a/mayan/apps/document_parsing/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Análisis de documentos" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Resultado" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Contenido" @@ -41,10 +41,14 @@ msgstr "" "archivos PDF." #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Versión de documento enviada para análisis" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Se terminó el análisis de la versión del documento" @@ -57,23 +61,27 @@ msgstr "Página %(page_number)d" msgid "Contents" msgstr "Contenido" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Errores de análisis" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Descargar contenido" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Enviar para analizar" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Configurar extracción de texto" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Analizar documentos por tipo" @@ -172,53 +180,59 @@ msgstr "" "Ruta de acceso al programa de poppler llamado pdftotext utilizado para " "extraer texto de archivos PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Contenido del documento: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Contenido de la página del documento: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Errores de análisis del documento: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d documento añadido a la lista de análisis" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d documentos añadidos a la lista de análisis" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "¿Enviar %(count)d documento a la cola de análisis?" msgstr[1] "Enviar %(count)d documentos a la lista de análisis" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Enviar el documento \"%s\" a la lista de análisis" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "Edite la configuración de análisis para el tipo de documento: %s." -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "Enviar todos los documentos de un tipo para su análisis." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "%(count)d documentos agregados a la lista de análisis." diff --git a/mayan/apps/document_parsing/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/fa/LC_MESSAGES/django.po index 1427e10237..86a9e84317 100644 --- a/mayan/apps/document_parsing/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/fa/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2018\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "تجزیه و تحلیل سند" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "جواب" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "محتوا" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "نسخه سند برای تجزیه و تحلیل ارائه شده است" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "نسخه سند تجزیه به پایان رسید" @@ -56,23 +60,27 @@ msgstr "صفحه %(page_number)d" msgid "Contents" msgstr "محتوا" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "خطاهای تجزیه" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "دانلود محتوا" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "ارسال برای تجزیه و تحلیل" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "هر نوع اسناد را تجزیه کنید" @@ -164,53 +172,59 @@ msgid "" "files." msgstr "محل فایل POPPLER جهت استخراج TEXT از PDF" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "محتوا برای سند: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "خطاهای تجزیه برای سند: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d سند اضافه شده به صف تجزیه و تحلیل" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "اسناد %(count)d اضافه شده به صف تجزیه و تحلیل" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] " ارسال \"%(count)d\" از اسناد به صف تجزیه و تحلیل" msgstr[1] " ارسال \"%(count)d\" از اسناد به صف تجزیه و تحلیل" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr " ارسال \"%s\" سند به صف تجزیه و تحلیل" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.mo index 0a85f83e90..05c7c9ec81 100644 Binary files a/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.po index 186783470f..29d7fbf6a4 100644 --- a/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/fr/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" @@ -25,15 +25,15 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Analyse de document" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Résultat" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Contenu" @@ -43,10 +43,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Version de document soumise pour analyse" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Analyse de version de document terminée" @@ -59,23 +63,27 @@ msgstr "Page %(page_number)d" msgid "Contents" msgstr "Contenus" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Erreurs d'analyse" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Télécharger le contenu" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Soumettre pour analyse" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Configurer l'analyse" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Analyser les documents par type" @@ -86,6 +94,8 @@ msgstr "Page du document" #: models.py:25 msgid "The actual text content as extracted by the document parsing backend." msgstr "" +"Le contenu du texte tel qu'il est extrait par le moteur d'analyse du " +"document." #: models.py:33 msgid "Document page content" @@ -173,53 +183,59 @@ msgstr "" "Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à" " partir des fichiers PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Contenu du document : %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Contenu pour la page du document: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Erreurs d'analyse pour le document : %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d document ajouté à la file d'attente d'analyse" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d documents ajoutés à la file d'attente d'analyse" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "Ajouter %(count)d document à la file d'attente d'analyse ?" msgstr[1] "Ajouter %(count)d documents à la file d'attente d'analyse" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Ajouter le document \"%s\" à la file d'attente d'analyse" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." -msgstr "" +msgstr "Soumettre tous les documents d'un type pour analyse." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "%(count)d documents ajoutés dans la file d'attente pour analyse." diff --git a/mayan/apps/document_parsing/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/hu/LC_MESSAGES/django.po index 90f1165752..4ef3372131 100644 --- a/mayan/apps/document_parsing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/hu/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2018\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "dokumentum értelmezés" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Eredmény" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Tartalom" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "dokumentum verzió értelmezésre küldve" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "dokumentum verzió értelmezve" @@ -56,23 +60,27 @@ msgstr "Oldal %(page_number)d" msgid "Contents" msgstr "Tartalom" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "értelmezési hiba" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "dokumentum tartalom" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "értelmezésre küld" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "dokumentum értelmezés típusonként" @@ -166,53 +174,59 @@ msgstr "" "elérési útvonal a poppler féle pdftotext programhoz ami PDF-ből szöveget " "nyer ki" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "dokumentum: %s tartalma" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "dokumentum értelmezési hibái: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d dokumentum hozzáadva az értelmezési munkasorhoz" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d dokumentumok hozzáadva az értelmezési munkasorhoz" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "%(count)d dokumentum feladása az értelmezési sorhoz" msgstr[1] "%(count)d dokumentum feladása az értelmezési sorba" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "\"%s\" dokumentum feladása az értelmezési sorba" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/id/LC_MESSAGES/django.po index 988633737d..c5c476bdb2 100644 --- a/mayan/apps/document_parsing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/id/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Adek Lanin, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Isi" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -56,23 +60,27 @@ msgstr "" msgid "Contents" msgstr "Isi" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -164,52 +172,57 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.mo index 14d61a988a..a5217336d0 100644 Binary files a/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.po index 1daa6df7e5..7faaa64eff 100644 --- a/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.po @@ -8,15 +8,16 @@ # Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2017 # Marco Camplese <marco.camplese.mc@gmail.com>, 2018 # Giovanni Tricarico <gtricarico92@gmail.com>, 2018 +# Daniele Bortoluzzi <daniele@elkos.it>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" -"Last-Translator: Giovanni Tricarico <gtricarico92@gmail.com>, 2018\n" +"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,15 +25,15 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" -msgstr "" +msgstr "Analisi del documento" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Risultato" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Contenuto " @@ -40,14 +41,19 @@ msgstr "Contenuto " msgid "" "Utility from the poppler-utils package used to text content from PDF files." msgstr "" +"Utility del pacchetto poppler-utils per estrarre il testo dai file PDF." #: events.py:12 -msgid "Document version submitted for parsing" +msgid "Document parsed content deleted" msgstr "" -#: events.py:15 +#: events.py:16 +msgid "Document version submitted for parsing" +msgstr "Versione del documento sottoposta ad analisi" + +#: events.py:19 msgid "Document version parsing finished" -msgstr "" +msgstr "Analisi della versione del documento completata" #: forms.py:39 #, python-format @@ -58,25 +64,29 @@ msgstr "Pagina %(page_number)d" msgid "Contents" msgstr "Contenuti" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" -msgstr "" +msgstr "Errori di analisi" -#: links.py:34 +#: links.py:45 msgid "Download content" -msgstr "" +msgstr "Scarica contenuto" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" -msgstr "" +msgstr "Sottoponi ad analisi" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" -msgstr "" +msgstr "Configura analisi" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" -msgstr "" +msgstr "Analizza documenti per tipo" #: models.py:21 msgid "Document page" @@ -85,6 +95,8 @@ msgstr "Pagina del documento" #: models.py:25 msgid "The actual text content as extracted by the document parsing backend." msgstr "" +"Il contenuto testuale così come estratto dal backend di analisi del " +"documento." #: models.py:33 msgid "Document page content" @@ -100,7 +112,7 @@ msgstr "Tipo documento " #: models.py:50 msgid "Automatically queue newly created documents for parsing." -msgstr "" +msgstr "Metti in coda automaticamente per l'analisi i nuovi documenti creati." #: models.py:61 msgid "Document type settings" @@ -120,11 +132,11 @@ msgstr "Data e ora di invio" #: models.py:82 msgid "Document version parse error" -msgstr "" +msgstr "Errore nell'analisi della versione del documento" #: models.py:83 msgid "Document version parse errors" -msgstr "" +msgstr "Errori nell'analisi della versione del documento " #: parsers.py:91 #, python-format @@ -138,27 +150,28 @@ msgstr "Non trovo l'eseguibile pdftotext in: %s" #: permissions.py:12 msgid "View the content of a document" -msgstr "" +msgstr "Vedi il contenuto di un documento" #: permissions.py:15 msgid "Change document type parsing settings" -msgstr "" +msgstr "Cambia le impostazioni di analisi per il tipo di documento" #: permissions.py:19 msgid "Parse the content of a document" -msgstr "" +msgstr "Analizza il contenuto di un documento" #: queues.py:8 msgid "Parsing" -msgstr "" +msgstr "Analisi" #: queues.py:11 msgid "Document version parsing" -msgstr "" +msgstr "Analisi della versione del documento" #: settings.py:12 msgid "Set new document types to perform parsing automatically by default." msgstr "" +"Imposta nuovi tipi documento su cui eseguire automaticamente l'analisi." #: settings.py:19 msgid "" @@ -168,53 +181,59 @@ msgstr "" "Percorso del programma poppler pdftotext.usato per estrarre il testo dai " "file PDF." -#: views.py:43 -#, python-format -msgid "Content for document: %s" -msgstr "" - -#: views.py:78 -#, python-format -msgid "Content for document page: %s" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Parsing errors for document: %s" -msgstr "" - -#: views.py:105 -#, python-format -msgid "%(count)d document added to the parsing queue" -msgstr "" - -#: views.py:108 -#, python-format -msgid "%(count)d documents added to the parsing queue" -msgstr "" - -#: views.py:116 -#, python-format -msgid "Submit %(count)d document to the parsing queue?" -msgid_plural "Submit %(count)d documents to the parsing queue" +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:71 +#, python-format +msgid "Content for document: %s" +msgstr "Contenuto per il documento: %s" + +#: views.py:106 +#, python-format +msgid "Content for document page: %s" +msgstr "Contenuto per la pagina %s del documento" + +#: views.py:121 +#, python-format +msgid "Parsing errors for document: %s" +msgstr "Errori di analisi per il documento: %s" + +#: views.py:133 +#, python-format +msgid "%(count)d document added to the parsing queue" +msgstr "%(count)d documento aggiunto alla coda di analisi" + +#: views.py:136 +#, python-format +msgid "%(count)d documents added to the parsing queue" +msgstr "%(count)d documenti aggiunti alla coda di analisi" + +#: views.py:144 +#, python-format +msgid "Submit %(count)d document to the parsing queue?" +msgid_plural "Submit %(count)d documents to the parsing queue" +msgstr[0] "Aggiungi %(count)d documenti alla coda di analisi?" +msgstr[1] "Aggiungi %(count)d documenti alla coda di analisi" + +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" -msgstr "" +msgstr "Aggiungi il documento \"%s\" alla coda di analisi" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." -msgstr "" +msgstr "Modifica le impostazioni di analisi per il tipo di documento: %s." -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." -msgstr "" +msgstr "Sottoponi ad analisi tutti i documenti di un certo tipo." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." -msgstr "" +msgstr "%(count)d documenti aggiunti alla coda di analisi." diff --git a/mayan/apps/document_parsing/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/lv/LC_MESSAGES/django.po index f617a750f8..3f1a755b21 100644 --- a/mayan/apps/document_parsing/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Dokumentu analīze" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Rezultāts" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Saturs" @@ -40,10 +40,14 @@ msgstr "" "Utility no poppler-utils paketes, ko izmanto teksta saturam no PDF failiem." #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Dokumenta versija iesniegta parsēšanai" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Dokumenta versijas parsēšana pabeigta" @@ -56,23 +60,27 @@ msgstr "Lapa %(page_number)d" msgid "Contents" msgstr "Saturs" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Parsēšanas kļūdas" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Lejupielādējiet saturu" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Iesniegt parsēšanai" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Iestatīšanas analīze" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Parsēt dokumentus katram tipam" @@ -167,32 +175,39 @@ msgstr "" "Failu ceļš uz poppler pdftotext programmu, ko izmanto, lai iegūtu tekstu no " "PDF failiem." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Dokumenta saturs: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Dokumenta lapas saturs: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Analīzes kļūdas dokumentam: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d dokuments pievienots parsēšanas rindai" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d dokumenti, kas pievienoti parsēšanas rindai" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -200,21 +215,21 @@ msgstr[0] "Iesniegt %(count)d dokumentus parsēšanas rindā" msgstr[1] "Iesniegt %(count)d dokumentu parsēšanas rindā?" msgstr[2] "Iesniegt %(count)d dokumentus parsēšanas rindā" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Iesniegt parsēšanas rindā dokumentu \"%s\"" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "Rediģēt parsēšanas iestatījumus dokumenta tipam: %s." -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "Iesniedziet visus parsēšanai nepieciešamos dokumentus." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "%(count)d dokumenti, kas pievienoti parsēšanas rindai." diff --git a/mayan/apps/document_parsing/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/nl_NL/LC_MESSAGES/django.po index b55d7a6fd8..e6776bbc9c 100644 --- a/mayan/apps/document_parsing/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/nl_NL/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Lucas Weel <ljj.weel@gmail.com>, 2018\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" @@ -24,15 +24,15 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Resultaat" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Inhoud" @@ -42,10 +42,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -58,23 +62,27 @@ msgstr "Pagina %(page_number)d" msgid "Contents" msgstr "Inhoud" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -168,53 +176,59 @@ msgstr "" "Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF" " files." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/pl/LC_MESSAGES/django.po index 7fb6f41821..cc013a5a2f 100644 --- a/mayan/apps/document_parsing/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2018\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" @@ -23,15 +23,15 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Wynik" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Zawartość" @@ -41,10 +41,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -57,23 +61,27 @@ msgstr "" msgid "Contents" msgstr "Zawartość" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -165,32 +173,40 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -199,21 +215,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/pt/LC_MESSAGES/django.po index f211555952..8acd2aee12 100644 --- a/mayan/apps/document_parsing/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Emerson Soares <on.emersonsoares@gmail.com>, 2018\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" @@ -22,15 +22,15 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Conteúdo" @@ -40,10 +40,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -56,23 +60,27 @@ msgstr "" msgid "Contents" msgstr "Conteúdos" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -166,53 +174,59 @@ msgstr "" "Caminho para o programa pdftotext de poppler, usado para extrair texto de " "ficheiros PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/pt_BR/LC_MESSAGES/django.po index 098c5b8a9c..989bb80897 100644 --- a/mayan/apps/document_parsing/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/pt_BR/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2018\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" @@ -24,15 +24,15 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Análise de documentos" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "resultado" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Conteúdo" @@ -42,10 +42,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Versão do documento submetida para análise" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Análise da versão do documento concluída" @@ -58,23 +62,27 @@ msgstr "Pagina: %(page_number)d" msgid "Contents" msgstr "Conteúdos" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Erros de análise" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Baixar conteúdo" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Enviar para análise" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Configurar análise" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Analisar documentos por tipo" @@ -173,53 +181,59 @@ msgstr "" "Caminho para o programa poppler pdftotext usado para extrair texto de " "arquivos PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Conteúdo do documento: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Conteúdo da página do documento: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Erros de análise do documento: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d documento adicionado à fila de análise" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d documentos adicionados à fila de análise" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "Envie o documento %(count)d para a fila de análise?" msgstr[1] "Envie os documentos %(count)d para a fila de análise" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Enviar documento \"%s\" para a fila de análise" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/ro_RO/LC_MESSAGES/django.po index bbf134b5a0..ec52c5850e 100644 --- a/mayan/apps/document_parsing/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/ro_RO/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" @@ -24,15 +24,15 @@ msgstr "" "Language: ro_RO\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "Analiza documentelor" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Rezultat" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Conținut" @@ -44,10 +44,14 @@ msgstr "" " din fișiere PDF." #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "Versiunea documentului trimisă pentru analiză" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "Analiza de versiuni a documentelor a fost terminată" @@ -60,23 +64,27 @@ msgstr "Pagina %(page_number)d" msgid "Contents" msgstr "Conţinut" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "Erori de analiză" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "Descărcați conținut" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "Trimiteți pentru analiză" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "Configurarea analizării" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "Analizare pe tipuri de documente" @@ -174,32 +182,39 @@ msgstr "" "Calea de fișier pentru programul pdftotext folosit pentru a extrage textul " "din fișiere PDF." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "Conținutul pentru documentul: %s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "Conținutul pentru pagina documentului: %s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "Erori de analiză pentru documentul: %s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d document adăugat la coada de analiză" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d documente adăugate la coada de analiză" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -207,21 +222,21 @@ msgstr[0] "Trimiteți documentul %(count)d la coada de analiză?" msgstr[1] "Trimiteți documente %(count)d în coada de analiză" msgstr[2] "Trimiteți %(count)d documente în coada de analiză" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "Trimiteți documentul \"%s\" în coada de analiză" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "Editați setările de analiză pentru tipul de document: %s." -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "Trimiteți toate documentele de un anume tip pentru parsare." -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "%(count)d documente adăugate la coada de analiză." diff --git a/mayan/apps/document_parsing/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/ru/LC_MESSAGES/django.po index 9d7f445691..0d16129090 100644 --- a/mayan/apps/document_parsing/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/ru/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: lilo.panic, 2018\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" @@ -23,15 +23,15 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Результат" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Содержимое" @@ -41,10 +41,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -57,23 +61,27 @@ msgstr "Страница %(page_number)d" msgid "Contents" msgstr "Содержание" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -167,32 +175,40 @@ msgstr "" "Путь к файлу программы pdftotext Poppler, используемой для извлечения текста" " из PDF файлов." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -201,21 +217,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/sl_SI/LC_MESSAGES/django.po index 2263465af9..40eaaadb30 100644 --- a/mayan/apps/document_parsing/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2018\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Vsebina" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -55,23 +59,27 @@ msgstr "" msgid "Contents" msgstr "Vsebina" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -163,32 +171,40 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" @@ -197,21 +213,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/tr_TR/LC_MESSAGES/django.po index 43b8913403..9f86ff2082 100644 --- a/mayan/apps/document_parsing/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/tr_TR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2018\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "Sonuç" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "İçerik" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -55,23 +59,27 @@ msgstr "Sayfa %(page_number)d" msgid "Contents" msgstr "İçindekiler" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -165,53 +173,59 @@ msgstr "" "PDF dosyalarından metin ayıklamak için kullanılan poppler'ın pptotext " "programının dosya yolu." -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" msgstr[1] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/vi_VN/LC_MESSAGES/django.po index 1f488b64ad..bd0155c8e5 100644 --- a/mayan/apps/document_parsing/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/vi_VN/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2018\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "Nội dung" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "" @@ -55,23 +59,27 @@ msgstr "" msgid "Contents" msgstr "Nội dung" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "" @@ -163,52 +171,57 @@ msgid "" "files." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/locale/zh/LC_MESSAGES/django.po b/mayan/apps/document_parsing/locale/zh/LC_MESSAGES/django.po index d92c24d999..e9ef05cdb0 100644 --- a/mayan/apps/document_parsing/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/document_parsing/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2017-08-25 00:49+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" @@ -21,15 +21,15 @@ msgstr "" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 events.py:8 permissions.py:8 settings.py:7 +#: apps.py:57 events.py:8 permissions.py:8 settings.py:7 msgid "Document parsing" msgstr "文档解析" -#: apps.py:116 models.py:78 +#: apps.py:131 models.py:78 msgid "Result" msgstr "结果" -#: apps.py:121 apps.py:125 links.py:16 links.py:22 models.py:27 +#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27 msgid "Content" msgstr "内容" @@ -39,10 +39,14 @@ msgid "" msgstr "" #: events.py:12 +msgid "Document parsed content deleted" +msgstr "" + +#: events.py:16 msgid "Document version submitted for parsing" msgstr "提交用于解析的文档版本" -#: events.py:15 +#: events.py:19 msgid "Document version parsing finished" msgstr "文档版本解析完成" @@ -55,23 +59,27 @@ msgstr "第%(page_number)d页" msgid "Contents" msgstr "内容" -#: links.py:28 links.py:66 views.py:197 +#: links.py:22 links.py:27 +msgid "Delete parsed content" +msgstr "" + +#: links.py:39 links.py:77 views.py:225 msgid "Parsing errors" msgstr "解析错误" -#: links.py:34 +#: links.py:45 msgid "Download content" msgstr "下载内容" -#: links.py:39 links.py:46 +#: links.py:50 links.py:57 msgid "Submit for parsing" msgstr "提交解析" -#: links.py:52 +#: links.py:63 msgid "Setup parsing" msgstr "设置解析" -#: links.py:61 +#: links.py:72 msgid "Parse documents per type" msgstr "解析每种类型的文档" @@ -163,52 +171,57 @@ msgid "" "files." msgstr "poppler的pdftotext程序的文件路径,用于从PDF文件中提取文本。" -#: views.py:43 +#: views.py:37 +msgid "Delete the parsed content of the selected document?" +msgid_plural "Delete the parsed content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "Content for document: %s" msgstr "文件内容:%s" -#: views.py:78 +#: views.py:106 #, python-format msgid "Content for document page: %s" msgstr "文档页面的内容:%s" -#: views.py:93 +#: views.py:121 #, python-format msgid "Parsing errors for document: %s" msgstr "解析文档错误:%s" -#: views.py:105 +#: views.py:133 #, python-format msgid "%(count)d document added to the parsing queue" msgstr "%(count)d文档已添加到解析队列中" -#: views.py:108 +#: views.py:136 #, python-format msgid "%(count)d documents added to the parsing queue" msgstr "%(count)d文档已添加到解析队列中" -#: views.py:116 +#: views.py:144 #, python-format msgid "Submit %(count)d document to the parsing queue?" msgid_plural "Submit %(count)d documents to the parsing queue" msgstr[0] "将%(count)d文档提交到解析队列" -#: views.py:129 +#: views.py:157 #, python-format msgid "Submit document \"%s\" to the parsing queue" msgstr "将文档“%s”提交到解析队列" -#: views.py:154 +#: views.py:182 #, python-format msgid "Edit parsing settings for document type: %s." msgstr "" -#: views.py:164 +#: views.py:192 msgid "Submit all documents of a type for parsing." msgstr "" -#: views.py:185 +#: views.py:213 #, python-format msgid "%(count)d documents added to the parsing queue." msgstr "" diff --git a/mayan/apps/document_parsing/managers.py b/mayan/apps/document_parsing/managers.py index c9a70e6ee9..1669f89e70 100644 --- a/mayan/apps/document_parsing/managers.py +++ b/mayan/apps/document_parsing/managers.py @@ -6,9 +6,12 @@ import traceback from django.apps import apps from django.conf import settings -from django.db import models +from django.db import models, transaction -from .events import event_parsing_document_version_finish +from .events import ( + event_parsing_document_content_deleted, + event_parsing_document_version_finish +) from .parsers import Parser from .signals import post_document_version_parsing @@ -16,6 +19,15 @@ logger = logging.getLogger(__name__) class DocumentPageContentManager(models.Manager): + def delete_content_for(self, document, user=None): + with transaction.atomic(): + for document_page in document.pages.all(): + self.filter(document_page=document_page).delete() + + event_parsing_document_content_deleted.commit( + actor=user, target=document + ) + def process_document_version(self, document_version): logger.info( 'Starting parsing for document version: %s', document_version diff --git a/mayan/apps/document_parsing/tests/test_events.py b/mayan/apps/document_parsing/tests/test_events.py index 273e492cde..1a2860305d 100644 --- a/mayan/apps/document_parsing/tests/test_events.py +++ b/mayan/apps/document_parsing/tests/test_events.py @@ -6,15 +6,33 @@ from mayan.apps.documents.tests.literals import TEST_PDF_DOCUMENT_FILENAME from mayan.apps.documents.tests.test_models import GenericDocumentTestCase from ..events import ( + event_parsing_document_content_deleted, event_parsing_document_version_submit, event_parsing_document_version_finish ) +from ..models import DocumentPageContent class DocumentParsingEventsTestCase(GenericDocumentTestCase): # Ensure we use a PDF file test_document_filename = TEST_PDF_DOCUMENT_FILENAME + def test_document_content_deleted_event(self): + Action.objects.all().delete() + DocumentPageContent.objects.delete_content_for( + document=self.test_document + ) + + # Get the oldest action + action = Action.objects.order_by('-timestamp').last() + + self.assertEqual( + action.target, self.test_document + ) + self.assertEqual( + action.verb, event_parsing_document_content_deleted.id + ) + def test_document_version_submit_event(self): Action.objects.all().delete() self.test_document.submit_for_parsing() diff --git a/mayan/apps/document_parsing/tests/test_views.py b/mayan/apps/document_parsing/tests/test_views.py index 29b852ecc9..bb88c1817b 100644 --- a/mayan/apps/document_parsing/tests/test_views.py +++ b/mayan/apps/document_parsing/tests/test_views.py @@ -5,6 +5,7 @@ from django.test import override_settings from mayan.apps.documents.tests.base import GenericDocumentViewTestCase from mayan.apps.documents.tests.literals import TEST_HYBRID_DOCUMENT +from ..models import DocumentPageContent from ..permissions import ( permission_content_view, permission_document_type_parsing_setup, permission_parse_document @@ -14,22 +15,46 @@ from ..utils import get_document_content from .literals import TEST_DOCUMENT_CONTENT -@override_settings(DOCUMENT_PARSING_AUTO_PARSING=True) -class DocumentContentViewsTestCase(GenericDocumentViewTestCase): - _skip_file_descriptor_test = True +class DocumentContentViewTestMixin(object): + def _request_test_document_content_delete_view(self): + return self.post( + viewname='document_parsing:document_content_delete', kwargs={ + 'pk': self.test_document.pk + } + ) - # Ensure we use a PDF file - test_document_filename = TEST_HYBRID_DOCUMENT + def _request_test_document_content_download_view(self): + return self.get( + viewname='document_parsing:document_content_download', + kwargs={'pk': self.test_document.pk} + ) - def _request_document_content_view(self): + def _request_test_document_content_view(self): return self.get( 'document_parsing:document_content', kwargs={ 'pk': self.test_document.pk } ) + def _request_test_document_page_content_view(self): + return self.get( + viewname='document_parsing:document_page_content', kwargs={ + 'pk': self.test_document.pages.first().pk, + } + ) + + +@override_settings(DOCUMENT_PARSING_AUTO_PARSING=True) +class DocumentContentViewsTestCase( + DocumentContentViewTestMixin, GenericDocumentViewTestCase +): + _skip_file_descriptor_test = True + + # Ensure we use a PDF file + test_document_filename = TEST_HYBRID_DOCUMENT + def test_document_content_view_no_permissions(self): - response = self._request_document_content_view() + response = self._request_test_document_content_view() self.assertEqual(response.status_code, 404) def test_document_content_view_with_access(self): @@ -37,20 +62,37 @@ class DocumentContentViewsTestCase(GenericDocumentViewTestCase): obj=self.test_document, permission=permission_content_view ) - response = self._request_document_content_view() + response = self._request_test_document_content_view() self.assertContains( response=response, text=TEST_DOCUMENT_CONTENT, status_code=200 ) - def _request_document_page_content_view(self): - return self.get( - viewname='document_parsing:document_page_content', kwargs={ - 'pk': self.test_document.pages.first().pk, - } + def test_document_content_delete_view_no_permissions(self): + response = self._request_test_document_content_delete_view() + self.assertEqual(response.status_code, 404) + + self.assertTrue( + DocumentPageContent.objects.filter( + document_page=self.test_document.pages.first() + ).exists() + ) + + def test_document_content_delete_view_with_access(self): + self.grant_access( + obj=self.test_document, permission=permission_parse_document + ) + + response = self._request_test_document_content_delete_view() + self.assertEqual(response.status_code, 302) + + self.assertFalse( + DocumentPageContent.objects.filter( + document_page=self.test_document.pages.first() + ).exists() ) def test_document_page_content_view_no_permissions(self): - response = self._request_document_page_content_view() + response = self._request_test_document_page_content_view() self.assertEqual(response.status_code, 404) def test_document_page_content_view_with_access(self): @@ -58,19 +100,13 @@ class DocumentContentViewsTestCase(GenericDocumentViewTestCase): permission=permission_content_view, obj=self.test_document ) - response = self._request_document_page_content_view() + response = self._request_test_document_page_content_view() self.assertContains( response=response, text=TEST_DOCUMENT_CONTENT, status_code=200 ) - def _request_document_content_download_view(self): - return self.get( - viewname='document_parsing:document_content_download', - kwargs={'pk': self.test_document.pk} - ) - def test_document_parsing_download_view_no_permission(self): - response = self._request_document_content_download_view() + response = self._request_test_document_content_download_view() self.assertEqual(response.status_code, 403) def test_download_view_with_access(self): @@ -79,7 +115,7 @@ class DocumentContentViewsTestCase(GenericDocumentViewTestCase): permission=permission_content_view, obj=self.test_document ) - response = self._request_document_content_download_view() + response = self._request_test_document_content_download_view() self.assertEqual(response.status_code, 200) self.assert_download_response( @@ -88,12 +124,20 @@ class DocumentContentViewsTestCase(GenericDocumentViewTestCase): ), ) + +class DocumentTypeContentViewsTestMixin(object): def _request_test_document_type_parsing_settings(self): return self.get( viewname='document_parsing:document_type_parsing_settings', - kwargs={'pk': self.test_document.document_type.pk} + kwargs={'pk': self.test_document_type.pk} ) + +class DocumentTypeContentViewsTestCase( + DocumentTypeContentViewsTestMixin, GenericDocumentViewTestCase +): + auto_upload_document = False + def test_document_type_parsing_settings_view_no_permission(self): response = self._request_test_document_type_parsing_settings() self.assertEqual(response.status_code, 404) @@ -101,7 +145,7 @@ class DocumentContentViewsTestCase(GenericDocumentViewTestCase): def test_document_type_parsing_settings_view_with_access(self): self.grant_access( permission=permission_document_type_parsing_setup, - obj=self.test_document.document_type + obj=self.test_document_type ) response = self._request_test_document_type_parsing_settings() diff --git a/mayan/apps/document_parsing/urls.py b/mayan/apps/document_parsing/urls.py index 20de63eefd..f590236176 100644 --- a/mayan/apps/document_parsing/urls.py +++ b/mayan/apps/document_parsing/urls.py @@ -4,10 +4,10 @@ from django.conf.urls import url from .api_views import APIDocumentPageContentView from .views import ( - DocumentContentView, DocumentContentDownloadView, - DocumentPageContentView, DocumentParsingErrorsListView, - DocumentSubmitView, DocumentTypeSettingsEditView, DocumentTypeSubmitView, - ParseErrorListView + DocumentContentView, DocumentContentDeleteView, + DocumentContentDownloadView, DocumentPageContentView, + DocumentParsingErrorsListView, DocumentSubmitView, + DocumentTypeSettingsEditView, DocumentTypeSubmitView, ParseErrorListView ) urlpatterns = [ @@ -16,21 +16,23 @@ urlpatterns = [ view=DocumentContentView.as_view(), name='document_content' ), url( - regex=r'^documents/pages/(?P<pk>\d+)/content/$', - view=DocumentPageContentView.as_view(), name='document_page_content' + regex=r'^documents/(?P<pk>\d+)/content/delete/$', + view=DocumentContentDeleteView.as_view(), + name='document_content_delete' + ), + url( + regex=r'^documents/multiple/content/delete/$', + view=DocumentContentDeleteView.as_view(), + name='document_content_delete_multiple' ), url( regex=r'^documents/(?P<pk>\d+)/content/download/$', - view=DocumentContentDownloadView.as_view(), name='document_content_download' + view=DocumentContentDownloadView.as_view(), + name='document_content_download' ), url( - regex=r'^document_types/submit/$', - view=DocumentTypeSubmitView.as_view(), name='document_type_submit' - ), - url( - regex=r'^document_types/(?P<pk>\d+)/parsing/settings/$', - view=DocumentTypeSettingsEditView.as_view(), - name='document_type_parsing_settings' + regex=r'^documents/pages/(?P<pk>\d+)/content/$', + view=DocumentPageContentView.as_view(), name='document_page_content' ), url( regex=r'^documents/(?P<pk>\d+)/submit/$', @@ -45,6 +47,15 @@ urlpatterns = [ view=DocumentParsingErrorsListView.as_view(), name='document_parsing_error_list' ), + url( + regex=r'^document_types/submit/$', + view=DocumentTypeSubmitView.as_view(), name='document_type_submit' + ), + url( + regex=r'^document_types/(?P<pk>\d+)/parsing/settings/$', + view=DocumentTypeSettingsEditView.as_view(), + name='document_type_parsing_settings' + ), url( regex=r'^errors/all/$', view=ParseErrorListView.as_view(), name='error_list' diff --git a/mayan/apps/document_parsing/views.py b/mayan/apps/document_parsing/views.py index 5256fc7c6d..de9cb3ef0b 100644 --- a/mayan/apps/document_parsing/views.py +++ b/mayan/apps/document_parsing/views.py @@ -15,7 +15,7 @@ from mayan.apps.documents.forms import DocumentTypeFilteredSelectForm from mayan.apps.documents.models import Document, DocumentPage, DocumentType from .forms import DocumentContentForm, DocumentPageContentForm -from .models import DocumentVersionParseError +from .models import DocumentPageContent, DocumentVersionParseError from .permissions import ( permission_content_view, permission_document_type_parsing_setup, permission_parse_document @@ -23,6 +23,34 @@ from .permissions import ( from .utils import get_document_content +class DocumentContentDeleteView(MultipleObjectConfirmActionView): + model = Document + object_permission = permission_parse_document + success_message = 'Deleted parsed content of %(count)d document.' + success_message_plural = 'Deleted parsed content of %(count)d documents.' + + def get_extra_context(self): + queryset = self.object_list + + result = { + 'title': ungettext( + singular='Delete the parsed content of the selected document?', + plural='Delete the parsed content of the selected documents?', + number=queryset.count() + ) + } + + if queryset.count() == 1: + result['object'] = queryset.first() + + return result + + def object_action(self, form, instance): + DocumentPageContent.objects.delete_content_for( + document=instance, user=self.request.user + ) + + class DocumentContentView(SingleObjectDetailView): form_class = DocumentContentForm model = Document diff --git a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po index 8de2869d9c..ba96fc9b5f 100644 --- a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po index 313ed0030c..b1380abf10 100644 --- a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po index ea8b3a9211..856292063a 100644 --- a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/document_signatures/locale/cs/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/cs/LC_MESSAGES/django.po index 138722f984..cde7d2a4cb 100644 --- a/mayan/apps/document_signatures/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/document_signatures/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/da_DK/LC_MESSAGES/django.po index 67d1bf8e5a..df74289604 100644 --- a/mayan/apps/document_signatures/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 38c448fa9d..237d8b7250 100644 --- a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-05-08 22:16+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/document_signatures/locale/el/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/el/LC_MESSAGES/django.po index ec74f83285..17698e2f34 100644 --- a/mayan/apps/document_signatures/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po index 0e013dd7a8..994ec5e937 100644 --- a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 80d0391ba8..bc5949fcd7 100644 --- a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-30 16:40+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po index e7cd695a7f..4a55f30ed9 100644 --- a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po index 810e3f8594..9a5bcd3dee 100644 --- a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-05-17 12:04+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po index f048156456..ce19d8eb82 100644 --- a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po index 28a7e9340a..fc380fc785 100644 --- a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-05-12 17:54+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index 729058105e..32367b9187 100644 Binary files a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po index 8b4fd199f4..9a081d7542 100644 --- a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -4,15 +4,16 @@ # # Translators: # Carlo Zanatto <>, 2012 +# Daniele Bortoluzzi <daniele@elkos.it>, 2019 # Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017 # Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012,2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" +"PO-Revision-Date: 2019-08-28 12:12+0000\n" +"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -52,7 +53,7 @@ msgstr "Chiave" msgid "" "The passphrase to unlock the key and allow it to be used to sign the " "document version." -msgstr "" +msgstr "La password per sbloccare la chiave e consentirne l'uso per la firma della versione del documento." #: forms.py:26 msgid "Passphrase" @@ -60,7 +61,7 @@ msgstr "Passphrase" #: forms.py:35 msgid "Private key that will be used to sign this document version." -msgstr "" +msgstr "La chiave privata che verrà usata per firmare questa versione del documento." #: forms.py:46 msgid "Signature is embedded?" @@ -236,11 +237,11 @@ msgstr "Verifica firma incorporata mancante" #: settings.py:15 msgid "Path to the Storage subclass to use when storing detached signatures." -msgstr "" +msgstr "Percorso alla sottoclasse Storage da usare per l'archiviazione delle firme separate." #: settings.py:24 msgid "Arguments to pass to the SIGNATURE_STORAGE_BACKEND. " -msgstr "" +msgstr "Argomenti da passare al SIGNATURE_STORAGE_BACKEND. " #: views.py:68 views.py:159 msgid "Passphrase is needed to unlock this key." @@ -279,11 +280,11 @@ msgid "" "Signatures help provide authorship evidence and tamper detection. They are " "very secure and hard to forge. A signature can be embedded as part of the " "document itself or uploaded as a separate file." -msgstr "" +msgstr "Le firme servono a provare la paternità del documento e a impedirne la contraffazione. Sono molto sicure e molto difficili da falsificare. Una firma può essere incorporata nel documento stesso oppure caricata come file separato." #: views.py:328 msgid "There are no signatures for this document." -msgstr "" +msgstr "Non ci sono firme per questo documento." #: views.py:331 #, python-format diff --git a/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po index d95d927b87..7098fc1349 100644 --- a/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-06-27 13:01+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po index b57aab6166..6a70f98891 100644 --- a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index b8cc652ef9..b651d67893 100644 --- a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index f31072c8ce..cb856f3427 100644 --- a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po index 70c8133b97..5092cb43bd 100644 --- a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po index bbceb01a60..b2bf88c520 100644 --- a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-05-02 05:17+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 50bf85991f..1230138230 100644 --- a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po index 9873a35fc6..d8c92fec7e 100644 --- a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po index f829e2d757..c5fe805d03 100644 --- a/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po index 629acaaef3..0acb3b3161 100644 --- a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/document_signatures/locale/zh/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/zh/LC_MESSAGES/django.po index 45ae8d0f71..b0411d9305 100644 --- a/mayan/apps/document_signatures/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:10-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/document_signatures/tests/test_views.py b/mayan/apps/document_signatures/tests/test_views.py index 080260f79d..dda0ec0639 100644 --- a/mayan/apps/document_signatures/tests/test_views.py +++ b/mayan/apps/document_signatures/tests/test_views.py @@ -22,84 +22,32 @@ TEST_UNSIGNED_DOCUMENT_COUNT = 4 TEST_SIGNED_DOCUMENT_COUNT = 2 -class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): - auto_upload_document = False - - def _request_document_version_signature_list_view(self, document): - return self.get( - viewname='signatures:document_version_signature_list', - kwargs={'pk': self.test_document.latest_version.pk} +class SignaturesViewTestMixin(object): + def _request_test_document_version_signature_delete_view(self): + return self.post( + viewname='signatures:document_version_signature_delete', + kwargs={'pk': self.test_signature.pk} ) - def test_signature_list_view_no_permission(self): - self._create_test_key() - - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - response = self._request_document_version_signature_list_view( - document=self.test_document - ) - self.assertEqual(response.status_code, 403) - - def test_signature_list_view_with_access(self): - self._create_test_key() - - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - self.grant_access( - obj=self.test_document, - permission=permission_document_version_signature_view - ) - - response = self._request_document_version_signature_list_view( - document=self.test_document - ) - self.assertEqual(response.status_code, 200) - self.assertEqual(response.context['object_list'].count(), 1) - - def _request_document_version_signature_details_view(self): + def _request_test_document_version_signature_details_view(self): return self.get( viewname='signatures:document_version_signature_details', kwargs={'pk': self.test_signature.pk} ) - def test_signature_detail_view_no_permission(self): - self._create_test_key() - - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - response = self._request_document_version_signature_details_view() - self.assertEqual(response.status_code, 404) - - def test_signature_detail_view_with_access(self): - self._create_test_key() - - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - self.grant_access( - obj=self.test_document, - permission=permission_document_version_signature_view + def _request_test_document_version_signature_download_view(self): + return self.get( + viewname='signatures:document_version_signature_download', + kwargs={'pk': self.test_signature.pk} ) - response = self._request_document_version_signature_details_view() - self.assertContains( - response=response, text=self.test_signature.signature_id, - status_code=200 + def _request_test_document_version_signature_list_view(self, document): + return self.get( + viewname='signatures:document_version_signature_list', + kwargs={'pk': self.test_document.latest_version.pk} ) - def _request_document_version_signature_upload_view(self): + def _request_test_document_version_signature_upload_view(self): with open(TEST_SIGNATURE_FILE_PATH, mode='rb') as file_object: return self.post( viewname='signatures:document_version_signature_upload', @@ -107,70 +55,17 @@ class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): data={'signature_file': file_object} ) - def test_signature_upload_view_no_permission(self): - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - response = self._request_document_version_signature_upload_view() - self.assertEqual(response.status_code, 403) - - self.assertEqual(DetachedSignature.objects.count(), 0) - - def test_signature_upload_view_with_access(self): - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self.grant_access( - obj=self.test_document, - permission=permission_document_version_signature_upload - ) - - response = self._request_document_version_signature_upload_view() - self.assertEqual(response.status_code, 302) - - self.assertEqual(DetachedSignature.objects.count(), 1) - - def _request_document_version_signature_download_view(self): - return self.get( - viewname='signatures:document_version_signature_download', - kwargs={'pk': self.test_signature.pk} - ) - - def test_signature_download_view_no_permission(self): - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - response = self._request_document_version_signature_download_view() - self.assertEqual(response.status_code, 403) - - def test_signature_download_view_with_access(self): - self.test_document_path = TEST_DOCUMENT_PATH - self.upload_document() - - self._create_test_detached_signature() - - self.grant_access( - obj=self.test_document, - permission=permission_document_version_signature_download - ) - - self.expected_content_type = 'application/octet-stream; charset=utf-8' - - response = self._request_document_version_signature_download_view() - - with self.test_signature.signature_file as file_object: - assert_download_response( - self, response=response, content=file_object.read(), - ) - - def _request_document_version_signature_delete_view(self): + def _request_all_test_document_version_signature_verify_view(self): return self.post( - viewname='signatures:document_version_signature_delete', - kwargs={'pk': self.test_signature.pk} + viewname='signatures:all_document_version_signature_verify' ) + +class SignaturesViewTestCase( + SignaturesTestMixin, SignaturesViewTestMixin, GenericDocumentViewTestCase +): + auto_upload_document = False + def test_signature_delete_view_no_permission(self): self._create_test_key() @@ -184,7 +79,7 @@ class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): permission=permission_document_version_signature_view ) - response = self._request_document_version_signature_delete_view() + response = self._request_test_document_version_signature_delete_view() self.assertEqual(response.status_code, 404) self.assertEqual(DetachedSignature.objects.count(), 1) @@ -205,15 +100,124 @@ class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): permission=permission_document_version_signature_view ) - response = self._request_document_version_signature_delete_view() + response = self._request_test_document_version_signature_delete_view() self.assertEqual(response.status_code, 302) self.assertEqual(DetachedSignature.objects.count(), 0) - def _request_all_document_version_signature_verify_view(self): - return self.post( - viewname='signatures:all_document_version_signature_verify' + def test_signature_detail_view_no_permission(self): + self._create_test_key() + + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + response = self._request_test_document_version_signature_details_view() + self.assertEqual(response.status_code, 404) + + def test_signature_detail_view_with_access(self): + self._create_test_key() + + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + self.grant_access( + obj=self.test_document, + permission=permission_document_version_signature_view ) + response = self._request_test_document_version_signature_details_view() + self.assertContains( + response=response, text=self.test_signature.signature_id, + status_code=200 + ) + + def test_signature_download_view_no_permission(self): + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + response = self._request_test_document_version_signature_download_view() + self.assertEqual(response.status_code, 403) + + def test_signature_download_view_with_access(self): + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + self.grant_access( + obj=self.test_document, + permission=permission_document_version_signature_download + ) + + self.expected_content_type = 'application/octet-stream; charset=utf-8' + + response = self._request_test_document_version_signature_download_view() + + with self.test_signature.signature_file as file_object: + assert_download_response( + self, response=response, content=file_object.read(), + ) + + def test_signature_list_view_no_permission(self): + self._create_test_key() + + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + response = self._request_test_document_version_signature_list_view( + document=self.test_document + ) + self.assertEqual(response.status_code, 403) + + def test_signature_list_view_with_access(self): + self._create_test_key() + + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self._create_test_detached_signature() + + self.grant_access( + obj=self.test_document, + permission=permission_document_version_signature_view + ) + + response = self._request_test_document_version_signature_list_view( + document=self.test_document + ) + self.assertEqual(response.status_code, 200) + self.assertEqual(response.context['object_list'].count(), 1) + + def test_signature_upload_view_no_permission(self): + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + response = self._request_test_document_version_signature_upload_view() + self.assertEqual(response.status_code, 403) + + self.assertEqual(DetachedSignature.objects.count(), 0) + + def test_signature_upload_view_with_access(self): + self.test_document_path = TEST_DOCUMENT_PATH + self.upload_document() + + self.grant_access( + obj=self.test_document, + permission=permission_document_version_signature_upload + ) + + response = self._request_test_document_version_signature_upload_view() + self.assertEqual(response.status_code, 302) + + self.assertEqual(DetachedSignature.objects.count(), 1) + def test_missing_signature_verify_view_no_permission(self): # Silence converter logging self._silence_logger(name='mayan.apps.converter.backends') @@ -239,7 +243,7 @@ class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): DocumentVersion._post_save_hooks = old_hooks - response = self._request_all_document_version_signature_verify_view() + response = self._request_all_test_document_version_signature_verify_view() self.assertEqual(response.status_code, 403) self.assertEqual( @@ -276,7 +280,7 @@ class SignaturesViewTestCase(SignaturesTestMixin, GenericDocumentViewTestCase): permission=permission_document_version_signature_verify ) - response = self._request_all_document_version_signature_verify_view() + response = self._request_all_test_document_version_signature_verify_view() self.assertEqual(response.status_code, 302) self.assertEqual( diff --git a/mayan/apps/document_states/apps.py b/mayan/apps/document_states/apps.py index 2d46c6bde2..6bd66b4de6 100644 --- a/mayan/apps/document_states/apps.py +++ b/mayan/apps/document_states/apps.py @@ -22,7 +22,7 @@ from mayan.apps.events.links import ( from mayan.apps.navigation.classes import SourceColumn from .classes import DocumentStateHelper, WorkflowAction -from .events import event_workflow_created, event_workflow_edited +from .events import event_workflow_edited from .dependencies import * # NOQA from .handlers import ( handler_create_workflow_image_cache, handler_index_document, @@ -121,9 +121,7 @@ class DocumentStatesApp(MayanAppConfig): ) ModelEventType.register( - event_types=( - event_workflow_created, event_workflow_edited - ), model=Workflow + event_types=(event_workflow_edited,), model=Workflow ) ModelPermission.register( diff --git a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo index f35fcaa9f9..73cc1592d7 100644 Binary files a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po index fcf60e90ce..d453e54081 100644 --- a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "لا شيء" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "مستخدم" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "تعليق" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo index cd4a3463bf..d86d7478eb 100644 Binary files a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po index aa31cadf4d..b5cf660a31 100644 --- a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Няма" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Потребител" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Коментар" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo index 2846bef68d..03e5e16904 100644 Binary files a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po index c6d332d6c3..c7f3d32bcf 100644 --- a/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bs_BA/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Vratite završnu vrijednost trenutnog stanja izabranog toka posla" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nijedno" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Trenutna stanje" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Korisnik" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Poslednja tranzicija" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Datum i vreme" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Završetak" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Tranzicija" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Komentar" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Kada?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Vrsta akcije" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Uzroci" @@ -679,6 +679,10 @@ msgstr "Lansiranje toka posla je u redu." msgid "Preview of: %s" msgstr "Pregled od: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.mo index 9196cdec33..1c6848be5f 100644 Binary files a/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.po index 11aaee5402..6ee3b60097 100644 --- a/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/cs/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.mo index e87b3dff88..933e90a061 100644 Binary files a/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.po index ba1e7496bb..9acc029819 100644 --- a/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/da_DK/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Ingen" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Bruger" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo index bd88cae307..09640aa212 100644 Binary files a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po index 66a16d0a88..acdf11fea8 100644 --- a/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/de_DE/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -38,47 +38,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Den Ergebniswert des aktuellen Status des ausgewählten Workflows zurückgeben" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Keiner" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Aktueller Status" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Benutzer" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Letzter Übergang" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Datum und Zeit" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Fertigstellung" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Übergang" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Kommentar" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Wann" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Aktionstyp" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Trigger" @@ -681,6 +681,10 @@ msgstr "Workflow-Start wurde erfolgreich vorgemerkt." msgid "Preview of: %s" msgstr "Vorschau von %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/el/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/el/LC_MESSAGES/django.mo index 8a8fab62c2..e2cf8d794b 100644 Binary files a/mayan/apps/document_states/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/el/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/el/LC_MESSAGES/django.po index 3c9334be35..6d0c738f14 100644 --- a/mayan/apps/document_states/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/el/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Επιστρέφει την τιμή ολολήρωσης της τρέχουσας κατάστασης για την επιλεγμένη ροή εργασίας" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Κανένα" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Τρέχουσα κατσταση" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Χρήστης" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Τελευταία μετάβαση" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Ημερομηνία και ώρα" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Ολοκλήρωση" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Μετάβαση" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Σχόλιο" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Πότε;" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Τύπος ενέργειας" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "Εκκίνηση ροών εργασίας προστέθηκε στην msgid "Preview of: %s" msgstr "Προεπισκόπηση του: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po index 7eba34e156..10ddba0a86 100644 --- a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -676,6 +676,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo index 69c4118c54..3eaaf3d8d4 100644 Binary files a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po index 4a4b3af3ec..f00cc60ed9 100644 --- a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-07-05 06:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 21:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -37,47 +37,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Devolver el valor de finalización del estado actual del flujo de trabajo seleccionado" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Ninguno" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Estado actual" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Usuario" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Última transición" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Fecha y hora" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Cantidad de completación" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transición" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Comentario" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "¿Cuando?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Tipo de acción" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Disparadores" @@ -680,6 +680,10 @@ msgstr "Lanzamiento de flujos de trabajo sometido con éxito." msgid "Preview of: %s" msgstr "Vista previa de: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "Vista previa del flujo de trabajo" + #: workflow_actions.py:22 msgid "Document label" msgstr "Etiqueta de documento" diff --git a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo index a148ade270..9ec997c9d8 100644 Binary files a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po index ba66b11b88..a17844d8b2 100644 --- a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -37,47 +37,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "مقدار تکمیل وضعیت کنونی جریان کاری انتخاب شده را بازگردانید" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "هیچ یک" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "وضعیت فعلی" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "کاربر" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "آخرین گذار" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "تاریخ و زمان" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "تکمیل" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "گذار" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "اظهار نظر" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "چه زمانی؟" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "نوع اقدام" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "راه اندازی" @@ -680,6 +680,10 @@ msgstr "راه اندازی کار در صف با موفقیت." msgid "Preview of: %s" msgstr "پیش نمایش از: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo index be232176b6..54f76d2e3f 100644 Binary files a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po index f7d7b9a62a..89f99f8533 100644 --- a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-08-22 13:55+0000\n" -"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,47 +39,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Renvoyer la valeur d'achèvement de l'état actuel du flux de travail sélectionné" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Aucun" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "État actuel" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Utilisateur" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Dernière transition" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Date et heure" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Finalisation" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transition" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Commentaire" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Quand ?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Type d'action" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Déclencheurs" @@ -682,6 +682,10 @@ msgstr "Le lancement du flux de travail a été mis en file d'attente avec succ msgid "Preview of: %s" msgstr "Prévisualisation de : %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "Étiquette du document" diff --git a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo index 3e9a65d2c4..ff35605874 100644 Binary files a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po index 1a94b04289..8ad1b33701 100644 --- a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Semmi" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Jelen állapot" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Felhasználó" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Dátum és idő" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Megjegyzés" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -679,6 +679,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo index c25b9696de..9f880a6fd5 100644 Binary files a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po index 2373ef62fc..09149d77d1 100644 --- a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nihil" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Kondisi saat ini" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Pengguna" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Transisi terakhir" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Tanggal dan waktu" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transisi" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Komentar" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Kapan?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Tipe tindakan" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Pemicu" @@ -679,6 +679,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo index c14c1eedf4..2e04a3bf7e 100644 Binary files a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po index 968ef88774..b00dd5e844 100644 --- a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Daniele Bortoluzzi <daniele@elkos.it>, 2019 # Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" @@ -29,72 +30,72 @@ msgstr "Stato corrente del workflow" #: apps.py:105 msgid "Return the current state of the selected workflow" -msgstr "" +msgstr "Restituisce lo stato corrente del flusso di lavoro selezionato" #: apps.py:112 msgid "" "Return the completion value of the current state of the selected workflow" -msgstr "" +msgstr "Restituisce la percentuale di completamento dello stato corrente del flusso di lavoro selezionato" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nessuna " -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Stato corrente" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Utente" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Ultima transizione" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Data e ora" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Completamento" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transizione" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Commento" -#: apps.py:233 +#: apps.py:231 msgid "When?" -msgstr "" +msgstr "Quando?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" -msgstr "" +msgstr "Tipo di azione" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" -msgstr "" +msgstr "Triggers (azioni innescate)" #: error_logs.py:8 models.py:302 msgid "Workflow state actions" -msgstr "" +msgstr "Azioni per lo stato del flusso di lavoro" #: events.py:12 msgid "Workflow created" -msgstr "" +msgstr "Flusso di lavoro creato" #: events.py:15 msgid "Workflow edited" -msgstr "" +msgstr "Flusso di lavoro modificato" #: forms.py:22 msgid "Action" -msgstr "" +msgstr "Azione" #: forms.py:117 msgid "Namespace" @@ -118,7 +119,7 @@ msgstr "Si" #: forms.py:181 msgid "Optional comment to attach to the transition." -msgstr "" +msgstr "Commento opzionale da aggiungere alla transizione." #: handlers.py:62 #, python-format @@ -147,7 +148,7 @@ msgstr "Azioni " #: links.py:72 msgid "Create action" -msgstr "" +msgstr "Crea azione" #: links.py:78 msgid "Create state" @@ -167,7 +168,7 @@ msgstr "Transizioni" #: links.py:129 msgid "Transition triggers" -msgstr "" +msgstr "Trigger per la transizione" #: links.py:136 msgid "Preview" @@ -183,25 +184,25 @@ msgstr "Dettagli" #: links.py:170 msgid "Workflow documents" -msgstr "" +msgstr "Documenti di workflow" #: links.py:182 msgid "State documents" -msgstr "" +msgstr "Documenti di stato" #: literals.py:9 msgid "On entry" -msgstr "" +msgstr "All'entrata" #: literals.py:10 msgid "On exit" -msgstr "" +msgstr "All'uscita" #: models.py:42 msgid "" "This value will be used by other apps to reference this workflow. Can only " "contain letters, numbers, and underscores." -msgstr "" +msgstr "Questo valore sarà usato da altre applicazioni per riferirsi a questo workflow. Può contenere solo lettere, numeri e underscore (trattino basso)." #: models.py:45 msgid "Internal name" @@ -241,31 +242,31 @@ msgstr "Stati workflow" #: models.py:279 msgid "A simple identifier for this action." -msgstr "" +msgstr "Un semplice identificatore per questa azione." #: models.py:286 msgid "At which moment of the state this action will execute" -msgstr "" +msgstr "In quale momento dello stato questa azione sarà eseguita" #: models.py:287 msgid "When" -msgstr "" +msgstr "Quando" #: models.py:291 msgid "The dotted Python path to the workflow action class to execute." -msgstr "" +msgstr "Il percorso alla classe Python per l'azione di workflow da eseguire." #: models.py:292 msgid "Entry action path" -msgstr "" +msgstr "Percorso per l'inizio dell'azione" #: models.py:295 msgid "Entry action data" -msgstr "" +msgstr "Dati per l'inizio dell'azione" #: models.py:301 msgid "Workflow state action" -msgstr "" +msgstr "Azione dello stato del workflow" #: models.py:346 msgid "Origin state" @@ -289,11 +290,11 @@ msgstr "Tipo evento" #: models.py:377 msgid "Workflow transition trigger event" -msgstr "" +msgstr "Evento scatenato dalla transizione del workflow" #: models.py:378 msgid "Workflow transitions trigger events" -msgstr "" +msgstr "Eventi scatenati dalla transizione del workflow" #: models.py:392 msgid "Document" @@ -321,7 +322,7 @@ msgstr "Voci log istanza workflow" #: models.py:528 msgid "Not a valid transition choice." -msgstr "" +msgstr "Non è una scelta valida per la transizione" #: models.py:561 msgid "Workflow runtime proxy" @@ -461,7 +462,7 @@ msgstr "" #: views/workflow_proxy_views.py:50 msgid "There are no documents executing this workflow" -msgstr "" +msgstr "Non ci sono documenti che eseguono questo workflow" #: views/workflow_proxy_views.py:53 #, python-format @@ -679,6 +680,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.mo index 0395243119..00f28fed56 100644 Binary files a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po index 54ac0281f7..c34e07987e 100644 --- a/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/lv/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-07-01 05:54+0000\n" -"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Atgrieziet atlasītās darbplūsmas pašreizējā stāvokļa pabeigšanas vērtību" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nav neviens" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Pašreizējais stāvoklis" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Lietotājs" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Pēdējā pāreja" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Datums un laiks" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Pabeigšana" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Pāreja" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Komentārs" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Kad?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Darbības veids" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Palaišanas" @@ -679,6 +679,10 @@ msgstr "Veiksmīga darbplūsmas palaišana." msgid "Preview of: %s" msgstr "Priekšskatījums: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "Dokumenta etiķete" diff --git a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo index 52e37ab38e..a9779b33cb 100644 Binary files a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po index 96885c31ca..b21ded37bf 100644 --- a/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/nl_NL/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-07-27 03:44+0000\n" -"Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,47 +37,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Geen" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Huidige staat" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Gebruiker" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Laatste transitie" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Datum en tijd" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Voltooiing" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transitie" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Commentaar" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Actie type" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -680,6 +680,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo index d8727241c4..1cfde7821f 100644 Binary files a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po index 865430b58e..368dfcdcfc 100644 --- a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Brak" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Aktualny stan" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Użytkownik" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Data i godzina" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Komentarz" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -679,6 +679,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo index 0e75c83cd5..813a5dda8c 100644 Binary files a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po index f1d27b6507..d304d51639 100644 --- a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nenhum" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Utilizador" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Comentário" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo index 0adec4b71c..67e2cf4a6e 100644 Binary files a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po index f4edd9322c..09abbf69f0 100644 --- a/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt_BR/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -39,47 +39,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Retorna o valor de finalização do estado atual de um fluxo de trabalho selecionado" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nenhum" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Estado atual" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Usuário" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Última transação" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Data e hora" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Finalização" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Transações" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Comentário" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Quando?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Tipo de ação" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Acionadores" @@ -682,6 +682,10 @@ msgstr "Lançamento do fluxo de trabalho enfileirado com sucesso." msgid "Preview of: %s" msgstr "Prévia de: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo index ac5f5bb759..3bc2b0b014 100644 Binary files a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po index 107cddfb59..16b22f8dc3 100644 --- a/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ro_RO/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Obțineți valoarea finală a stării actuale a fluxului de lucru selectat" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Nici unul" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Starea curentă" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Utilizator" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Ultima tranziție" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Data și ora" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Finalizare" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Tranziție" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Comentariu" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "Cănd?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "Tipul de acțiune" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "Declanșatoare" @@ -118,7 +118,7 @@ msgstr "Da" #: forms.py:181 msgid "Optional comment to attach to the transition." -msgstr "" +msgstr "Comentariu opțional de atașat la tranziție." #: handlers.py:62 #, python-format @@ -679,6 +679,10 @@ msgstr "Lansarea fluxului de lucru a intrat în coada de așteptare." msgid "Preview of: %s" msgstr "Previzualizarea: %s" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "Etichetele documentului" diff --git a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo index 4d90b33ac8..15d2a3b58d 100644 Binary files a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po index 8bab5b41f8..54742977b5 100644 --- a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Ничего" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Текущее состояние" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Пользователь" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Дата и время" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Завершение" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Переход" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Комментарий" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -679,6 +679,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo index e0abda3251..cc04a62239 100644 Binary files a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po index 172d40ebce..eca2de2e41 100644 --- a/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/sl_SI/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Brez" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Komentar" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.mo index 9eadf8e50e..aaba2e92c0 100644 Binary files a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po index 50ecef45be..76051f089c 100644 --- a/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/tr_TR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "Seçili iş akışının geçerli durumunun tamamlanma değerini döndürür" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "Yok" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "Mevcut durum" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Kullanıcı" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "Son geçiş" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "Tarih ve saat" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "Tamamlama" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "Geçiş" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Yorum Yap" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -679,6 +679,10 @@ msgstr "İş akışı başlatma başarıyla sıraya girdi." msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo index d8df0018f8..5a666904c6 100644 Binary files a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po index 5af214ea41..d650df2cd7 100644 --- a/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/vi_VN/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -35,47 +35,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "None" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "Người dùng" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "Chú thích" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -678,6 +678,10 @@ msgstr "" msgid "Preview of: %s" msgstr "" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.mo index 05c476aa33..12e6e062fd 100644 Binary files a/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.po index 636299929b..5757ea8222 100644 --- a/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/zh/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:45+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" "MIME-Version: 1.0\n" @@ -36,47 +36,47 @@ msgid "" "Return the completion value of the current state of the selected workflow" msgstr "返回所选工作流的当前状态的完成值" -#: apps.py:167 apps.py:178 apps.py:188 apps.py:194 +#: apps.py:165 apps.py:176 apps.py:186 apps.py:192 msgid "None" msgstr "没有" -#: apps.py:172 +#: apps.py:170 msgid "Current state" msgstr "当前状态" -#: apps.py:176 apps.py:203 models.py:514 +#: apps.py:174 apps.py:201 models.py:514 msgid "User" msgstr "用户" -#: apps.py:182 +#: apps.py:180 msgid "Last transition" msgstr "最后的流转" -#: apps.py:186 apps.py:199 +#: apps.py:184 apps.py:197 msgid "Date and time" msgstr "日期和时间" -#: apps.py:192 models.py:211 +#: apps.py:190 models.py:211 msgid "Completion" msgstr "完成" -#: apps.py:206 forms.py:178 links.py:161 models.py:369 models.py:510 +#: apps.py:204 forms.py:178 links.py:161 models.py:369 models.py:510 msgid "Transition" msgstr "流转" -#: apps.py:210 forms.py:182 models.py:516 +#: apps.py:208 forms.py:182 models.py:516 msgid "Comment" msgstr "评论" -#: apps.py:233 +#: apps.py:231 msgid "When?" msgstr "何时?" -#: apps.py:237 +#: apps.py:235 msgid "Action type" msgstr "操作类型" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "触发器" @@ -679,6 +679,10 @@ msgstr "工作流启动成功排队。" msgid "Preview of: %s" msgstr "%s的预览" +#: widgets.py:21 +msgid "Workflow preview" +msgstr "" + #: workflow_actions.py:22 msgid "Document label" msgstr "" diff --git a/mayan/apps/document_states/templates/document_states/extra_data.html b/mayan/apps/document_states/templates/document_states/extra_data.html index b996601769..94ed6b96c2 100644 --- a/mayan/apps/document_states/templates/document_states/extra_data.html +++ b/mayan/apps/document_states/templates/document_states/extra_data.html @@ -5,4 +5,3 @@ {% endfor %} </ul> {% endif %} - diff --git a/mayan/apps/document_states/templates/document_states/forms/widgets/workflow_image.html b/mayan/apps/document_states/templates/document_states/forms/widgets/workflow_image.html index 6aa520bc92..8b2dc419cb 100644 --- a/mayan/apps/document_states/templates/document_states/forms/widgets/workflow_image.html +++ b/mayan/apps/document_states/templates/document_states/forms/widgets/workflow_image.html @@ -1,2 +1,3 @@ -<img class="img-responsive" name="{{ widget.name }}" {% include "django/forms/widgets/attrs.html" %} src="{{ widget.value.get_api_image_url }}" style="margin:auto;" /> +{% load i18n %} +<img alt="{% trans 'Workflow preview' %}" class="img-responsive" name="{{ widget.name }}" {% include "django/forms/widgets/attrs.html" %} src="{{ widget.value.get_api_image_url }}" style="margin:auto;" /> diff --git a/mayan/apps/document_states/tests/test_actions.py b/mayan/apps/document_states/tests/test_workflow_actions.py similarity index 100% rename from mayan/apps/document_states/tests/test_actions.py rename to mayan/apps/document_states/tests/test_workflow_actions.py diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo index c8815c4837..3bf3396e99 100644 Binary files a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po index 446f890705..6b080d1309 100644 --- a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo index a26eb35120..f2f0179ea3 100644 Binary files a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po index ff5d634cf4..1e27a9f00b 100644 --- a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -928,6 +928,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -940,6 +944,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo index 0e37313349..54742d4bf7 100644 Binary files a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po index 65dc0ab509..4e43a9f7e3 100644 --- a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" @@ -930,6 +930,10 @@ msgstr "Ukupne verzije dokumenata svakog meseca" msgid "Total document pages at each month" msgstr "Ukupne stranice dokumenta svakog meseca" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -942,6 +946,10 @@ msgstr "\n                    Stranica %(page_number)s od %( msgid "No pages to display" msgstr "Nema stranica za prikazivanje" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/cs/LC_MESSAGES/django.mo index fa3ff64e3d..8612e53ad0 100644 Binary files a/mayan/apps/documents/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/cs/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/cs/LC_MESSAGES/django.po b/mayan/apps/documents/locale/cs/LC_MESSAGES/django.po index 475ed0bf8c..2a8f4e0fa9 100644 --- a/mayan/apps/documents/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/cs/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" "MIME-Version: 1.0\n" @@ -928,6 +928,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -940,6 +944,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.mo index 94606ed6e3..71fd77e853 100644 Binary files a/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.po index dce029a229..e73e487cae 100644 --- a/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/da_DK/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "Antal dokumentversioner for hver måned" msgid "Total document pages at each month" msgstr "Antal dokumentsider for hver måned" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "Ingen sider at vise" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index 3d7eecf6f2..9afd549b4b 100644 Binary files a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po index fd48d53920..754e9ddef5 100644 --- a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -935,6 +935,10 @@ msgstr "Summe der Dokumentenversionen im Monat" msgid "Total document pages at each month" msgstr "Summe der Dokumentenseiten im Monat" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -947,6 +951,10 @@ msgstr "\n Seite %(page_number)s von %(total_pages)s\n msgid "No pages to display" msgstr "Keine Seiten für die Anzeige vorhanden" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/el/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/el/LC_MESSAGES/django.mo index 13186fd472..fcd198b53a 100644 Binary files a/mayan/apps/documents/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/el/LC_MESSAGES/django.po b/mayan/apps/documents/locale/el/LC_MESSAGES/django.po index fa0a865884..b622716bac 100644 --- a/mayan/apps/documents/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/el/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "Σύνολο εκδόσεων εγγράφων κάθε μήνα" msgid "Total document pages at each month" msgstr "Σύνολο σελίδων εγγράφων κάθε μήνα" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po index c5814dd046..4ac7d99220 100644 --- a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" "PO-Revision-Date: 2017-08-15 01:59-0400\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/" @@ -927,6 +927,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -939,6 +943,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo index 74347a10a2..bf333c081f 100644 Binary files a/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po index bf114702de..1c12051d27 100644 --- a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:55+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 21:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "Total de versiones de documentos cada mes" msgid "Total document pages at each month" msgstr "Total de páginas de documentos cada mes" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "Vista previa de la imagen de la página del documento" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "\n Página %(page_number)s de %(total_pages)s\n msgid "No pages to display" msgstr "No hay páginas para mostrar" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "Imagen del documento" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo index 6a32a49adc..ebb89e0776 100644 Binary files a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po index 61327ef3f4..daa3beca29 100644 --- a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "نسخه های سند کامل در هر ماه" msgid "Total document pages at each month" msgstr "صفحات سند مجموع در هر ماه" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo index da81f1493f..27448700ca 100644 Binary files a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po index 9578de1f39..09663fea21 100644 --- a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-08-22 13:59+0000\n" -"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -933,6 +933,10 @@ msgstr "Nombre total de versions de documents chaque mois" msgid "Total document pages at each month" msgstr "Nombre total de pages de documents chaque mois" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -945,6 +949,10 @@ msgstr "\n Page %(page_number)s de %(total_pages)s\n " msgid "No pages to display" msgstr "Aucune page à afficher" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo index afe3205282..4f8b24ea2c 100644 Binary files a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po index af6b2f6d5f..f0c0cad236 100644 --- a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "Dokumentum verziók számossága havonta" msgid "Total document pages at each month" msgstr "Dokumentum oldalak számossága havonta" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo index 94e25f462e..705e6a6e54 100644 Binary files a/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po index fc24708cb8..9dd5cceb0a 100644 --- a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo index b815c32259..ce23d0f17f 100644 Binary files a/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po index cadde9fa69..2c91f75f97 100644 --- a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-07-08 11:14+0000\n" -"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -741,7 +741,7 @@ msgstr "Controlla i periodi di cancellazione dei tipi di documento" #: queues.py:53 msgid "Check document type trash periods" -msgstr "" +msgstr "Controlla la durata del tipo di documento nel cestino" #: queues.py:59 msgid "Delete document stubs" @@ -777,55 +777,55 @@ msgstr "Argomenti da passare a DOCUMENT_CACHE_STORAGE_BACKEND." msgid "" "Disables the first cache tier which stores high resolution, non transformed " "versions of documents's pages." -msgstr "" +msgstr "Disabilita il primo livello della cache, che memorizza le pagine dei documenti in alta risoluzione, in versione non trasformata." #: settings.py:41 msgid "" "Disables the second cache tier which stores medium to low resolution, " "transformed (rotated, zoomed, etc) versions of documents' pages." -msgstr "" +msgstr "Disabilita il secondo livello della cache, che memorizza le pagine dei documenti da media a bassa risoluzione, in versione trasformata (ruotati, ingranditi, ecc)." #: settings.py:55 msgid "Maximum number of favorite documents to remember per user." -msgstr "" +msgstr "Numero massimo di documenti preferiti da memorizzare per utente." #: settings.py:61 msgid "" "Detect the orientation of each of the document's pages and create a " "corresponding rotation transformation to display it rightside up. This is an" " experimental feature and it is disabled by default." -msgstr "" +msgstr "Individua l'orientamento di ogni pagina del documento e crea una corrispondente trasformazione per visualizzarlo in modo da essere letto. Questa è una funzionalità sperimentale ed è disattivata di default." #: settings.py:70 msgid "" "Size of blocks to use when calculating the document file's checksum. A value" " of 0 disables the block calculation and the entire file will be loaded into" " memory." -msgstr "" +msgstr "Grandezza dei blocchi da usare nel calcolo del checksum del file del documento. Un valore 0 disabilita il calcolo dei blocchi e l'intero file verrà caricato in memoria." #: settings.py:77 msgid "Default documents language (in ISO639-3 format)." -msgstr "" +msgstr "Lingua di default del documento (in formato ISO639-3)." #: settings.py:81 msgid "List of supported document languages. In ISO639-3 format." -msgstr "" +msgstr "Elenco delle lingue supportate. In ISO639-3 format." #: settings.py:86 msgid "" "Time in seconds that the browser should cache the supplied document images. " "The default of 31559626 seconds corresponde to 1 year." -msgstr "" +msgstr "Tempo in secondi per cui il browser memorizza nella cache le immagini del documento fornite. Il default è 31559626 secondi, che corrisponde a 1 anno." #: settings.py:105 msgid "" "Maximum number of recently accessed (created, edited, viewed) documents to " "remember per user." -msgstr "" +msgstr "Massimo numero di documenti aperti di recente (creati, modificati, visualizzati) da ricordare per utente." #: settings.py:112 msgid "Maximum number of recently created documents to show." -msgstr "" +msgstr "Numero massimo di documenti creati di recente da visualizzare." #: settings.py:118 msgid "Amount in degrees to rotate a document page per user interaction." @@ -833,15 +833,15 @@ msgstr "Quantità di gradi per la rotazione della pagina del documento" #: settings.py:124 msgid "Path to the Storage subclass to use when storing document files." -msgstr "" +msgstr "Percorso per la classe Storage da usare per l'archiviazione dei file dei documenti." #: settings.py:132 msgid "Arguments to pass to the DOCUMENT_STORAGE_BACKEND." -msgstr "" +msgstr "Argomenti da passare a DOCUMENT_STORAGE_BACKEND." #: settings.py:136 msgid "Height in pixels of the document thumbnail image." -msgstr "" +msgstr "Altezza in pixel dell'immagine anteprima del documento." #: settings.py:147 msgid "" @@ -861,51 +861,51 @@ msgstr "Percentuale dello zoom di una pagina del documento per l'interazione del #: statistics.py:18 msgid "January" -msgstr "" +msgstr "Gennaio" #: statistics.py:18 msgid "February" -msgstr "" +msgstr "Febbraio" #: statistics.py:18 msgid "March" -msgstr "" +msgstr "Marzo" #: statistics.py:18 msgid "April" -msgstr "" +msgstr "Aprile" #: statistics.py:18 msgid "May" -msgstr "" +msgstr "Maggio" #: statistics.py:19 msgid "June" -msgstr "" +msgstr "Giugno" #: statistics.py:19 msgid "July" -msgstr "" +msgstr "Luglio" #: statistics.py:19 msgid "August" -msgstr "" +msgstr "Agosto" #: statistics.py:19 msgid "September" -msgstr "" +msgstr "Settembre" #: statistics.py:19 msgid "October" -msgstr "" +msgstr "Ottobre" #: statistics.py:20 msgid "November" -msgstr "" +msgstr "Novembre" #: statistics.py:20 msgid "December" -msgstr "" +msgstr "Dicembre" #: statistics.py:237 msgid "New documents per month" @@ -931,22 +931,30 @@ msgstr "Totale versioni di documento documento per ogni mese" msgid "Total document pages at each month" msgstr "Totale pagine documento per ogni mese" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" "\n" " Page %(page_number)s of %(total_pages)s\n" " " -msgstr "" +msgstr "\n Pagina %(page_number)s di %(total_pages)s\n " #: templates/documents/forms/widgets/document_page_carousel.html:22 msgid "No pages to display" +msgstr "Nessuna pagina da visualizzare" + +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" msgstr "" #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" -msgstr "" +msgstr "Lingua sconosciuta \"%s\"" #: views/document_page_views.py:54 msgid "" @@ -954,11 +962,11 @@ msgid "" " it is corrupted or that the upload process was interrupted. Use the " "document page recalculation action to attempt to introspect the page count " "again." -msgstr "" +msgstr "Questo significa che il documento è in un formato non supportato, è corrotto oppure che l'upload è stato interrotto. Usa il ricalcolo delle pagine documento per provare a rivedere il conteggio delle pagine." #: views/document_page_views.py:59 msgid "No document pages available" -msgstr "" +msgstr "Nessuna pagina documento disponibile" #: views/document_page_views.py:61 #, python-format diff --git a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.mo index 8c7711330d..e924da0784 100644 Binary files a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po index 61a20bdf06..0099238a20 100644 --- a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-28 06:41+0000\n" -"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -929,6 +929,10 @@ msgstr "Kopējais dokumentu skaits katrā mēnesī" msgid "Total document pages at each month" msgstr "Kopā dokumentu lapas katru mēnesi" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "\nLapa %(page_number)s no %(total_pages)s" msgid "No pages to display" msgstr "Parādāmās lapas nav" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo index 4a5a5fc195..0a94477191 100644 Binary files a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po index 2a1bf0c538..e61ba56ad7 100644 --- a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -930,6 +930,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -942,6 +946,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo index 4e39e975bf..95c16e7242 100644 Binary files a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po index 526df2cb87..9a4a964f52 100644 --- a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016-2018 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" @@ -37,15 +38,15 @@ msgstr "Każdy przesłany dokument musi mieć przypisany typ dokumentu, poniewa #: apps.py:151 msgid "Versions comment" -msgstr "" +msgstr "Wersja komentarza" #: apps.py:155 msgid "Versions encoding" -msgstr "" +msgstr "Wersja odkodowania" #: apps.py:159 msgid "Versions mime type" -msgstr "" +msgstr "Wersja rodzaju MIME" #: apps.py:163 msgid "Versions timestamp" @@ -69,7 +70,7 @@ msgstr "Typ" #: dashboard_widgets.py:24 msgid "Total pages" -msgstr "" +msgstr "Razem stron" #: dashboard_widgets.py:47 msgid "Total documents" @@ -114,11 +115,11 @@ msgstr "Właściwości dokumentu zostały zmodyfikowane" #: events.py:27 msgid "Document type created" -msgstr "" +msgstr "Typ dokumentu został utworzony." #: events.py:31 msgid "Document type edited" -msgstr "" +msgstr "Typ dokumentu został zmieniony." #: events.py:34 msgid "Document version reverted" @@ -253,15 +254,15 @@ msgstr "Usuń" #: links.py:112 views/favorite_document_views.py:37 msgid "Favorites" -msgstr "" +msgstr "Ulubione" #: links.py:118 links.py:193 msgid "Add to favorites" -msgstr "" +msgstr "Dodaj do ulubionych" #: links.py:124 links.py:198 msgid "Remove from favorites" -msgstr "" +msgstr "Usuń z ulubionych" #: links.py:130 links.py:184 msgid "Move to trash" @@ -277,7 +278,7 @@ msgstr "Zmień typ" #: links.py:148 links.py:209 msgid "Advanced download" -msgstr "" +msgstr "Pobieranie zaawansowane" #: links.py:155 msgid "Print" @@ -285,7 +286,7 @@ msgstr "Drukuj" #: links.py:160 msgid "Quick download" -msgstr "" +msgstr "Szybkie pobieranie" #: links.py:167 links.py:214 msgid "Recalculate page count" @@ -315,11 +316,11 @@ msgstr "Wszystkie dokumenty" #: links.py:255 views/document_views.py:712 msgid "Recently accessed" -msgstr "" +msgstr "Ostatnio przeglądane" #: links.py:259 views/document_views.py:738 msgid "Recently added" -msgstr "" +msgstr "Ostatnio dodane" #: links.py:264 msgid "Trash can" @@ -389,7 +390,7 @@ msgstr "Tworzenie typów dokumentów" #: links.py:371 msgid "Deletion policies" -msgstr "" +msgstr "Zasady usuwania" #: links.py:375 links.py:396 msgid "Edit" @@ -424,11 +425,11 @@ msgstr "Wszystkie strony" msgid "" "UUID of a document, universally Unique ID. An unique identifier generated " "for each document." -msgstr "" +msgstr "UUID dokumentu to jego unikatowy identyfikator. Generowany jest dla każdego dokumentu." #: models/document_models.py:49 msgid "The name of the document." -msgstr "" +msgstr "Nawa dokumentu." #: models/document_models.py:49 models/document_page_models.py:259 #: models/document_type_models.py:32 models/document_type_models.py:149 @@ -438,7 +439,7 @@ msgstr "Etykieta" #: models/document_models.py:53 msgid "An optional short text describing a document." -msgstr "" +msgstr "Opcjonalny, krótki opis dokumentu." #: models/document_models.py:54 search.py:41 search.py:69 msgid "Description" @@ -531,7 +532,7 @@ msgstr "Obrazy strony dokumentu w pamięci podręcznej" #: models/document_type_models.py:31 msgid "The name of the document type." -msgstr "" +msgstr "Nazwa typu dokumentu." #: models/document_type_models.py:36 msgid "" @@ -624,11 +625,11 @@ msgstr "Użytkownik" #: models/misc_models.py:71 msgid "Favorite document" -msgstr "" +msgstr "Ulubiony dokument" #: models/misc_models.py:72 msgid "Favorite documents" -msgstr "" +msgstr "Ulubione dokumenty" #: models/misc_models.py:97 msgid "Accessed" @@ -732,7 +733,7 @@ msgstr "Usuń dokument" #: queues.py:40 msgid "Clean empty duplicate lists" -msgstr "" +msgstr "Wyczyść listę duplikatów" #: queues.py:45 msgid "Check document type delete periods" @@ -760,13 +761,13 @@ msgstr "Prześlij nową wersję dokumentu" #: queues.py:83 msgid "Scan document duplicates" -msgstr "" +msgstr "Wyszukaj duplikatów dokumentów." #: settings.py:19 msgid "" "Path to the Storage subclass to use when storing the cached document image " "files." -msgstr "" +msgstr "Ścieżka na dysku do zapamiętywania tymczasowych obrazów dokumentu. " #: settings.py:28 msgid "Arguments to pass to the DOCUMENT_CACHE_STORAGE_BACKEND." @@ -860,51 +861,51 @@ msgstr "Liczba punktów procentowych powiększenia lub pomniejszenia strony doku #: statistics.py:18 msgid "January" -msgstr "" +msgstr "Styczeń" #: statistics.py:18 msgid "February" -msgstr "" +msgstr "Luty" #: statistics.py:18 msgid "March" -msgstr "" +msgstr "Marzec" #: statistics.py:18 msgid "April" -msgstr "" +msgstr "Kwiecień" #: statistics.py:18 msgid "May" -msgstr "" +msgstr "Maj" #: statistics.py:19 msgid "June" -msgstr "" +msgstr "Czerwiec" #: statistics.py:19 msgid "July" -msgstr "" +msgstr "Lipiec" #: statistics.py:19 msgid "August" -msgstr "" +msgstr "Sierpień" #: statistics.py:19 msgid "September" -msgstr "" +msgstr "Wrzesień" #: statistics.py:19 msgid "October" -msgstr "" +msgstr "Październik" #: statistics.py:20 msgid "November" -msgstr "" +msgstr "Listopad" #: statistics.py:20 msgid "December" -msgstr "" +msgstr "Grudzień" #: statistics.py:237 msgid "New documents per month" @@ -930,22 +931,30 @@ msgstr "Liczba wersji dokumentów w każdym miesiącu" msgid "Total document pages at each month" msgstr "Liczba stron dokumentów w każdym miesiącu" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" "\n" " Page %(page_number)s of %(total_pages)s\n" " " -msgstr "" +msgstr "\n Strona %(page_number)s z %(total_pages)s\n " #: templates/documents/forms/widgets/document_page_carousel.html:22 msgid "No pages to display" +msgstr "Brak stron do wyświetlenia" + +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" msgstr "" #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" -msgstr "" +msgstr "Nieznany język : \"%s\"" #: views/document_page_views.py:54 msgid "" @@ -957,7 +966,7 @@ msgstr "" #: views/document_page_views.py:59 msgid "No document pages available" -msgstr "" +msgstr "Strony dokumentu są niedostępne" #: views/document_page_views.py:61 #, python-format @@ -992,7 +1001,7 @@ msgstr "" #: views/document_type_views.py:77 msgid "No document types available" -msgstr "" +msgstr "Typ dokumentu jest niedostępny" #: views/document_type_views.py:106 msgid "All documents of this type will be deleted too." @@ -1006,7 +1015,7 @@ msgstr "Usunąć typ dokumentu: %s?" #: views/document_type_views.py:125 #, python-format msgid "Deletion policies for document type: %s" -msgstr "" +msgstr "Zasady usuwania dla dokumentów typu: %s" #: views/document_type_views.py:144 #, python-format @@ -1090,7 +1099,7 @@ msgstr "" #: views/document_views.py:94 msgid "No documents available" -msgstr "" +msgstr "Dokumenty nie są dostępne" #: views/document_views.py:107 #, python-format @@ -1130,11 +1139,11 @@ msgstr "Pobierz" #: views/document_views.py:343 msgid "Only exact copies of this document will be shown in the this list." -msgstr "" +msgstr "Jedynie dokładne kopie tego dokumentu będą wyświetlane na liście." #: views/document_views.py:347 msgid "There are no duplicates for this document" -msgstr "" +msgstr "Brak duplikatów tego dokumentu." #: views/document_views.py:350 #, python-format @@ -1184,7 +1193,7 @@ msgstr "Przeliczyć liczbę stron dokumentu: %s?" msgid "" "Document \"%(document)s\" is empty. Upload at least one document version " "before attempting to detect the page count." -msgstr "" +msgstr "Dokument \"%(document)s\" jest pusty. Załaduj ostatnią wersję dokumentu przed wyliczaniem ilości stron." #: views/document_views.py:492 #, python-format diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo index 34c49e341a..f78998c974 100644 Binary files a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po index 7451d7cb4a..a088c17d51 100644 --- a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -928,6 +928,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -940,6 +944,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo index 67afce2586..51c5e3e966 100644 Binary files a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index 72f191582c..e2ee2a1b46 100644 --- a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -931,6 +931,10 @@ msgstr "Total de versões de documentos por mês" msgid "Total document pages at each month" msgstr "Total de páginas de documentos por mês" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -943,6 +947,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo index 0f3f22f4a3..000e9fb98e 100644 Binary files a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po index 1b22709f6d..6e52653dc9 100644 --- a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-18 15:40+0000\n" -"Last-Translator: Harald Ersch\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -930,6 +930,10 @@ msgstr "Total versiuni de documente pentru fiecare lună" msgid "Total document pages at each month" msgstr "Numărul total de pagini de documente din fiecare lună" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -942,6 +946,10 @@ msgstr "\n Pag %(page_number)s din %(total_pages)s\n msgid "No pages to display" msgstr "Nu există pagini de afișat" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo index 8e565c4ad5..9c4ab6069f 100644 Binary files a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po index f65a6955c9..756b4a3123 100644 --- a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "Новых версий документов в месяц" msgid "Total document pages at each month" msgstr "Всего страниц документов в месяц" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo index e9bed9e717..ce629c6e1e 100644 Binary files a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po index cc73f1dab2..09659ae33f 100644 --- a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -928,6 +928,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -940,6 +944,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.mo index 933e31cd4f..37336a8a12 100644 Binary files a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po index e2a29362c8..ab80bf1ce0 100644 --- a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -930,6 +930,10 @@ msgstr "Her ayki toplam belge versiyonu" msgid "Total document pages at each month" msgstr "Her ayki toplam belge sayfası" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -942,6 +946,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo index ba10b7891b..287acf9fe6 100644 Binary files a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po index d5b59eb4f4..cef08cf001 100644 --- a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -928,6 +928,10 @@ msgstr "" msgid "Total document pages at each month" msgstr "" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -940,6 +944,10 @@ msgstr "" msgid "No pages to display" msgstr "" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/zh/LC_MESSAGES/django.mo index a2cdc3a1c1..398cf2428a 100644 Binary files a/mayan/apps/documents/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/zh/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/zh/LC_MESSAGES/django.po b/mayan/apps/documents/locale/zh/LC_MESSAGES/django.po index 68b837521f..8f14f29b63 100644 --- a/mayan/apps/documents/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/zh/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:30-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" +"POT-Creation-Date: 2019-09-24 23:11-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" "MIME-Version: 1.0\n" @@ -929,6 +929,10 @@ msgstr "每月文档版本总数" msgid "Total document pages at each month" msgstr "每月总文档页数" +#: templates/documents/document_print.html:12 +msgid "Document page image preview" +msgstr "" + #: templates/documents/forms/widgets/document_page_carousel.html:16 #, python-format msgid "" @@ -941,6 +945,10 @@ msgstr "\n                    第%(page_number)s页,总%(t msgid "No pages to display" msgstr "没有要显示的页面" +#: templates/documents/forms/widgets/document_page_image.html:13 +msgid "Document image" +msgstr "" + #: utils.py:18 #, python-format msgid "Unknown language \"%s\"" diff --git a/mayan/apps/documents/templates/documents/document_print.html b/mayan/apps/documents/templates/documents/document_print.html index 65dc7c5a07..6152bde275 100644 --- a/mayan/apps/documents/templates/documents/document_print.html +++ b/mayan/apps/documents/templates/documents/document_print.html @@ -1,5 +1,7 @@ {% extends 'appearance/base_plain.html' %} +{% load i18n %} + {% load documents_tags %} {% block title %}{{ title }}{% endblock title %} @@ -7,6 +9,7 @@ {% block content_plain %} {% for page in pages %} <img + alt="{% trans 'Document page image preview' %}" src="{% get_api_image_url page width=width height=height %}" style="width: 100%;" /> {% endfor %} diff --git a/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html b/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html index 6637a46de0..5205c9270d 100644 --- a/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html +++ b/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html @@ -1,3 +1,5 @@ +{% load i18n %} + {% load appearance_tags %} {% load documents_tags %} @@ -8,6 +10,7 @@ {% get_icon 'mayan.apps.documents.icons.icon_document_image_loading' %} </span> <img + alt="{% trans 'Document image' %}" class="thin_border {{ image_classes }}" data-url="{% get_api_image_url instance width=image_width height=image_height zoom=image_zoom rotation=image_rotation %}" src="#" diff --git a/mayan/apps/documents/tests/mixins.py b/mayan/apps/documents/tests/mixins.py index 1fcf9c744d..bb996c6cde 100644 --- a/mayan/apps/documents/tests/mixins.py +++ b/mayan/apps/documents/tests/mixins.py @@ -26,19 +26,6 @@ class DocumentTestMixin(object): test_document_filename = TEST_SMALL_DOCUMENT_FILENAME test_document_path = None - def _create_document_type(self): - self.test_document_type = DocumentType.objects.create( - label=TEST_DOCUMENT_TYPE_LABEL - ) - self.test_document_type = self.test_document_type - - def _calculate_test_document_path(self): - if not self.test_document_path: - self.test_document_path = os.path.join( - settings.BASE_DIR, 'apps', 'documents', 'tests', 'contrib', - 'sample_documents', self.test_document_filename - ) - def setUp(self): super(DocumentTestMixin, self).setUp() Layer.invalidate_cache() @@ -56,6 +43,19 @@ class DocumentTestMixin(object): document_type.delete() super(DocumentTestMixin, self).tearDown() + def _create_document_type(self): + self.test_document_type = DocumentType.objects.create( + label=TEST_DOCUMENT_TYPE_LABEL + ) + self.test_document_type = self.test_document_type + + def _calculate_test_document_path(self): + if not self.test_document_path: + self.test_document_path = os.path.join( + settings.BASE_DIR, 'apps', 'documents', 'tests', 'contrib', + 'sample_documents', self.test_document_filename + ) + def upload_document(self, label=None): self._calculate_test_document_path() diff --git a/mayan/apps/documents/tests/test_api.py b/mayan/apps/documents/tests/test_api.py index d5e44a9c2c..dea50b2618 100644 --- a/mayan/apps/documents/tests/test_api.py +++ b/mayan/apps/documents/tests/test_api.py @@ -26,30 +26,55 @@ from .literals import ( TEST_DOCUMENT_TYPE_LABEL_EDITED, TEST_DOCUMENT_VERSION_COMMENT_EDITED, TEST_SMALL_DOCUMENT_FILENAME ) -from .mixins import DocumentTestMixin +from .mixins import DocumentTestMixin, DocumentVersionTestMixin -class DocumentTypeAPITestCase(DocumentTestMixin, BaseAPITestCase): - auto_upload_document = False - auto_create_document_type = False - - def _request_test_document_type_create_view(self): +class DocumentTypeAPIViewTestMixin(object): + def _request_test_document_type_api_create_view(self): return self.post( viewname='rest_api:documenttype-list', data={ 'label': TEST_DOCUMENT_TYPE_LABEL } ) - def test_document_type_create_no_permission(self): - response = self._request_test_document_type_create_view() + def _request_test_document_type_api_delete_view(self): + return self.delete( + viewname='rest_api:documenttype-detail', kwargs={ + 'pk': self.test_document_type.pk, + } + ) + + def _request_test_document_type_api_patch_view(self): + return self.patch( + viewname='rest_api:documenttype-detail', kwargs={ + 'pk': self.test_document_type.pk, + }, data={'label': TEST_DOCUMENT_TYPE_LABEL_EDITED} + ) + + def _request_test_document_type_api_put_view(self): + return self.put( + viewname='rest_api:documenttype-detail', kwargs={ + 'pk': self.test_document_type.pk, + }, data={'label': TEST_DOCUMENT_TYPE_LABEL_EDITED} + ) + + +class DocumentTypeAPIViewTestCase( + DocumentTypeAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): + auto_upload_document = False + auto_create_document_type = False + + def test_document_type_api_create_view_no_permission(self): + response = self._request_test_document_type_api_create_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(DocumentType.objects.all().count(), 0) - def test_document_type_create_with_permission(self): + def test_document_type_api_create_view_with_permission(self): self.grant_permission(permission=permission_document_type_create) - response = self._request_test_document_type_create_view() + response = self._request_test_document_type_api_create_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) self.assertEqual(DocumentType.objects.all().count(), 1) @@ -57,84 +82,15 @@ class DocumentTypeAPITestCase(DocumentTestMixin, BaseAPITestCase): DocumentType.objects.all().first().label, TEST_DOCUMENT_TYPE_LABEL ) - def _request_document_type_patch(self): - return self.patch( - viewname='rest_api:documenttype-detail', kwargs={ - 'pk': self.test_document_type.pk, - }, data={'label': TEST_DOCUMENT_TYPE_LABEL_EDITED} - ) - - def test_document_type_edit_via_patch_no_permission(self): + def test_document_type_api_delete_view_no_permission(self): self.test_document_type = DocumentType.objects.create( label=TEST_DOCUMENT_TYPE_LABEL ) - response = self._request_document_type_patch() + response = self._request_test_document_type_api_delete_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_type_edit_via_patch_with_access(self): - self.test_document_type = DocumentType.objects.create( - label=TEST_DOCUMENT_TYPE_LABEL - ) - self.grant_access( - obj=self.test_document_type, - permission=permission_document_type_edit - ) - - response = self._request_document_type_put() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.test_document_type.refresh_from_db() - self.assertEqual( - self.test_document_type.label, TEST_DOCUMENT_TYPE_LABEL_EDITED - ) - - def _request_document_type_put(self): - return self.put( - viewname='rest_api:documenttype-detail', kwargs={ - 'pk': self.test_document_type.pk, - }, data={'label': TEST_DOCUMENT_TYPE_LABEL_EDITED} - ) - - def test_document_type_edit_via_put_no_permission(self): - self._create_document_type() - - response = self._request_document_type_put() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_type_edit_via_put_with_access(self): - self.test_document_type = DocumentType.objects.create( - label=TEST_DOCUMENT_TYPE_LABEL - ) - self.grant_access( - obj=self.test_document_type, - permission=permission_document_type_edit - ) - - response = self._request_document_type_put() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.test_document_type.refresh_from_db() - self.assertEqual( - self.test_document_type.label, TEST_DOCUMENT_TYPE_LABEL_EDITED - ) - - def _request_test_document_type_delete_view(self): - return self.delete( - viewname='rest_api:documenttype-detail', kwargs={ - 'pk': self.test_document_type.pk, - } - ) - - def test_document_type_delete_no_permission(self): - self.test_document_type = DocumentType.objects.create( - label=TEST_DOCUMENT_TYPE_LABEL - ) - - response = self._request_test_document_type_delete_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_type_delete_with_access(self): + def test_document_type_api_delete_view_with_access(self): self.expected_content_type = None self.test_document_type = DocumentType.objects.create( label=TEST_DOCUMENT_TYPE_LABEL @@ -144,16 +100,69 @@ class DocumentTypeAPITestCase(DocumentTestMixin, BaseAPITestCase): permission=permission_document_type_delete ) - response = self._request_test_document_type_delete_view() + response = self._request_test_document_type_api_delete_view() self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) self.assertEqual(DocumentType.objects.all().count(), 0) + def test_document_type_api_edit_via_patch_view_no_permission(self): + self.test_document_type = DocumentType.objects.create( + label=TEST_DOCUMENT_TYPE_LABEL + ) -class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): - auto_upload_document = False + response = self._request_test_document_type_api_patch_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def _request_document_upload(self): + def test_document_type_api_edit_via_patch_view_with_access(self): + self.test_document_type = DocumentType.objects.create( + label=TEST_DOCUMENT_TYPE_LABEL + ) + self.grant_access( + obj=self.test_document_type, + permission=permission_document_type_edit + ) + + response = self._request_test_document_type_api_put_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.test_document_type.refresh_from_db() + self.assertEqual( + self.test_document_type.label, TEST_DOCUMENT_TYPE_LABEL_EDITED + ) + + def test_document_type_api_edit_via_put_view_no_permission(self): + self._create_document_type() + + response = self._request_test_document_type_api_put_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + def test_document_type_api_edit_via_put_view_with_access(self): + self.test_document_type = DocumentType.objects.create( + label=TEST_DOCUMENT_TYPE_LABEL + ) + self.grant_access( + obj=self.test_document_type, + permission=permission_document_type_edit + ) + + response = self._request_test_document_type_api_put_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.test_document_type.refresh_from_db() + self.assertEqual( + self.test_document_type.label, TEST_DOCUMENT_TYPE_LABEL_EDITED + ) + + +class DocumentAPIViewTestMixin(object): + def _request_test_document_api_download_view(self): + return self.get( + viewname='rest_api:document-download', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_test_document_api_upload_view(self): with open(TEST_DOCUMENT_PATH, mode='rb') as file_object: return self.post( viewname='rest_api:document-list', data={ @@ -162,16 +171,60 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): } ) - def test_document_upload_no_permission(self): - response = self._request_document_upload() + def _request_test_document_description_api_edit_via_patch_view(self): + return self.patch( + viewname='rest_api:document-detail', kwargs={ + 'pk': self.test_document.pk + }, data={'description': TEST_DOCUMENT_DESCRIPTION_EDITED} + ) + + def _request_test_document_description_api_edit_via_put_view(self): + return self.put( + viewname='rest_api:document-detail', kwargs={ + 'pk': self.test_document.pk + }, data={'description': TEST_DOCUMENT_DESCRIPTION_EDITED} + ) + + +class DocumentAPIViewTestCase( + DocumentAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): + auto_upload_document = False + + def test_document_api_download_view_no_permission(self): + self.upload_document() + + response = self._request_test_document_api_download_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_upload_with_access(self): + def test_document_api_download_view_with_access(self): + self.upload_document() + self.grant_access( + obj=self.test_document, permission=permission_document_download + ) + + response = self._request_test_document_api_download_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + with self.test_document.open() as file_object: + assert_download_response( + self, response, content=file_object.read(), + basename=TEST_SMALL_DOCUMENT_FILENAME, + mime_type='{}; charset=utf-8'.format( + self.test_document.file_mimetype + ) + ) + + def test_document_api_upload_view_no_permission(self): + response = self._request_test_document_api_upload_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + def test_document_api_upload_view_with_access(self): self.grant_access( obj=self.test_document_type, permission=permission_document_create ) - response = self._request_document_upload() + response = self._request_test_document_api_upload_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) self.assertEqual(Document.objects.count(), 1) @@ -202,147 +255,53 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): ) self.assertEqual(document.page_count, 47) - def _request_document_new_version_upload(self): - # Artifical delay since MySQL doesn't store microsecond data in - # timestamps. Version timestamp is used to determine which version - # is the latest. - time.sleep(1) - - with open(TEST_DOCUMENT_PATH, mode='rb') as file_object: - return self.post( - viewname='rest_api:document-version-list', kwargs={ - 'pk': self.test_document.pk, - }, data={ - 'comment': '', 'file': file_object, - } - ) - - def test_document_new_version_upload_no_permission(self): + def test_document_description_api_edit_via_patch_view_no_permission(self): self.upload_document() - response = self._request_document_new_version_upload() + response = self._request_test_document_description_api_edit_via_patch_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_new_version_upload_with_access(self): + def test_document_description_api_edit_via_patch_view_with_access(self): self.upload_document() - self.grant_access( - obj=self.test_document, permission=permission_document_new_version - ) - - response = self._request_document_new_version_upload() - self.assertEqual(response.status_code, status.HTTP_202_ACCEPTED) - - self.assertEqual(self.test_document.versions.count(), 2) - self.assertEqual(self.test_document.exists(), True) - self.assertEqual(self.test_document.size, 272213) - self.assertEqual(self.test_document.file_mimetype, 'application/pdf') - self.assertEqual(self.test_document.file_mime_encoding, 'binary') - self.assertEqual( - self.test_document.checksum, - 'c637ffab6b8bb026ed3784afdb07663fddc60099853fae2be93890852a69ecf3' - ) - self.assertEqual(self.test_document.page_count, 47) - - def _create_new_version(self): - # Needed by MySQL as milliseconds value is not store in timestamp field - time.sleep(1) - - with open(TEST_DOCUMENT_PATH, mode='rb') as file_object: - self.test_document.new_version(file_object=file_object) - - def _request_document_version_revert(self): - return self.delete( - viewname='rest_api:documentversion-detail', kwargs={ - 'pk': self.test_document.pk, - 'version_pk': self.test_document.latest_version.pk - } - ) - - def test_document_version_revert_no_permission(self): - self.upload_document() - self._create_new_version() - - response = self._request_document_version_revert() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_version_revert_with_access(self): - self.upload_document() - self._create_new_version() self.grant_access( obj=self.test_document, - permission=permission_document_version_revert + permission=permission_document_properties_edit ) - response = self._request_document_version_revert() - self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) - - self.assertEqual(self.test_document.versions.count(), 1) - self.assertEqual( - self.test_document.versions.first(), self.test_document.latest_version - ) - - def _request_document_version_list(self): - return self.get( - viewname='rest_api:document-version-list', kwargs={ - 'pk': self.test_document.pk - } - ) - - def test_document_version_list_no_permission(self): - self.upload_document() - self._create_new_version() - - response = self._request_document_version_list() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.assertEqual(response.data['count'], 0) - - def test_document_version_list_with_access(self): - self.upload_document() - self._create_new_version() - self.grant_access( - obj=self.test_document, permission=permission_document_version_view - ) - response = self._request_document_version_list() + response = self._request_test_document_description_api_edit_via_patch_view() self.assertEqual(response.status_code, status.HTTP_200_OK) + self.test_document.refresh_from_db() self.assertEqual( - response.data['results'][1]['checksum'], - self.test_document.latest_version.checksum + self.test_document.description, + TEST_DOCUMENT_DESCRIPTION_EDITED ) - def _request_document_download(self): - return self.get( - viewname='rest_api:document-download', kwargs={ - 'pk': self.test_document.pk - } - ) - - def test_document_download_no_permission(self): + def test_document_description_api_edit_via_put_view_no_permission(self): self.upload_document() - response = self._request_document_download() + response = self._request_test_document_description_api_edit_via_put_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_download_with_access(self): + def test_document_description_api_edit_via_put_view_with_access(self): self.upload_document() self.grant_access( - obj=self.test_document, permission=permission_document_download + obj=self.test_document, + permission=permission_document_properties_edit ) - response = self._request_document_download() + response = self._request_test_document_description_api_edit_via_put_view() self.assertEqual(response.status_code, status.HTTP_200_OK) - with self.test_document.open() as file_object: - assert_download_response( - self, response, content=file_object.read(), - basename=TEST_SMALL_DOCUMENT_FILENAME, - mime_type='{}; charset=utf-8'.format( - self.test_document.file_mimetype - ) - ) + self.test_document.refresh_from_db() + self.assertEqual( + self.test_document.description, + TEST_DOCUMENT_DESCRIPTION_EDITED + ) - def _request_document_version_download(self): + +class DocumentVersionAPIViewTestMixin(object): + def _request_test_document_version_api_download_view(self): return self.get( viewname='rest_api:documentversion-download', kwargs={ 'pk': self.test_document.pk, @@ -350,19 +309,72 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): } ) - def test_document_version_download_no_permission(self): + def _request_test_document_version_api_edit_via_patch_view(self): + return self.patch( + viewname='rest_api:documentversion-detail', kwargs={ + 'pk': self.test_document.pk, + 'version_pk': self.test_document.latest_version.pk + }, data={'comment': TEST_DOCUMENT_VERSION_COMMENT_EDITED} + ) + + def _request_test_document_version_api_edit_via_put_view(self): + return self.put( + viewname='rest_api:documentversion-detail', kwargs={ + 'pk': self.test_document.pk, + 'version_pk': self.test_document.latest_version.pk + }, data={'comment': TEST_DOCUMENT_VERSION_COMMENT_EDITED} + ) + + def _request_test_document_version_api_list_view(self): + return self.get( + viewname='rest_api:document-version-list', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_test_document_version_api_revert_view(self): + return self.delete( + viewname='rest_api:documentversion-detail', kwargs={ + 'pk': self.test_document.pk, + 'version_pk': self.test_document.latest_version.pk + } + ) + + def _request_test_document_version_api_upload_view(self): + # Artificial delay since MySQL doesn't store microsecond data in + # timestamps. Version timestamp is used to determine which version + # is the latest. + time.sleep(1) + + with open(TEST_DOCUMENT_PATH, mode='rb') as file_descriptor: + return self.post( + viewname='rest_api:document-version-list', kwargs={ + 'pk': self.test_document.pk, + }, data={ + 'comment': '', 'file': file_descriptor, + } + ) + + +class DocumentVersionAPIViewTestCase( + DocumentVersionAPIViewTestMixin, DocumentTestMixin, + DocumentVersionTestMixin, BaseAPITestCase +): + auto_upload_document = False + + def test_document_version_api_download_view_no_permission(self): self.upload_document() - response = self._request_document_version_download() + response = self._request_test_document_version_api_download_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_version_download_with_access(self): + def test_document_version_api_download_view_with_access(self): self.upload_document() self.grant_access( obj=self.test_document, permission=permission_document_download ) - response = self._request_document_version_download() + response = self._request_test_document_version_api_download_view() self.assertEqual(response.status_code, status.HTTP_200_OK) with self.test_document.latest_version.open() as file_object: @@ -374,7 +386,7 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): ) ) - def test_document_version_download_preserve_extension(self): + def test_document_version_api_download_preserve_extension_view(self): self.upload_document() self.grant_access( obj=self.test_document, permission=permission_document_download @@ -397,26 +409,42 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): ) ) - def _request_document_version_edit_via_patch(self): - return self.patch( - viewname='rest_api:documentversion-detail', kwargs={ - 'pk': self.test_document.pk, - 'version_pk': self.test_document.latest_version.pk - }, data={'comment': TEST_DOCUMENT_VERSION_COMMENT_EDITED} + def test_document_version_api_list_view_no_permission(self): + self.upload_document() + self._upload_new_version() + + response = self._request_test_document_version_api_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.assertEqual(response.data['count'], 0) + + def test_document_version_api_list_view_with_access(self): + self.upload_document() + self._upload_new_version() + + self.grant_access( + obj=self.test_document, permission=permission_document_version_view + ) + response = self._request_test_document_version_api_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.assertEqual( + response.data['results'][1]['checksum'], + self.test_document.latest_version.checksum ) - def test_document_version_edit_via_patch_no_permission(self): + def test_document_version_api_edit_via_patch_view_no_permission(self): self.upload_document() - response = self._request_document_version_edit_via_patch() + response = self._request_test_document_version_api_edit_via_patch_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_version_edit_via_patch_with_access(self): + def test_document_version_api_edit_via_patch_view_with_access(self): self.upload_document() self.grant_access( obj=self.test_document, permission=permission_document_edit ) - response = self._request_document_version_edit_via_patch() + response = self._request_test_document_version_api_edit_via_patch_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.test_document.latest_version.refresh_from_db() self.assertEqual(self.test_document.versions.count(), 1) @@ -425,27 +453,19 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): TEST_DOCUMENT_VERSION_COMMENT_EDITED ) - def _request_document_version_edit_via_put(self): - return self.put( - viewname='rest_api:documentversion-detail', kwargs={ - 'pk': self.test_document.pk, - 'version_pk': self.test_document.latest_version.pk - }, data={'comment': TEST_DOCUMENT_VERSION_COMMENT_EDITED} - ) - - def test_document_version_edit_via_put_no_permission(self): + def test_document_version_api_edit_via_put_view_no_permission(self): self.upload_document() - response = self._request_document_version_edit_via_put() + response = self._request_test_document_version_api_edit_via_put_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_version_edit_via_put_with_access(self): + def test_document_version_api_edit_via_put_view_with_access(self): self.upload_document() self.grant_access( obj=self.test_document, permission=permission_document_edit ) - response = self._request_document_version_edit_via_put() + response = self._request_test_document_version_api_edit_via_put_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.test_document.latest_version.refresh_from_db() @@ -455,66 +475,57 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): TEST_DOCUMENT_VERSION_COMMENT_EDITED ) - def _request_document_description_edit_via_patch(self): - return self.patch( - viewname='rest_api:document-detail', kwargs={ - 'pk': self.test_document.pk - }, data={'description': TEST_DOCUMENT_DESCRIPTION_EDITED} - ) - - def test_document_description_edit_via_patch_no_permission(self): + def test_document_version_api_revert_view_no_permission(self): self.upload_document() + self._upload_new_version() - response = self._request_document_description_edit_via_patch() + response = self._request_test_document_version_api_revert_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_description_edit_via_patch_with_access(self): + def test_document_version_api_revert_view_with_access(self): self.upload_document() + self._upload_new_version() self.grant_access( obj=self.test_document, - permission=permission_document_properties_edit + permission=permission_document_version_revert ) - response = self._request_document_description_edit_via_patch() - self.assertEqual(response.status_code, status.HTTP_200_OK) + response = self._request_test_document_version_api_revert_view() + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) - self.test_document.refresh_from_db() + self.assertEqual(self.test_document.versions.count(), 1) self.assertEqual( - self.test_document.description, - TEST_DOCUMENT_DESCRIPTION_EDITED + self.test_document.versions.first(), self.test_document.latest_version ) - def _request_document_description_edit_via_put(self): - return self.put( - viewname='rest_api:document-detail', kwargs={ - 'pk': self.test_document.pk - }, data={'description': TEST_DOCUMENT_DESCRIPTION_EDITED} - ) - - def test_document_description_edit_via_put_no_permission(self): + def test_document_version_api_upload_view_no_permission(self): self.upload_document() - response = self._request_document_description_edit_via_put() + response = self._request_test_document_version_api_upload_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_description_edit_via_put_with_access(self): + def test_document_version_api_upload_view_with_access(self): self.upload_document() self.grant_access( - obj=self.test_document, - permission=permission_document_properties_edit + obj=self.test_document, permission=permission_document_new_version ) - response = self._request_document_description_edit_via_put() - self.assertEqual(response.status_code, status.HTTP_200_OK) + response = self._request_test_document_version_api_upload_view() + self.assertEqual(response.status_code, status.HTTP_202_ACCEPTED) - self.test_document.refresh_from_db() + self.assertEqual(self.test_document.versions.count(), 2) + self.assertEqual(self.test_document.exists(), True) + self.assertEqual(self.test_document.size, 272213) + self.assertEqual(self.test_document.file_mimetype, 'application/pdf') + self.assertEqual(self.test_document.file_mime_encoding, 'binary') self.assertEqual( - self.test_document.description, - TEST_DOCUMENT_DESCRIPTION_EDITED + self.test_document.checksum, + 'c637ffab6b8bb026ed3784afdb07663fddc60099853fae2be93890852a69ecf3' ) + self.assertEqual(self.test_document.page_count, 47) -class DocumentPageAPITestCase(DocumentTestMixin, BaseAPITestCase): +class DocumentPageAPIViewTestMixin(object): def _request_document_page_image(self): page = self.test_document.pages.first() return self.get( @@ -524,11 +535,15 @@ class DocumentPageAPITestCase(DocumentTestMixin, BaseAPITestCase): } ) - def test_document_page_image_view_no_access(self): + +class DocumentPageAPIViewTestCase( + DocumentPageAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): + def test_document_page_api_image_view_no_access(self): response = self._request_document_page_image() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_page_image_view_with_access(self): + def test_document_page_api_image_view_with_access(self): self.grant_access( obj=self.test_document, permission=permission_document_view ) @@ -537,97 +552,29 @@ class DocumentPageAPITestCase(DocumentTestMixin, BaseAPITestCase): self.assertEqual(response.status_code, status.HTTP_200_OK) -class TrashedDocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): - auto_upload_document = False - - def _request_document_move_to_trash(self): +class TrashedDocumentAPIViewTestMixin(object): + def _request_test_document_api_trash_view(self): return self.delete( viewname='rest_api:document-detail', kwargs={ 'pk': self.test_document.pk } ) - def test_document_move_to_trash_no_permission(self): - self.upload_document() - - response = self._request_document_move_to_trash() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_move_to_trash_with_access(self): - self.expected_content_type = None - - self.upload_document() - self.grant_access( - obj=self.test_document, permission=permission_document_trash - ) - - response = self._request_document_move_to_trash() - self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) - - self.assertEqual(Document.objects.count(), 0) - self.assertEqual(Document.trash.count(), 1) - - def _request_trashed_document_delete_view(self): + def _request_test_trashed_document_api_delete_view(self): return self.delete( viewname='rest_api:trasheddocument-detail', kwargs={ 'pk': self.test_document.pk } ) - def test_trashed_document_delete_from_trash_no_access(self): - self.upload_document() - self.test_document.delete() - - response = self._request_trashed_document_delete_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - self.assertEqual(Document.objects.count(), 0) - self.assertEqual(Document.trash.count(), 1) - - def test_trashed_document_delete_from_trash_with_access(self): - self.expected_content_type = None - - self.upload_document() - self.test_document.delete() - self.grant_access( - obj=self.test_document, permission=permission_document_delete - ) - - response = self._request_trashed_document_delete_view() - self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) - - self.assertEqual(Document.objects.count(), 0) - self.assertEqual(Document.trash.count(), 0) - - def _request_trashed_document_detail_view(self): + def _request_test_trashed_document_api_detail_view(self): return self.get( viewname='rest_api:trasheddocument-detail', kwargs={ 'pk': self.test_document.pk } ) - def test_trashed_document_detail_view_no_access(self): - self.upload_document() - self.test_document.delete() - - response = self._request_trashed_document_detail_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - self.assertFalse('uuid' in response.data) - - def test_trashed_document_detail_view_with_access(self): - self.upload_document() - self.test_document.delete() - self.grant_access( - obj=self.test_document, permission=permission_document_view - ) - - response = self._request_trashed_document_detail_view() - self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual( - response.data['uuid'], force_text(self.test_document.uuid) - ) - - def _request_trashed_document_image_view(self): + def _request_test_trashed_document_api_image_view(self): latest_version = self.test_document.latest_version return self.get( @@ -638,75 +585,147 @@ class TrashedDocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): } ) - def test_trashed_document_image_view_no_permission(self): - self.upload_document() - self.test_document.delete() - - response = self._request_trashed_document_image_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_trashed_document_image_view_with_access(self): - self.upload_document() - self.test_document.delete() - self.grant_access( - obj=self.test_document, permission=permission_document_view - ) - - response = self._request_trashed_document_image_view() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - def _request_trashed_document_list_view(self): + def _request_test_trashed_document_api_list_view(self): return self.get( viewname='rest_api:trasheddocument-list' ) - def test_trashed_document_list_view_no_access(self): - self.upload_document() - self.test_document.delete() - - response = self._request_trashed_document_list_view() - self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual(response.data['count'], 0) - - def test_trashed_document_list_view_with_access(self): - self.upload_document() - self.test_document.delete() - self.grant_access( - obj=self.test_document, permission=permission_document_view - ) - - response = self._request_trashed_document_list_view() - self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual( - response.data['results'][0]['uuid'], - force_text(self.test_document.uuid) - ) - - def _request_trashed_document_restore_view(self): + def _request_test_trashed_document_api_restore_view(self): return self.post( viewname='rest_api:trasheddocument-restore', kwargs={ 'pk': self.test_document.pk } ) - def test_trashed_document_restore_no_access(self): + +class TrashedDocumentAPIViewTestCase( + TrashedDocumentAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): + auto_upload_document = False + + def test_document_api_trash_view_no_permission(self): + self.upload_document() + + response = self._request_test_document_api_trash_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + def test_document_api_trash_view_with_access(self): + self.expected_content_type = None + + self.upload_document() + self.grant_access( + obj=self.test_document, permission=permission_document_trash + ) + + response = self._request_test_document_api_trash_view() + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) + + self.assertEqual(Document.objects.count(), 0) + self.assertEqual(Document.trash.count(), 1) + + def test_trashed_document_api_delete_view_no_access(self): self.upload_document() self.test_document.delete() - response = self._request_trashed_document_restore_view() + response = self._request_test_trashed_document_api_delete_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + self.assertEqual(Document.objects.count(), 0) + self.assertEqual(Document.trash.count(), 1) + + def test_trashed_document_api_delete_view_with_access(self): + self.expected_content_type = None + + self.upload_document() + self.test_document.delete() + self.grant_access( + obj=self.test_document, permission=permission_document_delete + ) + + response = self._request_test_trashed_document_api_delete_view() + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) + + self.assertEqual(Document.objects.count(), 0) + self.assertEqual(Document.trash.count(), 0) + + def test_trashed_document_api_detail_view_no_access(self): + self.upload_document() + self.test_document.delete() + + response = self._request_test_trashed_document_api_detail_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + self.assertFalse('uuid' in response.data) + + def test_trashed_document_api_detail_view_with_access(self): + self.upload_document() + self.test_document.delete() + self.grant_access( + obj=self.test_document, permission=permission_document_view + ) + + response = self._request_test_trashed_document_api_detail_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual( + response.data['uuid'], force_text(self.test_document.uuid) + ) + + def test_trashed_document_api_image_view_no_permission(self): + self.upload_document() + self.test_document.delete() + + response = self._request_test_trashed_document_api_image_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + def test_trashed_document_api_image_view_with_access(self): + self.upload_document() + self.test_document.delete() + self.grant_access( + obj=self.test_document, permission=permission_document_view + ) + + response = self._request_test_trashed_document_api_image_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + def test_trashed_document_api_list_view_no_access(self): + self.upload_document() + self.test_document.delete() + + response = self._request_test_trashed_document_api_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data['count'], 0) + + def test_trashed_document_api_list_view_with_access(self): + self.upload_document() + self.test_document.delete() + self.grant_access( + obj=self.test_document, permission=permission_document_view + ) + + response = self._request_test_trashed_document_api_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual( + response.data['results'][0]['uuid'], + force_text(self.test_document.uuid) + ) + + def test_trashed_document_api_restore_view_no_access(self): + self.upload_document() + self.test_document.delete() + + response = self._request_test_trashed_document_api_restore_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(Document.trash.count(), 1) self.assertEqual(Document.objects.count(), 0) - def test_trashed_document_restore_with_access(self): + def test_trashed_document_api_restore_view_with_access(self): self.upload_document() self.test_document.delete() self.grant_access( obj=self.test_document, permission=permission_document_restore ) - response = self._request_trashed_document_restore_view() + response = self._request_test_trashed_document_api_restore_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual(Document.trash.count(), 0) diff --git a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po index 4fc50b8b96..7955cce60b 100644 --- a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po index 54a8fbe5b8..74d9db8d5b 100644 --- a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po index 537614c03b..5c78af203e 100644 --- a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/dynamic_search/locale/cs/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/cs/LC_MESSAGES/django.po index 8c50507cef..6db044699c 100644 --- a/mayan/apps/dynamic_search/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/dynamic_search/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/da_DK/LC_MESSAGES/django.po index 670b408202..5c9ec1c9dc 100644 --- a/mayan/apps/dynamic_search/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po index 9f1d9a6aad..b566e961bb 100644 --- a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-07-04 22:13+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/dynamic_search/locale/el/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/el/LC_MESSAGES/django.po index 64ef67f57f..a7fdcc3371 100644 --- a/mayan/apps/dynamic_search/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 2dee79621d..ff4bbd99bb 100644 --- a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index 6277bbeafd..38cccf436b 100644 --- a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po index 016f0534e2..d801ce64b9 100644 --- a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po index 05bd3017ff..ccd6b6f41e 100644 --- a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po index 2083316893..9315abc02f 100644 --- a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po index e049c199ce..ff7c64afad 100644 --- a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index a52253f309..079dca8bf8 100644 --- a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po index 8533aec2f7..01197e2a2b 100644 --- a/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po index 3d85f9c30c..73d970b9a3 100644 --- a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index 943ac7737f..c163c951ef 100644 --- a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index fe998e4416..8230380de1 100644 --- a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po index 561502516c..7f35d8c70b 100644 --- a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Aline Freitas <aline@alinefreitas.com.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po index a7bbe6c686..d255cc037a 100644 --- a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index c136ee7540..6aec10ff87 100644 --- a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: lilo.panic\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po index 9a7e735b29..e15ccbd6b5 100644 --- a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po index fdc96e76e9..589fcf5a7e 100644 --- a/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po index b73846de03..11082ee558 100644 --- a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/dynamic_search/locale/zh/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/zh/LC_MESSAGES/django.po index 1f54477283..a809f8309e 100644 --- a/mayan/apps/dynamic_search/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-15 07:49+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/dynamic_search/tests/test_api.py b/mayan/apps/dynamic_search/tests/test_api.py index 36f4d9740b..811065c39a 100644 --- a/mayan/apps/dynamic_search/tests/test_api.py +++ b/mayan/apps/dynamic_search/tests/test_api.py @@ -10,7 +10,7 @@ from mayan.apps.rest_api.tests.base import BaseAPITestCase from ..classes import SearchModel -class SearchModelAPITestCase(BaseAPITestCase): +class SearchModelAPIViewTestCase(BaseAPITestCase): def test_search_models_view(self): response = self.get( viewname='rest_api:searchmodel-list' @@ -23,7 +23,7 @@ class SearchModelAPITestCase(BaseAPITestCase): ) -class SearchAPITestCase(DocumentTestMixin, BaseAPITestCase): +class SearchAPIViewTestMixin(object): def _request_search_view(self): query = {'q': self.test_document.label} return self.get( @@ -32,6 +32,19 @@ class SearchAPITestCase(DocumentTestMixin, BaseAPITestCase): }, query=query ) + def _request_advanced_search_view(self): + query = {'document_type__label': self.test_document.document_type.label} + + return self.get( + viewname='rest_api:advanced-search-view', kwargs={ + 'search_model': document_search.get_full_name() + }, query=query + ) + + +class SearchAPIViewTestCase( + SearchAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): def test_search_no_permission(self): response = self._request_search_view() self.assertEqual(response.status_code, status.HTTP_200_OK) @@ -49,15 +62,6 @@ class SearchAPITestCase(DocumentTestMixin, BaseAPITestCase): ) self.assertEqual(response.data['count'], 1) - def _request_advanced_search_view(self): - query = {'document_type__label': self.test_document.document_type.label} - - return self.get( - viewname='rest_api:advanced-search-view', kwargs={ - 'search_model': document_search.get_full_name() - }, query=query - ) - def test_advanced_search_api_view_no_permission(self): response = self._request_advanced_search_view() self.assertEqual(response.status_code, status.HTTP_200_OK) diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po index 41450a1ce9..d2e1142626 100644 --- a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po index 6c00025db2..59db6543e1 100644 --- a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po index d816a53416..9bcd1e93b5 100644 --- a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/events/locale/cs/LC_MESSAGES/django.po b/mayan/apps/events/locale/cs/LC_MESSAGES/django.po index c635140d8f..faebb7f080 100644 --- a/mayan/apps/events/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/events/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/events/locale/da_DK/LC_MESSAGES/django.po index cfd0790e0a..2df7ed9316 100644 --- a/mayan/apps/events/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po index ce8a0eb0ea..16d86f2652 100644 --- a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-28 21:18+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/events/locale/el/LC_MESSAGES/django.po b/mayan/apps/events/locale/el/LC_MESSAGES/django.po index 6046c22a05..91b52cfde1 100644 --- a/mayan/apps/events/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.po b/mayan/apps/events/locale/en/LC_MESSAGES/django.po index d02fc4148e..6341f63aaa 100644 --- a/mayan/apps/events/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/events/locale/es/LC_MESSAGES/django.po b/mayan/apps/events/locale/es/LC_MESSAGES/django.po index 8afc4648dd..a07366d0b0 100644 --- a/mayan/apps/events/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-30 16:39+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po index e678ccd375..280bf098ce 100644 --- a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo index 8b6bae6063..a80e3ccd3d 100644 Binary files a/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po index 54a5c9a29c..7598e38e9c 100644 --- a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" -"PO-Revision-Date: 2019-05-17 13:22+0000\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" +"PO-Revision-Date: 2019-09-10 20:39+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" @@ -64,7 +64,7 @@ msgstr "Type d'événement inconnu ou obsolète : %s" #: forms.py:20 forms.py:77 msgid "Subscription" -msgstr "Souscription" +msgstr "Abonnements" #: forms.py:22 forms.py:79 msgid "No" @@ -72,7 +72,7 @@ msgstr "Non" #: forms.py:23 forms.py:80 msgid "Subscribed" -msgstr "Souscrit" +msgstr "Abonné" #: html_widgets.py:57 msgid "System" @@ -84,7 +84,7 @@ msgstr "Mes événements" #: links.py:63 models.py:66 views.py:80 msgid "Event subscriptions" -msgstr "Souscriptions aux événements" +msgstr "Abonnements aux événements" #: links.py:67 msgid "Mark as seen" @@ -96,7 +96,7 @@ msgstr "Tout marquer comme vu" #: links.py:76 msgid "Subscriptions" -msgstr "Souscriptions" +msgstr "Abonnements" #: models.py:24 msgid "Name" @@ -120,7 +120,7 @@ msgstr "Type d'évènement" #: models.py:65 msgid "Event subscription" -msgstr "Souscription aux événements" +msgstr "Abonnement aux événements" #: models.py:86 msgid "Action" @@ -140,11 +140,11 @@ msgstr "Notifications" #: models.py:122 msgid "Object event subscription" -msgstr "Souscription aux événements de l'objet" +msgstr "Abonnement aux événements de l'objet" #: models.py:123 msgid "Object event subscriptions" -msgstr "Souscriptions aux événements de l'objet" +msgstr "Abonnements aux événements de l'objet" #: permissions.py:10 msgid "Access the events of an object" @@ -153,11 +153,11 @@ msgstr "Accéder aux évènements de cet objet" #: views.py:59 #, python-format msgid "Error updating event subscription; %s" -msgstr "Erreur de mise à jour de la souscription aux événements ; %s" +msgstr "Erreur de mise à jour de l'abonnement aux événements ; %s" #: views.py:64 msgid "Event subscriptions updated successfully" -msgstr "Souscriptions aux événements mises à jour avec succès" +msgstr "Abonnements aux événements mises à jour avec succès" #: views.py:114 msgid "Subscribe to global or object events to receive notifications." @@ -189,14 +189,14 @@ msgstr "Erreur de mise à jour de souscription aux événements de l'objet ; %s" #: views.py:215 msgid "Object event subscriptions updated successfully" -msgstr "Souscriptions aux événements de l'objet mises à jour avec succès" +msgstr "Abonnements aux événements de l'objet mises à jour avec succès" #: views.py:248 #, python-format msgid "Event subscriptions for: %s" -msgstr "Souscriptions aux événements pour : %s" +msgstr "Abonnements aux événements pour : %s" #: views.py:280 #, python-format msgid "Events of type: %s" -msgstr "Évènements de type : %s" +msgstr "Événements de type : %s" diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po index 846e97f21c..fbf00bfaf5 100644 --- a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.po b/mayan/apps/events/locale/id/LC_MESSAGES/django.po index 3cbddf55ba..1df6872348 100644 --- a/mayan/apps/events/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-05-14 11:12+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.mo b/mayan/apps/events/locale/it/LC_MESSAGES/django.mo index df6c2f7f92..a288e0cb64 100644 Binary files a/mayan/apps/events/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.po b/mayan/apps/events/locale/it/LC_MESSAGES/django.po index 6e35b9852d..c7613f7642 100644 --- a/mayan/apps/events/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" -"PO-Revision-Date: 2019-06-13 17:25+0000\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" +"PO-Revision-Date: 2019-08-28 12:14+0000\n" "Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" #: models.py:86 msgid "Action" -msgstr "" +msgstr "Azione" #: models.py:88 msgid "Read" diff --git a/mayan/apps/events/locale/lv/LC_MESSAGES/django.po b/mayan/apps/events/locale/lv/LC_MESSAGES/django.po index 7f5cded4f3..bbe4aff6ba 100644 --- a/mayan/apps/events/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-06-28 12:35+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po index 197e489f3a..9b73686eb5 100644 --- a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-07-27 03:42+0000\n" "Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po index 729609c95d..994359efdd 100644 --- a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po index b5c856ff9c..eb8a14b7ad 100644 --- a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po index 46566aff2f..c23f317c0c 100644 --- a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po index 1d1e98786c..091d35af65 100644 --- a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-05-02 05:19+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po index 6fd12018b7..f22eb2de71 100644 --- a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: lilo.panic\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po index ad9ace8ca0..c8b0b6cde9 100644 --- a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po index 2a7caed342..74a0ff324f 100644 --- a/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po index 00da2d2bf5..0a74359f20 100644 --- a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/events/locale/zh/LC_MESSAGES/django.po b/mayan/apps/events/locale/zh/LC_MESSAGES/django.po index 5a986fe8fa..1ea1112fd1 100644 --- a/mayan/apps/events/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:12-0400\n" "PO-Revision-Date: 2019-04-27 22:53+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/file_metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/ar/LC_MESSAGES/django.po index c8ceb8e5a1..7c86288fa2 100644 --- a/mayan/apps/file_metadata/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/ar/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Yaman Sanobar <yman.snober@gmail.com>, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" diff --git a/mayan/apps/file_metadata/locale/bg/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/bg/LC_MESSAGES/django.po index 6914279d61..30b26cbcdd 100644 --- a/mayan/apps/file_metadata/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/bg/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Iliya Georgiev <inactive+iliicho7@transifex.com>, 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/file_metadata/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/bs_BA/LC_MESSAGES/django.po index b43adcc8e1..83eb0dcfec 100644 --- a/mayan/apps/file_metadata/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/bs_BA/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Ilvana Dollaroviq <ilvanadollaroviq@gmail.com>, 2019\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/file_metadata/locale/cs/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/cs/LC_MESSAGES/django.po index 1204acd6f4..89a690dd52 100644 --- a/mayan/apps/file_metadata/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/cs/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>, 2019\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" diff --git a/mayan/apps/file_metadata/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/da_DK/LC_MESSAGES/django.po index a6cf3c704a..aeb119ffe2 100644 --- a/mayan/apps/file_metadata/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2019\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" diff --git a/mayan/apps/file_metadata/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/de_DE/LC_MESSAGES/django.po index 810efd98a5..d540ac768c 100644 --- a/mayan/apps/file_metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/de_DE/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/file_metadata/locale/el/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/el/LC_MESSAGES/django.po index 74b7a11a48..64499724be 100644 --- a/mayan/apps/file_metadata/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2019\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" diff --git a/mayan/apps/file_metadata/locale/en/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/en/LC_MESSAGES/django.po index cc0542d4fa..07500970c0 100644 --- a/mayan/apps/file_metadata/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/file_metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/es/LC_MESSAGES/django.po index c28f55146e..b08280e753 100644 --- a/mayan/apps/file_metadata/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/file_metadata/locale/fa/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/fa/LC_MESSAGES/django.po index 0ec7b0104f..5e14f99a87 100644 --- a/mayan/apps/file_metadata/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/fa/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Nima Towhidi <nima.towhidi@gmail.com>, 2019\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/file_metadata/locale/fr/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/fr/LC_MESSAGES/django.po index 319f5cb26d..7aced5726d 100644 --- a/mayan/apps/file_metadata/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/fr/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/file_metadata/locale/hu/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/hu/LC_MESSAGES/django.po index ab048d331d..43e7417fa2 100644 --- a/mayan/apps/file_metadata/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/hu/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2019\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" diff --git a/mayan/apps/file_metadata/locale/id/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/id/LC_MESSAGES/django.po index 46f3fa58bf..32a3ef4ceb 100644 --- a/mayan/apps/file_metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/id/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Adek Lanin, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" diff --git a/mayan/apps/file_metadata/locale/it/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/it/LC_MESSAGES/django.po index 44e10df541..5aa2dbe2c9 100644 --- a/mayan/apps/file_metadata/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Giovanni Tricarico <gtricarico92@gmail.com>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/file_metadata/locale/lv/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/lv/LC_MESSAGES/django.po index 4162d5af62..77d666b045 100644 --- a/mayan/apps/file_metadata/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/file_metadata/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/nl_NL/LC_MESSAGES/django.po index 0eee914f9f..f154718a50 100644 --- a/mayan/apps/file_metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/file_metadata/locale/pl/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/pl/LC_MESSAGES/django.po index e7bfab5f64..ddc782b577 100644 --- a/mayan/apps/file_metadata/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/pl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" diff --git a/mayan/apps/file_metadata/locale/pt/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/pt/LC_MESSAGES/django.po index 3a2a786587..9bf779110c 100644 --- a/mayan/apps/file_metadata/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/pt/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" diff --git a/mayan/apps/file_metadata/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/pt_BR/LC_MESSAGES/django.po index b128d924c4..2767ede14e 100644 --- a/mayan/apps/file_metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/file_metadata/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/ro_RO/LC_MESSAGES/django.po index 578ce7b90f..68408823fc 100644 --- a/mayan/apps/file_metadata/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/ro_RO/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/file_metadata/locale/ru/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/ru/LC_MESSAGES/django.po index 7376f4f697..53cb6d86de 100644 --- a/mayan/apps/file_metadata/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/ru/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: D Muzzle <muzzlerator@gmail.com>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/file_metadata/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/sl_SI/LC_MESSAGES/django.po index 8136800280..2ec63df1b1 100644 --- a/mayan/apps/file_metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2019\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" diff --git a/mayan/apps/file_metadata/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/tr_TR/LC_MESSAGES/django.po index eebd25b869..6069c3a1d0 100644 --- a/mayan/apps/file_metadata/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/tr_TR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2019\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" diff --git a/mayan/apps/file_metadata/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/vi_VN/LC_MESSAGES/django.po index 99c834e60c..bfdb201400 100644 --- a/mayan/apps/file_metadata/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/vi_VN/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2019\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" diff --git a/mayan/apps/file_metadata/locale/zh/LC_MESSAGES/django.po b/mayan/apps/file_metadata/locale/zh/LC_MESSAGES/django.po index 3ae8c42e40..2994227a2d 100644 --- a/mayan/apps/file_metadata/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/file_metadata/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index 514a81fd72..e29b84797b 100644 --- a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po index 3608182abd..f31c319a45 100644 --- a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po index b00db2c5c3..2b2d451841 100644 --- a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po b/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po index 55f89ffa95..49140e8f2e 100644 --- a/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/linking/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/linking/locale/da_DK/LC_MESSAGES/django.po index ca689d517a..9c91af17dd 100644 --- a/mayan/apps/linking/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po index dcd1dcec2e..26da40e0e7 100644 --- a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-17 22:31+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/linking/locale/el/LC_MESSAGES/django.po b/mayan/apps/linking/locale/el/LC_MESSAGES/django.po index df7f2f4838..daa1ff9714 100644 --- a/mayan/apps/linking/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po index b37c90353e..9b44285045 100644 --- a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index e06d3ae3f9..0a058cbec7 100644 --- a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po index 6afa06fb4d..8076b64f0b 100644 --- a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po index d77c146143..a978e73e8b 100644 --- a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-06-17 20:40+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index 5344ad1259..adb87230b5 100644 --- a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index 7c37d5c98a..e749f152e8 100644 --- a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-14 11:30+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index 503361c877..9705a2930c 100644 --- a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po b/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po index 72abc959b8..496d2a5758 100644 --- a/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-06-28 11:18+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po index 21e96fffa3..a62974e4ac 100644 --- a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po index cee0fda9b9..7e5d6a2072 100644 --- a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index 0779d4bccf..f6581cddb3 100644 --- a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 2a677af8ba..ee1c2a14c9 100644 --- a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po index c4d31dce1b..9644d6a9b6 100644 --- a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-08 07:58+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po index 1df02b367b..8dc87f7a50 100644 --- a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po index 0a4d544ec9..1b3b9e1164 100644 --- a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po index 87055df917..e48465ca35 100644 --- a/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po index 24509529de..335f5902aa 100644 --- a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po b/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po index 0ccc14871b..2d6bd8d822 100644 --- a/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:13-0400\n" "PO-Revision-Date: 2019-05-03 05:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/linking/tests/mixins.py b/mayan/apps/linking/tests/mixins.py index 5d482d6731..47af982c3b 100644 --- a/mayan/apps/linking/tests/mixins.py +++ b/mayan/apps/linking/tests/mixins.py @@ -10,6 +10,14 @@ from .literals import ( ) +class SmartLinkDocumentViewTestMixin(object): + def _request_test_smart_link_document_instances_view(self): + return self.get( + viewname='linking:smart_link_instances_for_document', + kwargs={'pk': self.test_document.pk} + ) + + class SmartLinkTestMixin(object): def _create_test_smart_link(self, add_test_document_type=False): self.test_smart_link = SmartLink.objects.create( diff --git a/mayan/apps/linking/tests/test_api.py b/mayan/apps/linking/tests/test_api.py index 00b40e23e3..dccd40e84e 100644 --- a/mayan/apps/linking/tests/test_api.py +++ b/mayan/apps/linking/tests/test_api.py @@ -22,19 +22,64 @@ from .literals import ( from .mixins import SmartLinkTestMixin -class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCase): - auto_create_document_type = False - auto_upload_document = False - - def _request_smartlink_create_view(self): +class SmartLinkAPIViewTestMixin(object): + def _request_test_smart_link_create_api_view(self): return self.post( viewname='rest_api:smartlink-list', data={ 'label': TEST_SMART_LINK_LABEL } ) + def _request_test_smart_link_create_with_document_type_api_view(self): + return self.post( + viewname='rest_api:smartlink-list', data={ + 'label': TEST_SMART_LINK_LABEL, + 'document_types_pk_list': self.test_document_type.pk + }, + ) + + def _request_test_smart_link_delete_api_view(self): + return self.delete( + viewname='rest_api:smartlink-detail', kwargs={ + 'pk': self.test_smart_link.pk + } + ) + + def _request_test_smart_link_detail_api_view(self): + return self.get( + viewname='rest_api:smartlink-detail', kwargs={ + 'pk': self.test_smart_link.pk + } + ) + + def _request_test_smart_link_edit_patch_api_view(self): + return self.patch( + viewname='rest_api:smartlink-detail', + kwargs={'pk': self.test_smart_link.pk}, data={ + 'label': TEST_SMART_LINK_LABEL_EDITED, + 'document_types_pk_list': self.test_document_type.pk + } + ) + + def _request_test_smart_link_edit_put_api_view(self): + return self.put( + viewname='rest_api:smartlink-detail', + kwargs={'pk': self.test_smart_link.pk}, data={ + 'label': TEST_SMART_LINK_LABEL_EDITED, + 'document_types_pk_list': self.test_document_type.pk + } + ) + + +class SmartLinkAPIViewTestCase( + DocumentTestMixin, SmartLinkTestMixin, SmartLinkAPIViewTestMixin, + BaseAPITestCase +): + auto_create_document_type = False + auto_upload_document = False + def test_smart_link_create_view_no_permission(self): - response = self._request_smartlink_create_view() + response = self._request_test_smart_link_create_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(SmartLink.objects.count(), 0) @@ -42,7 +87,7 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas def test_smart_link_create_view_with_permission(self): self.grant_permission(permission=permission_smart_link_create) - response = self._request_smartlink_create_view() + response = self._request_test_smart_link_create_api_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) smart_link = SmartLink.objects.first() @@ -52,18 +97,10 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas self.assertEqual(SmartLink.objects.count(), 1) self.assertEqual(smart_link.label, TEST_SMART_LINK_LABEL) - def _request_smart_link_create_with_document_type_view(self): - return self.post( - viewname='rest_api:smartlink-list', data={ - 'label': TEST_SMART_LINK_LABEL, - 'document_types_pk_list': self.test_document_type.pk - }, - ) - def test_smart_link_create_with_document_types_view_no_permission(self): self._create_document_type() - response = self._request_smart_link_create_with_document_type_view() + response = self._request_test_smart_link_create_with_document_type_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(SmartLink.objects.count(), 0) @@ -72,7 +109,7 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas self._create_document_type() self.grant_permission(permission=permission_smart_link_create) - response = self._request_smart_link_create_with_document_type_view() + response = self._request_test_smart_link_create_with_document_type_api_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) smart_link = SmartLink.objects.first() @@ -81,21 +118,14 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas self.assertEqual(SmartLink.objects.count(), 1) self.assertEqual(smart_link.label, TEST_SMART_LINK_LABEL) - self.assertQuerysetEqual( - smart_link.document_types.all(), (repr(self.test_document_type),) - ) - - def _request_smart_link_delete_view(self): - return self.delete( - viewname='rest_api:smartlink-detail', kwargs={ - 'pk': self.test_smart_link.pk - } + self.assertTrue( + self.test_document_type in smart_link.document_types.all() ) def test_smart_link_delete_view_no_permission(self): self._create_test_smart_link() - response = self._request_smart_link_delete_view() + response = self._request_test_smart_link_delete_api_view() self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND) self.assertEqual(SmartLink.objects.count(), 1) @@ -106,22 +136,15 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas obj=self.test_smart_link, permission=permission_smart_link_delete ) - response = self._request_smart_link_delete_view() + response = self._request_test_smart_link_delete_api_view() self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) self.assertEqual(SmartLink.objects.count(), 0) - def _request_smart_link_detail_view(self): - return self.get( - viewname='rest_api:smartlink-detail', kwargs={ - 'pk': self.test_smart_link.pk - } - ) - def test_smart_link_detail_view_no_permission(self): self._create_test_smart_link() - response = self._request_smart_link_detail_view() + response = self._request_test_smart_link_detail_api_view() self.assertEqual(response.status_code, status.HTTP_404_NOT_FOUND) self.assertFalse('label' in response.data) @@ -132,22 +155,13 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas obj=self.test_smart_link, permission=permission_smart_link_view ) - response = self._request_smart_link_detail_view() + response = self._request_test_smart_link_detail_api_view() self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual( response.data['label'], TEST_SMART_LINK_LABEL ) - def _request_test_smart_link_edit_patch_api_view(self): - return self.patch( - viewname='rest_api:smartlink-detail', - kwargs={'pk': self.test_smart_link.pk}, data={ - 'label': TEST_SMART_LINK_LABEL_EDITED, - 'document_types_pk_list': self.test_document_type.pk - } - ) - def test_smart_link_edit_view_via_patch_no_permission(self): self._create_document_type() self._create_test_smart_link() @@ -169,15 +183,8 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas self.assertEqual(response.status_code, status.HTTP_200_OK) self.test_smart_link.refresh_from_db() - self.assertEqual(self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED) - - def _request_test_smart_link_edit_put_api_view(self): - return self.put( - viewname='rest_api:smartlink-detail', - kwargs={'pk': self.test_smart_link.pk}, data={ - 'label': TEST_SMART_LINK_LABEL_EDITED, - 'document_types_pk_list': self.test_document_type.pk - } + self.assertEqual( + self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED ) def test_smart_link_edit_view_via_put_no_permission(self): @@ -201,14 +208,67 @@ class SmartLinkAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCas self.assertEqual(response.status_code, status.HTTP_200_OK) self.test_smart_link.refresh_from_db() - self.assertEqual(self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED) + self.assertEqual( + self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED + ) -class SmartLinkConditionAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseAPITestCase): - def setUp(self): - super(SmartLinkConditionAPITestCase, self).setUp() - self._create_test_smart_link(add_test_document_type=True) +class SmartLinkConditionAPIViewTestMixin(object): + def _request_smart_link_condition_create_view(self): + return self.post( + viewname='rest_api:smartlinkcondition-list', + kwargs={'pk': self.test_smart_link.pk}, data={ + 'foreign_document_data': TEST_SMART_LINK_CONDITION_FOREIGN_DOCUMENT_DATA, + 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION, + 'operator': TEST_SMART_LINK_CONDITION_OPERATOR + } + ) + def _request_smart_link_condition_delete_view(self): + return self.delete( + viewname='rest_api:smartlinkcondition-detail', + kwargs={ + 'pk': self.test_smart_link.pk, + 'condition_pk': self.test_smart_link_condition.pk + } + ) + + def _request_smart_link_condition_detail_view(self): + return self.get( + viewname='rest_api:smartlinkcondition-detail', + kwargs={ + 'pk': self.test_smart_link.pk, + 'condition_pk': self.test_smart_link_condition.pk + } + ) + + def _request_smart_link_condition_edit_view_via_patch(self): + return self.patch( + viewname='rest_api:smartlinkcondition-detail', + kwargs={ + 'pk': self.test_smart_link.pk, + 'condition_pk': self.test_smart_link_condition.pk + }, data={ + 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED, + } + ) + + def _request_smart_link_condition_edit_view_via_put(self): + return self.put( + viewname='rest_api:smartlinkcondition-detail', + kwargs={ + 'pk': self.test_smart_link.pk, + 'condition_pk': self.test_smart_link_condition.pk + }, data={ + 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED, + 'foreign_document_data': TEST_SMART_LINK_CONDITION_FOREIGN_DOCUMENT_DATA, + 'operator': TEST_SMART_LINK_CONDITION_OPERATOR + + } + ) + + +class ResolvedSmartLinkAPIViewTestMixin(object): def _request_resolved_smart_link_detail_view(self): return self.get( viewname='rest_api:resolvedsmartlink-detail', @@ -219,6 +279,163 @@ class SmartLinkConditionAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseA ) self._create_test_smart_link(add_test_document_type=True) + def _request_resolved_smart_link_list_view(self): + return self.get( + viewname='rest_api:resolvedsmartlink-list', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_resolved_smart_link_document_list_view(self): + return self.get( + viewname='rest_api:resolvedsmartlinkdocument-list', + kwargs={ + 'pk': self.test_document.pk, + 'smart_link_pk': self.test_smart_link.pk + } + ) + + +class SmartLinkConditionAPIViewTestCase( + DocumentTestMixin, SmartLinkTestMixin, + SmartLinkConditionAPIViewTestMixin, BaseAPITestCase +): + auto_upload_document = False + + def setUp(self): + super(SmartLinkConditionAPIViewTestCase, self).setUp() + self._create_test_smart_link(add_test_document_type=True) + + def test_smart_link_condition_create_view_no_permission(self): + response = self._request_smart_link_condition_create_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + self.assertFalse('id' in response.data) + + def test_smart_link_condition_create_view_with_access(self): + self.grant_access( + obj=self.test_smart_link, permission=permission_smart_link_edit + ) + + response = self._request_smart_link_condition_create_view() + self.assertEqual(response.status_code, status.HTTP_201_CREATED) + + smart_link_condition = SmartLinkCondition.objects.first() + self.assertEqual(response.data['id'], smart_link_condition.pk) + self.assertEqual( + response.data['operator'], TEST_SMART_LINK_CONDITION_OPERATOR + ) + + self.assertEqual(SmartLinkCondition.objects.count(), 1) + self.assertEqual( + smart_link_condition.operator, TEST_SMART_LINK_CONDITION_OPERATOR + ) + + def test_smart_link_condition_delete_view_no_permission(self): + self._create_test_smart_link_condition() + + response = self._request_smart_link_condition_delete_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + self.assertEqual(SmartLinkCondition.objects.count(), 1) + + def test_smart_link_condition_delete_view_with_access(self): + self._create_test_smart_link_condition() + + self.grant_access( + obj=self.test_smart_link, permission=permission_smart_link_edit + ) + + response = self._request_smart_link_condition_delete_view() + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) + + self.assertEqual(SmartLinkCondition.objects.count(), 0) + + def test_smart_link_condition_detail_view_no_permission(self): + self._create_test_smart_link_condition() + + response = self._request_smart_link_condition_detail_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + self.assertFalse('id' in response.data) + + def test_smart_link_condition_detail_view_with_access(self): + self._create_test_smart_link_condition() + + self.grant_access( + obj=self.test_smart_link, permission=permission_smart_link_view + ) + + response = self._request_smart_link_condition_detail_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual( + response.data['operator'], TEST_SMART_LINK_CONDITION_OPERATOR + ) + + def test_smart_link_condition_patch_view_no_permission(self): + self._create_test_smart_link_condition() + + response = self._request_smart_link_condition_edit_view_via_patch() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + self.test_smart_link_condition.refresh_from_db() + self.assertEqual( + self.test_smart_link_condition.expression, + TEST_SMART_LINK_CONDITION_EXPRESSION + ) + + def test_smart_link_condition_patch_view_with_access(self): + self._create_test_smart_link_condition() + + self.grant_access( + obj=self.test_smart_link, permission=permission_smart_link_edit + ) + + response = self._request_smart_link_condition_edit_view_via_patch() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.test_smart_link_condition.refresh_from_db() + self.assertEqual( + self.test_smart_link_condition.expression, + TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED + ) + + def test_smart_link_condition_put_view_no_permission(self): + self._create_test_smart_link_condition() + + response = self._request_smart_link_condition_edit_view_via_put() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + self.test_smart_link_condition.refresh_from_db() + self.assertEqual( + self.test_smart_link_condition.expression, + TEST_SMART_LINK_CONDITION_EXPRESSION + ) + + def test_smart_link_condition_put_view_with_access(self): + self._create_test_smart_link_condition() + + self.grant_access( + obj=self.test_smart_link, permission=permission_smart_link_edit + ) + + response = self._request_smart_link_condition_edit_view_via_put() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.test_smart_link_condition.refresh_from_db() + self.assertEqual( + self.test_smart_link_condition.expression, + TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED + ) + + +class ResolvedSmartLinkAPIViewTestCase( + DocumentTestMixin, SmartLinkTestMixin, + ResolvedSmartLinkAPIViewTestMixin, BaseAPITestCase +): + def setUp(self): + super(ResolvedSmartLinkAPIViewTestCase, self).setUp() + self._create_test_smart_link(add_test_document_type=True) + def test_resolved_smart_link_detail_view_no_permission(self): self._create_test_smart_link_condition() @@ -262,13 +479,6 @@ class SmartLinkConditionAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseA response.data['label'], TEST_SMART_LINK_LABEL ) - def _request_resolved_smart_link_list_view(self): - return self.get( - viewname='rest_api:resolvedsmartlink-list', kwargs={ - 'pk': self.test_document.pk - } - ) - def test_resolved_smart_link_list_view_no_permission(self): self._create_test_smart_link_condition() @@ -316,15 +526,6 @@ class SmartLinkConditionAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseA response.data['results'][0]['label'], TEST_SMART_LINK_LABEL ) - def _request_resolved_smart_link_document_list_view(self): - return self.get( - viewname='rest_api:resolvedsmartlinkdocument-list', - kwargs={ - 'pk': self.test_document.pk, - 'smart_link_pk': self.test_smart_link.pk - } - ) - def test_resolved_smart_link_document_list_view_no_permission(self): self._create_test_smart_link_condition() @@ -366,178 +567,3 @@ class SmartLinkConditionAPITestCase(DocumentTestMixin, SmartLinkTestMixin, BaseA self.assertEqual( response.data['results'][0]['label'], self.test_document.label ) - - def _request_smart_link_condition_create_view(self): - return self.post( - viewname='rest_api:smartlinkcondition-list', - kwargs={'pk': self.test_smart_link.pk}, data={ - 'foreign_document_data': TEST_SMART_LINK_CONDITION_FOREIGN_DOCUMENT_DATA, - 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION, - 'operator': TEST_SMART_LINK_CONDITION_OPERATOR - } - ) - - def test_smart_link_condition_create_view_no_permission(self): - - response = self._request_smart_link_condition_create_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - self.assertFalse('id' in response.data) - - def test_smart_link_condition_create_view_with_access(self): - self.grant_access( - obj=self.test_smart_link, permission=permission_smart_link_edit - ) - - response = self._request_smart_link_condition_create_view() - self.assertEqual(response.status_code, status.HTTP_201_CREATED) - - smart_link_condition = SmartLinkCondition.objects.first() - self.assertEqual(response.data['id'], smart_link_condition.pk) - self.assertEqual( - response.data['operator'], TEST_SMART_LINK_CONDITION_OPERATOR - ) - - self.assertEqual(SmartLinkCondition.objects.count(), 1) - self.assertEqual( - smart_link_condition.operator, TEST_SMART_LINK_CONDITION_OPERATOR - ) - - def _request_smart_link_condition_delete_view(self): - return self.delete( - viewname='rest_api:smartlinkcondition-detail', - kwargs={ - 'pk': self.test_smart_link.pk, - 'condition_pk': self.test_smart_link_condition.pk - } - ) - - def test_smart_link_condition_delete_view_no_permission(self): - self._create_test_smart_link_condition() - - response = self._request_smart_link_condition_delete_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - self.assertEqual(SmartLinkCondition.objects.count(), 1) - - def test_smart_link_condition_delete_view_with_access(self): - self._create_test_smart_link_condition() - - self.grant_access( - obj=self.test_smart_link, permission=permission_smart_link_edit - ) - - response = self._request_smart_link_condition_delete_view() - self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) - - self.assertEqual(SmartLinkCondition.objects.count(), 0) - - def _request_smart_link_condition_detail_view(self): - return self.get( - viewname='rest_api:smartlinkcondition-detail', - kwargs={ - 'pk': self.test_smart_link.pk, - 'condition_pk': self.test_smart_link_condition.pk - } - ) - - def test_smart_link_condition_detail_view_no_permission(self): - self._create_test_smart_link_condition() - - response = self._request_smart_link_condition_detail_view() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - self.assertFalse('id' in response.data) - - def test_smart_link_condition_detail_view_with_access(self): - self._create_test_smart_link_condition() - - self.grant_access( - obj=self.test_smart_link, permission=permission_smart_link_view - ) - - response = self._request_smart_link_condition_detail_view() - self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual( - response.data['operator'], TEST_SMART_LINK_CONDITION_OPERATOR - ) - - def _request_smart_link_condition_edit_view_via_patch(self): - return self.patch( - viewname='rest_api:smartlinkcondition-detail', - kwargs={ - 'pk': self.test_smart_link.pk, - 'condition_pk': self.test_smart_link_condition.pk - }, data={ - 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED, - } - ) - - def test_smart_link_condition_patch_view_no_permission(self): - self._create_test_smart_link_condition() - - response = self._request_smart_link_condition_edit_view_via_patch() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - self.test_smart_link_condition.refresh_from_db() - self.assertEqual( - self.test_smart_link_condition.expression, - TEST_SMART_LINK_CONDITION_EXPRESSION - ) - - def test_smart_link_condition_patch_view_with_access(self): - self._create_test_smart_link_condition() - - self.grant_access( - obj=self.test_smart_link, permission=permission_smart_link_edit - ) - - response = self._request_smart_link_condition_edit_view_via_patch() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.test_smart_link_condition.refresh_from_db() - self.assertEqual( - self.test_smart_link_condition.expression, - TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED - ) - - def _request_smart_link_condition_edit_view_via_put(self): - return self.put( - viewname='rest_api:smartlinkcondition-detail', - kwargs={ - 'pk': self.test_smart_link.pk, - 'condition_pk': self.test_smart_link_condition.pk - }, data={ - 'expression': TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED, - 'foreign_document_data': TEST_SMART_LINK_CONDITION_FOREIGN_DOCUMENT_DATA, - 'operator': TEST_SMART_LINK_CONDITION_OPERATOR - - } - ) - - def test_smart_link_condition_put_view_no_permission(self): - self._create_test_smart_link_condition() - - response = self._request_smart_link_condition_edit_view_via_put() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - self.test_smart_link_condition.refresh_from_db() - self.assertEqual( - self.test_smart_link_condition.expression, - TEST_SMART_LINK_CONDITION_EXPRESSION - ) - - def test_smart_link_condition_put_view_with_access(self): - self._create_test_smart_link_condition() - - self.grant_access( - obj=self.test_smart_link, permission=permission_smart_link_edit - ) - - response = self._request_smart_link_condition_edit_view_via_put() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.test_smart_link_condition.refresh_from_db() - self.assertEqual( - self.test_smart_link_condition.expression, - TEST_SMART_LINK_CONDITION_EXPRESSION_EDITED - ) diff --git a/mayan/apps/linking/tests/test_views.py b/mayan/apps/linking/tests/test_views.py index 4d33534789..dfa530a409 100644 --- a/mayan/apps/linking/tests/test_views.py +++ b/mayan/apps/linking/tests/test_views.py @@ -14,10 +14,15 @@ from .literals import ( TEST_SMART_LINK_DYNAMIC_LABEL, TEST_SMART_LINK_LABEL_EDITED, TEST_SMART_LINK_LABEL ) -from .mixins import SmartLinkTestMixin, SmartLinkViewTestMixin +from .mixins import ( + SmartLinkDocumentViewTestMixin, SmartLinkTestMixin, + SmartLinkViewTestMixin +) -class SmartLinkViewTestCase(SmartLinkTestMixin, SmartLinkViewTestMixin, GenericViewTestCase): +class SmartLinkViewTestCase( + SmartLinkTestMixin, SmartLinkViewTestMixin, GenericViewTestCase +): def test_smart_link_create_view_no_permission(self): response = self._request_test_smart_link_create_view() self.assertEqual(response.status_code, 403) @@ -74,10 +79,15 @@ class SmartLinkViewTestCase(SmartLinkTestMixin, SmartLinkViewTestMixin, GenericV self.assertEqual(response.status_code, 302) self.test_smart_link.refresh_from_db() - self.assertEqual(self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED) + self.assertEqual( + self.test_smart_link.label, TEST_SMART_LINK_LABEL_EDITED + ) -class SmartLinkDocumentViewTestCase(SmartLinkTestMixin, GenericDocumentViewTestCase): +class SmartLinkDocumentViewTestCase( + SmartLinkTestMixin, SmartLinkDocumentViewTestMixin, + GenericDocumentViewTestCase +): def setUp(self): super(SmartLinkDocumentViewTestCase, self).setUp() self._create_test_smart_link() @@ -89,12 +99,6 @@ class SmartLinkDocumentViewTestCase(SmartLinkTestMixin, GenericDocumentViewTestC ) self.test_smart_link_2.document_types.add(self.test_document_type) - def _request_test_smart_link_document_instances_view(self): - return self.get( - viewname='linking:smart_link_instances_for_document', - kwargs={'pk': self.test_document.pk} - ) - def test_document_smart_link_list_view_no_permission(self): self.grant_access( obj=self.test_document, permission=permission_document_view diff --git a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po index 3bcfcb0bc5..f1800dd109 100644 --- a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po index a0ff017fd8..1c8aad053f 100644 --- a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po index 9845d2b201..8897ae6155 100644 --- a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/lock_manager/locale/cs/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/cs/LC_MESSAGES/django.po index e13d5e04d2..0e1778bfa5 100644 --- a/mayan/apps/lock_manager/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/lock_manager/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/da_DK/LC_MESSAGES/django.po index 45a698ac88..42dd8bf063 100644 --- a/mayan/apps/lock_manager/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po index fe44149626..b15c839640 100644 --- a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-11-23 10:12+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/lock_manager/locale/el/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/el/LC_MESSAGES/django.po index bcd9a6a154..fe691dcc65 100644 --- a/mayan/apps/lock_manager/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po index 3e400676cb..907187e8c5 100644 --- a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po index 5d48fae7f1..5c0f82a9ae 100644 --- a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-28 20:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po index b8742d77da..d5a3a6d98d 100644 --- a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po index 706632820d..3c5bb38044 100644 --- a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-05 03:51+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po index 75c65db57c..3bf53b7ca1 100644 --- a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po index dc9aaebc3b..ac65f62118 100644 --- a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po index c15b63d81c..d689e3f9de 100644 --- a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/lock_manager/locale/lv/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/lv/LC_MESSAGES/django.po index 3259304a6d..63555f4c31 100644 --- a/mayan/apps/lock_manager/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-31 12:36+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po index 7f4ee87470..b4b0a6d203 100644 --- a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po index 361c03b9e8..b2c0fd9944 100644 --- a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po index 9383799ee0..61b5193af7 100644 --- a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po index 3bb495d56d..006f777d35 100644 --- a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po index 67487cbc29..1e6e13b84e 100644 --- a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-03-15 11:16+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po index 1ab76fdeea..ed95eae74d 100644 --- a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po index 8f802fbd7a..3c58dfd1ca 100644 --- a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/lock_manager/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/tr_TR/LC_MESSAGES/django.po index e03853dda1..5d80a3311e 100644 --- a/mayan/apps/lock_manager/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po index 7c94f3668f..14500617a8 100644 --- a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2018-09-12 07:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/lock_manager/locale/zh/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/zh/LC_MESSAGES/django.po index 329ed448eb..59fbb3c396 100644 --- a/mayan/apps/lock_manager/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-01-24 02:59+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index ca2ccc0775..6d06d6b15f 100644 --- a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po index b9034bf391..fa5116d5ca 100644 --- a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po index 17761eba7d..c1d2309e3c 100644 --- a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/mailer/locale/cs/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/cs/LC_MESSAGES/django.po index 61985f2f88..8a61338803 100644 --- a/mayan/apps/mailer/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/mailer/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/da_DK/LC_MESSAGES/django.po index 26ea2118d1..c9e0736508 100644 --- a/mayan/apps/mailer/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po index 33de01e9a3..d1c0ef0800 100644 --- a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/mailer/locale/el/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/el/LC_MESSAGES/django.po index e6873e1f51..2e2963163a 100644 --- a/mayan/apps/mailer/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po index d6a252df2b..394585609f 100644 --- a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po index a3633406a6..2c6a4de593 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-07-05 06:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index 0479cc123e..9221d8a393 100644 --- a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po index 757bc8a88c..6a9e1b454c 100644 --- a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po index 7047882b6a..c26eae949b 100644 --- a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po index 46e6b51cb4..89fdd6a5e5 100644 --- a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po index 679bb5b849..1c50598355 100644 --- a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po index 339172ac45..8bb9778043 100644 --- a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-07-01 05:54+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po index ef17130d52..263ff023c9 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-07-21 20:58+0000\n" "Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po index 0bd960b68f..e79f96525a 100644 --- a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po index 2eb861be81..4a7193c7e9 100644 --- a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po index 459ecc24ac..5e0ff4e768 100644 --- a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo index 3056d39822..8f970f2d0e 100644 Binary files a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po index 1bfcf571f8..3fac01a570 100644 --- a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" +"PO-Revision-Date: 2019-09-03 08:36+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -394,7 +394,7 @@ msgstr "Editați profilul de poștă electronică: %s" #: views.py:211 #, python-format msgid "Error log for: %s" -msgstr "" +msgstr "Jurnal de erori pentru: %s" #: views.py:233 msgid "" diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po index ba56b82e7b..cc535d310c 100644 --- a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po index c28f87b988..2f92fa287d 100644 --- a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po index be631e3e39..f46a13e0fa 100644 --- a/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po index f303636f2e..f97f59270b 100644 --- a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/mailer/locale/zh/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/zh/LC_MESSAGES/django.po index b343d496b3..22c58c53ce 100644 --- a/mayan/apps/mailer/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:15-0400\n" "PO-Revision-Date: 2019-06-29 06:21+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/mailer/tests/test_actions.py b/mayan/apps/mailer/tests/test_workflow_actions.py similarity index 98% rename from mayan/apps/mailer/tests/test_actions.py rename to mayan/apps/mailer/tests/test_workflow_actions.py index e52f1ff95b..ce5e4408f2 100644 --- a/mayan/apps/mailer/tests/test_actions.py +++ b/mayan/apps/mailer/tests/test_workflow_actions.py @@ -8,7 +8,7 @@ from mayan.apps.common.tests.base import GenericViewTestCase from mayan.apps.documents.tests.mixins import DocumentTestMixin from mayan.apps.document_states.literals import WORKFLOW_ACTION_ON_ENTRY from mayan.apps.document_states.tests.mixins import WorkflowTestMixin -from mayan.apps.document_states.tests.test_actions import ActionTestCase +from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase from mayan.apps.metadata.tests.mixins import MetadataTypeTestMixin from ..permissions import permission_user_mailer_use diff --git a/mayan/apps/mayan_statistics/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/ar/LC_MESSAGES/django.po index b789f7a11e..6f89982b34 100644 --- a/mayan/apps/mayan_statistics/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/mayan_statistics/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/bg/LC_MESSAGES/django.po index 10004e94d0..52884fbef5 100644 --- a/mayan/apps/mayan_statistics/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/mayan_statistics/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/bs_BA/LC_MESSAGES/django.po index 5dff577157..b101d66834 100644 --- a/mayan/apps/mayan_statistics/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/mayan_statistics/locale/cs/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/cs/LC_MESSAGES/django.po index a58f86c1bc..4fafe88d0a 100644 --- a/mayan/apps/mayan_statistics/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/mayan_statistics/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/da_DK/LC_MESSAGES/django.po index 33ee13fab5..7d106a3a3a 100644 --- a/mayan/apps/mayan_statistics/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/mayan_statistics/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/de_DE/LC_MESSAGES/django.po index 390c3c7ce4..acefc9fab3 100644 --- a/mayan/apps/mayan_statistics/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-27 21:31+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/mayan_statistics/locale/el/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/el/LC_MESSAGES/django.po index 380c1550cc..e9537ddab7 100644 --- a/mayan/apps/mayan_statistics/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/mayan_statistics/locale/en/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/en/LC_MESSAGES/django.po index c22d866f17..6c6656c811 100644 --- a/mayan/apps/mayan_statistics/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/mayan_statistics/locale/es/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/es/LC_MESSAGES/django.po index 2946f31c32..bbb0c13cfd 100644 --- a/mayan/apps/mayan_statistics/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 06:32+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/mayan_statistics/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/fa/LC_MESSAGES/django.po index 6c5d4d8977..193df479a4 100644 --- a/mayan/apps/mayan_statistics/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/mayan_statistics/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/fr/LC_MESSAGES/django.po index f28667753f..5202f6965c 100644 --- a/mayan/apps/mayan_statistics/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 13:30+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/mayan_statistics/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/hu/LC_MESSAGES/django.po index f4cc3c49de..14c5658c41 100644 --- a/mayan/apps/mayan_statistics/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/mayan_statistics/locale/id/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/id/LC_MESSAGES/django.po index dfb01c9bd5..6a89ca4eb5 100644 --- a/mayan/apps/mayan_statistics/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/mayan_statistics/locale/it/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/it/LC_MESSAGES/django.po index edf05d2191..e481e125ef 100644 --- a/mayan/apps/mayan_statistics/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/mayan_statistics/locale/lv/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/lv/LC_MESSAGES/django.po index 5b236386f1..ad80ef8bb0 100644 --- a/mayan/apps/mayan_statistics/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-31 12:50+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/mayan_statistics/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/nl_NL/LC_MESSAGES/django.po index 051e39ea52..f17aab5c5d 100644 --- a/mayan/apps/mayan_statistics/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.mo index 10092a7249..751d3e841b 100644 Binary files a/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.po index 36c4fc812a..389bfa4eea 100644 --- a/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/pl/LC_MESSAGES/django.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" +"PO-Revision-Date: 2019-08-30 22:12+0000\n" +"Last-Translator: Marcin Lozynski <mlozynski@wp.pl>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +32,7 @@ msgstr "Harmonogram" #: apps.py:37 msgid "Last update" -msgstr "" +msgstr "Ostatnia aktualizacja" #: classes.py:150 msgid "Never" @@ -85,12 +86,12 @@ msgstr "Wykonaj statystykę" #: templates/statistics/renderers/chartjs/line.html:14 msgid "No data available." -msgstr "" +msgstr "Brak danych" #: templates/statistics/renderers/chartjs/line.html:16 #, python-format msgid "Last update: %(datetime)s" -msgstr "" +msgstr "Ostatnia aktualizacja: %(datetime)s" #: views.py:17 msgid "Statistics namespaces" diff --git a/mayan/apps/mayan_statistics/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/pt/LC_MESSAGES/django.po index b9e82a1029..45718514fd 100644 --- a/mayan/apps/mayan_statistics/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/mayan_statistics/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/pt_BR/LC_MESSAGES/django.po index 85444f8b97..ac7c4429e1 100644 --- a/mayan/apps/mayan_statistics/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/mayan_statistics/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/ro_RO/LC_MESSAGES/django.po index 24cf803921..1c64edd26c 100644 --- a/mayan/apps/mayan_statistics/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/ro_RO/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 18:50+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/mayan_statistics/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/ru/LC_MESSAGES/django.po index c31df579b0..96fb167e98 100644 --- a/mayan/apps/mayan_statistics/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/mayan_statistics/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/sl_SI/LC_MESSAGES/django.po index dcd851d954..5904780ab6 100644 --- a/mayan/apps/mayan_statistics/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/mayan_statistics/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/tr_TR/LC_MESSAGES/django.po index 2b9bdf8630..0eaef4514f 100644 --- a/mayan/apps/mayan_statistics/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/mayan_statistics/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/vi_VN/LC_MESSAGES/django.po index 9240bf7791..37ee72cee9 100644 --- a/mayan/apps/mayan_statistics/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/mayan_statistics/locale/zh/LC_MESSAGES/django.po b/mayan/apps/mayan_statistics/locale/zh/LC_MESSAGES/django.po index a1eb5dae07..54b7c789bd 100644 --- a/mayan/apps/mayan_statistics/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/mayan_statistics/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:31-0400\n" +"POT-Creation-Date: 2019-09-24 23:14-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po index 09d0f8be2b..4c0c982241 100644 --- a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po index 7de8ec1ffa..0148f980aa 100644 --- a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po index b22c39afb1..7bbb83b482 100644 --- a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/metadata/locale/cs/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/cs/LC_MESSAGES/django.po index d520af5ea7..07e71dbc75 100644 --- a/mayan/apps/metadata/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/metadata/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/da_DK/LC_MESSAGES/django.po index 8c7c5e5b29..2981b8c862 100644 --- a/mayan/apps/metadata/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index f85cda37a8..bb2d39d9d8 100644 --- a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/metadata/locale/el/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/el/LC_MESSAGES/django.po index f7f2e7c5dc..727fe9a9c0 100644 --- a/mayan/apps/metadata/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po index 5cd8e2c4d3..cac7f3ff46 100644 --- a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po index 64a1c2c8d7..225c5bcc2c 100644 --- a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-05-28 20:27+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po index b0030adad3..5b5c668996 100644 --- a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po index 7fd9c03e9f..f9a31e95ba 100644 --- a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-08-22 14:06+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po index ee6b2e4fe6..660c180bbc 100644 --- a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po index d8191f253e..a0f2bc7a77 100644 --- a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-05-14 11:19+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo index e115491be2..a65e2ac01e 100644 Binary files a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po index 161f9fb0f6..a543225400 100644 --- a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" -"PO-Revision-Date: 2019-04-27 22:54+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" +"PO-Revision-Date: 2019-08-28 11:37+0000\n" +"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -173,7 +173,7 @@ msgstr "" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.11/ref/templates/builtins/)" -msgstr "" +msgstr "Inserisci un template da renderizzare. Usa il linguaggio standard dei template di Django (https://docs.djangoproject.com/en/1.11/ref/templates/builtins/)" #: models.py:63 search.py:22 msgid "Default" diff --git a/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po index 7e2ef121a3..1527cd165a 100644 --- a/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-06-28 07:05+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po index 2f19645a23..ea1bdad8ce 100644 --- a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po index c112e24067..5d55f6f360 100644 --- a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po index 8f22306cd6..db5d3b8539 100644 --- a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index edcbaa2d15..db4ff42647 100644 --- a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po index 1b0eecb7db..59313d897a 100644 --- a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po index 4a746cbe76..d223acb1a1 100644 --- a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po index badc1635f1..e3a39a5497 100644 --- a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po index f3363d2b0a..23379ef453 100644 --- a/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po index e1831debe5..2fb72687a4 100644 --- a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/metadata/locale/zh/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/zh/LC_MESSAGES/django.po index 5c2311f407..41f3ff51d1 100644 --- a/mayan/apps/metadata/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/metadata/migrations/0013_auto_20191005_0646.py b/mayan/apps/metadata/migrations/0013_auto_20191005_0646.py new file mode 100644 index 0000000000..ac98df1b3c --- /dev/null +++ b/mayan/apps/metadata/migrations/0013_auto_20191005_0646.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.22 on 2019-10-05 06:46 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('metadata', '0012_auto_20190612_0526'), + ] + + operations = [ + migrations.AlterField( + model_name='metadatatype', + name='label', + field=models.CharField(help_text='Short description of this metadata type.', max_length=48, verbose_name='Label'), + ), + ] diff --git a/mayan/apps/metadata/models.py b/mayan/apps/metadata/models.py index c160a98e4f..e9b36af2b7 100644 --- a/mayan/apps/metadata/models.py +++ b/mayan/apps/metadata/models.py @@ -52,7 +52,10 @@ class MetadataType(models.Model): ), unique=True, verbose_name=_('Name') ) - label = models.CharField(max_length=48, verbose_name=_('Label')) + label = models.CharField( + help_text=_('Short description of this metadata type.'), + max_length=48, verbose_name=_('Label') + ) default = models.CharField( blank=True, max_length=128, null=True, help_text=_( diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po index a016adf696..e44ecd7232 100644 --- a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po index e469005ced..3d2a056049 100644 --- a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po index 5f3f61559e..33d185ceac 100644 --- a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2018-08-09 10:54+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/mirroring/locale/cs/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/cs/LC_MESSAGES/django.po index 618b7612f2..d0d099c620 100644 --- a/mayan/apps/mirroring/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/mirroring/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/da_DK/LC_MESSAGES/django.po index c114ed9082..1af6aec59d 100644 --- a/mayan/apps/mirroring/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po index 462662df25..448429871d 100644 --- a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-23 21:41+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/mirroring/locale/el/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/el/LC_MESSAGES/django.po index ffc11777b6..5bdaae6ffc 100644 --- a/mayan/apps/mirroring/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2018-01-07 14:00+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po index 01ee347cba..aa68435e2a 100644 --- a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po index 2df2cc5539..b689869809 100644 --- a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-04-30 16:40+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po index aa34829a36..50b9685424 100644 --- a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2018-03-12 14:24+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po index bf4fd8cea2..9cf4387b5c 100644 --- a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2018-04-11 12:04+0000\n" "Last-Translator: Yves Dubois <ydubois@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po index 837db63bea..ee9cb07ab9 100644 --- a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-22 15:28+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po index ef2d4b22db..ab31706957 100644 --- a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po index 73a10d5744..57b64517af 100644 --- a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-23 21:41+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/mirroring/locale/lv/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/lv/LC_MESSAGES/django.po index 08c66706a8..5fb775c5e0 100644 --- a/mayan/apps/mirroring/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-05-31 12:41+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po index 638c5ea4a2..6606f950b3 100644 --- a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-22 15:28+0000\n" "Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po index 6f0944c2e9..b12d168b61 100644 --- a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po index 08381d01cf..5ef0e396ed 100644 --- a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po index 09e38fd063..5b6dbe57ed 100644 --- a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-22 15:28+0000\n" "Last-Translator: Aline Freitas <aline@alinefreitas.com.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po index 0a48c59221..d502cf833b 100644 --- a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-03-15 11:18+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po index c3fc1f89aa..804fdb22ea 100644 --- a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-22 15:28+0000\n" "Last-Translator: lilo.panic\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po index cf209c2731..5aa7dde5a4 100644 --- a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/mirroring/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/tr_TR/LC_MESSAGES/django.po index 4a138583cd..1d5c19b8e2 100644 --- a/mayan/apps/mirroring/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2017-09-22 21:28+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po index 3e153aa695..bfa62dbd26 100644 --- a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/mirroring/locale/zh/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/zh/LC_MESSAGES/django.po index c74f6942af..991286468b 100644 --- a/mayan/apps/mirroring/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:16-0400\n" "PO-Revision-Date: 2019-01-24 02:58+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po index 4d0e2d1c7c..c5a5fc50dd 100644 --- a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-03-16 22:54+0000\n" "Last-Translator: Yaman Sanobar <yman.snober@gmail.com>\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po index 07770024d4..2e7799c9b8 100644 --- a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po index cc4faa85b0..b7b33135ee 100644 --- a/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/motd/locale/cs/LC_MESSAGES/django.po b/mayan/apps/motd/locale/cs/LC_MESSAGES/django.po index 912549e967..5f3154de63 100644 --- a/mayan/apps/motd/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-01-17 19:32+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/motd/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/motd/locale/da_DK/LC_MESSAGES/django.po index 679a5a276b..df1c2fb644 100644 --- a/mayan/apps/motd/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-11-12 14:13+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po index b65ba417ae..ae0bac85f5 100644 --- a/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-11-16 15:26+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/motd/locale/el/LC_MESSAGES/django.po b/mayan/apps/motd/locale/el/LC_MESSAGES/django.po index 6770103a28..5e72392158 100644 --- a/mayan/apps/motd/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/motd/locale/en/LC_MESSAGES/django.po b/mayan/apps/motd/locale/en/LC_MESSAGES/django.po index 98054819bd..f8d563d0ef 100644 --- a/mayan/apps/motd/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/motd/locale/es/LC_MESSAGES/django.po b/mayan/apps/motd/locale/es/LC_MESSAGES/django.po index a0b507ea6d..71d9e59769 100644 --- a/mayan/apps/motd/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-04-14 03:39+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po index f48bd599a4..7c25fcdc8a 100644 --- a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po index 56e407d752..6a57fd6ea4 100644 --- a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-05-05 03:48+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po index a76c7c0467..e82aaab4ec 100644 --- a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/motd/locale/id/LC_MESSAGES/django.po b/mayan/apps/motd/locale/id/LC_MESSAGES/django.po index a0fe508393..48fb4c1ca7 100644 --- a/mayan/apps/motd/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-05-12 17:43+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/motd/locale/it/LC_MESSAGES/django.po b/mayan/apps/motd/locale/it/LC_MESSAGES/django.po index 2874de40d1..d5e923c571 100644 --- a/mayan/apps/motd/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/motd/locale/lv/LC_MESSAGES/django.po b/mayan/apps/motd/locale/lv/LC_MESSAGES/django.po index ce8ceb6141..41683d252f 100644 --- a/mayan/apps/motd/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-05-31 12:38+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po index 8290f3c355..894761b0ce 100644 --- a/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo index cd659566e7..6ec29ec1c0 100644 Binary files a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po index aeda51a041..fc67379cbd 100644 --- a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" -"PO-Revision-Date: 2018-09-12 07:48+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" +"PO-Revision-Date: 2019-08-30 22:14+0000\n" +"Last-Translator: Marcin Lozynski <mlozynski@wp.pl>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,4 +118,4 @@ msgstr "" #: views.py:79 msgid "No messages available" -msgstr "" +msgstr "Brak wiadomości" diff --git a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po index c11b149cf7..6fff526aa5 100644 --- a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po index 9dcae42a13..60e6fd60b5 100644 --- a/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-12-28 00:06+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po index 3bb878e39f..e7a00b4397 100644 --- a/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-03-15 11:59+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po index 05b20a9259..d1bc47fcfb 100644 --- a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po index 0c5b13ab59..488cee1d66 100644 --- a/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/motd/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/motd/locale/tr_TR/LC_MESSAGES/django.po index df3b1230c9..c247f39ac9 100644 --- a/mayan/apps/motd/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po index 7f2fa9fa50..7bac57d1e9 100644 --- a/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2018-09-12 07:48+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/motd/locale/zh/LC_MESSAGES/django.po b/mayan/apps/motd/locale/zh/LC_MESSAGES/django.po index dde2394e66..cc36bba858 100644 --- a/mayan/apps/motd/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2019-01-24 07:16+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/navigation/classes.py b/mayan/apps/navigation/classes.py index a646f82726..fb4a1a25e8 100644 --- a/mayan/apps/navigation/classes.py +++ b/mayan/apps/navigation/classes.py @@ -755,10 +755,6 @@ class SourceColumn(object): ) except AttributeError: self._help_text = self.attribute - else: - self._help_text = getattr( - self.func, 'help_text', _('Unnamed function') - ) self.help_text = self._help_text diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index 985fd1de65..21c05205c3 100644 --- a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po index 3b0131de97..fbfcc052a7 100644 --- a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po index f0458109aa..ecdc54dff7 100644 --- a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" diff --git a/mayan/apps/navigation/locale/cs/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/cs/LC_MESSAGES/django.po index 5d577af6ec..9bd6bd8d77 100644 --- a/mayan/apps/navigation/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/da_DK/LC_MESSAGES/django.po index dfc86c555e..c77c354e39 100644 --- a/mayan/apps/navigation/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index 14319801b2..898976d86d 100644 --- a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/navigation/locale/el/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/el/LC_MESSAGES/django.po index bb5b50f884..6f9c9057de 100644 --- a/mayan/apps/navigation/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po index dfc86c555e..c77c354e39 100644 --- a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po index 92e0ad030a..df584cb5e0 100644 --- a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po index 98b9200d44..323e431c3c 100644 --- a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po index d6bbcdcd45..e5b85a4a94 100644 --- a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po index 54039489a7..4390c74243 100644 --- a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po index 4b28b4ffb4..20723b86a2 100644 --- a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po index 89295b0623..2d6ee8a5ec 100644 --- a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po index 1d33fff400..1d203af9e9 100644 --- a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:32-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po index 853903fc80..4a3052b520 100644 --- a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po index 7680efebe6..23c6e08928 100644 --- a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po index e96637e726..1eadb19924 100644 --- a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po index 1812b1786b..d1372cd361 100644 --- a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po index 7d236ac589..b1f22959c3 100644 --- a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po index 3a966cc731..89eac54d10 100644 --- a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po index bf2d350f92..df6a6d14b4 100644 --- a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" diff --git a/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po index 9fdcea093b..c77c354e39 100644 --- a/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po index 5a72e6b01b..84ebadbeae 100644 --- a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" diff --git a/mayan/apps/navigation/locale/zh/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/zh/LC_MESSAGES/django.po index 9fdcea093b..c77c354e39 100644 --- a/mayan/apps/navigation/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/ocr/apps.py b/mayan/apps/ocr/apps.py index 574a262507..33b4f1893b 100644 --- a/mayan/apps/ocr/apps.py +++ b/mayan/apps/ocr/apps.py @@ -14,19 +14,25 @@ from mayan.apps.common.menus import ( ) from mayan.apps.documents.search import document_search, document_page_search from mayan.apps.documents.signals import post_version_upload +from mayan.apps.events.classes import ModelEventType from mayan.apps.navigation.classes import SourceColumn from .dependencies import * # NOQA +from .events import ( + event_ocr_document_content_deleted, event_ocr_document_version_finish, + event_ocr_document_version_submit +) from .handlers import ( handler_index_document, handler_initialize_new_ocr_settings, handler_ocr_document_version, ) from .links import ( link_document_page_ocr_content, link_document_ocr_content, - link_document_ocr_download, link_document_ocr_errors_list, - link_document_submit, link_document_submit_multiple, - link_document_type_ocr_settings, link_document_type_submit, - link_entry_list + link_document_ocr_content_delete, + link_document_ocr_content_delete_multiple, link_document_ocr_download, + link_document_ocr_errors_list, link_document_submit, + link_document_submit_multiple, link_document_type_ocr_settings, + link_document_type_submit, link_entry_list ) from .methods import ( method_document_ocr_submit, method_document_version_ocr_submit @@ -82,6 +88,14 @@ class OCRApp(MayanAppConfig): name='submit_for_ocr', value=method_document_version_ocr_submit ) + ModelEventType.register( + model=Document, event_types=( + event_ocr_document_content_deleted, + event_ocr_document_version_finish, + event_ocr_document_version_submit + ) + ) + ModelField( model=Document, name='versions__version_pages__ocr_content__content' ) @@ -131,16 +145,21 @@ class OCRApp(MayanAppConfig): links=(link_document_type_ocr_settings,), sources=(DocumentType,) ) menu_multi_item.bind_links( - links=(link_document_submit_multiple,), sources=(Document,) + links=( + link_document_ocr_content_delete_multiple, + link_document_submit_multiple, + ), sources=(Document,) ) menu_secondary.bind_links( links=( + link_document_ocr_content_delete, link_document_ocr_errors_list, link_document_ocr_download, link_document_submit ), sources=( - 'ocr:document_submit', 'ocr:document_ocr_content', - 'ocr:document_ocr_download', 'ocr:document_ocr_error_list' + 'ocr:document_ocr_content_delete', + 'ocr:document_ocr_content', 'ocr:document_ocr_download', + 'ocr:document_ocr_error_list', 'ocr:document_submit', ) ) menu_secondary.bind_links( diff --git a/mayan/apps/ocr/events.py b/mayan/apps/ocr/events.py index 512c96763d..c47fdaa0dc 100644 --- a/mayan/apps/ocr/events.py +++ b/mayan/apps/ocr/events.py @@ -6,6 +6,10 @@ from mayan.apps.events.classes import EventTypeNamespace namespace = EventTypeNamespace(label=_('OCR'), name='ocr') +event_ocr_document_content_deleted = namespace.add_event_type( + label=_('Document OCR content deleted'), + name='document_content_deleted' +) event_ocr_document_version_submit = namespace.add_event_type( label=_('Document version submitted for OCR'), name='document_version_submit' diff --git a/mayan/apps/ocr/icons.py b/mayan/apps/ocr/icons.py index 174b718dbc..f6e1ce3141 100644 --- a/mayan/apps/ocr/icons.py +++ b/mayan/apps/ocr/icons.py @@ -3,6 +3,11 @@ from __future__ import absolute_import, unicode_literals from mayan.apps.appearance.classes import Icon icon_document_ocr_content = Icon(driver_name='fontawesome', symbol='font') +icon_document_ocr_content_delete = Icon( + driver_name='fontawesome-dual', + primary_symbol='font', + secondary_symbol='minus' +) icon_document_page_ocr_content = Icon(driver_name='fontawesome', symbol='font') icon_document_multiple_submit = Icon(driver_name='fontawesome', symbol='font') icon_document_ocr_download = Icon( diff --git a/mayan/apps/ocr/links.py b/mayan/apps/ocr/links.py index 72c805044a..343bf26d18 100644 --- a/mayan/apps/ocr/links.py +++ b/mayan/apps/ocr/links.py @@ -26,6 +26,17 @@ link_document_ocr_content = Link( permissions=(permission_ocr_content_view,), text=_('OCR'), view='ocr:document_ocr_content', ) +link_document_ocr_content_delete = Link( + args='resolved_object.id', + icon_class_path='mayan.apps.ocr.icons.icon_document_ocr_content_delete', + permissions=(permission_ocr_content_view,), text=_('Delete OCR content'), + view='ocr:document_ocr_content_delete', +) +link_document_ocr_content_delete_multiple = Link( + icon_class_path='mayan.apps.ocr.icons.icon_document_ocr_content_delete', + text=_('Delete OCR content'), + view='ocr:document_ocr_content_delete_multiple', +) link_document_submit = Link( args='resolved_object.id', icon_class_path='mayan.apps.ocr.icons.icon_document_submit', diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo index 42e2011c69..f88bf23288 100644 Binary files a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po index 63ace6c51d..814b39d54d 100644 --- a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -158,17 +166,27 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" @@ -178,21 +196,21 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo index 7dbbead833..8eb52ad767 100644 Binary files a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po index 59eb504389..8418aeb69d 100644 --- a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -158,37 +166,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo index d005687ad2..2cdd67db0c 100644 Binary files a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po index 7bb56f6512..3258250698 100644 --- a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ msgstr "" "Language: bs_BA\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Datum i vreme" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Rezultat" @@ -47,10 +47,14 @@ msgid "" msgstr "" #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Verzija dokumenta dostavljena za OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "OCR dokumentacije je završen" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "Strana %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Podnesite za OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Setup OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "OCR dokumenti po tipu" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR greške" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Preuzmite OCR tekst" @@ -159,38 +167,45 @@ msgstr "Puni put do baze koja se koristi za izvršenje OCR-a." msgid "Set new document types to perform OCR automatically by default." msgstr "Podesite nove tipove dokumenata koji automatski podrazumevaju OCR." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "OCR rezultat za dokument: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Podnesite odabrani dokument u OCR redosled?" msgstr[1] "Pošaljite odabrane dokumente u redosled OCR-a?" msgstr[2] "Pošaljite odabrane dokumente u redosled OCR-a?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Pošaljite sve dokumente vrste za OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "OCR greške za dokument: %s" diff --git a/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.mo index f1928a98a2..a7532998ae 100644 Binary files a/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.po index 09c45a52ba..7cb5b9b525 100644 --- a/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/cs/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" "MIME-Version: 1.0\n" @@ -17,16 +17,16 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -157,17 +165,25 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" @@ -175,21 +191,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.mo index ea07668a94..2add3bb368 100644 Binary files a/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.po index 6339c97eb7..7a92a35901 100644 --- a/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/da_DK/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" "MIME-Version: 1.0\n" @@ -17,16 +17,16 @@ msgstr "" "Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Resultat" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "Side %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -157,37 +165,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index 0135614dbf..d97ba77230 100644 Binary files a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 3ec8a8b950..3e4af54aab 100644 --- a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Berny <berny@bernhard-marx.de>, 2015-2016 +# Berny <berny@bernhard-marx.de>, 2015-2016,2019 # Bjoern Kowarsch <bjoern.kowarsch@gmail.com>, 2018 # Felix <felix.com@gmx.com>, 2018 # Mathias Behrle <mathiasb@m9s.biz>, 2018-2019 @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-27 21:31+0000\n" -"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 18:25+0000\n" +"Last-Translator: Berny <berny@bernhard-marx.de>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,16 +25,16 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR-Schrifterkennung" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Datum und Uhrzeit" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Ergebnis" @@ -53,10 +53,14 @@ msgid "" msgstr "PyOCR ist eine Python-Bibliothek, die die Nutzung von OCR Programmen wie Tesseract oder Cuneiform vereinfacht." #: events.py:10 +msgid "Document OCR content deleted" +msgstr "OCR-Inhalt des Dokumentes gelöscht" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Dokumentenversion, die in die OCR-Warteschlange eingereiht ist" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "Dokumentenversion, für die die OCR-Schrifterkennung durchgeführt wurde" @@ -70,22 +74,26 @@ msgid "Page %(page_number)d" msgstr "Seite %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "OCR-Inhalt löschen" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "In die OCR-Verarbeitung einstellen" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "OCR Einrichtung" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Texterkennung pro Dokumententyp durchführen" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR Fehler" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "OCR-Text herunterladen" @@ -165,37 +173,43 @@ msgstr "Vollständiger Pfad zum Backend, das für die OCR-Schrifterkennung verwe msgid "Set new document types to perform OCR automatically by default." msgstr "Neue Dokumententypen definieren, für die die OCR-Texterkennung automatisch durchgeführt werden soll." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "Den OCR-Inhalt des ausgewählten Dokuments löschen?" +msgstr[1] "Den OCR-Inhalt der ausgewählten Dokumente löschen?" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Ergebnis der OCR-Texterkennung für Dokument %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Ergebnis der OCR-Texterkennung für Seite %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Senden Sie das ausgewählte Dokument an die OCR-Warteschlange." msgstr[1] "Die ausgewählten Dokumente in die OCR-Warteschlange einreihen?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Alle Dokumente eines Typs in die OCR-Verarbeitung einstellen" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "%(count)d Dokumente zur OCR-Warteschlange hinzugefügt." -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "OCR-Einstellungen für Dokumententyp %s bearbeiten." -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Fehler in der OCR-Schrifterkennung für Dokument: %s" diff --git a/mayan/apps/ocr/locale/el/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/el/LC_MESSAGES/django.mo index 471f270065..8ab1bba08c 100644 Binary files a/mayan/apps/ocr/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/el/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/el/LC_MESSAGES/django.po index 00ba43bf18..1fa196e993 100644 --- a/mayan/apps/ocr/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/el/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" "MIME-Version: 1.0\n" @@ -17,16 +17,16 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "Οπτική Αναγνώριση Χαρακτήρων" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Ημερομηνία και ώρα" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Αποτέλεσμα" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Έκδοση εγγράφου υποβλήθηκε για οπτική αναγνώριση" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "Η οπτική αναγνώριση του εγγράφου ολοκληρώθηκε" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "Σελίδα %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Υποβολή προς οπτική αναγνώριση" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Ρύθμιση οπτικής αναγνώρισης" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Έγγραφα OCR ανά τύπο" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Σφάλματα οπτικής αναγνώρισης" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Κατέβασμα αναγνωρισμένου κειμένου" @@ -157,37 +165,43 @@ msgstr "Πλήρης διαδρομή του προγράμματος που θ msgid "Set new document types to perform OCR automatically by default." msgstr "Ορισμός νέων τύπων εγγράφου στους οποίους θα πραγματοποιείται αυτόματα οπτική αναγνώριση." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Αποτελέσματα οπτικής αναγνώρισης του εγγράφου: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Υποβολή όλων των εγγράφων ενός τύπου προς οπτικήαναγνώριση" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Σφάλματα οπτικής αναγνώρισης του εγγράφου: %s" diff --git a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po index 9ebf03b5e8..21e1d8fa70 100644 --- a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,16 +17,16 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -157,37 +165,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo index 86a0398852..8fd19113ad 100644 Binary files a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po index 23b906cf37..523d44d03d 100644 --- a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 06:35+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 21:11+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" @@ -20,16 +20,16 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Fecha y hora" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Resultado" @@ -48,10 +48,14 @@ msgid "" msgstr "PyOCR es una librería de Python que simplifica el uso de herramientas OCR como Tesseract o Cuneiform." #: events.py:10 +msgid "Document OCR content deleted" +msgstr "Contenido OCR del documento eliminado" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Versión de documento enviada para OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "OCR de versión del documento terminado" @@ -65,22 +69,26 @@ msgid "Page %(page_number)d" msgstr "Página %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "Eliminar contenido OCR" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Enviar para OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Configurar OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Realizar OCR por tipo de documento" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Errores de OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Descargar texto OCR" @@ -160,37 +168,43 @@ msgstr "Ruta completa a la aplicación que se usará para OCR." msgid "Set new document types to perform OCR automatically by default." msgstr "Realizar OCR a nuevo tipos de documentos por defecto." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "¿Eliminar el contenido de OCR del documento seleccionado?" +msgstr[1] "¿Eliminar el contenido de OCR de los documentos seleccionados?" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Resultados del OCR para documento: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Resultado de OCR para la página del documento: %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "¿Presentar el documento seleccionado en la cola de OCR?" msgstr[1] "¿Envía los documentos seleccionados a la cola de OCR?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Enviar todos los documentos de un tipo para OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "%(count)d documentos agregados a la lista de OCR." -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "Editar la configuración de OCR para el tipo de documento: %s." -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Errores OCR para documento: %s" diff --git a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo index 3b7ca20bf9..5377499176 100644 Binary files a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po index b005e4aaa2..1a7fee7d8a 100644 --- a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "تاریخ و زمان" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "جواب" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "نسخه سند ارسال شده برای OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "نسخه سند OCR شده" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "صفحه %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "ارسال برای OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "نصب OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "اسناد OCR در هر نوع" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "خطای OCR " -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "دانلود متن OCR" @@ -158,37 +166,43 @@ msgstr "محل اجرای نرم افزار OCR" msgid "Set new document types to perform OCR automatically by default." msgstr "انواع سند جدید را برای انجام OCR به طور پیش فرض به صورت خودکار تنظیم کنید." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "نتیبجه OCR سند : 1%s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "ارسال تمامی اسناد این نوع چهت OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "خطاهای OCR برای سند: %s" diff --git a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo index 265816927c..c871210d65 100644 Binary files a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po index d7b702093f..04f6d51b9b 100644 --- a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 13:20+0000\n" -"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,16 +24,16 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "ORC - Reconnaissance de caractères" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Date et heure" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Résultat" @@ -52,10 +52,14 @@ msgid "" msgstr "PyOCR est une bibliothèque Python simplifiant l'utilisation d'outils de reconnaissance optique de caractères tels que Tesseract ou Cuneiform." #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Version du document soumise pour l'OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "OCR de la version du document terminée" @@ -69,22 +73,26 @@ msgid "Page %(page_number)d" msgstr "Page %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Ajouter à la file d'attente OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Paramétrage de l'OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "ROC des documents par type" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Erreurs OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Télécharger le texte de l'OCR" @@ -164,37 +172,43 @@ msgstr "Chemin complet du logiciel OCR utilisé." msgid "Set new document types to perform OCR automatically by default." msgstr "Traiter automatiquement les nouveaux types de document par l'OCR." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Résultats OCR pour le document : %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Résultat de l'OCR pour la page de document: %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Soumettre le document sélectionné à la file d'attente du ROC?" msgstr[1] "Soumettre les documents sélectionnés à la file d'attente de l'OCR?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Soumettre tous les documents d'un type à l'OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "%(count)d documents ajoutés à la file d'attente de l'OCR." -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "Modifiez les paramètres de l'OCR pour le type de document: %s." -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Erreurs OCR pour le document : %s" diff --git a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo index dc2e82826b..9a4bae3e7f 100644 Binary files a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po index 6578154097..73e4a69c36 100644 --- a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "Karakterfelismerés" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Dátum és idő" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Eredmény" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "Oldal %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Karakterfelismerőnek feladás" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Karakterfelismeréső beállítása" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Karakterfelismerés dokumentum típus alapján" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Karakterfelismerési hibák" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Felismert szöveg letöltése" @@ -158,37 +166,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo index 9e6d4bfcc2..c59fbbf4f2 100644 Binary files a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po index 9888dd1806..45ddb9f6e6 100644 --- a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" "MIME-Version: 1.0\n" @@ -17,16 +17,16 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Tanggal dan waktu" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -157,36 +165,41 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo index b7aae278fc..1082b7e02e 100644 Binary files a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po index 6a7fe54585..a358cc8cc8 100644 --- a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Data e ora" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Risultato" @@ -47,10 +47,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "Pagina %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Invia per l'OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Configura OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "OCR per tipo documento" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Errori OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -159,37 +167,43 @@ msgstr "Percorso completo al backend utilizzato per eseguire l'OCR." msgid "Set new document types to perform OCR automatically by default." msgstr "Imposta i nuovi tipi documento per eseguire automaticamente l'OCR per default." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Risultati OCR per il documento: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Invia tutti i documenti del tipo alla coda OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.mo index bd9c24d29e..3873270c96 100644 Binary files a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po index 98e8dcbeab..46213e243a 100644 --- a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-31 12:42+0000\n" -"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,16 +18,16 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Datums un laiks" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Rezultāts" @@ -46,10 +46,14 @@ msgid "" msgstr "PyOCR ir Python bibliotēka, kas vienkāršo OCR rīku, piemēram, Tesseract vai Cuneiform, izmantošanu." #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Dokumenta versija iesniegta OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "Dokumenta versija OCR ir pabeigta" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "Lapa %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Iesniegt OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Iestatiet OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "OCR dokumenti katram tipam" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR kļūdas" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Lejupielādējiet OCR tekstu" @@ -158,38 +166,45 @@ msgstr "Pilns ceļš uz backend, kas jāizmanto OCR." msgid "Set new document types to perform OCR automatically by default." msgstr "Iestatiet jaunus dokumentu tipus, lai pēc noklusējuma automātiski izpildītu OCR." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Dokumenta OCR rezultāts: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Dokumenta lapas OCR rezultāts: %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Iesniegt atlasītos dokumentus OCR rindā?" msgstr[1] "Iesniegt atlasīto dokumentu OCR rindā?" msgstr[2] "Iesniegt atlasītos dokumentus OCR rindā?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Iesniedziet visus OCR tipa dokumentus" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "%(count)d dokumenti, kas pievienoti OCR rindai." -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "OCR iestatījumu rediģēšana dokumenta tipam: %s." -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "OCR kļūdas dokumentam: %s" diff --git a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo index 6a00dae714..f82d48501e 100644 Binary files a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po index 7f0f9df1c6..4dd925ea95 100644 --- a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -20,16 +20,16 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Datum en tijd" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Resultaat" @@ -48,10 +48,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -65,22 +69,26 @@ msgid "Page %(page_number)d" msgstr "Pagina %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR-fouten" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -160,37 +168,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 10ebf8aa7e..500bf65902 100644 Binary files a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po index 09da191bfc..c60ded73d5 100644 --- a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Data i godzina" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Wynik" @@ -47,10 +47,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Zgłoś do OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Błędy OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -159,17 +167,25 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" @@ -177,21 +193,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo index d930014be2..941385c6ef 100644 Binary files a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po index 203cdd77e6..f4e4e8541b 100644 --- a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" @@ -20,16 +20,16 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -48,10 +48,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -65,22 +69,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -160,37 +168,43 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo index 58ad9ff86d..ce89d4537f 100644 Binary files a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po index 4344f4d4d5..09e5e1860c 100644 --- a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -20,16 +20,16 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "Enviar para a fila de OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Data e hora" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "resultado" @@ -48,10 +48,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -65,22 +69,26 @@ msgid "Page %(page_number)d" msgstr "Pagina: %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Enviar para OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Configurar OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Realizar OCR de documentos por tipo" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Erros de OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -160,37 +168,43 @@ msgstr "Caminho completo para o servidor a ser usado para fazer OCR." msgid "Set new document types to perform OCR automatically by default." msgstr "Definir novos tipos de documentos para realizar OCR automaticamente" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Resultados de OCR para documento: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Enviar todos os documentos do tipo para OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo index d71aac7c75..83cb825af0 100644 Binary files a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po index 837a9343e4..c2c004a082 100644 --- a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 18:50+0000\n" -"Last-Translator: Harald Ersch\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" +"Last-Translator: Roberto Rosario\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +19,16 @@ msgstr "" "Language: ro_RO\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Data și ora" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Rezultat" @@ -47,10 +47,14 @@ msgid "" msgstr "PyOCR este o bibliotecă Python care simplifică utilizarea instrumentelor OCR cum ar fi Tesseract sau Cuneiform." #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Versiunea documentului trimisă pentru OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "Versiunea documentului OCR terminată" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "Pagina %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Trimiteți pentru OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Configurare OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Documente OCR pe tip" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Erori OCR" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Descărcați text OCR" @@ -159,38 +167,45 @@ msgstr "Calea completă spre backend-ul care trebuie utilizat pentru a face OCR. msgid "Set new document types to perform OCR automatically by default." msgstr "Setați tipuri noi de documente pentru a efectua automat funcția OCR în mod implicit." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Rezultatul OCR pentru document: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Rezultatul OCR pentru pagina documentului: %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Trimiteți documentul selectat în coada de corespondență?" msgstr[1] "Trimiteți documentele selectate în coada de corespondență?" msgstr[2] "Trimiteți documentele selectate în coada de OCR?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Trimiteți toate documentele de acest tip la OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "%(count)d documente adăugate în coada OCR." -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "Editați setările OCR pentru tipul de document: %s." -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Erori OCR pentru document: %s" diff --git a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 8f032319ab..6afe0d36d1 100644 Binary files a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po index 5d556651d7..fe27765abd 100644 --- a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "Распознавание текста" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Дата и время" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Результат" @@ -47,10 +47,14 @@ msgid "" msgstr "" #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "Версия документа для OCR" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "ORC версии документа завершен" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "Страница %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "Отправить на распознавание" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "Настройки распознавания" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Распознавание документов с определенным типом" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "Ошибки распознавания" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "Скачать распознанный текст" @@ -159,17 +167,25 @@ msgstr "Полный путь до бекенда, выполняющего OCR. msgid "Set new document types to perform OCR automatically by default." msgstr "Задать новые типы документов для которых распознавание будет запускаться по умолчанию. " -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Результат распозанвания для документа: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "Результат распознавания для страницы документа: %s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "Отправить выделенный документ в очередь распознавания?" @@ -177,21 +193,21 @@ msgstr[1] "Отправить выделенные документы в оче msgstr[2] "Отправить выделенные документы в очередь распознавания?" msgstr[3] "Отправить выделенные документы в очередь распознавания?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "Отправить все документы определённого типа на распознавание" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Ошибки распознавания для документа: %s" diff --git a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo index 5e13a5dcd3..5f3a2ab2d7 100644 Binary files a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po index bf10781eab..8400d91fe8 100644 --- a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -17,16 +17,16 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -45,10 +45,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -62,22 +66,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -157,17 +165,25 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" @@ -175,21 +191,21 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.mo index 7fa21a2737..b3c0480378 100644 Binary files a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po index 0c0476de2e..cb22ec2613 100644 --- a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -19,16 +19,16 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "Tarih ve saat" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "Sonuç" @@ -47,10 +47,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -64,22 +68,26 @@ msgid "Page %(page_number)d" msgstr "Sayfa %(page_number)d" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "OCR için gönderin" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "OCR'yi kur" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "Türe göre OCR belgeleri" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR hataları" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "OCR metnini indir" @@ -159,37 +167,43 @@ msgstr "OCR yapmak için kullanılacak arka uç için tam yol." msgid "Set new document types to perform OCR automatically by default." msgstr "Varsayılan olarak otomatik olarak OCR gerçekleştirmek için yeni belge türlerini ayarlayın." -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" +msgstr[1] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "Belge için OCR sonucu: %s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" msgstr[1] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "OCR için bir türdeki tüm belgeleri gönderin" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "Doküman için OCR hataları: %s" diff --git a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo index 54c7614d46..c86dd3e80e 100644 Binary files a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po index 276ed64e12..41ca476f22 100644 --- a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "OCR" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 -msgid "Document version submitted for OCR" +msgid "Document OCR content deleted" msgstr "" #: events.py:14 +msgid "Document version submitted for OCR" +msgstr "" + +#: events.py:18 msgid "Document version OCR finished" msgstr "" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "" @@ -158,36 +166,41 @@ msgstr "" msgid "Set new document types to perform OCR automatically by default." msgstr "" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "" diff --git a/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.mo index 8bc5814317..1e774d8e7c 100644 Binary files a/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.po index 5c52f94377..55d0a2ed59 100644 --- a/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/zh/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-24 04:46+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" "MIME-Version: 1.0\n" @@ -18,16 +18,16 @@ msgstr "" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: apps.py:50 apps.py:117 apps.py:121 events.py:7 links.py:15 links.py:21 +#: apps.py:56 apps.py:131 apps.py:135 events.py:7 links.py:15 links.py:21 #: permissions.py:7 queues.py:8 settings.py:7 msgid "OCR" msgstr "光学字符识别" -#: apps.py:109 +#: apps.py:123 msgid "Date and time" msgstr "日期和时间" -#: apps.py:112 models.py:76 +#: apps.py:126 models.py:76 msgid "Result" msgstr "结果" @@ -46,10 +46,14 @@ msgid "" msgstr "" #: events.py:10 +msgid "Document OCR content deleted" +msgstr "" + +#: events.py:14 msgid "Document version submitted for OCR" msgstr "提交给OCR的文档版本" -#: events.py:14 +#: events.py:18 msgid "Document version OCR finished" msgstr "文档版本OCR已完成" @@ -63,22 +67,26 @@ msgid "Page %(page_number)d" msgstr "第%(page_number)d页" #: links.py:27 links.py:32 +msgid "Delete OCR content" +msgstr "" + +#: links.py:38 links.py:43 msgid "Submit for OCR" msgstr "提交OCR" -#: links.py:37 +#: links.py:48 msgid "Setup OCR" msgstr "设置OCR" -#: links.py:42 +#: links.py:53 msgid "OCR documents per type" msgstr "每种类型的OCR文档" -#: links.py:47 links.py:53 views.py:157 +#: links.py:58 links.py:64 views.py:185 msgid "OCR errors" msgstr "OCR错误" -#: links.py:59 +#: links.py:70 msgid "Download OCR text" msgstr "下载OCR文本" @@ -158,36 +166,41 @@ msgstr "用于执行OCR的后端完整路径。" msgid "Set new document types to perform OCR automatically by default." msgstr "默认情况下,设置新文档类型以自动执行OCR。" -#: views.py:43 +#: views.py:37 +msgid "Delete the OCR content of the selected document?" +msgid_plural "Delete the OCR content of the selected documents?" +msgstr[0] "" + +#: views.py:71 #, python-format msgid "OCR result for document: %s" msgstr "文档的OCR结果:%s" -#: views.py:65 +#: views.py:93 #, python-format msgid "OCR result for document page: %s" msgstr "文档页面的OCR结果:%s" -#: views.py:80 +#: views.py:108 msgid "Submit the selected document to the OCR queue?" msgid_plural "Submit the selected documents to the OCR queue?" msgstr[0] "将所选文档提交到OCR队列?" -#: views.py:97 +#: views.py:125 msgid "Submit all documents of a type for OCR" msgstr "提交某类型的所有文件进行OCR" -#: views.py:111 +#: views.py:139 #, python-format msgid "%(count)d documents added to the OCR queue." msgstr "" -#: views.py:146 +#: views.py:174 #, python-format msgid "Edit OCR settings for document type: %s." msgstr "" -#: views.py:175 +#: views.py:203 #, python-format msgid "OCR errors for document: %s" msgstr "文档OCR错误:%s" diff --git a/mayan/apps/ocr/managers.py b/mayan/apps/ocr/managers.py index 7d1e912472..ee8e1bd95a 100644 --- a/mayan/apps/ocr/managers.py +++ b/mayan/apps/ocr/managers.py @@ -6,12 +6,14 @@ import traceback from django.apps import apps from django.conf import settings -from django.db import models +from django.db import models, transaction from mayan.apps.documents.literals import DOCUMENT_IMAGE_TASK_TIMEOUT from mayan.apps.documents.tasks import task_generate_document_page_image -from .events import event_ocr_document_version_finish +from .events import ( + event_ocr_document_content_deleted, event_ocr_document_version_finish +) from .runtime import ocr_backend from .signals import post_document_version_ocr @@ -19,6 +21,15 @@ logger = logging.getLogger(__name__) class DocumentPageOCRContentManager(models.Manager): + def delete_content_for(self, document, user=None): + with transaction.atomic(): + for document_page in document.pages.all(): + self.filter(document_page=document_page).delete() + + event_ocr_document_content_deleted.commit( + actor=user, target=document + ) + def process_document_page(self, document_page): logger.info( 'Processing page: %d of document version: %s', diff --git a/mayan/apps/ocr/tests/test_events.py b/mayan/apps/ocr/tests/test_events.py index 231182dcb1..4a4318ec64 100644 --- a/mayan/apps/ocr/tests/test_events.py +++ b/mayan/apps/ocr/tests/test_events.py @@ -5,11 +5,29 @@ from actstream.models import Action from mayan.apps.documents.tests.test_models import GenericDocumentTestCase from ..events import ( - event_ocr_document_version_submit, event_ocr_document_version_finish + event_ocr_document_content_deleted, event_ocr_document_version_submit, + event_ocr_document_version_finish ) +from ..models import DocumentPageOCRContent class OCREventsTestCase(GenericDocumentTestCase): + def test_document_content_deleted_event(self): + Action.objects.all().delete() + DocumentPageOCRContent.objects.delete_content_for( + document=self.test_document + ) + + # Get the oldest action + action = Action.objects.order_by('-timestamp').last() + + self.assertEqual( + action.target, self.test_document + ) + self.assertEqual( + action.verb, event_ocr_document_content_deleted.id + ) + def test_document_version_submit_event(self): Action.objects.all().delete() self.test_document.submit_for_ocr() diff --git a/mayan/apps/ocr/tests/test_views.py b/mayan/apps/ocr/tests/test_views.py index 1459744584..6ed278c54a 100644 --- a/mayan/apps/ocr/tests/test_views.py +++ b/mayan/apps/ocr/tests/test_views.py @@ -2,6 +2,7 @@ from __future__ import unicode_literals from mayan.apps.documents.tests.base import GenericDocumentViewTestCase +from ..models import DocumentPageOCRContent from ..permissions import ( permission_ocr_content_view, permission_ocr_document, permission_document_type_ocr_setup @@ -11,11 +12,7 @@ from ..utils import get_document_ocr_content from .literals import TEST_DOCUMENT_CONTENT -class OCRViewsTestCase(GenericDocumentViewTestCase): - # PyOCR's leak descriptor in get_available_languages and image_to_string - # Disable descriptor leak test until fixed in upstream - _skip_file_descriptor_test = True - +class OCRViewTestMixin(object): def _request_document_content_view(self): return self.get( viewname='ocr:document_ocr_content', kwargs={ @@ -23,6 +20,48 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): } ) + def _request_document_content_delete_view(self): + return self.post( + viewname='ocr:document_ocr_content_delete', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_document_page_content_view(self): + return self.get( + viewname='ocr:document_page_ocr_content', kwargs={ + 'pk': self.test_document.pages.first().pk + } + ) + + def _request_document_submit_view(self): + return self.post( + viewname='ocr:document_submit', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_multiple_document_submit_view(self): + return self.post( + viewname='ocr:document_submit_multiple', + data={ + 'id_list': self.test_document.pk, + } + ) + + def _request_document_ocr_download_view(self): + return self.get( + viewname='ocr:document_ocr_download', kwargs={ + 'pk': self.test_document.pk + } + ) + + +class OCRViewsTestCase(OCRViewTestMixin, GenericDocumentViewTestCase): + # PyOCR's leak descriptor in get_available_languages and image_to_string + # Disable descriptor leak test until fixed in upstream + _skip_file_descriptor_test = True + def test_document_content_view_no_permissions(self): self.test_document.submit_for_ocr() @@ -40,11 +79,31 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): response=response, text=TEST_DOCUMENT_CONTENT, status_code=200 ) - def _request_document_page_content_view(self): - return self.get( - viewname='ocr:document_page_ocr_content', kwargs={ - 'pk': self.test_document.pages.first().pk - } + def test_document_content_delete_view_no_permissions(self): + self.test_document.submit_for_ocr() + + response = self._request_document_content_delete_view() + self.assertEqual(response.status_code, 404) + + self.assertTrue( + DocumentPageOCRContent.objects.filter( + document_page=self.test_document.pages.first() + ).exists() + ) + + def test_document_content_delete_view_with_access(self): + self.test_document.submit_for_ocr() + self.grant_access( + obj=self.test_document, permission=permission_ocr_document + ) + + response = self._request_document_content_delete_view() + self.assertEqual(response.status_code, 302) + + self.assertFalse( + DocumentPageOCRContent.objects.filter( + document_page=self.test_document.pages.first() + ).exists() ) def test_document_page_content_view_no_permissions(self): @@ -64,13 +123,6 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): response=response, text=TEST_DOCUMENT_CONTENT, status_code=200 ) - def _request_document_submit_view(self): - return self.post( - viewname='ocr:document_submit', kwargs={ - 'pk': self.test_document.pk - } - ) - def test_document_submit_view_no_permission(self): response = self._request_document_submit_view() self.assertEqual(response.status_code, 404) @@ -92,14 +144,6 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): ) ) - def _request_multiple_document_submit_view(self): - return self.post( - viewname='ocr:document_submit_multiple', - data={ - 'id_list': self.test_document.pk, - } - ) - def test_multiple_document_submit_view_no_permission(self): response = self._request_multiple_document_submit_view() self.assertEqual(response.status_code, 404) @@ -121,13 +165,6 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): ) ) - def _request_document_ocr_download_view(self): - return self.get( - viewname='ocr:document_ocr_download', kwargs={ - 'pk': self.test_document.pk - } - ) - def test_document_ocr_download_view_no_permission(self): self.test_document.submit_for_ocr() @@ -151,19 +188,27 @@ class OCRViewsTestCase(GenericDocumentViewTestCase): ), ) + +class DocumentTypeOCRViewTestMixin(object): def _request_document_type_ocr_settings_view(self): return self.get( viewname='ocr:document_type_ocr_settings', - kwargs={'pk': self.test_document.document_type.pk} + kwargs={'pk': self.test_document_type.pk} ) + +class DocumentTypeOCRViewsTestCase( + DocumentTypeOCRViewTestMixin, GenericDocumentViewTestCase +): + auto_upload_document = False + def test_document_type_ocr_settings_view_no_permission(self): response = self._request_document_type_ocr_settings_view() self.assertEqual(response.status_code, 404) def test_document_type_ocr_settings_view_with_access(self): self.grant_access( - obj=self.test_document.document_type, + obj=self.test_document_type, permission=permission_document_type_ocr_setup ) diff --git a/mayan/apps/ocr/urls.py b/mayan/apps/ocr/urls.py index 4a250a2766..3d2d9b0b25 100644 --- a/mayan/apps/ocr/urls.py +++ b/mayan/apps/ocr/urls.py @@ -7,37 +7,30 @@ from .api_views import ( APIDocumentVersionOCRView ) from .views import ( - DocumentOCRContentView, DocumentOCRDownloadView, + DocumentOCRContentDeleteView, DocumentOCRContentView, + DocumentOCRDownloadView, DocumentOCRErrorsListView, DocumentPageOCRContentView, DocumentSubmitView, DocumentTypeSettingsEditView, DocumentTypeSubmitView, EntryListView ) urlpatterns = [ - url( - regex=r'^document_types/submit/$', - view=DocumentTypeSubmitView.as_view(), name='document_type_submit' - ), - url( - regex=r'^documents/multiple/submit/$', - view=DocumentSubmitView.as_view(), name='document_submit_multiple' - ), - url( - regex=r'^document_types/(?P<pk>\d+)/ocr/settings/$', - view=DocumentTypeSettingsEditView.as_view(), - name='document_type_ocr_settings' - ), - url( - regex=r'^documents/pages/(?P<pk>\d+)/content/$', - view=DocumentPageOCRContentView.as_view(), - name='document_page_ocr_content' - ), url( regex=r'^documents/(?P<pk>\d+)/content/$', view=DocumentOCRContentView.as_view(), name='document_ocr_content' ), url( - regex=r'^documents/(?P<pk>\d+)/submit/$', - view=DocumentSubmitView.as_view(), name='document_submit' + regex=r'^documents/(?P<pk>\d+)/content/delete/$', + view=DocumentOCRContentDeleteView.as_view(), + name='document_ocr_content_delete' + ), + url( + regex=r'^documents/multiple/content/delete/$', + view=DocumentOCRContentDeleteView.as_view(), + name='document_ocr_content_delete_multiple' + ), + url( + regex=r'^documents/(?P<pk>\d+)/ocr/download/$', + view=DocumentOCRDownloadView.as_view(), name='document_ocr_download' ), url( regex=r'^documents/(?P<pk>\d+)/ocr/errors/$', @@ -45,8 +38,26 @@ urlpatterns = [ name='document_ocr_error_list' ), url( - regex=r'^documents/(?P<pk>\d+)/ocr/download/$', - view=DocumentOCRDownloadView.as_view(), name='document_ocr_download' + regex=r'^documents/(?P<pk>\d+)/submit/$', + view=DocumentSubmitView.as_view(), name='document_submit' + ), + url( + regex=r'^documents/multiple/submit/$', + view=DocumentSubmitView.as_view(), name='document_submit_multiple' + ), + url( + regex=r'^documents/pages/(?P<pk>\d+)/content/$', + view=DocumentPageOCRContentView.as_view(), + name='document_page_ocr_content' + ), + url( + regex=r'^document_types/submit/$', + view=DocumentTypeSubmitView.as_view(), name='document_type_submit' + ), + url( + regex=r'^document_types/(?P<pk>\d+)/ocr/settings/$', + view=DocumentTypeSettingsEditView.as_view(), + name='document_type_ocr_settings' ), url(regex=r'^logs/$', view=EntryListView.as_view(), name='entry_list'), ] diff --git a/mayan/apps/ocr/views.py b/mayan/apps/ocr/views.py index 5eeb03e163..41b978388e 100644 --- a/mayan/apps/ocr/views.py +++ b/mayan/apps/ocr/views.py @@ -15,7 +15,7 @@ from mayan.apps.documents.forms import DocumentTypeFilteredSelectForm from mayan.apps.documents.models import Document, DocumentPage, DocumentType from .forms import DocumentPageOCRContentForm, DocumentOCRContentForm -from .models import DocumentVersionOCRError +from .models import DocumentPageOCRContent, DocumentVersionOCRError from .permissions import ( permission_ocr_content_view, permission_ocr_document, permission_document_type_ocr_setup @@ -23,6 +23,34 @@ from .permissions import ( from .utils import get_document_ocr_content +class DocumentOCRContentDeleteView(MultipleObjectConfirmActionView): + model = Document + object_permission = permission_ocr_document + success_message = 'Deleted OCR content of %(count)d document.' + success_message_plural = 'Deleted OCR content of %(count)d documents.' + + def get_extra_context(self): + queryset = self.object_list + + result = { + 'title': ungettext( + singular='Delete the OCR content of the selected document?', + plural='Delete the OCR content of the selected documents?', + number=queryset.count() + ) + } + + if queryset.count() == 1: + result['object'] = queryset.first() + + return result + + def object_action(self, form, instance): + DocumentPageOCRContent.objects.delete_content_for( + document=instance, user=self.request.user + ) + + class DocumentOCRContentView(SingleObjectDetailView): form_class = DocumentOCRContentForm model = Document diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po index ba061c937e..c7a85656ef 100644 --- a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po index 393c538dde..4ab17d1d37 100644 --- a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po index 71a38dec6b..1c091ecc8e 100644 --- a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/permissions/locale/cs/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/cs/LC_MESSAGES/django.po index 280e306af1..44bdc34a72 100644 --- a/mayan/apps/permissions/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/permissions/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/da_DK/LC_MESSAGES/django.po index 52f37c1547..87c8e7d30b 100644 --- a/mayan/apps/permissions/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po index d0a8b1a7f3..0314be3bc7 100644 --- a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/permissions/locale/el/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/el/LC_MESSAGES/django.po index 94d25e2d8b..3fb27e697c 100644 --- a/mayan/apps/permissions/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po index 1e490b9644..c4eb700d43 100644 --- a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po index 375e47c733..8da3e59218 100644 --- a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-07-05 06:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index fdf1e10e19..6812e18a37 100644 --- a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po index 9912c8b48c..59cf52b9bb 100644 --- a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-07-02 15:44+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index 31aeb33d0f..b38b7f0a7a 100644 --- a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po index ce9cd2613e..b4ff1a1049 100644 --- a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po index bef37f095e..f81a9aa588 100644 --- a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po index 960254bb7b..e50506ba0c 100644 --- a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-07-01 05:54+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po index e143abe396..c00029fde7 100644 --- a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po index de13e231a6..0a9855db4a 100644 --- a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po index 033af7b8c7..cc1ed7dd54 100644 --- a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po index 8784d2836a..29db2f458d 100644 --- a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo index 6812afaadf..bb07774dc1 100644 Binary files a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po index 284b484759..1316c81394 100644 --- a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" +"PO-Revision-Date: 2019-09-03 08:36+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,7 +29,7 @@ msgstr "Permisiuni insuficiente." #: dashboard_widgets.py:15 msgid "Total roles" -msgstr "" +msgstr "Total roluri" #: events.py:12 msgid "Role created" diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po index 65c1ae5830..9f1540a05a 100644 --- a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po index ddbf5dd43f..93942d3140 100644 --- a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po index 2d811c40fc..a5544ea517 100644 --- a/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po index 21a6e63791..d5a22bf421 100644 --- a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/permissions/locale/zh/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/zh/LC_MESSAGES/django.po index 12c6b222a5..e5bc6d92de 100644 --- a/mayan/apps/permissions/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:18-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po b/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po index 64752450d5..a331837067 100644 --- a/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" diff --git a/mayan/apps/platform/locale/bg/LC_MESSAGES/django.po b/mayan/apps/platform/locale/bg/LC_MESSAGES/django.po index c86ea429da..10bafb1b4b 100644 --- a/mayan/apps/platform/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/bg/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Iliya Georgiev <inactive+iliicho7@transifex.com>, 2019\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/platform/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/platform/locale/bs_BA/LC_MESSAGES/django.po index 95818e31e7..aa1782346d 100644 --- a/mayan/apps/platform/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/bs_BA/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: www.ping.ba <jomer@ping.ba>, 2019\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/platform/locale/cs/LC_MESSAGES/django.po b/mayan/apps/platform/locale/cs/LC_MESSAGES/django.po index 4f1f2a85cf..9d80544a0e 100644 --- a/mayan/apps/platform/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/platform/locale/da_DK/LC_MESSAGES/django.po index 9f31af0cbd..3645407525 100644 --- a/mayan/apps/platform/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/platform/locale/de_DE/LC_MESSAGES/django.po index 51f181897f..4f27cab3d4 100644 --- a/mayan/apps/platform/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/de_DE/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/platform/locale/el/LC_MESSAGES/django.po b/mayan/apps/platform/locale/el/LC_MESSAGES/django.po index 0fb6775c48..ad8a5ffecc 100644 --- a/mayan/apps/platform/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/en/LC_MESSAGES/django.po b/mayan/apps/platform/locale/en/LC_MESSAGES/django.po index 7d3926a17c..c7228c809e 100644 --- a/mayan/apps/platform/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/platform/locale/es/LC_MESSAGES/django.po b/mayan/apps/platform/locale/es/LC_MESSAGES/django.po index ecccea2bf5..4b074dfa99 100644 --- a/mayan/apps/platform/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/platform/locale/fa/LC_MESSAGES/django.po b/mayan/apps/platform/locale/fa/LC_MESSAGES/django.po index 460134acde..826063bbd0 100644 --- a/mayan/apps/platform/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/fa/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2019\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/platform/locale/fr/LC_MESSAGES/django.po b/mayan/apps/platform/locale/fr/LC_MESSAGES/django.po index 4b5cade6f5..6fae69ed7f 100644 --- a/mayan/apps/platform/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>, 2019\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/platform/locale/hu/LC_MESSAGES/django.po b/mayan/apps/platform/locale/hu/LC_MESSAGES/django.po index 388decfc9a..520ebe8cb5 100644 --- a/mayan/apps/platform/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/id/LC_MESSAGES/django.po b/mayan/apps/platform/locale/id/LC_MESSAGES/django.po index c97c45c949..b72c0b00ae 100644 --- a/mayan/apps/platform/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/it/LC_MESSAGES/django.po b/mayan/apps/platform/locale/it/LC_MESSAGES/django.po index 496c48c749..055d48b417 100644 --- a/mayan/apps/platform/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>, 2019\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/platform/locale/lv/LC_MESSAGES/django.po b/mayan/apps/platform/locale/lv/LC_MESSAGES/django.po index 2dd59e7b7d..de658bfdf0 100644 --- a/mayan/apps/platform/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/platform/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/platform/locale/nl_NL/LC_MESSAGES/django.po index 30ed253f05..8d13aabd45 100644 --- a/mayan/apps/platform/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/nl_NL/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/platform/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/platform/locale/pl/LC_MESSAGES/django.mo index c1fdb70549..44b8b7f441 100644 Binary files a/mayan/apps/platform/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/platform/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/platform/locale/pl/LC_MESSAGES/django.po b/mayan/apps/platform/locale/pl/LC_MESSAGES/django.po index fc77fee827..a89b517507 100644 --- a/mayan/apps/platform/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/pl/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # # Translators: # mic <winterfall24@gmail.com>, 2019 +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" -"Last-Translator: mic <winterfall24@gmail.com>, 2019\n" +"Last-Translator: Marcin Lozynski <mlozynski@wp.pl>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,8 +28,8 @@ msgstr "Platforma" #: classes.py:113 msgid "Template for Supervisord." -msgstr "" +msgstr "Szablon dla zarządzającego" #: classes.py:168 msgid "Template for Supervisord inside a Docker image." -msgstr "" +msgstr "Szablon dla zarządzającego wewnątrz obrazu Docker'a" diff --git a/mayan/apps/platform/locale/pt/LC_MESSAGES/django.po b/mayan/apps/platform/locale/pt/LC_MESSAGES/django.po index 9490197c46..d42f583725 100644 --- a/mayan/apps/platform/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" diff --git a/mayan/apps/platform/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/platform/locale/pt_BR/LC_MESSAGES/django.po index 7159bfc359..f79201d65b 100644 --- a/mayan/apps/platform/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Rogerio Falcone <rogerio@falconeit.com.br>, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/platform/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/platform/locale/ro_RO/LC_MESSAGES/django.po index fc31a4850c..e2100c2c01 100644 --- a/mayan/apps/platform/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/ro_RO/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/platform/locale/ru/LC_MESSAGES/django.po b/mayan/apps/platform/locale/ru/LC_MESSAGES/django.po index 9266cf3739..8c7151f009 100644 --- a/mayan/apps/platform/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Sergey Glita <gsv70@mail.ru>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/platform/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/platform/locale/sl_SI/LC_MESSAGES/django.po index 3ad672e074..fe574ee84b 100644 --- a/mayan/apps/platform/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/platform/locale/tr_TR/LC_MESSAGES/django.po index c4137cfc7d..f3de93c21d 100644 --- a/mayan/apps/platform/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/platform/locale/vi_VN/LC_MESSAGES/django.po index 6232176897..0a61e52d47 100644 --- a/mayan/apps/platform/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/platform/locale/zh/LC_MESSAGES/django.po b/mayan/apps/platform/locale/zh/LC_MESSAGES/django.po index ec39acefc9..9de5de114a 100644 --- a/mayan/apps/platform/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/platform/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" "MIME-Version: 1.0\n" diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po index 0863984949..762fd4a2ae 100644 --- a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po index 21437d97e5..21fb2d5d30 100644 --- a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po index a93f1f3f3f..96814fd78e 100644 --- a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-08-09 10:42+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/rest_api/locale/cs/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/cs/LC_MESSAGES/django.po index df86692fe6..e7c0f5948c 100644 --- a/mayan/apps/rest_api/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/rest_api/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/da_DK/LC_MESSAGES/django.po index ed6738c6b8..684ef2ac41 100644 --- a/mayan/apps/rest_api/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-11-05 13:49+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po index 9af083caa5..d831a83f95 100644 --- a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-11-16 18:16+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/rest_api/locale/el/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/el/LC_MESSAGES/django.po index a6d15b2720..f3530c6d6a 100644 --- a/mayan/apps/rest_api/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po index 92d6cc535f..849ea82320 100644 --- a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po index 574dd87f0a..e1f9543085 100644 --- a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-04-14 03:29+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po index 78af9f2e20..9e4b3ff407 100644 --- a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po index 5851816eae..e4021bc88d 100644 --- a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-11 11:52+0000\n" "Last-Translator: Yves Dubois <ydubois@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po index 1c3ce9febc..aa350a456b 100644 --- a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po index 4c98680c86..835e7d887b 100644 --- a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po index b3ff6223f3..281371ba6c 100644 --- a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po index 0a422fd080..4afca6ab46 100644 --- a/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-31 12:45+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po index 0fec8f7d25..d323746091 100644 --- a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po index dfc9031c46..feda644ece 100644 --- a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po index 4d48d4cdc2..6acf7a27b4 100644 --- a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po index 4315c723fe..174161cc92 100644 --- a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po index 191ae9304a..0cb050d1af 100644 --- a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-03-15 11:57+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po index c26c6ee6c0..409e86d6ca 100644 --- a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po index f8e368a478..98587b6a34 100644 --- a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po index 5975944faf..5cf6d55aba 100644 --- a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po index b30742c175..769102527c 100644 --- a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-04-10 08:25+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/rest_api/locale/zh/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/zh/LC_MESSAGES/django.po index b3d80db854..99124ebe57 100644 --- a/mayan/apps/rest_api/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-01-24 03:04+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po index dede7d97f9..05e3e65950 100644 --- a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po index e637dfcc20..4b2dea45ce 100644 --- a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po index ae2363dffa..c8400495eb 100644 --- a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: www.ping.ba <jomer@ping.ba>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/smart_settings/locale/cs/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/cs/LC_MESSAGES/django.po index 03ea52d5fa..0d790a2220 100644 --- a/mayan/apps/smart_settings/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-01-17 19:28+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/smart_settings/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/da_DK/LC_MESSAGES/django.po index 4bcf0a05c2..06a4785f2a 100644 --- a/mayan/apps/smart_settings/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index f02390c96e..a09245d6b5 100644 --- a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-04-09 09:39+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/smart_settings/locale/el/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/el/LC_MESSAGES/django.po index 86eb58d3c2..c6b8f46bf7 100644 --- a/mayan/apps/smart_settings/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po index 1cd5b3b899..42282c0fcb 100644 --- a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po index ed73fc912f..d08ca9979e 100644 --- a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-04-14 03:38+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po index f4f8b75530..32bfe7e67c 100644 --- a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po index 57ed95df38..719267eabe 100644 --- a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-08-22 14:01+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po index 5e84e30cad..b8267ab3dd 100644 --- a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po index c9a7ab795f..159d8df6cd 100644 --- a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-05-14 11:12+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po index e266961ab4..2bbd4fb808 100644 --- a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po index 7589e3b675..31de8daa58 100644 --- a/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-06-28 10:47+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po index a943c2588c..97d20912b3 100644 --- a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index 2558451cee..155da99dba 100644 --- a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index cb102ffbc3..9364ba9600 100644 --- a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po index 53ecfc32f7..c60a564155 100644 --- a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-12-22 01:04+0000\n" "Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po index 8db2c112fe..4f951475ac 100644 --- a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-03-15 12:00+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index 2d397b2abd..82bf8143fc 100644 --- a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Sergey Glita <gsv70@mail.ru>\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po index c79af3d44d..b27d892831 100644 --- a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po index a891adeab4..7ea59eda4d 100644 --- a/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Caner Başaran <basaran.caner@protonmail.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po index 7220a937ed..0622907386 100644 --- a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2018-09-27 02:31+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/smart_settings/locale/zh/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/zh/LC_MESSAGES/django.po index 13a1b53555..dd350f55ec 100644 --- a/mayan/apps/smart_settings/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:19-0400\n" "PO-Revision-Date: 2019-01-24 04:41+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index 5b511864dc..4a017a7235 100644 --- a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index 0ca4eba989..1db2765b3e 100644 --- a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po index 3bbd1e364a..d04e0ded4c 100644 --- a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po b/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po index 408c1128df..9011541670 100644 --- a/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/sources/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/sources/locale/da_DK/LC_MESSAGES/django.po index af03e3e0e3..4713c9f4f2 100644 --- a/mayan/apps/sources/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po index 345722f239..58b086aaae 100644 --- a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/sources/locale/el/LC_MESSAGES/django.po b/mayan/apps/sources/locale/el/LC_MESSAGES/django.po index 7a923eadea..a541b6e0a2 100644 --- a/mayan/apps/sources/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index c4aef56bc4..587b233bf3 100644 --- a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po index 822a1e8210..3ad8ad6547 100644 --- a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-07-05 06:49+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index 5f2d37b152..476ded9981 100644 --- a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index 0694064919..d76f1e100c 100644 --- a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index 9a0fb558b2..614a3c398e 100644 --- a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index ef00ed1704..9cf4e855fa 100644 --- a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index 7b150d686f..176e50754b 100644 --- a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po index af256ed422..34f8453b0f 100644 --- a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-07-01 05:59+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po index f72ff5207c..94c0bde091 100644 --- a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-07-21 20:36+0000\n" "Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 15bf7389a8..68d38e5f83 100644 --- a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index 5791bf04d9..11fda1a6f1 100644 --- a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po index dd29997976..037b5f9d4e 100644 --- a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo index 480d74e7c2..a659e687f9 100644 Binary files a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po index db0fb1d8f5..2bf4b4c062 100644 --- a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" +"PO-Revision-Date: 2019-09-03 08:37+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -297,7 +297,7 @@ msgstr "Parola" msgid "" "Name of the attachment that will contains the metadata type names and value " "pairs to be assigned to the rest of the downloaded attachments." -msgstr "" +msgstr "Numele atașamentului care va conține nume de tip de metadate și perechi de valori care vor fi alocate restului de atașamente descărcate." #: models/email_sources.py:59 msgid "Metadata attachment name" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index b1f21e32fc..6175c70c92 100644 --- a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po index 0ae29eaef8..8c3479c041 100644 --- a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po index e9bbfe62de..85260204dd 100644 --- a/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po index ad86f72ed0..16fdbf262a 100644 --- a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po b/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po index ee33a5c467..8f979ce3fb 100644 --- a/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:33-0400\n" +"POT-Creation-Date: 2019-09-24 23:20-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/sources/tests/mixins.py b/mayan/apps/sources/tests/mixins.py new file mode 100644 index 0000000000..d849788514 --- /dev/null +++ b/mayan/apps/sources/tests/mixins.py @@ -0,0 +1,34 @@ +from __future__ import unicode_literals + +from ..literals import SOURCE_CHOICE_WEB_FORM +from ..models import WebFormSource + +from .literals import TEST_SOURCE_LABEL, TEST_SOURCE_UNCOMPRESS_N + + +class SourceTestMixin(object): + def _create_test_source(self): + self.test_source = WebFormSource.objects.create( + enabled=True, label=TEST_SOURCE_LABEL, + uncompress=TEST_SOURCE_UNCOMPRESS_N + ) + + +class SourceViewTestMixin(object): + def _request_setup_source_list_view(self): + return self.get(viewname='sources:setup_source_list') + + def _request_setup_source_create_view(self): + return self.post( + kwargs={'source_type': SOURCE_CHOICE_WEB_FORM}, + viewname='sources:setup_source_create', data={ + 'enabled': True, 'label': TEST_SOURCE_LABEL, + 'uncompress': TEST_SOURCE_UNCOMPRESS_N + } + ) + + def _request_setup_source_delete_view(self): + return self.post( + viewname='sources:setup_source_delete', + kwargs={'pk': self.test_source.pk} + ) diff --git a/mayan/apps/sources/tests/test_models.py b/mayan/apps/sources/tests/test_models.py index 350fa18530..8d142f1e9b 100644 --- a/mayan/apps/sources/tests/test_models.py +++ b/mayan/apps/sources/tests/test_models.py @@ -24,7 +24,6 @@ from mayan.apps.storage.utils import mkdtemp from ..literals import SOURCE_UNCOMPRESS_CHOICE_Y from ..models.email_sources import EmailBaseModel, IMAPEmail, POP3Email from ..models.watch_folder_sources import WatchFolderSource -from ..models.webform_sources import WebFormSource from .literals import ( TEST_EMAIL_ATTACHMENT_AND_INLINE, TEST_EMAIL_BASE64_FILENAME, @@ -33,21 +32,24 @@ from .literals import ( TEST_EMAIL_NO_CONTENT_TYPE_STRING, TEST_EMAIL_ZERO_LENGTH_ATTACHMENT, TEST_WATCHFOLDER_SUBFOLDER ) +from .mixins import SourceTestMixin -class CompressedUploadsTestCase(GenericDocumentTestCase): +class CompressedUploadsTestCase(SourceTestMixin, GenericDocumentTestCase): auto_upload_document = False def test_upload_compressed_file(self): - source = WebFormSource( - label='test source', uncompress=SOURCE_UNCOMPRESS_CHOICE_Y - ) + self._create_test_source() + self.test_source.uncompress = SOURCE_UNCOMPRESS_CHOICE_Y + self.test_source.save() with open(TEST_COMPRESSED_DOCUMENT_PATH, mode='rb') as file_object: - source.handle_upload( + self.test_source.handle_upload( document_type=self.test_document_type, file_object=file_object, - expand=(source.uncompress == SOURCE_UNCOMPRESS_CHOICE_Y) + expand=( + self.test_source.uncompress == SOURCE_UNCOMPRESS_CHOICE_Y + ) ) self.assertEqual(Document.objects.count(), 2) diff --git a/mayan/apps/sources/tests/test_views.py b/mayan/apps/sources/tests/test_views.py index 756608ea51..ee64dfdffd 100644 --- a/mayan/apps/sources/tests/test_views.py +++ b/mayan/apps/sources/tests/test_views.py @@ -25,32 +25,42 @@ from ..permissions import ( from .literals import ( TEST_SOURCE_LABEL, TEST_SOURCE_UNCOMPRESS_N, TEST_STAGING_PREVIEW_WIDTH ) +from .mixins import SourceTestMixin, SourceViewTestMixin -class DocumentUploadTestCase(GenericDocumentViewTestCase): - auto_upload_document = False - - def setUp(self): - super(DocumentUploadTestCase, self).setUp() - self.source = WebFormSource.objects.create( - enabled=True, label=TEST_SOURCE_LABEL, - uncompress=TEST_SOURCE_UNCOMPRESS_N - ) - +class DocumentUploadWizardViewTestMixin(object): def _request_upload_wizard_view(self, document_path=TEST_SMALL_DOCUMENT_PATH): with open(document_path, mode='rb') as file_object: return self.post( viewname='sources:upload_interactive', kwargs={ - 'source_id': self.source.pk + 'source_id': self.test_source.pk }, data={ 'source-file': file_object, 'document_type_id': self.test_document_type.pk, } ) + def _request_upload_interactive_view(self): + return self.get( + viewname='sources:upload_interactive', data={ + 'document_type_id': self.test_document_type.pk, + } + ) + + +class DocumentUploadWizardViewTestCase( + SourceTestMixin, DocumentUploadWizardViewTestMixin, + GenericDocumentViewTestCase +): + auto_upload_document = False + + def setUp(self): + super(DocumentUploadWizardViewTestCase, self).setUp() + self._create_test_source() + def test_upload_compressed_file(self): - self.source.uncompress = SOURCE_UNCOMPRESS_CHOICE_Y - self.source.save() + self.test_source.uncompress = SOURCE_UNCOMPRESS_CHOICE_Y + self.test_source.save() self.grant_access( obj=self.test_document_type, permission=permission_document_create @@ -104,7 +114,7 @@ class DocumentUploadTestCase(GenericDocumentViewTestCase): with open(TEST_SMALL_DOCUMENT_PATH, mode='rb') as file_object: response = self.post( viewname='sources:upload_interactive', kwargs={ - 'source_id': self.source.pk + 'source_id': self.test_source.pk }, data={ 'source-file': file_object, 'document_type_id': self.test_document_type.pk, @@ -114,13 +124,6 @@ class DocumentUploadTestCase(GenericDocumentViewTestCase): self.assertEqual(Document.objects.count(), 1) - def _request_upload_interactive_view(self): - return self.get( - viewname='sources:upload_interactive', data={ - 'document_type_id': self.test_document_type.pk, - } - ) - def test_upload_interactive_view_no_permission(self): response = self._request_upload_interactive_view() self.assertEqual(response.status_code, 403) @@ -131,7 +134,7 @@ class DocumentUploadTestCase(GenericDocumentViewTestCase): ) response = self._request_upload_interactive_view() self.assertContains( - response=response, text=self.source.label, status_code=200 + response=response, text=self.test_source.label, status_code=200 ) @@ -229,7 +232,19 @@ class NewDocumentVersionViewTestCase(GenericDocumentViewTestCase): self.assertEqual(resolved_link, None) -class StagingFolderViewTestCase(GenericViewTestCase): +class StagingFolderViewTestMixin(object): + def _request_staging_file_delete_view(self, staging_folder, staging_file): + return self.post( + viewname='sources:staging_file_delete', kwargs={ + 'pk': staging_folder.pk, + 'encoded_filename': staging_file.encoded_filename + } + ) + + +class StagingFolderViewTestCase( + StagingFolderViewTestMixin, GenericViewTestCase +): def setUp(self): super(StagingFolderViewTestCase, self).setUp() self.temporary_directory = mkdtemp() @@ -241,14 +256,6 @@ class StagingFolderViewTestCase(GenericViewTestCase): fs_cleanup(filename=self.temporary_directory) super(StagingFolderViewTestCase, self).tearDown() - def _request_staging_file_delete_view(self, staging_folder, staging_file): - return self.post( - viewname='sources:staging_file_delete', kwargs={ - 'pk': staging_folder.pk, - 'encoded_filename': staging_file.encoded_filename - } - ) - def test_staging_file_delete_no_permission(self): staging_folder = StagingFolderSource.objects.create( label=TEST_SOURCE_LABEL, @@ -290,44 +297,10 @@ class StagingFolderViewTestCase(GenericViewTestCase): self.assertEqual(len(list(staging_folder.get_files())), 0) -class SourcesTestCase(GenericDocumentViewTestCase): - def _create_web_source(self): - self.source = WebFormSource.objects.create( - enabled=True, label=TEST_SOURCE_LABEL, - uncompress=TEST_SOURCE_UNCOMPRESS_N - ) - - def _request_setup_source_list_view(self): - return self.get(viewname='sources:setup_source_list') - - def test_source_list_view_no_permission(self): - self._create_web_source() - - response = self._request_setup_source_list_view() - self.assertEqual(response.status_code, 403) - - def test_source_list_view_with_permission(self): - self._create_web_source() - - self.grant_permission(permission=permission_sources_setup_view) - - response = self._request_setup_source_list_view() - self.assertContains( - response=response, text=self.source.label, status_code=200 - ) - - def _request_setup_source_create_view(self): - return self.post( - kwargs={'source_type': SOURCE_CHOICE_WEB_FORM}, - viewname='sources:setup_source_create', data={ - 'enabled': True, 'label': TEST_SOURCE_LABEL, - 'uncompress': TEST_SOURCE_UNCOMPRESS_N - } - ) - +class SourcesViewTestCase( + SourceTestMixin, SourceViewTestMixin, GenericViewTestCase +): def test_source_create_view_no_permission(self): - self.grant_permission(permission=permission_sources_setup_view) - response = self._request_setup_source_create_view() self.assertEqual(response.status_code, 403) @@ -335,7 +308,6 @@ class SourcesTestCase(GenericDocumentViewTestCase): def test_source_create_view_with_permission(self): self.grant_permission(permission=permission_sources_setup_create) - self.grant_permission(permission=permission_sources_setup_view) response = self._request_setup_source_create_view() self.assertEqual(response.status_code, 302) @@ -344,17 +316,10 @@ class SourcesTestCase(GenericDocumentViewTestCase): self.assertEqual(webform_source.label, TEST_SOURCE_LABEL) self.assertEqual(webform_source.uncompress, TEST_SOURCE_UNCOMPRESS_N) - def _request_setup_source_delete_view(self): - return self.post( - viewname='sources:setup_source_delete', - kwargs={'pk': self.source.pk} - ) - def test_source_delete_view_with_permission(self): - self._create_web_source() + self._create_test_source() self.grant_permission(permission=permission_sources_setup_delete) - self.grant_permission(permission=permission_sources_setup_view) response = self._request_setup_source_delete_view() self.assertEqual(response.status_code, 302) @@ -362,11 +327,25 @@ class SourcesTestCase(GenericDocumentViewTestCase): self.assertEqual(WebFormSource.objects.count(), 0) def test_source_delete_view_no_permission(self): - self._create_web_source() - - self.grant_permission(permission=permission_sources_setup_view) + self._create_test_source() response = self._request_setup_source_delete_view() self.assertEqual(response.status_code, 403) self.assertEqual(WebFormSource.objects.count(), 1) + + def test_source_list_view_no_permission(self): + self._create_test_source() + + response = self._request_setup_source_list_view() + self.assertEqual(response.status_code, 403) + + def test_source_list_view_with_permission(self): + self._create_test_source() + + self.grant_permission(permission=permission_sources_setup_view) + + response = self._request_setup_source_list_view() + self.assertContains( + response=response, text=self.test_source.label, status_code=200 + ) diff --git a/mayan/apps/sources/views.py b/mayan/apps/sources/views.py index 167877354f..be55047b7d 100644 --- a/mayan/apps/sources/views.py +++ b/mayan/apps/sources/views.py @@ -215,6 +215,7 @@ class UploadInteractiveView(UploadBaseView): UploadInteractiveView, self ).dispatch(request, *args, **kwargs) except Exception as exception: + raise if request.is_ajax(): return JsonResponse( data={'error': force_text(exception)}, status=500 diff --git a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po index 58f898d0f9..9209a975e2 100644 --- a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po index eca8de428f..feb9bf2c42 100644 --- a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po index 1ad9b5bacc..6c8fd6731d 100644 --- a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/storage/locale/cs/LC_MESSAGES/django.po b/mayan/apps/storage/locale/cs/LC_MESSAGES/django.po index e18efe9d2d..53260ba5a3 100644 --- a/mayan/apps/storage/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/storage/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/storage/locale/da_DK/LC_MESSAGES/django.po index 7c65e4a3b9..ccaf91c626 100644 --- a/mayan/apps/storage/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/da_DK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po index 9c3a43e632..ebc6075b04 100644 --- a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-28 21:14+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/storage/locale/el/LC_MESSAGES/django.po b/mayan/apps/storage/locale/el/LC_MESSAGES/django.po index 2bd5f7ce50..f5d771c947 100644 --- a/mayan/apps/storage/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/storage/locale/en/LC_MESSAGES/django.po b/mayan/apps/storage/locale/en/LC_MESSAGES/django.po index dc5a8df2fe..2e84e3c93c 100644 --- a/mayan/apps/storage/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po index 168f923d80..6f0c8fbea4 100644 --- a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-28 01:42+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po index 37b3cba6a0..e8b789ed32 100644 --- a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po index eff83c9f31..20ad8f339d 100644 --- a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Yves Dubois <ydubois@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po index 914933563c..ff4ea4b2b0 100644 --- a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po index 4fa92c4b6f..3bbdfde112 100644 --- a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-14 11:35+0000\n" "Last-Translator: Adek Lanin\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po index 426f8d8791..84d0aac8ec 100644 --- a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/storage/locale/lv/LC_MESSAGES/django.po b/mayan/apps/storage/locale/lv/LC_MESSAGES/django.po index 1a0a5bf82c..c28eda4f02 100644 --- a/mayan/apps/storage/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-31 12:51+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po index 98a6a6fa49..65409ac956 100644 --- a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Johan Braeken\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po index 03387e16f6..8468b3d84c 100644 --- a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po index 1c5faefd53..927b99c372 100644 --- a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po index 204dbf102a..e835ad1e73 100644 --- a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Aline Freitas <aline@alinefreitas.com.br>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po index 430eb57322..fb6a04da79 100644 --- a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po index 2e2a71b861..6494221bed 100644 --- a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po index c6c07e63a9..c697aec528 100644 --- a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/storage/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/storage/locale/tr_TR/LC_MESSAGES/django.po index 206aeb2f35..05126814c3 100644 --- a/mayan/apps/storage/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po index 98f06b898e..f3f2a914d2 100644 --- a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/storage/locale/zh/LC_MESSAGES/django.po b/mayan/apps/storage/locale/zh/LC_MESSAGES/django.po index 1a45098095..206c54f947 100644 --- a/mayan/apps/storage/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-04-27 22:54+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index dbe371fa79..dca762a4d7 100644 --- a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index 09327938f5..4d40e3a09e 100644 --- a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po index b512109701..70af2e44cd 100644 --- a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po b/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po index 20086b28b2..0f0e677c4c 100644 --- a/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/tags/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/tags/locale/da_DK/LC_MESSAGES/django.po index d923db2b67..9ff4b11ef7 100644 --- a/mayan/apps/tags/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po index b3a41b2394..ff84cd51ad 100644 --- a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-27 21:31+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/tags/locale/el/LC_MESSAGES/django.po b/mayan/apps/tags/locale/el/LC_MESSAGES/django.po index d9678cbd8b..5b0ac76df0 100644 --- a/mayan/apps/tags/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index 38479df597..e6457c001b 100644 --- a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index d4ba42fa47..85efc1c8ea 100644 --- a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-28 19:35+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index 3c14e84793..fa691aa376 100644 --- a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index 0a8b3b0ca1..049c8961ad 100644 --- a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 13:19+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po index 8f1f615927..0b0d7edb92 100644 --- a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po index b5cbfd6bdf..e8249fbc61 100644 --- a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po index 50e19bd47c..848c16b172 100644 --- a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po index ffd8717f17..40137bc68f 100644 --- a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-06-28 11:50+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po index bff4244f75..ce6bf9c165 100644 --- a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index 91ab40aaa5..bf9f2e4bb6 100644 --- a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index 9c5b379a2b..5941f7f2d1 100644 --- a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po index 0bc0fe2ca9..8122668fc1 100644 --- a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po index a476ae06da..ce34fc348c 100644 --- a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 18:50+0000\n" "Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po index 465a35abee..68d9e74083 100644 --- a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-08-22 05:05+0000\n" "Last-Translator: Daler Abdulloev <abdulloevdaler@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po index 0875555493..3813e00226 100644 --- a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po index dfc3d19236..40e0933da0 100644 --- a/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po index fc6fb2f8e4..18ee9eb45e 100644 --- a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po b/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po index 9b358b2a45..58ee7a14d1 100644 --- a/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2019-05-17 05:51+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/mayan/apps/tags/tests/test_actions.py b/mayan/apps/tags/tests/test_workflow_actions.py similarity index 76% rename from mayan/apps/tags/tests/test_actions.py rename to mayan/apps/tags/tests/test_workflow_actions.py index 4fed190e0a..bb52f2eb62 100644 --- a/mayan/apps/tags/tests/test_actions.py +++ b/mayan/apps/tags/tests/test_workflow_actions.py @@ -2,35 +2,33 @@ from __future__ import unicode_literals from mayan.apps.common.tests.base import GenericViewTestCase from mayan.apps.document_states.tests.mixins import WorkflowTestMixin -from mayan.apps.document_states.tests.test_actions import ActionTestCase +from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase from ..models import Tag from ..workflow_actions import AttachTagAction, RemoveTagAction -from .literals import TEST_TAG_COLOR, TEST_TAG_LABEL +from .mixins import TagTestMixin -class TagActionTestCase(ActionTestCase): +class TagActionTestCase(TagTestMixin, ActionTestCase): def setUp(self): super(TagActionTestCase, self).setUp() - self.tag = Tag.objects.create( - color=TEST_TAG_COLOR, label=TEST_TAG_LABEL - ) + self._create_test_tag() def test_tag_attach_action(self): action = AttachTagAction(form_data={'tags': Tag.objects.all()}) action.execute(context={'document': self.test_document}) - self.assertEqual(self.tag.documents.count(), 1) - self.assertEqual(list(self.tag.documents.all()), [self.test_document]) + self.assertEqual(self.test_tag.documents.count(), 1) + self.assertTrue(self.test_document in self.test_tag.documents.all()) def test_tag_remove_action(self): - self.tag.attach_to(document=self.test_document) + self.test_tag.attach_to(document=self.test_document) action = RemoveTagAction(form_data={'tags': Tag.objects.all()}) action.execute(context={'document': self.test_document}) - self.assertEqual(self.tag.documents.count(), 0) + self.assertEqual(self.test_tag.documents.count(), 0) class TagActionViewTestCase(WorkflowTestMixin, GenericViewTestCase): diff --git a/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po index d41ba97f8a..1e16957658 100644 --- a/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/ar/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Yaman Sanobar <yman.snober@gmail.com>, 2019\n" "Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/ar/)\n" diff --git a/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po index a49e66c72d..88675aa998 100644 --- a/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/bg/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Roberto Rosario, 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n" diff --git a/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po index 4f6a49643e..20c17524ac 100644 --- a/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/bs_BA/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2018\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n" diff --git a/mayan/apps/task_manager/locale/cs/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/cs/LC_MESSAGES/django.po index aa1e89cb24..8eab1d4ac9 100644 --- a/mayan/apps/task_manager/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/cs/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Jiri Fait <fait@orkasolutions.cz>, 2019\n" "Language-Team: Czech (https://www.transifex.com/rosarior/teams/13584/cs/)\n" diff --git a/mayan/apps/task_manager/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/da_DK/LC_MESSAGES/django.po index 68e8e10104..e909c5035d 100644 --- a/mayan/apps/task_manager/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/da_DK/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Rasmus Kierudsen <tebrasso@gmail.com>, 2018\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/rosarior/teams/13584/da_DK/)\n" diff --git a/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po index a80bf84261..2489a0fd2d 100644 --- a/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/de_DE/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>, 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n" diff --git a/mayan/apps/task_manager/locale/el/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/el/LC_MESSAGES/django.po index c02364ce3b..668cfc71b7 100644 --- a/mayan/apps/task_manager/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Hmayag Antonian <hmayag@freemail.gr>, 2018\n" "Language-Team: Greek (https://www.transifex.com/rosarior/teams/13584/el/)\n" diff --git a/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po index 213fb34167..82413a2fb9 100644 --- a/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po index 5406baf5e9..20fc0ee099 100644 --- a/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Roberto Rosario, 2019\n" "Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n" diff --git a/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po index 26ec31df3e..43c375dd48 100644 --- a/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/fa/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2018\n" "Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n" diff --git a/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po index 220dae23e9..ebf8f309e0 100644 --- a/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Yves Dubois <ydubois@gmail.com>, 2018\n" "Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n" diff --git a/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po index ace70ba3b7..403f446620 100644 --- a/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/hu/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2017\n" "Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n" diff --git a/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po index 45dded13f4..bafb6ed9b8 100644 --- a/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/id/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Adek Lanin, 2019\n" "Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n" diff --git a/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po index af350f6c6d..846dc16b86 100644 --- a/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>, 2017\n" "Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n" diff --git a/mayan/apps/task_manager/locale/lv/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/lv/LC_MESSAGES/django.po index f4d7935be9..0a38d88cc7 100644 --- a/mayan/apps/task_manager/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>, 2019\n" "Language-Team: Latvian (https://www.transifex.com/rosarior/teams/13584/lv/)\n" diff --git a/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po index 5d5764e259..99194a899a 100644 --- a/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" diff --git a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo index c182f40e67..0717d94b64 100644 Binary files a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po index 609ea94a2c..32c347760d 100644 --- a/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/pl/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # # Translators: # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2018 +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" -"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2018\n" +"Last-Translator: Marcin Lozynski <mlozynski@wp.pl>, 2019\n" "Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,7 +24,7 @@ msgstr "" #: apps.py:23 links.py:12 permissions.py:7 msgid "Task manager" -msgstr "" +msgstr "Menedżer zadań" #: apps.py:31 msgid "Label" @@ -47,7 +48,7 @@ msgstr "Typ" #: apps.py:48 msgid "Start time" -msgstr "" +msgstr "Czas rozpoczęcia" #: apps.py:51 msgid "Host" @@ -71,19 +72,19 @@ msgstr "" #: links.py:20 msgid "Active tasks" -msgstr "" +msgstr "Zadania aktywne" #: links.py:24 msgid "Reserved tasks" -msgstr "" +msgstr "Zadania zarezerwowane " #: links.py:28 msgid "Scheduled tasks" -msgstr "" +msgstr "Zadania zaplanowane" #: permissions.py:10 msgid "View tasks" -msgstr "" +msgstr "Wyświetl zadania" #: tests/literals.py:5 msgid "Test queue" diff --git a/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po index 68cd0c03b1..b26eb621a3 100644 --- a/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2017\n" "Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n" diff --git a/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po index b19c9a6d5c..0bab56b06b 100644 --- a/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/pt_BR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Roberto Rosario, 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n" diff --git a/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po index 4506704a2f..9c26688759 100644 --- a/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/ro_RO/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Harald Ersch, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n" diff --git a/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po index f7690b1caf..d36ba328cc 100644 --- a/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/ru/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: lilo.panic, 2017\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" diff --git a/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po index fc0a08bba6..0e0b2ed224 100644 --- a/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/sl_SI/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: kontrabant <kontrabant@gmail.com>, 2017\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n" diff --git a/mayan/apps/task_manager/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/tr_TR/LC_MESSAGES/django.po index 61f0febf8d..a07008b0d7 100644 --- a/mayan/apps/task_manager/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/tr_TR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n" diff --git a/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po index 37a3ecd072..71d70f4ed4 100644 --- a/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/vi_VN/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: Roberto Rosario, 2017\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n" diff --git a/mayan/apps/task_manager/locale/zh/LC_MESSAGES/django.po b/mayan/apps/task_manager/locale/zh/LC_MESSAGES/django.po index 1a72adebda..620cf1e51e 100644 --- a/mayan/apps/task_manager/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/task_manager/locale/zh/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" "Last-Translator: yulin Gong <540538248@qq.com>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/rosarior/teams/13584/zh/)\n" diff --git a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po index 81593b78bf..babccdd82c 100644 --- a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po index 4716f60170..9f5cf5faf8 100644 --- a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po index 11b2a0aaba..63ee763bc9 100644 --- a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/user_management/locale/cs/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/cs/LC_MESSAGES/django.po index 2e4f0bb811..15d8017906 100644 --- a/mayan/apps/user_management/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Czech (http://www.transifex.com/rosarior/mayan-edms/language/cs/)\n" diff --git a/mayan/apps/user_management/locale/da_DK/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/da_DK/LC_MESSAGES/django.po index 9b97621ade..b4d2e37222 100644 --- a/mayan/apps/user_management/locale/da_DK/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/da_DK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/rosarior/mayan-edms/language/da_DK/)\n" diff --git a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index 03999eae06..3d0940855f 100644 --- a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/user_management/locale/el/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/el/LC_MESSAGES/django.po index 26edaaa038..c2951c0246 100644 --- a/mayan/apps/user_management/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Greek (http://www.transifex.com/rosarior/mayan-edms/language/el/)\n" diff --git a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po index 1febc66ef5..439df79300 100644 --- a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po index 28d1f0a134..8d6b5ff41f 100644 --- a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-07-05 06:47+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" diff --git a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po index 0026d089d1..cebc9bedd1 100644 --- a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po index 7b62c4b78c..467db8b94a 100644 --- a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-08-22 14:03+0000\n" "Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po index 7e23329b8d..f600811664 100644 --- a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po index 48294a0424..9c1f918da1 100644 --- a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po index 920c5a477c..e58da3e4d0 100644 --- a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" diff --git a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po index d4c88f084a..df29b2a829 100644 --- a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-07-01 05:59+0000\n" "Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\n" "Language-Team: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" diff --git a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po index 89961b2aac..9931453e40 100644 --- a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-07-21 20:36+0000\n" "Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" diff --git a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo index f01260fe62..5d4dd822d1 100644 Binary files a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po index 547333ae12..2b15618b26 100644 --- a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # Translators: # Annunnaky <doublemiu@gmail.com>, 2015 # Daniel Winiarski <daniel.winiarski.dw@gmail.com>, 2016 +# Marcin Lozynski <mlozynski@wp.pl>, 2019 # mic <winterfall24@gmail.com>, 2012 # Wojciech Warczakowski <w.warczakowski@gmail.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" +"PO-Revision-Date: 2019-08-30 21:25+0000\n" +"Last-Translator: Marcin Lozynski <mlozynski@wp.pl>\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +28,7 @@ msgstr "Zarządzanie użytkownikami" #: apps.py:100 search.py:36 msgid "Group" -msgstr "" +msgstr "Grupa" #: apps.py:101 links.py:41 links.py:52 links.py:75 search.py:26 views.py:120 msgid "Groups" @@ -63,7 +64,7 @@ msgstr "Email" #: apps.py:116 msgid "Is active?" -msgstr "" +msgstr "Czy aktywny?" #: apps.py:119 apps.py:123 msgid "Has usable password?" @@ -79,35 +80,35 @@ msgstr "Wszyscy użytkownicy." #: dashboard_widgets.py:16 msgid "Total users" -msgstr "" +msgstr "Razem użytkowników" #: dashboard_widgets.py:32 msgid "Total groups" -msgstr "" +msgstr "Razem grup" #: events.py:12 msgid "Group created" -msgstr "" +msgstr "Grupa utworzona" #: events.py:15 msgid "Group edited" -msgstr "" +msgstr "Grupa edytowana" #: events.py:19 msgid "User created" -msgstr "" +msgstr "Użytkownik utworzony" #: events.py:22 msgid "User edited" -msgstr "" +msgstr "Użytkownik edytowany" #: events.py:25 msgid "User logged in" -msgstr "" +msgstr "Użytkownik zalogowany" #: events.py:28 msgid "User logged out" -msgstr "" +msgstr "Użytkownik wylogowany" #: links.py:16 msgid "User details" @@ -135,19 +136,19 @@ msgstr "Tworzenie nowego użytkownika" #: links.py:92 msgid "User options" -msgstr "" +msgstr "Parametry użytkownika" #: models.py:22 msgid "Forbid this user from changing their password." -msgstr "" +msgstr "Zabroń użytkownikowi zmiany hasła." #: models.py:28 msgid "User settings" -msgstr "" +msgstr "Ustawienia użytkownika" #: models.py:29 msgid "Users settings" -msgstr "" +msgstr "Ustawienia użytkowników" #: permissions.py:12 msgid "Create new groups" @@ -155,31 +156,31 @@ msgstr "Tworzyć nowe grupy" #: permissions.py:15 msgid "Delete existing groups" -msgstr "Usunąć istniejące grupy" +msgstr "Usuń istniejące grupy" #: permissions.py:18 msgid "Edit existing groups" -msgstr "Edytować istniejące grupy" +msgstr "Edytuj istniejące grupy" #: permissions.py:21 msgid "View existing groups" -msgstr "Zobacz istniejących grup" +msgstr "Wyświetl istniejące grupy" #: permissions.py:24 msgid "Create new users" -msgstr "Tworzenie nowych użytkowników" +msgstr "Utwórz nowych użytkowników" #: permissions.py:27 msgid "Delete existing users" -msgstr "Usuwanie istniejących użytkowników" +msgstr "Usuń istniejących użytkowników" #: permissions.py:30 msgid "Edit existing users" -msgstr "Edycja istniejących użytkowników" +msgstr "Edytuj istniejących użytkowników" #: permissions.py:33 msgid "View existing users" -msgstr "Zobacz istniejących użytkowników" +msgstr "Wyświetl istniejących użytkowników" #: search.py:32 msgid "username" @@ -203,7 +204,7 @@ msgstr "Dane użytkownika" #: views.py:45 msgid "Edit current user details" -msgstr "Edycja danych użytkownika" +msgstr "Edytuj dane użytkownika" #: views.py:78 #, python-format @@ -213,18 +214,18 @@ msgstr "Usunąć grupę: %s?" #: views.py:93 #, python-format msgid "Edit group: %s" -msgstr "Edycja grupy: %s" +msgstr "Edytować grupę: %s" #: views.py:113 msgid "" "User groups are organizational units. They should mirror the organizational " "units of your organization. Groups can't be used for access control. Use " "roles for permissions and access control, add groups to them." -msgstr "" +msgstr "Grupy użytkowników są elementem organizacyjnym. Nie muszą być kopią struktury Twojej organizacji. Potrzebne są do określenia praw dostępu. Użyj ról do nadawania uprawnień i kontroli dostępu, a grupy przypisz do nich." #: views.py:119 msgid "There are no user groups" -msgstr "" +msgstr "Brak grup użytkowników" #: views.py:132 msgid "Available users" @@ -232,12 +233,12 @@ msgstr "Dostępni użytkownicy" #: views.py:133 msgid "Group users" -msgstr "" +msgstr "Grupa użytkowników" #: views.py:141 #, python-format msgid "Users of group: %s" -msgstr "" +msgstr "Użytkownicy przypisani do grupy: %s" #: views.py:173 #, python-format @@ -266,12 +267,12 @@ msgstr "Usuń użytkownika: %s" msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." +msgstr "Usuwanie nie jest dozwolone na kontach \"Super user\" i \"Staff user\", aby to zrobić użyj interfejsu Administratora" #: views.py:212 #, python-format msgid "User \"%s\" deleted successfully." -msgstr "Użytkownik \"%s\" został usunięta." +msgstr "Użytkownik \"%s\" został usunięty." #: views.py:218 #, python-format @@ -281,7 +282,7 @@ msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " #: views.py:236 #, python-format msgid "Details of user: %s" -msgstr "" +msgstr "Szczegóły użytkownika: %s" #: views.py:251 #, python-format @@ -296,7 +297,7 @@ msgstr "Dostępne grupy" #. user. #: views.py:269 msgid "User groups" -msgstr "" +msgstr "Grupy użytkowników" #: views.py:277 #, python-format @@ -307,13 +308,13 @@ msgstr "Grupy użytkownika: %s" msgid "" "User accounts can be create from this view. After creating a user account " "you will prompted to set a password for it. " -msgstr "" +msgstr "Tutaj możesz utworzyć konto użytkownika, następnie zostaniesz poproszony o uzupełnienie hasła dla utworzonego konta." #: views.py:301 msgid "There are no user accounts" -msgstr "" +msgstr "Brak kont użytkowników" #: views.py:316 #, python-format msgid "Edit options for user: %s" -msgstr "" +msgstr "Edytuj parametry dla użytkownika: %s" diff --git a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po index 693f5102cd..10bbbe84f6 100644 --- a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po index 844457ee66..be662a63f1 100644 --- a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" diff --git a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo index 317da6a411..572b2afbd9 100644 Binary files a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po index 69f0f2dc75..4c088535ed 100644 --- a/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ro_RO/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" +"PO-Revision-Date: 2019-09-03 08:37+0000\n" +"Last-Translator: Harald Ersch\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,11 +78,11 @@ msgstr "Toți utilizatorii." #: dashboard_widgets.py:16 msgid "Total users" -msgstr "" +msgstr "Total utilizatori" #: dashboard_widgets.py:32 msgid "Total groups" -msgstr "" +msgstr "Total grupuri" #: events.py:12 msgid "Group created" diff --git a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po index b208b5cf3a..86c98b7e6b 100644 --- a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" diff --git a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po index 3b2c99467d..bfbed66b5e 100644 --- a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" diff --git a/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po index b7b8e371d1..cea6af4805 100644 --- a/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n" diff --git a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po index b183c96fc3..7eaad894a0 100644 --- a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/user_management/locale/zh/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/zh/LC_MESSAGES/django.po index 76e7d4ec7b..d8910d74e0 100644 --- a/mayan/apps/user_management/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-25 20:34-0400\n" +"POT-Creation-Date: 2019-09-24 23:22-0400\n" "PO-Revision-Date: 2019-06-29 06:22+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (http://www.transifex.com/rosarior/mayan-edms/language/zh/)\n" diff --git a/requirements/base.txt b/requirements/base.txt index e74cc93d45..87dd80811c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,13 +1,10 @@ Pillow==6.0.0 PyPDF2==1.26.0 PyYAML==5.1.1 -celery==4.3.0 django-activity-stream==0.7.0 -django-celery-beat==1.5.0 django-colorful==1.3 django-cors-headers==2.5.2 django-downloadview==1.9 -django-environ==0.4.5 django-formtools==2.1 django-mathfilters==0.4.0 django-model-utils==3.1.2 diff --git a/requirements/common.txt b/requirements/common.txt index 08f9ef96a1..25d563b64e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1 +1 @@ -django==1.11.22 +django==1.11.24 diff --git a/setup.py b/setup.py index 8b51255c12..a8ab7ec567 100644 --- a/setup.py +++ b/setup.py @@ -56,17 +56,14 @@ def find_packages(directory): return packages install_requires = """ -django==1.11.22 +django==1.11.24 Pillow==6.0.0 PyPDF2==1.26.0 PyYAML==5.1.1 -celery==4.3.0 django-activity-stream==0.7.0 -django-celery-beat==1.5.0 django-colorful==1.3 django-cors-headers==2.5.2 django-downloadview==1.9 -django-environ==0.4.5 django-formtools==2.1 django-mathfilters==0.4.0 django-model-utils==3.1.2