diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e1297919f..8afd5b5492 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,7 +159,6 @@ job_push_python: - releases/all - releases/docker - releases/python - - master - staging - nightly - /^clients\/.+$/ diff --git a/CHANGES_BC.rst b/CHANGES_BC.rst index cf8201f9bd..9469729e98 100644 --- a/CHANGES_BC.rst +++ b/CHANGES_BC.rst @@ -12,3 +12,9 @@ - Remove duplicated trashed document preview. - Add label to trashed date and time document source column. - Tag created event fix. + +3.2.3 (2019-06-21) +* Add a reusable task to upload documents. +* Add MVP of the importer app. + +3.2.4-3.2.8 (2019-10-07) diff --git a/HISTORY.rst b/HISTORY.rst index 2b453abbd6..a2152d5e41 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,606 +1,679 @@ -3.2.5 (2019-07-XX) +3.2.8 (2019-10-01) ================== -* Don't error out if the EXTRA_APPS or the DISABLED_APPS settings +- 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) +================== +- Fix checkout form bug. Thanks to Lucius Schaerer + (@lschaer1) for the report. +- Disable pagination current page button + Current page button was clickable and would cause the + single page navigation to jump to the home view. +- Remove redundant Celery queue declarations from the + file_metadata app. +- Add internal_name field to workflow serializer. + Fixes workflow API creation view. +- Fix document cabinet list API view. Thanks for forum user + "jere" for the report. Forum topic 1039. +- Fix document template column field. GitLab issue #655. + Thanks to Christian Wiegand (@christianwgd) for the + report. +- Increase mailing profile password field max length + from 48 to 128 characters. GitLab issue #657. + Thanks to sigsec (@sigsec) for the report. +- Update the Docker entrypoint to update the ownership + of files when the UID of GUID are changed. + GitLab issue #650. Thanks to Fabian (@ruffy91) + for the report. +- Update the Docker entrypoint to allow changing + the GID of the mayan user to existing values. + GitLab issue #652. Thanks to Fabian (@ruffy91) + for the report. +- Rename the MAYAN_USER_GUID environment variable + to MAYAN_USER_GID. +- 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 + floating elements. + +3.2.6 (2019-07-10) +================== +- Remove the smart settings app * import. +- Encode settings YAML before hashing. +- Fix document icon used in the workflow runtime links. +- Add trashed date time label. +- Fix thumbnail generation issue. GitLab issue #637. + Thanks to Giacomo Cariello (@giacomocariello) for the report + and the merge request fixing the issue. + +3.2.5 (2019-07-05) +================== +- Don't error out if the EXTRA_APPS or the DISABLED_APPS settings are set to blank. -* Update troubleshooting documentation topic. -* Add data migration to the file metadata app. Synchronizes the +- Update troubleshooting documentation topic. +- Add data migration to the file metadata app. Synchronizes the document type settings model of existing document types. -* Fix cabinet and tags upload wizard steps missing some entries. +- Fix cabinet and tags upload wizard steps missing some entries. GitLab issue #632. Thanks to Matthias Urhahn (@d4rken) for the report. -* Add alert when settings are changed and util the installation +- Add alert when settings are changed and util the installation is restarted. GitLab issue #605. Thanks to Vikas Kedia (@vikaskedia) to the report. +- Update Django to version 1.11.22, PyYAML to version 5.1.1, + django-widget-tweaks to version 1.4.5, pathlib2 to version 2.3.4, + Werkzeug to version 0.15.4, django-extensions to version 2.1.9, + django-rosetta to version 0.9.3, psutil to version 5.6.3. 3.2.4 (2019-06-29) ================== -* Support configurable GUnicorn timeouts. Defaults to +- Support configurable GUnicorn timeouts. Defaults to current value of 120 seconds. -* Fix help text of the platformtemplate command. -* Fix IMAP4 mailbox.store flags argument. Python's documentation +- Fix help text of the platformtemplate command. +- Fix IMAP4 mailbox.store flags argument. Python's documentation incorrectly state it is named flag_list. Closes GitLab issue #606. -* Improve the workflow preview generation. Use polylines +- Improve the workflow preview generation. Use polylines instead of splines. Add state actions to the preview. Highlight the initial state. -* Add help text to the workflow transition form comment field. -* Fix direct deployment instructions. -* Add user, group, and role dashboard widgets. -* Add test mixin detect database connection leaks. -* Remove tag create event registration from the tag +- Add help text to the workflow transition form comment field. +- Fix direct deployment instructions. +- Add user, group, and role dashboard widgets. +- Add test mixin detect database connection leaks. +- Remove tag create event registration from the tag instances. The tag create event is not applicable to existing tags. -* Add proper redirection after moving a document to the +- Add proper redirection after moving a document to the trash. -* Remove the INSTALLED_APPS setting. Replace it with +- Remove the INSTALLED_APPS setting. Replace it with the new COMMON_EXTRA_APPS and COMMON_DISABLED_APPS. -* Improve email metadata support. Can now work on +- Improve email metadata support. Can now work on email with nested parts. Also the metadata.yaml attachment no longer needs to be the first attachment. 3.2.3 (2019-06-21) ================== -* Add support for disabling the random primary key +- Add support for disabling the random primary key test mixin. -* Add a reusable task to upload documents. -* Add MVP of the importer app. -* Fix mailing profile log columns mappings. +- Fix mailing profile log columns mappings. GitLab issue #626. Thanks to Jesaja Everling (@jeverling) for the report. -* Fix the Django SMTP backend username field name. +- Fix the Django SMTP backend username field name. GitLab issue #625. Thanks to Jesaja Everling (@jeverling) for the report and the research. -* Increase the Django STMP username. +- Increase the Django STMP username. GitLab issue #625. Thanks to Jesaja Everling (@jeverling) for the report and the research. 3.2.2 (2019-06-19) ================== -* Fix document type change view. Closes GitLab issue #614 +- Fix document type change view. Closes GitLab issue #614 Thanks to Christoph Roeder (@brightdroid) for the report. -* Fix document parsing tool view typo. Closes GitLab issue #615. +- Fix document parsing tool view typo. Closes GitLab issue #615. Thanks to Tyler Page (@iamtpage) for the report. -* Update the task_check_interval_source reference +- Update the task_check_interval_source reference GitLab issue #617. Thanks to Lukas Gill (@lukkigi) for the report and debug information. 3.2.1 (2019-06-14) ================== -* Fix sub cabinet creation view. Thanks to Frédéric Sheedy +- Fix sub cabinet creation view. Thanks to Frédéric Sheedy (@fsheedy) for the report. -* Add PostgreSQL troubleshooting entry. Closes GitLab +- Add PostgreSQL troubleshooting entry. Closes GitLab issues #523 and #602 -* Use YAML SafeDumper to avoid adding YAML datatype tags. +- Use YAML SafeDumper to avoid adding YAML datatype tags. Closes GitLab issue #599. Thanks to Frédéric Sheedy (@fsheedy) for the report and debug information. -* Add check for app references and point users to release notes for details. +- Add check for app references and point users to release notes for details. GitLab issue #603. Thanks to Vikas Kedia (@vikaskedia) for the report. -* Remove sidebar floar right. +- Remove sidebar floar right. Fixed GitLab issue #600. Thanks to Frédéric Sheedy (@fsheedy) for the report and debug information. -* Collapse sidebar on small screen +- Collapse sidebar on small screen Display sidebar at the bottom of the screen on small displays. 3.2 (2019-06-13) ================ -* Split sources models into separate modules. -* Add support for subfolder scanning to watchfolders. Closes +- Split sources models into separate modules. +- Add support for subfolder scanning to watchfolders. Closes GitLab issue #498 and #563. -* Updated the source check behavior to allow checking a source +- Updated the source check behavior to allow checking a source even when the source is disabled and to not deleted processed files during a check. -* Switch to full app paths. -* Split document app models into separate modules. -* Split workflow views into separate modules. -* Add custom DatabaseWarning to tag the SQLite usage warning. -* Add keyword arguments to add_to_class instances. -* Move add_to_class function to their own module called methods.py -* Remove catch all exception handling for the check in and +- Switch to full app paths. +- Split document app models into separate modules. +- Split workflow views into separate modules. +- Add custom DatabaseWarning to tag the SQLite usage warning. +- Add keyword arguments to add_to_class instances. +- Move add_to_class function to their own module called methods.py +- Remove catch all exception handling for the check in and check out views. -* Improve checkouts tests code reducing redundant code. -* Change how the HOME_VIEW setting is defined. -* Remove the role permission grant and revoke permission. -* Split trashed document views into their own module. -* Show entire sys trace when an App import exception is raised. -* Remove Django suit from requirements. -* Remove development URLs from main URL file. -* Move API documentation generation from the root URLs module +- Improve checkouts tests code reducing redundant code. +- Change how the HOME_VIEW setting is defined. +- Remove the role permission grant and revoke permission. +- Split trashed document views into their own module. +- Show entire sys trace when an App import exception is raised. +- Remove Django suit from requirements. +- Remove development URLs from main URL file. +- Move API documentation generation from the root URLs module to the REST API app's URLs module. -* Update Pillow to version 6.0.0 -* Update PyYAML to version 5.1. Update use of safe_load and +- Update Pillow to version 6.0.0 +- Update PyYAML to version 5.1. Update use of safe_load and safe_dump to load and dump using the SafeLoader. -* Add SilenceLoggerTestCaseMixin to lower level of loggers +- Add SilenceLoggerTestCaseMixin to lower level of loggers during tests. -* New default value for setting DOCUMENTS_HASH_BLOCK_SIZE is +- New default value for setting DOCUMENTS_HASH_BLOCK_SIZE is 65535. -* New default value for setting MIMETYPE_FILE_READ_SIZE is +- New default value for setting MIMETYPE_FILE_READ_SIZE is 1024. -* Add workaround for Tesseract bug 1670 +- Add workaround for Tesseract bug 1670 https://github.com/tesseract-ocr/tesseract/issues/1670 https://github.com/tesseract-ocr/tesseract/commit/3292484f67af8bdda23aa5e510918d0115785291 https://gitlab.gnome.org/World/OpenPaperwork/pyocr/issues/104 -* Move setting COMMON_TEMPORARY_DIRECTORY to the storage app. +- Move setting COMMON_TEMPORARY_DIRECTORY to the storage app. The setting is now STORAGE_TEMPORARY_DIRECTORY. -* Move file related utilities to the storage app. -* Backport and remove unused code from the permission app. -* Move the navigation and authentication templates to their +- Move file related utilities to the storage app. +- Backport and remove unused code from the permission app. +- Move the navigation and authentication templates to their respective apps. -* Add dashboard app. -* Remove queryset slicing hack from the Document list view. +- Add dashboard app. +- Remove queryset slicing hack from the Document list view. And slice the Recently Added Document queryset itself. -* Move stub filtering to the Document model manager. -* Increase the default number of recently added documents and +- Move stub filtering to the Document model manager. +- Increase the default number of recently added documents and recently accessed documents from 40 to 400. -* Integrate django-autoadmin into the core apps. -* Update middleware to new style classes. -* Add server side invalid document template. -* Move tag specific JavaScript to the tags app. -* Reduce form boilerplate code with new FormOptions class. -* Use FormOptions for the DetailForm class. -* DetailForm now support help text on extra fields. -* Add FilteredSelectionForm class. -* Use FilteredSelectionForm for TagMultipleSelectionForm. -* Use FilteredSelectionForm for the class CabinetListForm. -* Add keyword arguments to URL definitions. -* Use FilteredSelectionForm to add a new ACLCreateForm. -* Rename IndexListForm to IndexTemplateFilteredForm. -* Use FilteredSelectionForm for IndexTemplateFilteredForm. -* Use FilteredSelectionForm for DocumentVersionSignatureCreateForm. -* Improve document signatures tests. -* Add docstrings to most models. -* Add support to the mailing profiles for specifying a from +- Integrate django-autoadmin into the core apps. +- Update middleware to new style classes. +- Add server side invalid document template. +- Move tag specific JavaScript to the tags app. +- Reduce form boilerplate code with new FormOptions class. +- Use FormOptions for the DetailForm class. +- DetailForm now support help text on extra fields. +- Add FilteredSelectionForm class. +- Use FilteredSelectionForm for TagMultipleSelectionForm. +- Use FilteredSelectionForm for the class CabinetListForm. +- Add keyword arguments to URL definitions. +- Use FilteredSelectionForm to add a new ACLCreateForm. +- Rename IndexListForm to IndexTemplateFilteredForm. +- Use FilteredSelectionForm for IndexTemplateFilteredForm. +- Use FilteredSelectionForm for DocumentVersionSignatureCreateForm. +- Improve document signatures tests. +- Add docstrings to most models. +- Add support to the mailing profiles for specifying a from address. Closes GitLab issue #522. -* Expose new Django settings: AUTH_PASSWORD_VALIDATORS, DEFAULT_FROM_EMAIL, +- Expose new Django settings: AUTH_PASSWORD_VALIDATORS, DEFAULT_FROM_EMAIL, EMAIL_TIMEOUT, INTERNAL_IPS, LANGUAGES, LANGUAGE_CODE, STATIC_URL, STATICFILES_STORAGE, TIME_ZONE, WSGI_APPLICATION. -* Convert language choices into a function. -* Move language choices generation to documents.utils. -* Remove support for generating documents images in base 64 +- Convert language choices into a function. +- Move language choices generation to documents.utils. +- Remove support for generating documents images in base 64 format. -* Move Pillow initialization from the module to the backend +- Move Pillow initialization from the module to the backend class initialization. -* Remove star import from the ACL and Common apps. -* Add dependencies app -* Convert the document tags widget to use HTML templates. -* Move Tag app HTML widgets to their own module. -* Move the document index app widgets to the html_widget.py +- Remove star import from the ACL and Common apps. +- Add dependencies app +- Convert the document tags widget to use HTML templates. +- Move Tag app HTML widgets to their own module. +- Move the document index app widgets to the html_widget.py module. -* Update group members view permission. The group edit and +- Update group members view permission. The group edit and user edit permission are now required. -* Add keyword arguments to messages uses. -* Add keyword arguments to the reverse use in views. -* Add MERCs 5 and 6. -* Update authentication function views to use Django's new class +- Add keyword arguments to messages uses. +- Add keyword arguments to the reverse use in views. +- Add MERCs 5 and 6. +- Update authentication function views to use Django's new class based authentication views. -* Expose Django's LOGOUT_REDIRECT_URL setting. -* Move current user views from the common app to the user +- Expose Django's LOGOUT_REDIRECT_URL setting. +- Move current user views from the common app to the user management app. -* Move the purge permission logic to the StorePermission +- Move the purge permission logic to the StorePermission manager. -* Remove the MIMETYPE_FILE_READ_SIZE setting. -* Use copyfileobj in the document parsers. -* Backport list facet menu code. -* Backport sidebar code. -* CSS updates to maximize usable width. -* Improve partial navigation error messages and display. -* Add user created and user edited events. -* Add group created and group edited events. -* Add support for SourceColumn widgets. -* Improve styling of the template debug view. -* Add support for showing the current user's events. -* Add support kwargs to the SourceColumn class. -* Improve the event widgets, views and tests. -* Add mailer use event. -* Remove the include fontawesome and download it from +- Remove the MIMETYPE_FILE_READ_SIZE setting. +- Use copyfileobj in the document parsers. +- Backport list facet menu code. +- Backport sidebar code. +- CSS updates to maximize usable width. +- Improve partial navigation error messages and display. +- Add user created and user edited events. +- Add group created and group edited events. +- Add support for SourceColumn widgets. +- Improve styling of the template debug view. +- Add support for showing the current user's events. +- Add support kwargs to the SourceColumn class. +- Improve the event widgets, views and tests. +- Add mailer use event. +- Remove the include fontawesome and download it from the NPMregistry. -* Fix issue installing scoped NPM packages. -* Add new icons classes and templates. -* Add support for icon composition. -* Add support for link icon path imports. -* Remove support for link icon strings. -* Split document app form into separate modules. -* Move the favorite document views to their own module. -* Replace DocumentTypeSelectioForm with an improved +- Fix issue installing scoped NPM packages. +- Add new icons classes and templates. +- Add support for icon composition. +- Add support for link icon path imports. +- Remove support for link icon strings. +- Split document app form into separate modules. +- Move the favorite document views to their own module. +- Replace DocumentTypeSelectioForm with an improved version that does filtering. -* Update OCR links activation. -* Update document parsing link activation. -* Add favorite document views tests. -* Add document state action view test. -* Remove sidebar menu instance. The secondary menu and the +- Update OCR links activation. +- Update document parsing link activation. +- Add favorite document views tests. +- Add document state action view test. +- Remove sidebar menu instance. The secondary menu and the previour sidebar menu now perform the same function. -* Backport source column identifiable and sortable +- Backport source column identifiable and sortable improvements. -* Update the way the no-result template is shown. -* Improve TwoStateWidget to use a template. Make +- Update the way the no-result template is shown. +- Improve TwoStateWidget to use a template. Make it compatible with the SourceColumn. -* Update SourceColumn to support related attributes. -* Add support for display for empty values for +- Update SourceColumn to support related attributes. +- Add support for display for empty values for source columns. -* Add support for source column object or attribute +- Add support for source column object or attribute absolute URLs. -* Add sortable columns to all apps. -* Remove permission list display from the ACL list view. +- Add sortable columns to all apps. +- Remove permission list display from the ACL list view. Reduces clutter and unpredictable column size. -* Remove the full name from the user list. -* Add the first name and last name to the user list. -* Add file metadata app. -* Add support for submitting forms by pressing the +- Remove the full name from the user list. +- Add the first name and last name to the user list. +- Add file metadata app. +- Add support for submitting forms by pressing the Enter key or by double clicking. -* Rename form template 'form_class' to 'form_css_classes'. -* Add support for adding form button aside from the +- Rename form template 'form_class' to 'form_css_classes'. +- Add support for adding form button aside from the default submit and cancel. -* Update ChoiceForm to be full height. -* Add AddRemoveView to replace AssignRemoveView -* Update the group roles view to use the new AddRemoveView. -* Add role create and edit events. -* Sort users by lastname, firstname. -* Switch user groups and group users views to AddRemoveView. -* Commit user edit event when an user is added or removed +- Update ChoiceForm to be full height. +- Add AddRemoveView to replace AssignRemoveView +- Update the group roles view to use the new AddRemoveView. +- Add role create and edit events. +- Sort users by lastname, firstname. +- Switch user groups and group users views to AddRemoveView. +- Commit user edit event when an user is added or removed from a group. -* Commit the group edit event when a group is added or remove +- Commit the group edit event when a group is added or remove from an user. -* Require dual permissions when add or removing users to and +- Require dual permissions when add or removing users to and from group. Same with group to users. -* Backport search improvements. -* Remove search elapsed time calculation. -* Remove SEARCH_LIMIT setting. -* Use the 'handler' prefix for all the signal handler functions. -* Remove custom email widget and use Django's. -* Increase default maximum number of favorite documents to 400. -* Update the role group list view to use the new AddRemoveView. -* Commit the group event in conjunction with the role event +- Backport search improvements. +- Remove search elapsed time calculation. +- Remove SEARCH_LIMIT setting. +- Use the 'handler' prefix for all the signal handler functions. +- Remove custom email widget and use Django's. +- Increase default maximum number of favorite documents to 400. +- Update the role group list view to use the new AddRemoveView. +- Commit the group event in conjunction with the role event when a group is added or remove from role. -* Update the role permission view to use the new AddRemoveView. -* Rename transformation manager method add_for_model to +- Update the role permission view to use the new AddRemoveView. +- Rename transformation manager method add_for_model to add_to_object. -* Rename transformation manager method get_for_model to +- Rename transformation manager method get_for_model to get_for_object. -* Load the converter class on demand. -* Remove app top level star imports. -* Monkeypatch group and user models to make their fields +- Load the converter class on demand. +- Remove app top level star imports. +- Monkeypatch group and user models to make their fields translatable. -* Add new and default Tesseract OCR backend to avoid +- Add new and default Tesseract OCR backend to avoid Tesseract bug 1670 (https://github.com/tesseract-ocr/tesseract/issues/1670) -* Load only one language in the document properties form. -* Convert title calculation form to a template tag. -* Show the full title as a hover title even when truncated. -* Increase default title truncation length to 120 characters. -* Improve inherited permission computation. -* Add test case mixin that produces ephimeral models. -* Update ACL permissions view to use the new AddRemoveView class. -* Add ACL created and edited events. -* Update index document types view to use the new AddRemoveView +- Load only one language in the document properties form. +- Convert title calculation form to a template tag. +- Show the full title as a hover title even when truncated. +- Increase default title truncation length to 120 characters. +- Improve inherited permission computation. +- Add test case mixin that produces ephimeral models. +- Update ACL permissions view to use the new AddRemoveView class. +- Add ACL created and edited events. +- Update index document types view to use the new AddRemoveView class. -* Add index create and edit events. -* Allow overloading the action_add and action_remove methods +- Add index create and edit events. +- Allow overloading the action_add and action_remove methods from the AddRemoveView. -* Add view to link document type and indexes from the document +- Add view to link document type and indexes from the document type side. -* Update smart link document type selection view to use +- Update smart link document type selection view to use AddRemoveView class. -* Add smart link created and edited events. -* Fix smart link ACL support. -* Update JavaScript downloader to work with Python 3. -* Improve speed of the NPM package hash verification. -* Add view to enable smart links for documents types +- Add smart link created and edited events. +- Fix smart link ACL support. +- Update JavaScript downloader to work with Python 3. +- Improve speed of the NPM package hash verification. +- Add view to enable smart links for documents types from the document type side. -* Enable list link icons. -* Add outline links CSS for facets. -* Add a bottom margin to list links. -* Use copyfileobj to save documents to files -* Add user logged in and logged out events. -* Add transaction handling in more places. -* Update ACLs tests to use ephimeral models. -* Add new app to handle all dependencies. -* Remove the licenses.py module and replace +- Enable list link icons. +- Add outline links CSS for facets. +- Add a bottom margin to list links. +- Use copyfileobj to save documents to files +- Add user logged in and logged out events. +- Add transaction handling in more places. +- Update ACLs tests to use ephimeral models. +- Add new app to handle all dependencies. +- Remove the licenses.py module and replace it with a dependencies.py module. -* Backport ACL computation improvements. -* Remove model permission proxy models. -* Remove related access control argument. This is +- Backport ACL computation improvements. +- Remove model permission proxy models. +- Remove related access control argument. This is now handled by the related field registration. -* Allow nested access control checking. -* check_access's permissions argument must now be +- Allow nested access control checking. +- check_access's permissions argument must now be an interable. -* Remove permissions_related from links. -* Remove mayan_permission_attribute_check from +- Remove permissions_related from links. +- Remove mayan_permission_attribute_check from API permission. -* Update Bootstrap and Bootswatch to version 3.4.1. -* Convert the workflow document types view to use +- Update Bootstrap and Bootswatch to version 3.4.1. +- Convert the workflow document types view to use the new AddRemove view. -* Add the workflow created and edited events. -* Remove AssignRemove View. -* Add view to setup workflows per document type +- Add the workflow created and edited events. +- Remove AssignRemove View. +- Add view to setup workflows per document type from the document type side. -* Make workflows, workflows states, workflow +- Make workflows, workflows states, workflow transitions column sortable. -* Show completion and intial state in the +- Show completion and intial state in the workflow proxy instance menu list. -* Fix translation of the source upload forms +- Fix translation of the source upload forms using dropzone.js -* Rename get_object_list to get_source_queryset. -* Add uniqueness validation to SingleObjectCreateView. -* Remove MultipleInstanceActionMixin. -* Backport MultipleObjectMixin improvements. -* Remove ObjectListPermissionFilterMixin. -* Add deprecation warning to convertdb -* Add the preparestatic command. -* Remove the related attribute of check_access. -* Remove filter_by_access. Replaced by restrict_queryset. -* Move the user set password views to the authentication app. -* All views redirect to common's home view instead of the +- Rename get_object_list to get_source_queryset. +- Add uniqueness validation to SingleObjectCreateView. +- Remove MultipleInstanceActionMixin. +- Backport MultipleObjectMixin improvements. +- Remove ObjectListPermissionFilterMixin. +- Add deprecation warning to convertdb +- Add the preparestatic command. +- Remove the related attribute of check_access. +- Remove filter_by_access. Replaced by restrict_queryset. +- Move the user set password views to the authentication app. +- All views redirect to common's home view instead of the REDIRECT_URL setting. -* Update tag document list and the document tag list +- Update tag document list and the document tag list views to require the view permissions for both objects. -* Install and server static content to and from the image. -* Add support for editing document comments. -* Remove Internet Explorer specific markup. -* Fix optional metadata remove when mixed with required +- Install and server static content to and from the image. +- Add support for editing document comments. +- Remove Internet Explorer specific markup. +- Fix optional metadata remove when mixed with required metadata. -* Create intermedia file cache folder. Fixes preview errors +- Create intermedia file cache folder. Fixes preview errors when the first document uploaded is an office file. -* Move queue and task registration to the CeleryQueue class. +- Move queue and task registration to the CeleryQueue class. The .queues.py module is now loaded automatically. -* Allow setting the Docker user UID and GUID. -* Add task path validation. -* Increase dropzone upload file size limit to 2GB. -* Add cabinet created and edited events. -* Show a null mailer backend if there is backend with an +- Allow setting the Docker user UID and GUID. +- Add task path validation. +- Increase dropzone upload file size limit to 2GB. +- Add cabinet created and edited events. +- Show a null mailer backend if there is backend with an invalid path. Due to the app full path change, existing mailer setups need to be recreated. -* The document link URL when mailed is now composed of the +- The document link URL when mailed is now composed of the COMMON_PROJECT_URL + document URL instead of the Site domain. -* Add the checkdependencies command. -* Add comment and make file target to generate all requirement +- Add the checkdependencies command. +- Add comment and make file target to generate all requirement files. -* Place deletion policies units before periods for clarity. -* Remove repeated EMAIL_TIMEOUT setting. -* Invert order to the Action Object and Target columns for +- Place deletion policies units before periods for clarity. +- Remove repeated EMAIL_TIMEOUT setting. +- Invert order to the Action Object and Target columns for clarity. -* Add note about the new preparestatic command. -* Add no-result template for workflow instance detail view. -* Update HTTP workflow action to new requests API. -* Remove the included Lato font. The font is now downloaded +- Add note about the new preparestatic command. +- Add no-result template for workflow instance detail view. +- Update HTTP workflow action to new requests API. +- Remove the included Lato font. The font is now downloaded at install time. -* Add support for Google Fonts dependencies. -* Add support for patchin dependency files using rewriting rules. -* Allow searching documents by UUID. -* Improve search negation logic. -* Add support for search field transformations. -* Disable hiding page navigation on idle. -* Display namespace in the transition trigger view. -* Sort events list in the transition trigger view. -* Add support for form media to DynamicFormMixin. -* Fix tag attach and remove action form media. -* Sort content type list of the access grant and remove action. -* Use select2 for the content type filed of the access +- Add support for Google Fonts dependencies. +- Add support for patchin dependency files using rewriting rules. +- Allow searching documents by UUID. +- Improve search negation logic. +- Add support for search field transformations. +- Disable hiding page navigation on idle. +- Display namespace in the transition trigger view. +- Sort events list in the transition trigger view. +- Add support for form media to DynamicFormMixin. +- Fix tag attach and remove action form media. +- Sort content type list of the access grant and remove action. +- Use select2 for the content type filed of the access grant and remove action. -* Add Latvian translation. -* Support search model selection. -* Support passing a queryset factory to the search model. -* Add workflow actions to grant or remove permissions to +- Add Latvian translation. +- Support search model selection. +- Support passing a queryset factory to the search model. +- Add workflow actions to grant or remove permissions to a document. -* Add support for locked files for watchfolder. +- 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 +- Fix multiple tag selection wizard step. +- Change the required permission for the checkout info link from document check in to document checkout details view. -* Lower the log severity when links don't resolve. -* Add DOCUMENTS_HASH_BLOCK_SIZE to control the size of the file +- Lower the log severity when links don't resolve. +- Add DOCUMENTS_HASH_BLOCK_SIZE to control the size of the file block when calculating a document's checksum. 3.1.10 (2019-04-04) =================== -* Backport test case improvements from the development branch. Add random +- Backport test case improvements from the development branch. Add random primary key mixin. Split test case code into mixins. Make the view test case and the API test cases part of the same class hierarchy. Update tests that failed due to the new import locations. -* 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 !35 by Manoel Brunnen (@mbru) to fix building the Docker image +- 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 !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. -* Apply merge !40 by Roger Hunwicks (@/roger.hunwicks) to pin the Tornado +- Apply merge !37 by Roger Hunwicks (@roger.hunwicks) to allow + 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. -* Remove notification badge AJAX setup. Individual link AJAX workers are +- 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. -* Add support for server side link badges. -* Add API to list all templates. -* Remove newlines from the rendered templates. -* Reject emails attachments of size 0. Thanks to Robert Schoeftner +- Add support for server side link badges. +- Add API to list all templates. +- Remove newlines from the rendered templates. +- Reject emails attachments of size 0. Thanks to Robert Schoeftner (@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. -* Add the MIMETYPE_FILE_READ_SIZE setting to limit the number of bytes read +- 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. +- 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 +- Force object to text when raising PermissionDenied to avoid UnicodeDecodeError. Thanks to Mathias Behrle (@mbehrle) for the report and the debug information. GitLab issue #576. -* Add support for skipping a default set of tests. +- Add support for skipping a default set of tests. 3.1.9 (2018-11-01) ================== -* Convert the furl instance to text to allow serializing it into +- Convert the furl instance to text to allow serializing it into JSON to be passed as arguments to the background task. 3.1.8 (2018-10-31) ================== -* Reorganize documentation into topics and chapters. -* Add Workflows and API chapters. -* Add new material from the Wiki to the documentation. -* Add data migrations to the sources app migraton 0019 to ensure all labels +- Reorganize documentation into topics and chapters. +- Add Workflows and API chapters. +- Add new material from the Wiki to the documentation. +- Add data migrations to the sources app migraton 0019 to ensure all labels are unique before performing the schema migations. -* Add improvements to the metadata URL encoding and decoding to support +- Add improvements to the metadata URL encoding and decoding to support ampersand characters as part of the metadata value. GitLab issue #529. Thanks to Mark Maglana @relaxdiego for the report. -* Add custom validator for multiple emails in a single text field. +- Add custom validator for multiple emails in a single text field. Change the widget of the email fields in the mailer app to avoid browser side email validation. Closes GitLab issue #530. Thanks to Mark Maglana @relaxdiego for the report. -* Add configuration option to change the project/installation URL. +- Add configuration option to change the project/installation URL. This is used in the password reset emails and in the default document mailing templates. -* Increase the size of the workflow preview image. -* Center the workflow preview image. -* Move the noop OCR backend to the right place. -* Add new management command to display the current configuration +- Increase the size of the workflow preview image. +- Center the workflow preview image. +- Move the noop OCR backend to the right place. +- Add new management command to display the current configuration settings. -* Default the YAML flow format to False which never uses inline. -* Add support for reindexing documents when their base properties like +- Default the YAML flow format to False which never uses inline. +- Add support for reindexing documents when their base properties like the label and description are edited. 3.1.7 (2018-10-14) ================== -* Fix an issue with some browsers not firing the .load event on cached +- 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. -* Make sure all key used as input for the cache key hash are +- Remove duplicate YAML loading of environment variables. +- 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. -* Ignore document stub from the index mirror. GitLab issue +- Ignore document stub from the index mirror. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report. -* Fix for the Docker image INSTALL_FLAG path. Thanks to +- Fix for the Docker image INSTALL_FLAG path. Thanks to Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM for the patch. GitLab issue #525. -* Fix the typo in the Docker variable for worker concurrency. Thanks to +- Fix the typo in the Docker variable for worker concurrency. Thanks to Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM for the patch. GitLab issue #527. -* Add a noop OCR backend that disables OCR and the check for the +- Add a noop OCR backend that disables OCR and the check for the Tesseract OCR binaries. Set the OCR_BACKEND setting or MAYAN_OCR_BACKEND environment variable to ocr.backends.pyocr.PyOCR to use this. -* All tests pass on Python 3. -* documentation: Add Docker installation method using a dedicated +- All tests pass on Python 3. +- documentation: Add Docker installation method using a dedicated Docker network. -* documentation: Add scaling up chapter. -* documentation: Add S3 storage configuration section. +- documentation: Add scaling up chapter. +- documentation: Add S3 storage configuration section. 3.1.6 (2018-10-09) ================== -* Improve index mirroring value clean up code to remove the spaces at the +- Improve index mirroring value clean up code to remove the spaces at the starts and at the end of directories. Closes again GitLab issue #520 Thanks to TheOneValen @ for the report. -* Improve index mirroring cache class to use the hash of the keys +- Improve index mirroring cache class to use the hash of the keys instead of the literal keys. Avoid warning about invalid key characters. Closes GitLab issue #518. Thanks to TheOneValen @ for the report. -* Only render the Template API view for authenticated users. +- Only render the Template API view for authenticated users. Thanks rgarcia for the report. -* Add icon to the cabinet "Add new level" link. -* Display the cabinet "Add new level" link in the top level view too. +- Add icon to the cabinet "Add new level" link. +- Display the cabinet "Add new level" link in the top level view too. 3.1.5 (2018-10-08) ================== -* Consolidate some document indexing test code into a new mixin. -* Split the code of the mountindex command to be able to add tests. -* Fix the way the children of IndexInstanceNode are accessed. Fixes GitLab +- Consolidate some document indexing test code into a new mixin. +- Split the code of the mountindex command to be able to add tests. +- Fix the way the children of IndexInstanceNode are accessed. Fixes GitLab issue #518. Thanks to TheOneValen @TheOneValen for the report. -* Remove newlines from the index name levels before using them as FUSE +- Remove newlines from the index name levels before using them as FUSE directories. -* Fixed duplicated FUSE directory removal. -* Add link and view to show the parsed content of each document page. -* Add a modelform for adding and editing transformation and perform YAML +- Fixed duplicated FUSE directory removal. +- Add link and view to show the parsed content of each document page. +- Add a modelform for adding and editing transformation and perform YAML validation of arguments. -* Add stricted error checking to the crop transformation. -* Update compressed files class module to work with Python 3. -* Update document parsing app tests to work with Python 3. -* Handle office files in explicit binary mode for Python 3. -* Return a proper list of SearchModel instances (Python 3). -* Specify FUSE literals in explicit octal notation (Python 3). -* URL quote the encoded names of the staging files using Django's compat +- Add stricted error checking to the crop transformation. +- Update compressed files class module to work with Python 3. +- Update document parsing app tests to work with Python 3. +- Handle office files in explicit binary mode for Python 3. +- Return a proper list of SearchModel instances (Python 3). +- Specify FUSE literals in explicit octal notation (Python 3). +- URL quote the encoded names of the staging files using Django's compat module. (Python 3) -* Open staging file in explicit binary mode. (Python 3) -* Add separate Python 2 and Python 3 versions of the MetadataType model +- Open staging file in explicit binary mode. (Python 3) +- Add separate Python 2 and Python 3 versions of the MetadataType model .comma_splitter() static method. -* Update the metadata app tests to work on Python 3. -* Make sure metadata lookup choices are a list to be able to add the +- Update the metadata app tests to work on Python 3. +- Make sure metadata lookup choices are a list to be able to add the optional marker (Python 3). -* Make sure the image in the document preview view is centered when it is +- Make sure the image in the document preview view is centered when it is smaller than the viewport. -* Restore use of the .store_body variable accidentally remove in +- Restore use of the .store_body variable accidentally remove in 63a77d0235ffef3cd49924ba280879313c622682. Closes GitLab issue #519. Thanks to TheOneValen @TheOneValen for the report. -* Add shared cache class and add mounted index cache invalidation when +- Add shared cache class and add mounted index cache invalidation when document and index instance nodes are updated or deleted. -* Fix document metadata app view error when adding multiple optional +- Fix document metadata app view error when adding multiple optional metadata types. Closes GitLab issue #521. Thanks to the TheOneValen @TheOneValen for the report. 3.1.4 (2018-10-04) ================== -* Fix the link to the documenation. Closes GitLab issue #516. +- Fix the link to the documenation. Closes GitLab issue #516. Thanks to Matthias Urlichs @smurfix for the report. -* Update related links. Add links to the new Wiki and Forum. -* Add Redis config entries in the Docker images to disable +- Update related links. Add links to the new Wiki and Forum. +- Add Redis config entries in the Docker images to disable saving the database and to only provision 1 database. -* Remove use of hard coded font icon for document page +- Remove use of hard coded font icon for document page rendering busy indicator. -* Disable the fancybox caption link if the document is +- Disable the fancybox caption link if the document is in the trash. -* Load the DropZone CSS from package and remove the +- Load the DropZone CSS from package and remove the hard code CSS from appearance/base.css. -* Add support for indexing on OCR content changes. -* Add support for reindexing document on content parsing +- Add support for indexing on OCR content changes. +- Add support for reindexing document on content parsing changes. -* Strip HTML entities from the browser's window title. +- Strip HTML entities from the browser's window title. Closes GitLab issue #517. Thanks to Daniel Carrico @daniel1113 for the report. -* Improve search app. Refactored to resolve search queries +- Improve search app. Refactored to resolve search queries by terms first then by field. -* Add explanation to the launch workflows tool. +- Add explanation to the launch workflows tool. 3.1.3 (2018-09-27) ================== -* Make sure template API renders in non US languages. -* Fix user groups view. -* Add no results help text to the document type -> metadata type +- Make sure template API renders in non US languages. +- Fix user groups view. +- Add no results help text to the document type -> metadata type association view. -* Expose the Django INSTALLED_APPS setting. -* Add support for changing the concurrency of the Celery workers in the +- Expose the Django INSTALLED_APPS setting. +- Add support for changing the concurrency of the Celery workers in the Docker image. Add environment variables MAYAN_WORKER_FAST_CONCURRENCY, MAYAN_WORKER_MEDIUM_CONCURRENCY and MAYAN_WORKER_SLOW_CONCURRENCY. -* Add latest translation updates. -* Fixes a few text typos. -* Documentation updates in the deployment and docker chapters. +- Add latest translation updates. +- Fixes a few text typos. +- Documentation updates in the deployment and docker chapters. 3.1.2 (2018-09-21) ================== -* Database access in data migrations defaults to the 'default' database. +- Database access in data migrations defaults to the 'default' database. Force it to the user selected database instead. -* Don't use a hardcoded database alias for the destination of the database +- Don't use a hardcoded database alias for the destination of the database conversion. -* 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 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. +- 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 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. 3.1.1 (2018-09-18) ================== -* CSS tweak to make sure the AJAX spinner stays in place. -* Fix 90, 180 and 270 degrees rotation transformations. +- CSS tweak to make sure the AJAX spinner stays in place. +- Fix 90, 180 and 270 degrees rotation transformations. 3.1 (2018-09-17) ================ @@ -620,7 +693,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. @@ -765,9 +839,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) @@ -791,10 +866,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. @@ -804,7 +879,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 @@ -857,12 +933,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. @@ -877,25 +954,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. @@ -904,25 +989,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. @@ -932,7 +1026,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. @@ -942,14 +1037,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 @@ -976,39 +1071,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/README.md b/README.md index cc0cb970fa..37026453b4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ +[![Donation](https://img.shields.io/badge/donation-PayPal-brightgreen)](https://paypal.me/MayanEDMS) [![pypi][pypi]][pypi-url] [![builds][builds]][builds-url] -[![coverage][cover]][cover-url] ![python][python] ![license][license] [![Docker pulls](https://img.shields.io/docker/pulls/mayanedms/mayanedms.svg?maxAge=3600)](https://hub.docker.com/r/mayanedms/mayanedms/) [![Docker Stars](https://img.shields.io/docker/stars/mayanedms/mayanedms.svg?maxAge=3600)](https://hub.docker.com/r/mayanedms/mayanedms/) -[![Docker layers](https://images.microbadger.com/badges/image/mayanedms/mayanedms.svg)](https://microbadger.com/images/mayanedms/mayanedms) + [pypi]: http://img.shields.io/pypi/v/mayan-edms.svg [pypi-url]: http://badge.fury.io/py/mayan-edms @@ -43,6 +43,20 @@ +

Book

+ +The pre-release version of the book "Exploring Mayan EDMS" available now at a discounted price! + +

+ + + +

+ +Limited quantities. Buyers of the pre-release will get the full version for free when it is ready. + +The link is https://sellfy.com/p/um2fkx/ +

Installation

The easiest way to use Mayan EDMS is by using the official diff --git a/README.rst b/README.rst index 2066833da6..25498d500c 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|pypi| |builds| |coverage| |python| |license| |docker_pulls| |docker_stars| |docker_layers| +|donation| |pypi| |builds| |coverage| |python| |license| |docker_pulls| |docker_stars| |docker_layers| .. image:: https://gitlab.com/mayan-edms/mayan-edms/raw/master/docs/_static/mayan_logo.png @@ -25,6 +25,16 @@ at: https://docs.mayan-edms.com/topics/installation.html .. _Docker: https://www.docker.com/ +The pre-release version of the book "Exploring Mayan EDMS" available now at a discounted price! + +.. image:: https://camo.githubusercontent.com/89d2fe787507c9247aa7bb406e2682b53eb7a5f9/68747470733a2f2f64313273776274773731397934732e636c6f756466726f6e742e6e65742f696d616765732f76365270785734302f615030714b4c6a6b50694175585a6859754234352f774441554c417a4679782e6a7065673f773d353438 + :align: center + :width: 300 + :target: https://sellfy.com/p/um2fkx/ + +Limited quantities. Buyers of the pre-release will get the full version for free when it is ready. +Click the image or visit: https://sellfy.com/p/um2fkx/ + Hardware requirements - 2 Gigabytes of RAM (1 Gigabyte if OCR is turned off). @@ -44,6 +54,8 @@ Important links - `Videos `__ +.. |donation| image:: https://img.shields.io/badge/donation-PayPal-brightgreen + :target: https://paypal.me/MayanEDMS .. |pypi| image:: http://img.shields.io/pypi/v/mayan-edms.svg :target: http://badge.fury.io/py/mayan-edms .. |builds| image:: https://gitlab.com/mayan-edms/mayan-edms/badges/master/build.svg diff --git a/docker/Dockerfile b/docker/Dockerfile index 14ae97ed69..bd503964c5 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -23,6 +23,8 @@ RUN set -x \ apt-get update \ && apt-get install -y --no-install-recommends \ exiftool \ + fonts-arphic-uming \ + fonts-arphic-ukai \ ghostscript \ gpgv \ gnupg1 \ @@ -60,7 +62,6 @@ echo "save \"\"" >> /etc/redis/redis.conf \ # Only provision 1 database && echo "databases 1" >> /etc/redis/redis.conf - #### # BUILDER_IMAGE - This image buildS the Python package and is discarded afterwards #### diff --git a/docker/rootfs/usr/local/bin/entrypoint.sh b/docker/rootfs/usr/local/bin/entrypoint.sh index 733bd5c763..18b0aa7e78 100755 --- a/docker/rootfs/usr/local/bin/entrypoint.sh +++ b/docker/rootfs/usr/local/bin/entrypoint.sh @@ -6,7 +6,10 @@ INSTALL_FLAG=/var/lib/mayan/system/SECRET_KEY CONCURRENCY_ARGUMENT=--concurrency= DEFAULT_USER_UID=1000 -DEFAULT_USER_GUID=1000 +DEFAULT_USER_GID=1000 + +MAYAN_USER_UID=${MAYAN_USER_UID:-${DEFAULT_USER_UID}} +MAYAN_USER_GID=${MAYAN_USER_GID:-${DEFAULT_USER_GID}} export MAYAN_DEFAULT_BROKER_URL=redis://127.0.0.1:6379/0 export MAYAN_DEFAULT_CELERY_RESULT_BACKEND=redis://127.0.0.1:6379/0 @@ -30,9 +33,18 @@ MAYAN_WORKER_FAST_CONCURRENCY=${MAYAN_WORKER_FAST_CONCURRENCY:-1} MAYAN_WORKER_MEDIUM_CONCURRENCY=${MAYAN_WORKER_MEDIUM_CONCURRENCY:-1} MAYAN_WORKER_SLOW_CONCURRENCY=${MAYAN_WORKER_SLOW_CONCURRENCY:-1} -echo "mayan: changing uid/guid" -usermod mayan -u ${MAYAN_USER_UID:-${DEFAULT_USER_UID}} -groupmod mayan -g ${MAYAN_USER_GUID:-${DEFAULT_USER_GUID}} +update_uid_gid() { + echo "mayan: update_uid_gid()" + groupmod mayan -g ${MAYAN_USER_GID} 2>/dev/null || true + usermod mayan -u ${MAYAN_USER_UID} -g ${MAYAN_USER_GID} 2>/dev/null + + 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 -R mayan:mayan ${MAYAN_INSTALL_DIR} ${MAYAN_STATIC_ROOT} ${MAYAN_MEDIA_ROOT} + fi +} + +update_uid_gid if [ "$MAYAN_WORKER_FAST_CONCURRENCY" -eq 0 ]; then MAYAN_WORKER_FAST_CONCURRENCY= diff --git a/docker/rootfs/version b/docker/rootfs/version index 351227fca3..f092941a75 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.2.4 +3.2.8 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 c99c7249a6..b2e0c5f4c6 100644 --- a/docs/chapters/docker.rst +++ b/docs/chapters/docker.rst @@ -233,6 +233,12 @@ and will exhaust the available Postgres connections available if a number other than 0 is used. Reference: https://serverfault.com/questions/635100/django-conn-max-age-persists-connections-but-doesnt-reuse-them-with-postgresq and https://github.com/benoitc/gunicorn/issues/996 +``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 @@ -269,9 +275,9 @@ number of CPUs detected). Optional. Changes the UID of the ``mayan`` user internal to the Docker container. Defaults to 1000. -``MAYAN_USER_GUID`` +``MAYAN_USER_GID`` -Optional. Changes the GUID of the ``mayan`` user internal to the Docker +Optional. Changes the GID of the ``mayan`` user internal to the Docker container. Defaults to 1000. diff --git a/docs/chapters/sources.rst b/docs/chapters/sources.rst index 0b55bc0640..1d054bb3df 100644 --- a/docs/chapters/sources.rst +++ b/docs/chapters/sources.rst @@ -15,7 +15,8 @@ The current document sources supported are: - IMAP email - Same as the ``POP3`` email source but for email accounts using the ``IMAP`` protocol. - Watch folder - A filesystem folder that is scanned periodically for files. - Any file in the watch folder is automatically uploaded. + Any file in the watch folder is automatically uploaded. When the upload for a + file is completed, the file is removed from source folder. - Staging folder - Folder where networked attached scanned can save image files. The files in these staging folders are scanned and a preview is generated to help the process of upload. Staging folders and Watch folders diff --git a/docs/conf.py b/docs/conf.py index 210f696c85..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': ( @@ -242,6 +243,9 @@ extlinks = { mayan.__django_version__ ), 'Django documentation section: ' ), + 'forum-topic': ( + 'https://forum.mayan-edms.com/viewtopic.php?t=%s', 'Forum topic #' + ), 'github-issue': ( 'https://github.com/mayan-edms/mayan-edms/issues/%s', 'GitHub issue #' ), @@ -250,5 +254,6 @@ extlinks = { ) } + def setup(app): app.add_stylesheet('css/custom.css') diff --git a/docs/releases/3.2.5.rst b/docs/releases/3.2.5.rst index 4bfc90146b..d0d0065f98 100644 --- a/docs/releases/3.2.5.rst +++ b/docs/releases/3.2.5.rst @@ -1,7 +1,7 @@ Version 3.2.5 ============= -Released: July XX, 2019 +Released: July 05, 2019 Changes @@ -18,6 +18,10 @@ Changes - Add alert when settings are changed and util the installation is restarted. GitLab issue #605. Thanks to Vikas Kedia (@vikaskedia) to the report. +- Update Django to version 1.11.22, PyYAML to version 5.1.1, + django-widget-tweaks to version 1.4.5, pathlib2 to version 2.3.4, + Werkzeug to version 0.15.4, django-extensions to version 2.1.9, + django-rosetta to version 0.9.3, psutil to version 5.6.3. Removals -------- diff --git a/docs/releases/3.2.6.rst b/docs/releases/3.2.6.rst new file mode 100644 index 0000000000..0e897a24c9 --- /dev/null +++ b/docs/releases/3.2.6.rst @@ -0,0 +1,111 @@ +Version 3.2.6 +============= + +Released: July 10, 2019 + + +Changes +------- + +- Remove the smart settings app * import. Following MERC 0005. +- Encode settings YAML before hashing. Avoids unicode issues with Python 3. +- Fix document icon used in the workflow runtime links. +- Add trashed date time label. +- Fix thumbnail generation issue. GitLab issue #637. + Thanks to Giacomo Cariello (@giacomocariello) for the report + and the merge request fixing the issue. + +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.6 + +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:`637` Thumbnail generation bug + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/3.2.7.rst b/docs/releases/3.2.7.rst new file mode 100644 index 0000000000..2054f37b80 --- /dev/null +++ b/docs/releases/3.2.7.rst @@ -0,0 +1,145 @@ +Version 3.2.7 +============= + +Released: August 28, 2019 + + +Changes +------- + +- Fix checkouts form bug. Fixes GitLab issue #654 + Thanks to Lucius Schaerer (@lschaer1) for the report. +- Disable pagination current page button + Current page button was clickable and would cause the + single page navigation to jump to the home view. +- Remove redundant Celery queue declarations from the + file_metadata app. +- Add internal_name field to workflow serializer. + Fixes workflow API creation view. +- Fix document cabinet list API view. Thanks for forum user + "jere" for the report. Forum topic 1039. +- Fix document template column field. GitLab issue #655. + Thanks to Christian Wiegand (@christianwgd) for the + report. +- Increase mailing profile password field max length + from 48 to 128 characters. GitLab issue #657. + Thanks to sigsec (@sigsec) for the report. +- Update the Docker entrypoint to update the ownership + of files when the UID of GUID are changed. + GitLab issue #650. Thanks to Fabian (@ruffy91) + for the report. +- Update the Docker entrypoint to allow changing + the GID of the mayan user to existing values. + GitLab issue #652. Thanks to Fabian (@ruffy91) + for the report. +- Rename the MAYAN_USER_GUID environment variable + to MAYAN_USER_GID. +- Backport individual index rebuild support. +- 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 + floating elements. + +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.7 + +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:`643` The "Actions" button won't show up, if window size between 992 and 1248 px +- :gitlab-issue:`650` Permission denied when MAYAN_USER_UID and MAYAN_USER_GUID are set +- :gitlab-issue:`652` MAYAN_USER_GUID cannot be set to specific values +- :gitlab-issue:`654` Internal Server Error, Document Checkout +- :gitlab-issue:`655` Index setup tree view shows two times the "enabled" field instead of "Link documents" +- :gitlab-issue:`657` Mailer password length restriction is too short +- :forum-topic:`1039` Re: /api/documents/{id}/cabinets returns 500 +- :forum-topic:`1050` edit/delete sub-cabinet + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ 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/index.rst b/docs/releases/index.rst index 80bdb19c1e..0b619a9906 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -20,6 +20,9 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.2.8 + 3.2.7 + 3.2.6 3.2.5 3.2.4 3.2.3 diff --git a/mayan/__init__.py b/mayan/__init__.py index 02c2642a13..4dffd359e1 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,9 +1,9 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.2.4' -__build__ = 0x030204 -__build_string__ = 'v3.2.4_Sat Jun 29 02:50:51 2019 -0400' +__version__ = '3.2.8' +__build__ = 0x030208 +__build_string__ = 'v3.2.8_Tue Oct 1 13:31:40 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 266f7c0345..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-06-29 02:14-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 c63866b825..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-06-29 02:14-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 106436b792..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-06-29 02:14-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 1aa27dae94..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-06-29 02:14-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 16cfec73c6..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-06-29 02:14-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 a6463d208f..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-06-29 02:14-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 2a203bec79..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-06-29 02:14-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 515977122a..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-06-29 02:14-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 da325b1542..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-06-29 02:14-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 89a25cfd42..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-06-29 02:14-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 7946f444fa..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-06-29 02:14-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 d9b1915d55..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-06-29 02:14-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 f05b38b412..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-06-29 02:14-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 05002f4535..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-06-29 02:14-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 8acb9dad4d..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-06-29 02:14-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 43f782289e..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-06-29 02:14-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 cdad323055..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-06-29 02:14-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 56a7e901ba..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-06-29 02:14-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 3ba4681a6f..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-06-29 02:14-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 a54f03263a..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-06-29 02:14-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 b8494e8cc1..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-06-29 02:14-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 2469b32127..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-06-29 02:14-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 94cda22a94..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-06-29 02:14-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 048e0c732d..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-06-29 02:14-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 5e0145b33b..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-06-29 02:14-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 2bc9f457ff..0cb07b5987 100644 --- a/mayan/apps/acls/managers.py +++ b/mayan/apps/acls/managers.py @@ -239,6 +239,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 57e8fafad6..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 4b9addd8af..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "الإجراءات" -#: templates/appearance/base.html:53 +#: 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 446551d0c4..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 f544d25f1e..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Действия" -#: templates/appearance/base.html:53 +#: 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 e614132349..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 4ec5537c34..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Upozorenje" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcije" -#: templates/appearance/base.html:53 +#: 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 6cce7bf094..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 a9fb2aed0d..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "" -#: templates/appearance/base.html:53 +#: 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 0ba734e8c3..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 25d8034a9f..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advarelse" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "" -#: templates/appearance/base.html:53 +#: 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 38df597e61..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 3ebc25d63d..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Warnung" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Aktionen" -#: templates/appearance/base.html:53 +#: 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 d7bf5d4bd5..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 84ce347e11..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ενέργειες" -#: templates/appearance/base.html:53 +#: 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 5297228cd8..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-06-29 02:15-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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advertencia" -#: templates/appearance/base.html:51 +#: 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:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acciones" -#: templates/appearance/base.html:53 +#: 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 ddc249789c..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 2e43200f63..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "عملیات" -#: templates/appearance/base.html:53 +#: 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 daa14ece3e..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 27b7bc130b..df8b3c3c3a 100644 --- a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po @@ -6,14 +6,15 @@ # Christophe CHAUVET , 2017 # Frédéric Escudero , 2017 # Frédéric Sheedy , 2019 +# Frédéric Sheedy , 2019 # Thierry Schott , 2016 # Yves Dubois , 2018 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" @@ -28,7 +29,7 @@ msgstr "Apparence" #: dependencies.py:10 msgid "Lato font" -msgstr "" +msgstr "Police d'écriture Lato" #: dependencies.py:14 msgid "Bootstrap" @@ -157,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" @@ -169,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" @@ -177,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" @@ -186,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Avertissement" -#: templates/appearance/base.html:51 +#: 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:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Actions" -#: templates/appearance/base.html:53 +#: 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 0ea5bdb414..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 a75c46e5bd..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Műveletek" -#: templates/appearance/base.html:53 +#: 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 76470acc24..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 fbd6543a5d..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Aksi" -#: templates/appearance/base.html:53 +#: 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 5a03aa23a2..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 ebb8335248..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Attenzione" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Azioni " -#: templates/appearance/base.html:53 +#: 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 46be54c446..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 23812d1d39..1f84ae16fc 100644 --- a/mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-27 12:06+0000\n" -"Last-Translator: Māris Teivāns \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" "Content-Type: text/plain; charset=UTF-8\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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Brīdinājums" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Darbības" -#: templates/appearance/base.html:53 +#: 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 4ac909689d..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 96c1442715..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +199,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Waarschuwing" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acties" -#: templates/appearance/base.html:53 +#: 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 11493a223f..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 2e1f9ab26f..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-06-29 02:15-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: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,58 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Ostrzeżenie" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "Ustawienia zaktualizowane. Aby zmiany przyniosły efekt zrestartuj instalację." + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcje" -#: templates/appearance/base.html:53 +#: 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 ffed650932..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 63782262bc..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ações" -#: templates/appearance/base.html:53 +#: 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 fc03c2c52f..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 8680fe8824..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Advertência" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Ações" -#: templates/appearance/base.html:53 +#: 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 3a1edff0b0..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 75c0d6f315..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-06-29 02:15-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-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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Alertă" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "Setările au fost actualizate, reporniți instalarea pentru ca modificările să aibă efectul scontat." + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Acţiuni" -#: templates/appearance/base.html:53 +#: 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 00836c2114..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 5160bb15a6..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +198,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "Предупреждение" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Действия" -#: templates/appearance/base.html:53 +#: 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 9eafd3e986..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 708cfdef45..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +197,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Akcije" -#: templates/appearance/base.html:53 +#: 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 8eb41e9659..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 a04aed99e8..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +198,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "Eylemler" -#: templates/appearance/base.html:53 +#: 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 a662ae274b..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 41ccc0a408..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +196,22 @@ msgid "" " " msgstr "" -#: templates/appearance/base.html:32 +#: templates/appearance/base.html:36 templates/appearance/base.html:46 msgid "Warning" msgstr "" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: 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:53 +#: 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 6b6da315e4..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 5e29dc5a22..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-15 07:48+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,16 +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:36 templates/appearance/base.html:46 msgid "Warning" msgstr "警告" -#: templates/appearance/base.html:51 +#: templates/appearance/base.html:46 +msgid "" +"Settings updated, restart your installation for changes to take proper " +"effect." +msgstr "" + +#: templates/appearance/base.html:60 #: templates/appearance/generic_list_items_subtemplate.html:104 msgid "Actions" msgstr "操作" -#: templates/appearance/base.html:53 +#: templates/appearance/base.html:62 #: templates/appearance/generic_list_items_subtemplate.html:106 msgid "Toggle Dropdown" msgstr "切换下拉列表" diff --git a/mayan/apps/appearance/settings.py b/mayan/apps/appearance/settings.py index 5b93d43525..ad0927530a 100644 --- a/mayan/apps/appearance/settings.py +++ b/mayan/apps/appearance/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_MAXIMUM_TITLE_LENGTH diff --git a/mayan/apps/appearance/static/appearance/css/base.css b/mayan/apps/appearance/static/appearance/css/base.css index 688f8e6e51..ad14cf3326 100644 --- a/mayan/apps/appearance/static/appearance/css/base.css +++ b/mayan/apps/appearance/static/appearance/css/base.css @@ -410,3 +410,12 @@ a i { .btn-list { margin-bottom: 2px; } + +/* 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 4011ce59ca..fd65b1a6e6 100644 --- a/mayan/apps/appearance/static/appearance/js/mayan_app.js +++ b/mayan/apps/appearance/static/appearance/js/mayan_app.js @@ -60,6 +60,13 @@ class MayanApp { } } + doBodyAdjust () { + // Adjust the height of the body-spacer to move content elements + // up or down when the navbar changes size. + const navbarSize = 60; + $('.body-spacer').css('height', $('.navbar').height() - navbarSize); + } + doRefreshAJAXMenu (options) { $.ajax({ complete: function() { @@ -72,7 +79,7 @@ class MayanApp { $(options.menuSelector).html(data.html); options.app.ajaxMenuHashes[data.name] = data.hex_hash; if (options.callback !== undefined) { - options.callback(); + options.callback(options); } } }, @@ -156,6 +163,7 @@ class MayanApp { this.setupAJAXSpinner(); this.setupAutoSubmit(); + this.setupBodyAdjust(); this.setupFormHotkeys(); this.setupFullHeightResizing(); this.setupItemsSelector(); @@ -196,6 +204,14 @@ class MayanApp { }); } + setupBodyAdjust () { + var self = this; + + this.window.resize(function() { + self.doBodyAdjust(); + }); + } + setupFormHotkeys () { $('body').on('keypress', '.form-hotkey-enter', function (e) { if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) { diff --git a/mayan/apps/appearance/templates/appearance/about.html b/mayan/apps/appearance/templates/appearance/about.html index 2bb43b1117..183955fc3f 100644 --- a/mayan/apps/appearance/templates/appearance/about.html +++ b/mayan/apps/appearance/templates/appearance/about.html @@ -1,156 +1,168 @@ -{% extends 'appearance/base.html' %} - -{% load i18n %} -{% load static %} - -{% load appearance_tags %} -{% load common_tags %} -{% load smart_settings_tags %} - -{% block title %}{% trans 'About' %}{% endblock %} - -{% block stylesheets %} - -{% endblock stylesheets %} - -{% block content %} - {% project_information '__build_string__' as build_number %} - {% smart_setting 'COMMON_PROJECT_TITLE' as setting_project_title %} - {% project_information '__title__' as project_title %} - - {% get_icon 'mayan.apps.common.icons.icon_documentation' as icon_documentation %} - {% get_icon 'mayan.apps.common.icons.icon_forum' as icon_forum %} - {% get_icon 'mayan.apps.common.icons.icon_social_facebook' as icon_social_facebook %} - {% get_icon 'mayan.apps.common.icons.icon_social_paypal' as icon_social_paypal %} - {% get_icon 'mayan.apps.common.icons.icon_social_twitter' as icon_social_twitter %} - {% get_icon 'mayan.apps.common.icons.icon_social_instagram' as icon_social_instagram %} - {% get_icon 'mayan.apps.common.icons.icon_source_code' as icon_source_code %} - {% get_icon 'mayan.apps.common.icons.icon_wiki' as icon_wiki %} - -
-

{{ setting_project_title }}

- {% if project_title != setting_project_title %} -
-

- {% blocktrans with setting_project_title as setting_project_title and project_title as project_title %} - {{ setting_project_title }} is based on {{ project_title }} - {% endblocktrans %} -

- {% endif %} -

{% trans 'Version' %} {% project_information '__version__' %}

- {% if build_number %} -

{% blocktrans with build_number as build_number %}Build number: {{ build_number }}{% endblocktrans %}

- {% endif %} -

- {% project_information '__description__' as project_description %} - {% trans project_description %} -

- -

- {% project_information '__website__' %} -

- -

- {% project_information '__license__' as license_information %} - {% trans 'Released under the license:' %} {% trans license_information %} -

- - - -

- {% blocktrans with project_title as project_title %} - {{ project_title }} is a free and open-source software brought to you with by Roberto Rosario and contributors. - {% endblocktrans %} -

- -

- {% blocktrans with project_title as project_title %} - It takes great effort to make {{ project_title }} as feature-rich as it is. We need all the help we can get! - {% endblocktrans %} -

- -

- {% blocktrans with project_title as project_title and icon_social_paypal as icon_social_paypal%} - If you use {{ project_title }} please consider making a donation {{ icon_social_paypal }} - {% endblocktrans %} -

- -

- {% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} - The complete list of changes is available via the Release notes {{ icon_documentation }} or the short version Changelog {{ icon_documentation }}. - {% endblocktrans %} -

- -

- {% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} - For questions check the Documentation {{ icon_documentation }} or the Wiki {{ icon_wiki }}. - {% endblocktrans %} -

- -

- {% blocktrans with icon_forum as icon_forum and icon_source_code as icon_source_code %} - If you found a bug or have a feature idea, visit the Forum {{ icon_forum }} or open a ticket in the Source code repository {{ icon_source_code }}. - {% endblocktrans %} -

-

- {% blocktrans with project_title as project_title and icon_twitter as icon_twitter and icon_facebook as icon_facebook and icon_instagram as icon_instagram %} - Spread the word. Talk to your friends and colleagues about how awesome {{ project_title }} is! - Follow us on Twitter {{ icon_social_twitter }}, Facebook {{ icon_social_facebook }}, or Instagram {{ icon_social_instagram }} - {% endblocktrans %} -

-
-{% endblock %} - -{% block footer %} -
-
-
-
- {% project_information '__copyright__' %} -
-
-
-
-{% endblock %} +{% extends 'appearance/base.html' %} + +{% load i18n %} +{% load static %} + +{% load appearance_tags %} +{% load common_tags %} +{% load smart_settings_tags %} + +{% block title %}{% trans 'About' %}{% endblock %} + +{% block stylesheets %} + +{% endblock stylesheets %} + +{% block content %} + {% project_information '__build_string__' as build_number %} + {% smart_setting 'COMMON_PROJECT_TITLE' as setting_project_title %} + {% project_information '__title__' as project_title %} + + {% get_icon 'mayan.apps.common.icons.icon_documentation' as icon_documentation %} + {% get_icon 'mayan.apps.common.icons.icon_forum' as icon_forum %} + {% get_icon 'mayan.apps.common.icons.icon_social_facebook' as icon_social_facebook %} + {% get_icon 'mayan.apps.common.icons.icon_social_paypal' as icon_social_paypal %} + {% get_icon 'mayan.apps.common.icons.icon_social_twitter' as icon_social_twitter %} + {% get_icon 'mayan.apps.common.icons.icon_social_instagram' as icon_social_instagram %} + {% get_icon 'mayan.apps.common.icons.icon_source_code' as icon_source_code %} + {% get_icon 'mayan.apps.common.icons.icon_wiki' as icon_wiki %} + +
+

{{ setting_project_title }}

+ {% if project_title != setting_project_title %} +
+

+ {% blocktrans with setting_project_title as setting_project_title and project_title as project_title %} + {{ setting_project_title }} is based on {{ project_title }} + {% endblocktrans %} +

+ {% endif %} +

{% trans 'Version' %} {% project_information '__version__' %}

+ {% if build_number %} +

{% blocktrans with build_number as build_number %}Build number: {{ build_number }}{% endblocktrans %}

+ {% endif %} +

+ {% project_information '__description__' as project_description %} + {% trans project_description %} +

+ +

+ {% project_information '__website__' %} +

+ +

+ {% project_information '__license__' as license_information %} + {% trans 'Released under the license:' %} {% trans license_information %} +

+ + + +

+ {% blocktrans with project_title as project_title %} + {{ project_title }} is a free and open-source software brought to you with by Roberto Rosario and contributors. + {% endblocktrans %} +

+ +

+ {% blocktrans with project_title as project_title %} + It takes great effort to make {{ project_title }} as feature-rich as it is. We need all the help we can get! + {% endblocktrans %} +

+ +

+ {% blocktrans with project_title as project_title and icon_social_paypal as icon_social_paypal%} + If you use {{ project_title }} please consider making a donation {{ icon_social_paypal }} + {% endblocktrans %} +

+ +

+ {% blocktrans with icon_social_paypal as icon_social_paypal%} + You can also donate directly to the creator and lead developer. {{ icon_social_paypal }} + {% endblocktrans %} +

+ +

+ {% blocktrans with icon_social_paypal as icon_social_paypal%} + 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. + {% endblocktrans %} +

+ +

+ {% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} + The complete list of changes is available via the Release notes {{ icon_documentation }} or the short version Changelog {{ icon_documentation }}. + {% endblocktrans %} +

+ +

+ {% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} + For questions check the Documentation {{ icon_documentation }} or the Wiki {{ icon_wiki }}. + {% endblocktrans %} +

+ +

+ {% blocktrans with icon_forum as icon_forum and icon_source_code as icon_source_code %} + If you found a bug or have a feature idea, visit the Forum {{ icon_forum }} or open a ticket in the Source code repository {{ icon_source_code }}. + {% endblocktrans %} +

+

+ {% blocktrans with project_title as project_title and icon_twitter as icon_twitter and icon_facebook as icon_facebook and icon_instagram as icon_instagram %} + Spread the word. Talk to your friends and colleagues about how awesome {{ project_title }} is! + Follow us on Twitter {{ icon_social_twitter }}, Facebook {{ icon_social_facebook }}, or Instagram {{ icon_social_instagram }} + {% endblocktrans %} +

+
+{% endblock %} + +{% block footer %} +
+
+
+
+ {% project_information '__copyright__' %} +
+
+
+
+{% endblock %} diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 09228b5fb5..46056cf83a 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -1,147 +1,149 @@ -{% load i18n %} -{% load static %} - -{% load common_tags %} -{% load navigation_tags %} -{% load smart_settings_tags %} - - - -{% block stylesheets %}{% endblock %} - -{% if appearance_type == 'plain' %} - {% block content_plain %}{% endblock %} -{% else %} -
-
-
- {% common_check_sqlite as check_sqlite %} - {% if common_check_sqlite %} -
- -

{% trans 'Warning' %} {{ check_sqlite }}

-
- {% endif %} - {% block messages %} - {% endblock %} - - {% smart_settings_check_changed as settings_changed %} - {% if settings_changed %} -
- -

{% trans 'Warning' %} {% trans 'Settings updated, restart your installation for changes to take proper effect.' %}

-
- {% endif %} -
-
- - {% navigation_resolve_menus names='facet,list facet' sort_results=True as facet_menus_link_results %} - -
- - - {% if facet_menus_link_results %} - - {% endif %} -
-
-{% endif %} - - -{% block javascript %}{% endblock %} - - +{% load i18n %} +{% load static %} + +{% load common_tags %} +{% load navigation_tags %} +{% load smart_settings_tags %} + + + +{% block stylesheets %}{% endblock %} + +{% if appearance_type == 'plain' %} + {% block content_plain %}{% endblock %} +{% else %} +
+ {% navigation_resolve_menus names='facet,list facet' sort_results=True as facet_menus_link_results %} + +
+ + + {% if facet_menus_link_results %} + + {% endif %} +
+
+{% endif %} + + +{% block javascript %}{% endblock %} + + diff --git a/mayan/apps/appearance/templates/appearance/base_plain.html b/mayan/apps/appearance/templates/appearance/base_plain.html index 0496426dad..7a5b8e38a6 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/home.html b/mayan/apps/appearance/templates/appearance/home.html index dc0b693aa7..9c7bc68cc8 100644 --- a/mayan/apps/appearance/templates/appearance/home.html +++ b/mayan/apps/appearance/templates/appearance/home.html @@ -1,49 +1,49 @@ -{% extends 'appearance/base.html' %} - -{% load i18n %} -{% load static %} - -{% load common_tags %} -{% load dashboards_tags %} -{% load navigation_tags %} - -{% block title %}{% trans 'Dashboard' %}{% endblock %} - -{% block javascript %} - <script> - $(function() { - $('.match-height').matchHeight(); - }); - </script> -{% endblock javascript %} - -{% block content %} - <div class="row"> - <div class="col-xs-12"> - {% if missing_list %} - <div class="panel panel-primary"> - <div class="panel-heading"> - <h3 class="panel-title">{% trans 'Getting started' %}</h3> - </div> - <div class="panel-body"> - {% trans 'Before you can fully use Mayan EDMS you need the following:' %} - - <div class="list-group"> - {% for missing in missing_list %} - <a href="{% url missing.view %}" class="list-group-item"> - <h4 class="list-group-item-heading">{{ missing.label }}</h4> - <p class="list-group-item-text">{{ missing.description }}</p> - </a> - {% endfor %} - </div> - </div> - </div> - {% endif %} - </div> - </div> - - {% include 'dynamic_search/search_box.html' %} - - {% render_dashboard 'main' %} - -{% endblock %} +{% extends 'appearance/base.html' %} + +{% load i18n %} +{% load static %} + +{% load common_tags %} +{% load dashboards_tags %} +{% load navigation_tags %} + +{% block title %}{% trans 'Dashboard' %}{% endblock %} + +{% block javascript %} + <script> + $(function() { + $('.match-height').matchHeight(); + }); + </script> +{% endblock javascript %} + +{% block content %} + <div class="row"> + <div class="col-xs-12"> + {% if missing_list %} + <div class="panel panel-primary"> + <div class="panel-heading"> + <h3 class="panel-title">{% trans 'Getting started' %}</h3> + </div> + <div class="panel-body"> + {% trans 'Before you can fully use Mayan EDMS you need the following:' %} + + <div class="list-group"> + {% for missing in missing_list %} + <a href="{% url missing.view %}" class="list-group-item"> + <h4 class="list-group-item-heading">{{ missing.label }}</h4> + <p class="list-group-item-text">{{ missing.description }}</p> + </a> + {% endfor %} + </div> + </div> + </div> + {% endif %} + </div> + </div> + + {% include 'dynamic_search/search_box.html' %} + + {% render_dashboard 'main' %} + +{% endblock %} diff --git a/mayan/apps/appearance/templates/appearance/root.html b/mayan/apps/appearance/templates/appearance/root.html index be3f89e235..35a29851f1 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> @@ -36,6 +35,7 @@ {% include 'appearance/main_menu.html' %} </div> <div class="main"> + <div class="body-spacer"></div> <div class="row zero-margin"> <div class="col-xs-12"> <div id="ajax-content"></div> @@ -101,6 +101,9 @@ var app = new MayanApp({ ajaxMenusOptions: [ { + callback: function (options) { + options.app.doBodyAdjust(); + }, interval: 5000, menuSelector: '#menu-main', name: 'menu_main', @@ -113,6 +116,7 @@ MayanImage.intialize({ templateInvalidDocument: '{% spaceless %}{% include "documents/invalid_document.html" %}{% endspaceless %}' }); + app.doBodyAdjust(); app.doToastrMessages(); app.resizeFullHeight(); app.setupSelect2(); @@ -122,6 +126,7 @@ jQuery(document).ready(function() { app.initialize(); }); + </script> </body> </html> diff --git a/mayan/apps/appearance/templates/pagination/pagination.html b/mayan/apps/appearance/templates/pagination/pagination.html index 9791e484ca..a1cdc9bfa0 100644 --- a/mayan/apps/appearance/templates/pagination/pagination.html +++ b/mayan/apps/appearance/templates/pagination/pagination.html @@ -11,7 +11,7 @@ {% if page %} {% ifequal page page_obj.number %} - <li class="active"><a href="#">{{ page }}</a></li> + <li class="active"><a class="disabled" href="#">{{ page }}</a></li> {% else %} <li><a href="?{{ page.querystring }}">{{ page }}</a></li> {% endifequal %} diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po index d9b1a3992f..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-06-29 02:15-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 ac6f1f7d84..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-06-29 02:15-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 df1b019836..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-06-29 02:15-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 226f242e3d..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-06-29 02:15-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 c44ead59b9..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-06-29 02:15-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 90d40b0ab8..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-06-29 02:15-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 fe59f438df..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-06-29 02:15-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 271b123659..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-06-29 02:15-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 31755fee92..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-06-29 02:15-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 6d28415e56..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-06-29 02:15-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.mo b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo index 655efd479d..eac9c422d9 100644 Binary files a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po index 3ef61bc378..c5c2491123 100644 --- a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/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-06-29 02:15-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -70,7 +70,7 @@ msgstr "Contrôle le mécanisme utilisé pour identifier l'utilisateur. Les opti msgid "" "Maximum time a user clicking the \"Remember me\" checkbox will remain logged" " in. Value is time in seconds." -msgstr "" +msgstr "Le temps maximum pendant lequel un utilisateur restera connecté lorsqu'il a coché la case à cocher \"Se souvenir de moi\". La valeur est le temps en secondes." #: templates/authentication/login.html:11 msgid "Login" diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po index 07f516fbac..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-06-29 02:15-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 dfa093cfd2..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-06-29 02:15-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 c223af42cf..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-06-29 02:15-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 e809cc9350..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-06-29 02:15-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 59421ff75a..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-06-29 02:15-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 c2f80a7c11..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-06-29 02:15-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 73520f4a5a..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-06-29 02:15-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 2964f38807..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-06-29 02:15-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 54b41c9dcf..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-06-29 02:15-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 187cfcd29e..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-06-29 02:15-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 c0ebe5bc42..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-06-29 02:15-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 61ad8a094c..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-06-29 02:15-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 bd910b7728..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-06-29 02:15-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 ca724e26b0..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-06-29 02:15-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/authentication/settings.py b/mayan/apps/authentication/settings.py index de693442d5..ec264c7933 100644 --- a/mayan/apps/authentication/settings.py +++ b/mayan/apps/authentication/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_LOGIN_METHOD, DEFAULT_MAXIMUM_SESSION_LENGTH diff --git a/mayan/apps/authentication/templates/authentication/login.html b/mayan/apps/authentication/templates/authentication/login.html index dcbe3ed42d..0d3fc49492 100644 --- a/mayan/apps/authentication/templates/authentication/login.html +++ b/mayan/apps/authentication/templates/authentication/login.html @@ -1,46 +1,46 @@ -{% extends 'appearance/base_plain.html' %} - -{% load i18n %} -{% load static %} - -{% load autoadmin_tags %} -{% load common_tags %} -{% load motd_tags %} -{% load smart_settings_tags %} - -{% block base_title %}{% trans 'Login' %}{% endblock %} - -{% block project_name %}{% endblock %} - -{% block content_plain %} - {% autoadmin_partial %} - {% motd %} - - <div class="row"> - <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4"> - <div class="panel panel-primary"> - <div class="panel-heading"> - <h3 class="panel-title"> </h3> - </div> - <div class="panel-body"> - <h2>{% trans 'Sign in' %}</h2> - <hr> - <div class="content login"> - <form action="." method="post" class="form login">{% csrf_token %} - <div class="group wat-cf"> - {% include 'appearance/generic_form_instance.html' %} - <input type="hidden" name="next" value="{{ next|escape }}" /> - <div class="form-group"> - <button class="btn btn-primary" name="{% if form.prefix %}{{ form.prefix }}-submit{% else %}submit{% endif %}" type="submit"><i class="fa fa-sign-in-alt"></i> {% trans 'Sign in' %}</button> - </div> - </form> - <hr> - <div> - <a class="pull-right" href="{% url 'authentication:password_reset_view' %}">{% trans 'Forgot your password?' %}</a> - </div> - </div> - </div> - </div> - </div> - </div> -{% endblock %} +{% extends 'appearance/base_plain.html' %} + +{% load i18n %} +{% load static %} + +{% load autoadmin_tags %} +{% load common_tags %} +{% load motd_tags %} +{% load smart_settings_tags %} + +{% block base_title %}{% trans 'Login' %}{% endblock %} + +{% block project_name %}{% endblock %} + +{% block content_plain %} + {% autoadmin_partial %} + {% motd %} + + <div class="row"> + <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4"> + <div class="panel panel-primary"> + <div class="panel-heading"> + <h3 class="panel-title"> </h3> + </div> + <div class="panel-body"> + <h2>{% trans 'Sign in' %}</h2> + <hr> + <div class="content login"> + <form action="." method="post" class="form login">{% csrf_token %} + <div class="group wat-cf"> + {% include 'appearance/generic_form_instance.html' %} + <input type="hidden" name="next" value="{{ next|escape }}" /> + <div class="form-group"> + <button class="btn btn-primary" name="{% if form.prefix %}{{ form.prefix }}-submit{% else %}submit{% endif %}" type="submit"><i class="fa fa-sign-in-alt"></i> {% trans 'Sign in' %}</button> + </div> + </form> + <hr> + <div> + <a class="pull-right" href="{% url 'authentication:password_reset_view' %}">{% trans 'Forgot your password?' %}</a> + </div> + </div> + </div> + </div> + </div> + </div> +{% endblock %} diff --git a/mayan/apps/authentication/tests/test_views.py b/mayan/apps/authentication/tests/test_views.py index 8e61c9849e..f0c02e9c04 100644 --- a/mayan/apps/authentication/tests/test_views.py +++ b/mayan/apps/authentication/tests/test_views.py @@ -14,7 +14,6 @@ from django.utils.http import urlunquote_plus from mayan.apps.common.tests import GenericViewTestCase from mayan.apps.smart_settings.classes import Namespace from mayan.apps.user_management.permissions import permission_user_edit -from mayan.apps.user_management.tests.mixins import UserTestMixin from mayan.apps.user_management.tests.literals import TEST_USER_PASSWORD_EDITED from ..settings import setting_maximum_session_length @@ -39,7 +38,9 @@ class CurrentUserViewTestCase(GenericViewTestCase): self.assertEqual(response.status_code, 200) self._test_case_user.refresh_from_db() - self.assertTrue(self._test_case_user.check_password(raw_password=new_password)) + self.assertTrue( + self._test_case_user.check_password(raw_password=new_password) + ) class UserLoginTestCase(GenericViewTestCase): @@ -262,7 +263,7 @@ class UserLoginTestCase(GenericViewTestCase): self.assertEqual(response.redirect_chain, [(TEST_REDIRECT_URL, 302)]) -class UserViewTestCase(UserTestMixin, UserPasswordViewTestMixin, GenericViewTestCase): +class UserViewTestCase(UserPasswordViewTestMixin, GenericViewTestCase): def test_user_set_password_view_no_access(self): self._create_test_user() diff --git a/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/ar/LC_MESSAGES/django.po index 3faf2e67a8..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-06-29 02:15-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 3d64464ee7..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-06-29 02:15-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 6ab68449d5..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-06-29 02:15-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 ac9a472bd8..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-06-29 02:15-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 1240d4101c..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-06-29 02:15-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 fdcabf4b72..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-06-29 02:15-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 d20f562f0e..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-06-29 02:15-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 2641f822f5..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-06-29 02:15-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 694e2a5854..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-06-29 02:15-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 e13a6a35f1..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-06-29 02:15-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 86eacd59e0..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-06-29 02:15-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.mo b/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.mo index 95d7fe340e..a045061650 100644 Binary files a/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/fr/LC_MESSAGES/django.po index 839dae3d7e..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-06-29 02:15-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" @@ -26,7 +26,7 @@ msgstr "" #: apps.py:16 settings.py:9 msgid "Auto administrator" -msgstr "" +msgstr "Auto administrateur" #: auth/allauth.py:54 msgid "" diff --git a/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po b/mayan/apps/autoadmin/locale/hu/LC_MESSAGES/django.po index c566d278a2..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-06-29 02:15-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 8aae84cb30..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-06-29 02:15-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 1faad4d12c..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-06-29 02:15-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 0aae951652..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-06-29 02:15-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 629ae8aefd..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-06-29 02:15-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 85ca3547b0..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-06-29 02:15-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 0cc95b3b00..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-06-29 02:15-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 8d6b8928ff..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-06-29 02:15-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 729b663d8e..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-06-29 02:15-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 f4ec6b3da5..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-06-29 02:15-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 16de55ea9f..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-06-29 02:15-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 2cbdad8d7c..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-06-29 02:15-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 cc4161eefd..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-06-29 02:15-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 e2dd154c6e..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-06-29 02:15-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 83de52f848..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-06-29 02:15-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/autoadmin/settings.py b/mayan/apps/autoadmin/settings.py index d74b9b0d74..3c21d27339 100644 --- a/mayan/apps/autoadmin/settings.py +++ b/mayan/apps/autoadmin/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_EMAIL, DEFAULT_PASSWORD, DEFAULT_USERNAME diff --git a/mayan/apps/autoadmin/templates/autoadmin/credentials.html b/mayan/apps/autoadmin/templates/autoadmin/credentials.html index 7e89a5be15..3a258c8034 100755 --- a/mayan/apps/autoadmin/templates/autoadmin/credentials.html +++ b/mayan/apps/autoadmin/templates/autoadmin/credentials.html @@ -1,27 +1,27 @@ -{% load i18n %} - -{% load smart_settings_tags %} - -{% if autoadmin_properties.account %} - <div class="row"> - <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4"> - <br> - <div class="panel panel-primary"> - <div class="panel-heading"> - <h3 class="panel-title">{% trans 'First time login' %}</h3> - </div> - <div class="panel-body"> - <div class="content login"> - {% smart_setting 'COMMON_PROJECT_TITLE' as project_title %} - <p>{% blocktrans %}You have just finished installing <strong>{{ project_title }}</strong>, congratulations!{% endblocktrans %}</p> - <p>{% trans 'Login using the following credentials:' %}</p> - <p>{% blocktrans with autoadmin_properties.account as account %}Username: <strong>{{ account }}</strong>{% endblocktrans %}</p> - <p>{% blocktrans with autoadmin_properties.account.email as email %}Email: <strong>{{ email }}</strong>{% endblocktrans %}</p> - <p>{% blocktrans with autoadmin_properties.password as password %}Password: <strong>{{ password }}</strong>{% endblocktrans %}</p> - <p>{% trans 'Be sure to change the password to increase security and to disable this message.' %}</p> - </div> - </div> - </div> - </div> - </div> -{% endif %} +{% load i18n %} + +{% load smart_settings_tags %} + +{% if autoadmin_properties.account %} + <div class="row"> + <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4"> + <br> + <div class="panel panel-primary"> + <div class="panel-heading"> + <h3 class="panel-title">{% trans 'First time login' %}</h3> + </div> + <div class="panel-body"> + <div class="content login"> + {% smart_setting 'COMMON_PROJECT_TITLE' as project_title %} + <p>{% blocktrans %}You have just finished installing <strong>{{ project_title }}</strong>, congratulations!{% endblocktrans %}</p> + <p>{% trans 'Login using the following credentials:' %}</p> + <p>{% blocktrans with autoadmin_properties.account as account %}Username: <strong>{{ account }}</strong>{% endblocktrans %}</p> + <p>{% blocktrans with autoadmin_properties.account.email as email %}Email: <strong>{{ email }}</strong>{% endblocktrans %}</p> + <p>{% blocktrans with autoadmin_properties.password as password %}Password: <strong>{{ password }}</strong>{% endblocktrans %}</p> + <p>{% trans 'Be sure to change the password to increase security and to disable this message.' %}</p> + </div> + </div> + </div> + </div> + </div> +{% endif %} diff --git a/mayan/apps/cabinets/api_views.py b/mayan/apps/cabinets/api_views.py index 04c002d550..63adbac3ce 100644 --- a/mayan/apps/cabinets/api_views.py +++ b/mayan/apps/cabinets/api_views.py @@ -39,7 +39,7 @@ class APIDocumentCabinetListView(generics.ListAPIView): user=self.request.user ) - queryset = document.get_cabinets() + queryset = document.document_cabinets() return queryset diff --git a/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/ar/LC_MESSAGES/django.po index a43ef2a009..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-06-29 02:15-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 24b99fa6c4..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-06-29 02:15-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 50549cfa15..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-06-29 02:15-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 9efab06517..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-06-29 02:15-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 fc6b99735f..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-06-29 02:15-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 cd6ea3e0f6..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-06-29 02:15-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 e0c06e76d0..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-06-29 02:15-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 9a7a352dcd..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-06-29 02:15-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" @@ -319,14 +320,20 @@ msgstr "Document: %(document)s is not in cabinet: %(cabinet)s." msgid "Document: %(document)s removed from cabinet: %(cabinet)s." msgstr "Document: %(document)s removed from cabinet: %(cabinet)s." -#: wizard_steps.py:18 +#: wizard_steps.py:17 #, fuzzy #| msgid "Delete cabinets" msgid "Select cabinets" msgstr "Delete cabinets" -#: wizard_steps.py:32 +#: 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 08b15d7d14..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-06-29 02:15-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 3656aca8b6..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-06-29 02:15-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.mo b/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.mo index 0cf37eb30e..40c7e1ec8f 100644 Binary files a/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/fr/LC_MESSAGES/django.po index 45d21014a7..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-06-29 02:15-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" @@ -167,6 +168,9 @@ 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 "" +"Les classeurs peuvent contenir des documents ou d'autres sous-niveaux de " +"classeur. Pour ajouter des documents à un classeur, sélectionnez la vue " +"classeur d'un document." #: views.py:126 msgid "This cabinet level is empty" diff --git a/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/hu/LC_MESSAGES/django.po index 683ed541c2..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-06-29 02:15-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 93e1432baa..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-06-29 02:15-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 04f68c7a0b..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-06-29 02:15-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 f4761fa5a2..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-06-29 02:15-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 43e0c02d88..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-06-29 02:15-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 cbe372c0e5..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-06-29 02:15-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 5168822af4..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-06-29 02:15-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 3cb99dd56b..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-06-29 02:15-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 3d5357dd74..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-06-29 02:15-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.mo b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.mo index 22ff9b1248..6a53e65343 100644 Binary files a/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po index 3604e8b5eb..11868c31ba 100644 --- a/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/ru/LC_MESSAGES/django.po @@ -8,15 +8,16 @@ # D Muzzle <muzzlerator@gmail.com>, 2017 # Sergey Glita <gsv70@mail.ru>, 2017 # panasoft <cc072aa3@opayq.com>, 2017 +# Daler Abdulloev <abdulloevdaler@gmail.com>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" +"POT-Creation-Date: 2019-09-24 23:07-0400\n" "PO-Revision-Date: 2017-04-21 16:25+0000\n" -"Last-Translator: panasoft <cc072aa3@opayq.com>, 2017\n" +"Last-Translator: Daler Abdulloev <abdulloevdaler@gmail.com>, 2019\n" "Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,24 +27,25 @@ 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 "" +msgstr "Кабинеты" -#: links.py:30 links.py:44 +#: links.py:30 links.py:44 workflow_actions.py:76 msgid "Remove from cabinets" -msgstr "" +msgstr "Удалить из кабинетов" -#: links.py:35 links.py:40 +#: links.py:35 links.py:40 workflow_actions.py:31 msgid "Add to cabinets" -msgstr "" +msgstr "Добавить в кабинеты" #: links.py:63 msgid "Add new level" -msgstr "" +msgstr "Добавить новый уровень" #: links.py:69 views.py:45 msgid "Create cabinet" -msgstr "" +msgstr "Создать кабинет" #: links.py:75 msgid "Delete" @@ -55,7 +57,7 @@ msgstr "Редактировать" #: links.py:88 msgid "All" -msgstr "" +msgstr "Все" #: links.py:92 msgid "Details" @@ -69,9 +71,9 @@ 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 "" +msgstr "Кабинет" #: models.py:136 serializers.py:139 msgid "Parent and Label" @@ -92,27 +94,27 @@ msgstr "" #: permissions.py:12 msgid "Add documents to cabinets" -msgstr "" +msgstr "Добавить документы в кабинет" #: permissions.py:15 msgid "Create cabinets" -msgstr "" +msgstr "Создать кабинеты" #: permissions.py:18 msgid "Delete cabinets" -msgstr "" +msgstr "Удалить кабинеты" #: permissions.py:21 msgid "Edit cabinets" -msgstr "" +msgstr "Редактировать кабинет" #: permissions.py:24 msgid "Remove documents from cabinets" -msgstr "" +msgstr "Переместить документы из кабинета" #: permissions.py:27 msgid "View cabinets" -msgstr "" +msgstr "Обзор кабинетов" #: serializers.py:19 msgid "List of children cabinets." @@ -120,7 +122,7 @@ msgstr "" #: serializers.py:22 msgid "Number of documents on this cabinet level." -msgstr "" +msgstr "К-во документов в этом кабинете" #: serializers.py:26 msgid "The name of this cabinet level appended to the names of its ancestors." 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 a0e125e20d..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-06-29 02:15-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 c9d98eeffc..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-06-29 02:15-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 f6cb6e3796..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-06-29 02:15-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 f0849feb36..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-06-29 02:15-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/mixins.py b/mayan/apps/cabinets/tests/mixins.py index c1b15c6d8d..ce8d359d1d 100644 --- a/mayan/apps/cabinets/tests/mixins.py +++ b/mayan/apps/cabinets/tests/mixins.py @@ -149,3 +149,12 @@ class CabinetViewTestMixin(object): 'cabinets': self.test_cabinet.pk } ) + + +class DocumentCabinetAPIViewTestMixin(object): + def _request_test_document_cabinet_list_view(self): + return self.get( + viewname='rest_api:document-cabinet-list', kwargs={ + 'pk': self.test_document.pk + } + ) diff --git a/mayan/apps/cabinets/tests/test_api.py b/mayan/apps/cabinets/tests/test_api.py index c1e918d9e5..4fe870c221 100644 --- a/mayan/apps/cabinets/tests/test_api.py +++ b/mayan/apps/cabinets/tests/test_api.py @@ -15,10 +15,14 @@ from ..permissions import ( permission_cabinet_remove_document, permission_cabinet_view ) -from .mixins import CabinetAPIViewTestMixin, CabinetTestMixin +from .mixins import ( + CabinetAPIViewTestMixin, CabinetTestMixin, DocumentCabinetAPIViewTestMixin +) -class CabinetAPITestCase(CabinetAPIViewTestMixin, CabinetTestMixin, BaseAPITestCase): +class CabinetAPITestCase( + CabinetAPIViewTestMixin, CabinetTestMixin, BaseAPITestCase +): def test_cabinet_create_api_view_no_permission(self): cabinet_count = Cabinet.objects.count() @@ -135,7 +139,9 @@ class CabinetAPITestCase(CabinetAPIViewTestMixin, CabinetTestMixin, BaseAPITestC ) -class CabinetDocumentAPITestCase(CabinetAPIViewTestMixin, CabinetTestMixin, DocumentTestMixin, BaseAPITestCase): +class CabinetDocumentAPITestCase( + CabinetAPIViewTestMixin, CabinetTestMixin, DocumentTestMixin, BaseAPITestCase +): auto_upload_document = False def test_cabinet_create_with_single_document(self): @@ -288,3 +294,56 @@ class CabinetDocumentAPITestCase(CabinetAPIViewTestMixin, CabinetTestMixin, Docu qs=self.test_cabinet.documents.all(), values=map(repr, self.test_documents) ) + + +class DocumentCabinetAPITestCase( + CabinetAPIViewTestMixin, CabinetTestMixin, + DocumentCabinetAPIViewTestMixin, DocumentTestMixin, BaseAPITestCase +): + auto_upload_document = False + + def setUp(self): + super(DocumentCabinetAPITestCase, self).setUp() + self.upload_document() + self._create_test_cabinet() + self.test_cabinet.documents.add(self.test_document) + + def test_document_cabinet_list_view_no_permission(self): + response = self._request_test_document_cabinet_list_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + self.assertTrue('count' not in response.data) + + def test_document_cabinet_list_view_with_document_access(self): + self.grant_access( + obj=self.test_document, permission=permission_document_view, + ) + + response = self._request_test_document_cabinet_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data['count'], 0) + + def test_document_cabinet_list_view_with_cabinet_access(self): + self.grant_access( + obj=self.test_cabinet, permission=permission_cabinet_view, + ) + + response = self._request_test_document_cabinet_list_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + self.assertTrue('count' not in response.data) + + def test_document_cabinet_list_view_with_full_access(self): + self.grant_access( + obj=self.test_document, permission=permission_document_view, + ) + self.grant_access( + obj=self.test_cabinet, permission=permission_cabinet_view, + ) + + response = self._request_test_document_cabinet_list_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual( + response.data['count'], Cabinet.objects.all().count() + ) + self.assertEqual( + response.data['results'][0]['id'], self.test_cabinet.pk + ) 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..eb010b55c5 --- /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 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:setup_workflow_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:setup_workflow_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.mo b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo index 132fcbe748..49f2d8a408 100644 Binary files a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po index d599a50d8f..4db1f00348 100644 --- a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "Document checked out" msgid "Document forcefully checked in" msgstr "Document forcefully checked in" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Document already checked out." @@ -49,7 +49,7 @@ msgstr "Document already checked out." msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "مستخدم" @@ -186,43 +186,43 @@ msgstr "Document has not been checked out." msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Check out details for document: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" checked out successfully." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Check out document: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Check out details for document: %s" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo index 4a54d1f18b..8542e7da4f 100644 Binary files a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 8a9d866628..68f75adccc 100644 --- a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "Документът е проверен." msgid "Document forcefully checked in" msgstr "Документът е принудително регистриран" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Документът вече е проверен." @@ -49,7 +49,7 @@ msgstr "Документът вече е проверен." msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Потребител" @@ -186,43 +186,43 @@ msgstr "Документът не е проверяван." msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" е регистриран успешно." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Данни от проверката на документ: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Документ \"%s\" проверен успешно." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Провери документ: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Данни от проверката на документ: %s" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo index 38d2ba588b..b4c8b17ad4 100644 Binary files a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.mo differ 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 7013597f1f..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Dokument odjavljen" msgid "Document forcefully checked in" msgstr "Dokument je prisilno prijavljen" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokument je već odjavljen." @@ -50,7 +50,7 @@ msgstr "Dokument je već odjavljen." msgid "Document status" msgstr "Status dokumenta" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Korisnik" @@ -187,43 +187,43 @@ msgstr "Dokument nije odjavljen." msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" uspješno prijavljen." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Odjavni detalji za dokument: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Dokument \"%s\" uspješno odjavljen." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Odjaviti dokument: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Provjerite vrijeme i datum" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Potvrda istrage" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Dokumenti su odjavljeni" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Odjavni detalji za dokument: %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Perioda" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.mo index 0419ec2887..ca0bfd9215 100644 Binary files a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po index ae22ad44bf..2aaa00d840 100644 --- a/mayan/apps/checkouts/locale/cs/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.mo index 2dee9fa272..d935aeacb7 100644 Binary files a/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/da_DK/LC_MESSAGES/django.mo differ 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 e89bf0c5f5..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Bruger" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo index b011fa8d2a..93d470e471 100644 Binary files a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo differ 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 f2981dda50..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,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-28 21:17+0000\n" -"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -45,7 +45,7 @@ msgstr "Dokument ausgebucht" msgid "Document forcefully checked in" msgstr "Dokument zwingend eingebucht" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokument bereits ausgebucht." @@ -53,7 +53,7 @@ msgstr "Dokument bereits ausgebucht." msgid "Document status" msgstr "Dokumentenstatus" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Benutzer" @@ -190,43 +190,43 @@ msgstr "Dokument wurde nicht ausgebucht." msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" erfolgreich eingebucht." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Ausbuchungsdetails für Dokument %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Dokument \"%s\" erfolgreich ausgebucht." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Dokument %s ausbuchen" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Ausbuchungszeit" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Ausbuchungsende" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Das Ausbuchen eines Dokuments verhindert für eine bestimmte Zeit gewisse Operationen." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "Keine Dokumente ausgebucht" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Ausgebuchte Dokumente" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Ausbuchungsdetails für Dokument %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Einheit" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.mo index 2d510eee41..2516c9081e 100644 Binary files a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po index 180f680c1e..40ad57d50b 100644 --- a/mayan/apps/checkouts/locale/el/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Χρήστης" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index a174a46b0a..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-06-29 02:15-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" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo index 1361938e42..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 55307447d3..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-30 16:35+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" @@ -42,7 +42,7 @@ msgstr "Documento reservado" msgid "Document forcefully checked in" msgstr "Documento devuelto forzosamente" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "El documento ya está reservado." @@ -50,7 +50,7 @@ msgstr "El documento ya está reservado." msgid "Document status" msgstr "Estatus del documento" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Usuario" @@ -187,43 +187,43 @@ msgstr "El documento no ha sido reservado." msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devuelto con éxito." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Detalles de la reserva para el documento: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" reservado con éxito." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Reservar el documento: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Fecha y hora de reservación" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Expiración de la reservación" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Reservar un documento bloquea ciertas operaciones del documento durante un período de tiempo predeterminado." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "No se han reservado documentos" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Documentos reservados" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Detalles de la reserva para el documento: %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Periodo" +#: widgets.py:27 +msgid "Amount" +msgstr "Cantidad" diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo index 9f8a171d1f..e3ccba36bb 100644 Binary files a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po index d9c0858ffa..a56047893c 100644 --- a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "سند خارج شد." msgid "Document forcefully checked in" msgstr "سند طبق دستور وارد شد." -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "سند در حال حاضر خارج و یا checked out شده است." @@ -50,7 +50,7 @@ msgstr "سند در حال حاضر خارج و یا checked out شده است." msgid "Document status" msgstr "وضعیت سند" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "کاربر" @@ -187,43 +187,43 @@ msgstr "سند خارج و یا checked out نشده است." msgid "Document \"%s\" checked in successfully." msgstr "سند \"%s\" با موفقیت وارد و یا checked in شد." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "جزئیات خروج و یا Checkout سند: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "سند \"%s\" بالاجبار خارج ویا checked out شد." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "خروج و یا check out سند: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "زمان و تاریخ خروج" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "زمان پایان خارج بودن Checkout" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "اسناد خارج شده check out" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "جزئیات خروج و یا Checkout سند: %s" - -#: widgets.py:25 -msgid "Period" -msgstr "دوره زمانی" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo index b25d9ffced..e824a92fc0 100644 Binary files a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po index fbc1fb7c2e..1c296c3bd4 100644 --- a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-05-17 13:31+0000\n" -"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +46,7 @@ msgstr "Document verrouillé" msgid "Document forcefully checked in" msgstr "Document déverrouillé de force" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Document déjà verrouillé." @@ -54,7 +54,7 @@ msgstr "Document déjà verrouillé." msgid "Document status" msgstr "Statut du document" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Utilisateur" @@ -191,43 +191,43 @@ msgstr "Le document n'a pas été verrouillé." msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" déverrouillé avec succès." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Détails du verrouillage pour le document : %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Document \"%s\" verrouillé avec succès." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Verrouiller le document : %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Date et heure du verrouillage" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Expiration du verrouillage" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Le verrouillage d'un document bloque certaines opérations sur le document pendant une durée prédéterminée." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "Aucun document n'a été verrouillé" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Documents verrouillés" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Détails du verrouillage pour le document : %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Période" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo index 6e5eb656c8..63fe877a22 100644 Binary files a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po index 5bf64d121d..ee20fcc7a8 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Dokumentum kikölcsönzés" msgid "Document forcefully checked in" msgstr "Dokumentum felűlbíráltan feltöltve" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokumentum már kikölcsönözve" @@ -50,7 +50,7 @@ msgstr "Dokumentum már kikölcsönözve" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Felhasználó" @@ -187,43 +187,43 @@ msgstr "A dokumentum nem kerül kikölcsönzésre." msgid "Document \"%s\" checked in successfully." msgstr "A \"%s\" dokumentum feltöltése sikeres." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Dokumentum kikölcsönzés részletei: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "A \"%s\" dokumentum kikölcsönzése sikeres." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Dokumentum kikölcsönzése: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Kikölcsönzés dátuma és ideje" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Kikölcsönzés lejárta" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Dokumentum kikölcsönzések" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Dokumentum kikölcsönzés részletei: %s" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo index 6a862a0bad..908469b24a 100644 Binary files a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po index 15daa92738..dcbaea32b7 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-05-14 11:19+0000\n" -"Last-Translator: Adek Lanin\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Pengguna" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo index eaa62c64b4..2f5e2b7690 100644 Binary files a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po index f0bd806277..73d078f9bf 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Documento in uscita" msgid "Document forcefully checked in" msgstr "Forza documento in entrata" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Documento già uscito" @@ -50,7 +50,7 @@ msgstr "Documento già uscito" msgid "Document status" msgstr "Stato documento" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Utente" @@ -187,43 +187,43 @@ msgstr "Il documento non è stato fatto uscire" msgid "Document \"%s\" checked in successfully." msgstr "Il documento \"%s\" è entrato con successo" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Dettaglio del check out per il documento: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Il documento\"%s\" è uscito con successo" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Check out documento: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Ora e data checkout " -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Scadenza checkout " -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Documenti estratti" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Dettaglio del check out per il documento: %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Periodo" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo index 6d7cf69fc9..2caff56af6 100644 Binary files a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po index a34518464e..1038175801 100644 --- a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-05-30 08:08+0000\n" -"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,7 @@ msgstr "Dokuments izrakstīts" msgid "Document forcefully checked in" msgstr "Dokuments piespiedus pierakstīts" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokuments jau ir izrakstīts." @@ -50,7 +50,7 @@ msgstr "Dokuments jau ir izrakstīts." msgid "Document status" msgstr "Dokumenta statuss" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Lietotājs" @@ -187,43 +187,43 @@ msgstr "Dokuments nav ticis izrakstīts." msgid "Document \"%s\" checked in successfully." msgstr "Dokuments \"%s\" pierakstīts veiksmīgi." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Izraksta detaļas dokumentam: %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Dokuments \"%s\" izrakstīts veiksmīgi." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Izrakstīt dokumentu: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Izraksta laiks un datums" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Izraksta derīguma termiņš" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Dokumenta izrakstīšana bloķē noteiktas dokumentu darbības uz iepriekš noteiktu laika periodu." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "Neviens dokuments nav izrakstīts" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Izrakstītie dokumenti" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Izraksta detaļas dokumentam: %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Periods" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo index d36ed3e3fa..216ded08fd 100644 Binary files a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo differ 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 d4f3477295..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,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -43,7 +43,7 @@ msgstr "Document uit-gecheckt" msgid "Document forcefully checked in" msgstr "Document geforceerd in-gecheckt" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Document reeds uit-gecheckt." @@ -51,7 +51,7 @@ msgstr "Document reeds uit-gecheckt." msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Gebruiker" @@ -188,43 +188,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index e932b34753..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 58e9b41ca5..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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+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" @@ -43,7 +44,7 @@ msgstr "Dokument został zablokowany" msgid "Document forcefully checked in" msgstr "Wymuszono odblokowanie dokumentu" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokument jest już zablokowany." @@ -51,7 +52,7 @@ msgstr "Dokument jest już zablokowany." msgid "Document status" msgstr "Status dokumentu" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Użytkownik" @@ -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 @@ -188,43 +189,43 @@ msgstr "Dokument nie został zablokowany." msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" został pomyślnie odblokowany." -#: views.py:114 -#, python-format -msgid "Document \"%s\" checked out successfully." -msgstr "Dokument \"%s\" został pomyślnie zablokowany." - -#: views.py:123 -#, python-format -msgid "Check out document: %s" -msgstr "Zablokuj dokument: %s" - -#: views.py:154 -msgid "Checkout time and date" -msgstr "Rozpoczęcie blokady" - -#: views.py:160 -msgid "Checkout expiration" -msgstr "Wygaśnięcie blokady" - -#: views.py:168 -msgid "" -"Checking out a document blocks certain document operations for a " -"predetermined amount of time." -msgstr "" - -#: views.py:172 -msgid "No documents have been checked out" -msgstr "" - -#: views.py:173 -msgid "Documents checked out" -msgstr "Dokumenty zablokowane" - -#: views.py:188 +#: views.py:94 #, python-format msgid "Check out details for document: %s" msgstr "Szczegóły blokady dokumentu: %s" -#: widgets.py:25 -msgid "Period" -msgstr "Okres" +#: views.py:128 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "Dokument \"%s\" został pomyślnie zablokowany." + +#: views.py:137 +#, python-format +msgid "Check out document: %s" +msgstr "Zablokuj dokument: %s" + +#: views.py:168 +msgid "Checkout time and date" +msgstr "Rozpoczęcie blokady" + +#: views.py:174 +msgid "Checkout expiration" +msgstr "Wygaśnięcie blokady" + +#: views.py:182 +msgid "" +"Checking out a document blocks certain document operations for a " +"predetermined amount of time." +msgstr "Zablokowanie dokumentu blokuje niektóre operacje na dokumencie przez określony czas." + +#: views.py:186 +msgid "No documents have been checked out" +msgstr "Żadne dokumenty nie zostały zablokowane" + +#: views.py:187 +msgid "Documents checked out" +msgstr "Dokumenty zablokowane" + +#: widgets.py:27 +msgid "Amount" +msgstr "Ilość" diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo index 2d93cce0d3..65cbd57034 100644 Binary files a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po index e5eeebbba1..c066442797 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Utilizador" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo index 246ebc4054..61054b5fdd 100644 Binary files a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo differ 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 75943ecbef..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,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "Documento reservado" msgid "Document forcefully checked in" msgstr "Documento devolvido forçosamente" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Documento já está reservado." @@ -52,7 +52,7 @@ msgstr "Documento já está reservado." msgid "Document status" msgstr "Status do documento" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Usuário" @@ -189,43 +189,43 @@ msgstr "O documento não foi reservado." msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devolvido com sucesso." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Detalhes da reserva para o documento: %s " + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Documento \"%s\" reservado com êxito." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Reservar o documento: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Data e hora da reserva" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Expiração da reserva" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Reservar um documento bloqueia certas operações do documento por um período de tempo pré-determinado." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "Nenhum documento foi reservado." -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Documentos reservados" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Detalhes da reserva para o documento: %s " - -#: widgets.py:25 -msgid "Period" -msgstr "Período" +#: widgets.py:27 +msgid "Amount" +msgstr "" 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 18104b3222..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 39422e78f3..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-05-02 05:01+0000\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" @@ -42,7 +42,7 @@ msgstr "Documentul consemnat ca ieșit" msgid "Document forcefully checked in" msgstr "Document consemnat forţat ca intrat" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Document deja consemnat ca ieșit." @@ -50,7 +50,7 @@ msgstr "Document deja consemnat ca ieșit." msgid "Document status" msgstr "Starea documentului" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Utilizator" @@ -187,43 +187,43 @@ msgstr "Documentul nu a fost consemnat ca ieșit." msgid "Document \"%s\" checked in successfully." msgstr "Documentul \"%s\" aprobat cu succes." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Verificat detaliile documentului:% s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Documentul \"%s\" a fost consemnat ca ieșit cu succes." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Consemează ca ieșit documentul: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Data și ora expirării consemnării ieșirii" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Expirarea consemnării ca ieșit" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "Consemnarea ca ieșit blochează unele operații asupra documentului pentru o perioadă de timp prestabilită." -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "Nu sunt documente consemnate ca ieșite" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Documente consemnate ca ieșite" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Verificat detaliile documentului:% s" - -#: widgets.py:25 -msgid "Period" -msgstr "Perioadă" +#: widgets.py:27 +msgid "Amount" +msgstr "Cantitate" diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo index 9c6bcbb38c..8c1fc96a5c 100644 Binary files a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 6a5f12de10..184212fa4c 100644 --- a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Документ забронирован" msgid "Document forcefully checked in" msgstr "Документ освобождён насильно" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Документ уже забронирован." @@ -50,7 +50,7 @@ msgstr "Документ уже забронирован." msgid "Document status" msgstr "Статус документа" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Пользователь" @@ -187,43 +187,43 @@ msgstr "Документ не был забронирован." msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" освобожден." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "Подробности бронирования %s" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "Документ \"%s\" забронирован." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Бронирование документа: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Дата и время бронирования" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Истечение бронирования" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Документы забронированы" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "Подробности бронирования %s" - -#: widgets.py:25 -msgid "Period" -msgstr "Интервал" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo index ff24085b75..4385415063 100644 Binary files a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.mo differ 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 7eacda3eaf..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "Dokument prijavljen" msgid "Document forcefully checked in" msgstr "Dokumentu je vsiljena prijava" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Dokument je že odjavljen" @@ -49,7 +49,7 @@ msgstr "Dokument je že odjavljen" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.mo index 31e4d1bdea..25236a2754 100644 Binary files a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.mo differ 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 d4cc76a4b5..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "Belge teslim alındı" msgid "Document forcefully checked in" msgstr "Belge zorla teslim edildi" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "Belge zaten teslim alınmış." @@ -50,7 +50,7 @@ msgstr "Belge zaten teslim alınmış." msgid "Document status" msgstr "Belge durumu" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Kullanıcı" @@ -187,43 +187,43 @@ msgstr "Belge teslim alınamadı." msgid "Document \"%s\" checked in successfully." msgstr "\"%s\" belgesi başarıyla teslim edildi." -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "%s Belge ayrıntılarını kontrol edin: " + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "\"%s\" belgesi başarıyla teslim alındı." -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "Belgeye teslim alın: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "Teslim alma zamanı ve tarihi" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "Teslim alma kullanımının sona erme tarihi" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "Belgeler teslim alındı" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "%s Belge ayrıntılarını kontrol edin: " - -#: widgets.py:25 -msgid "Period" -msgstr "Dönem" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo index 38ef766d92..30394b50fc 100644 Binary files a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo differ 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 aa14c17bd8..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\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" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ msgstr "" msgid "Document forcefully checked in" msgstr "" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "Document status" msgstr "" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "Người dùng" @@ -186,43 +186,43 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "" - -#: widgets.py:25 -msgid "Period" +#: widgets.py:27 +msgid "Amount" msgstr "" diff --git a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.mo index afc4008f13..15713ef8fb 100644 Binary files a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po index 695320b536..522ed621ee 100644 --- a/mayan/apps/checkouts/locale/zh/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-05-02 03:31+0000\n" -"Last-Translator: Philip Hai <nxhrnchn@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,7 @@ msgstr "签出的文档" msgid "Document forcefully checked in" msgstr "强制签入文档" -#: exceptions.py:27 views.py:108 +#: exceptions.py:27 views.py:122 msgid "Document already checked out." msgstr "文档已经签出。" @@ -50,7 +50,7 @@ msgstr "文档已经签出。" msgid "Document status" msgstr "文档状态" -#: forms.py:39 models.py:41 views.py:148 +#: forms.py:39 models.py:41 views.py:162 msgid "User" msgstr "用户" @@ -187,43 +187,43 @@ msgstr "文档尚未签出。" msgid "Document \"%s\" checked in successfully." msgstr "文档“%s”已成功签入。" -#: views.py:114 +#: views.py:94 +#, python-format +msgid "Check out details for document: %s" +msgstr "%s 签出详情" + +#: views.py:128 #, python-format msgid "Document \"%s\" checked out successfully." msgstr "文档: \"%s\" 签出成功。" -#: views.py:123 +#: views.py:137 #, python-format msgid "Check out document: %s" msgstr "签出文档: %s" -#: views.py:154 +#: views.py:168 msgid "Checkout time and date" msgstr "签出时间和日期" -#: views.py:160 +#: views.py:174 msgid "Checkout expiration" msgstr "签出到期时间" -#: views.py:168 +#: views.py:182 msgid "" "Checking out a document blocks certain document operations for a " "predetermined amount of time." msgstr "签出文档会在预定的时间内阻塞关联文档操作。" -#: views.py:172 +#: views.py:186 msgid "No documents have been checked out" msgstr "文档未被签出" -#: views.py:173 +#: views.py:187 msgid "Documents checked out" msgstr "签出的文件" -#: views.py:188 -#, python-format -msgid "Check out details for document: %s" -msgstr "%s 签出详情" - -#: widgets.py:25 -msgid "Period" -msgstr "周期" +#: widgets.py:27 +msgid "Amount" +msgstr "" diff --git a/mayan/apps/checkouts/tests/mixins.py b/mayan/apps/checkouts/tests/mixins.py index fa8d601a4b..2e7d34adb8 100644 --- a/mayan/apps/checkouts/tests/mixins.py +++ b/mayan/apps/checkouts/tests/mixins.py @@ -4,13 +4,37 @@ import datetime from django.utils.timezone import now +from mayan.apps.common.literals import TIME_DELTA_UNIT_DAYS + from ..models import DocumentCheckout +class DocumentCheckoutsAPIViewTestMixin(object): + def _request_checkedout_document_view(self): + return self.get( + viewname='rest_api:checkedout-document-view', + kwargs={'pk': self.test_check_out.pk} + ) + + def _request_test_document_check_out_view(self): + return self.post( + viewname='rest_api:checkout-document-list', data={ + 'document_pk': self.test_document.pk, + 'expiration_datetime': '2099-01-01T12:00' + } + ) + + def _request_checkout_list_view(self): + return self.get(viewname='rest_api:checkout-document-list') + + class DocumentCheckoutTestMixin(object): _test_document_check_out_seconds = 0.1 - def _check_out_test_document(self, user=None): + def _check_out_test_document(self, document=None, user=None): + if not document: + document = self.test_document + if not user: user = self._test_case_user @@ -19,7 +43,44 @@ class DocumentCheckoutTestMixin(object): ) self.test_check_out = DocumentCheckout.objects.check_out_document( - block_new_version=True, document=self.test_document, + block_new_version=True, document=document, expiration_datetime=self._check_out_expiration_datetime, user=user ) + + +class DocumentCheckoutViewTestMixin(object): + def _request_test_document_check_in_get_view(self): + return self.get( + viewname='checkouts:check_in_document', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_test_document_check_in_post_view(self): + return self.post( + viewname='checkouts:check_in_document', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_test_document_check_out_detail_view(self): + return self.get( + viewname='checkouts:check_out_info', kwargs={ + 'pk': self.test_document.pk + } + ) + + def _request_test_document_check_out_list_view(self): + return self.get(viewname='checkouts:check_out_list') + + def _request_test_document_check_out_view(self): + return self.post( + viewname='checkouts:check_out_document', kwargs={ + 'pk': self.test_document.pk + }, data={ + 'expiration_datetime_unit': TIME_DELTA_UNIT_DAYS, + 'expiration_datetime_amount': 99, + 'block_new_version': True + } + ) diff --git a/mayan/apps/checkouts/tests/test_api.py b/mayan/apps/checkouts/tests/test_api.py index 71ec5ea536..ad475f5c4d 100644 --- a/mayan/apps/checkouts/tests/test_api.py +++ b/mayan/apps/checkouts/tests/test_api.py @@ -13,16 +13,15 @@ from ..permissions import ( permission_document_check_out, permission_document_check_out_detail_view ) -from .mixins import DocumentCheckoutTestMixin +from .mixins import ( + DocumentCheckoutsAPIViewTestMixin, DocumentCheckoutTestMixin +) -class CheckoutsAPITestCase(DocumentCheckoutTestMixin, DocumentTestMixin, BaseAPITestCase): - def _request_checkedout_document_view(self): - return self.get( - viewname='rest_api:checkedout-document-view', - kwargs={'pk': self.test_check_out.pk} - ) - +class CheckoutsAPITestCase( + DocumentCheckoutsAPIViewTestMixin, DocumentCheckoutTestMixin, + DocumentTestMixin, BaseAPITestCase +): def test_checkedout_document_view_no_access(self): self._check_out_test_document() @@ -65,16 +64,8 @@ class CheckoutsAPITestCase(DocumentCheckoutTestMixin, DocumentTestMixin, BaseAPI force_text(self.test_document.uuid) ) - def _request_document_checkout_view(self): - return self.post( - viewname='rest_api:checkout-document-list', data={ - 'document_pk': self.test_document.pk, - 'expiration_datetime': '2099-01-01T12:00' - } - ) - def test_document_checkout_no_access(self): - response = self._request_document_checkout_view() + response = self._request_test_document_check_out_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) self.assertEqual(DocumentCheckout.objects.count(), 0) @@ -82,16 +73,13 @@ class CheckoutsAPITestCase(DocumentCheckoutTestMixin, DocumentTestMixin, BaseAPI def test_document_checkout_with_access(self): self.grant_access(permission=permission_document_check_out, obj=self.test_document) - response = self._request_document_checkout_view() + response = self._request_test_document_check_out_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) self.assertEqual( DocumentCheckout.objects.first().document, self.test_document ) - def _request_checkout_list_view(self): - return self.get(viewname='rest_api:checkout-document-list') - def test_checkout_list_view_no_access(self): self._check_out_test_document() diff --git a/mayan/apps/checkouts/tests/test_links.py b/mayan/apps/checkouts/tests/test_links.py index a6d1475d65..1debe57e29 100644 --- a/mayan/apps/checkouts/tests/test_links.py +++ b/mayan/apps/checkouts/tests/test_links.py @@ -10,38 +10,40 @@ from ..permissions import ( from .mixins import DocumentCheckoutTestMixin -class CheckoutLinksTestCase(DocumentCheckoutTestMixin, GenericDocumentViewTestCase): - def _resolve_checkout_link(self): +class CheckoutLinksTestCase( + DocumentCheckoutTestMixin, GenericDocumentViewTestCase +): + def _resolve_document_check_out_link(self): self.add_test_view(test_object=self.test_document) context = self.get_test_view() context['user'] = self._test_case_user return link_check_out_document.resolve(context=context) - def test_checkout_link_no_access(self): - resolved_link = self._resolve_checkout_link() - self.assertEqual(resolved_link, None) - - def test_checkout_link_with_access(self): - self.grant_access( - obj=self.test_document, permission=permission_document_check_out - ) - resolved_link = self._resolve_checkout_link() - self.assertNotEqual(resolved_link, None) - - def _resolve_checkout_info_link(self): + def _resolve_document_check_out_info_link(self): self.add_test_view(test_object=self.test_document) context = self.get_test_view() context['user'] = self._test_case_user return link_check_out_info.resolve(context=context) - def test_checkout_info_link_no_access(self): - resolved_link = self._resolve_checkout_info_link() + def test_document_check_out_link_no_access(self): + resolved_link = self._resolve_document_check_out_link() self.assertEqual(resolved_link, None) - def test_checkout_info_link_with_access(self): + def test_document_check_out_link_with_access(self): + self.grant_access( + obj=self.test_document, permission=permission_document_check_out + ) + resolved_link = self._resolve_document_check_out_link() + self.assertNotEqual(resolved_link, None) + + def test_document_check_out_info_link_no_access(self): + resolved_link = self._resolve_document_check_out_info_link() + self.assertEqual(resolved_link, None) + + def test_document_check_out_info_link_with_access(self): self.grant_access( obj=self.test_document, permission=permission_document_check_out_detail_view ) - resolved_link = self._resolve_checkout_info_link() + resolved_link = self._resolve_document_check_out_info_link() self.assertNotEqual(resolved_link, None) diff --git a/mayan/apps/checkouts/tests/test_models.py b/mayan/apps/checkouts/tests/test_models.py index cd2ea0202f..b6015d0016 100644 --- a/mayan/apps/checkouts/tests/test_models.py +++ b/mayan/apps/checkouts/tests/test_models.py @@ -3,7 +3,9 @@ from __future__ import unicode_literals import time from mayan.apps.common.tests import BaseTestCase -from mayan.apps.documents.tests import GenericDocumentTestCase, DocumentTestMixin +from mayan.apps.documents.tests import ( + GenericDocumentTestCase, DocumentTestMixin +) from mayan.apps.documents.tests.literals import TEST_SMALL_DOCUMENT_PATH from ..exceptions import ( @@ -15,7 +17,9 @@ from ..models import DocumentCheckout, NewVersionBlock from .mixins import DocumentCheckoutTestMixin -class DocumentCheckoutTestCase(DocumentCheckoutTestMixin, GenericDocumentTestCase): +class DocumentCheckoutTestCase( + DocumentCheckoutTestMixin, GenericDocumentTestCase +): def test_document_check_out(self): self._check_out_test_document() @@ -25,7 +29,7 @@ class DocumentCheckoutTestCase(DocumentCheckoutTestMixin, GenericDocumentTestCas ) ) - def test_checkin_in(self): + def test_document_check_in(self): self._check_out_test_document() self.test_document.check_in() @@ -37,7 +41,7 @@ class DocumentCheckoutTestCase(DocumentCheckoutTestMixin, GenericDocumentTestCas ) ) - def test_double_check_out(self): + def test_document_double_check_out(self): self._create_test_case_superuser() self._check_out_test_document() @@ -49,11 +53,11 @@ class DocumentCheckoutTestCase(DocumentCheckoutTestMixin, GenericDocumentTestCas block_new_version=True ) - def test_checkin_without_checkout(self): + def test_document_checkin_without_checkout(self): with self.assertRaises(DocumentNotCheckedOut): self.test_document.check_in() - def test_auto_check_in(self): + def test_document_auto_check_in(self): self._check_out_test_document() # Ensure we wait from longer than the document check out expiration @@ -64,7 +68,9 @@ class DocumentCheckoutTestCase(DocumentCheckoutTestMixin, GenericDocumentTestCas self.assertFalse(self.test_document.is_checked_out()) -class NewVersionBlockTestCase(DocumentCheckoutTestMixin, DocumentTestMixin, BaseTestCase): +class NewVersionBlockTestCase( + DocumentCheckoutTestMixin, DocumentTestMixin, BaseTestCase +): def test_blocking(self): NewVersionBlock.objects.block(document=self.test_document) diff --git a/mayan/apps/checkouts/tests/test_views.py b/mayan/apps/checkouts/tests/test_views.py index 6b4648145f..8cae22a1f4 100644 --- a/mayan/apps/checkouts/tests/test_views.py +++ b/mayan/apps/checkouts/tests/test_views.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -from mayan.apps.common.literals import TIME_DELTA_UNIT_DAYS from mayan.apps.documents.permissions import permission_document_view from mayan.apps.documents.tests import GenericDocumentViewTestCase from mayan.apps.sources.links import link_document_version_upload @@ -12,64 +11,53 @@ from ..permissions import ( permission_document_check_out, permission_document_check_out_detail_view ) -from .mixins import DocumentCheckoutTestMixin +from .mixins import DocumentCheckoutTestMixin, DocumentCheckoutViewTestMixin -class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentViewTestCase): - def _request_document_check_in_get_view(self): - return self.get( - viewname='checkouts:check_in_document', kwargs={ - 'pk': self.test_document.pk - } - ) - - def test_check_in_document_get_view_no_permission(self): +class DocumentCheckoutViewTestCase( + DocumentCheckoutTestMixin, DocumentCheckoutViewTestMixin, + GenericDocumentViewTestCase +): + def test_document_check_in_get_view_no_permission(self): self._check_out_test_document() - response = self._request_document_check_in_get_view() + response = self._request_test_document_check_in_get_view() self.assertContains( response=response, text=self.test_document.label, status_code=200 ) self.assertTrue(self.test_document.is_checked_out()) - def test_check_in_document_get_view_with_access(self): + def test_document_check_in_get_view_with_access(self): self._check_out_test_document() self.grant_access( obj=self.test_document, permission=permission_document_check_in ) - response = self._request_document_check_in_get_view() + response = self._request_test_document_check_in_get_view() self.assertContains( response=response, text=self.test_document.label, status_code=200 ) self.assertTrue(self.test_document.is_checked_out()) - def _request_document_check_in_post_view(self): - return self.post( - viewname='checkouts:check_in_document', kwargs={ - 'pk': self.test_document.pk - } - ) - - def test_check_in_document_post_view_no_permission(self): + def test_document_check_in_post_view_no_permission(self): self._check_out_test_document() - response = self._request_document_check_in_post_view() + response = self._request_test_document_check_in_post_view() self.assertEqual(response.status_code, 403) self.assertTrue(self.test_document.is_checked_out()) - def test_check_in_document_post_view_with_access(self): + def test_document_check_in_post_view_with_access(self): self._check_out_test_document() self.grant_access( obj=self.test_document, permission=permission_document_check_in ) - response = self._request_document_check_in_post_view() + response = self._request_test_document_check_in_post_view() self.assertEqual(response.status_code, 302) self.assertFalse(self.test_document.is_checked_out()) @@ -79,24 +67,13 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie ) ) - def _request_document_checkout_view(self): - return self.post( - viewname='checkouts:check_out_document', kwargs={ - 'pk': self.test_document.pk - }, data={ - 'expiration_datetime_0': 2, - 'expiration_datetime_1': TIME_DELTA_UNIT_DAYS, - 'block_new_version': True - } - ) - - def test_check_out_document_view_no_permission(self): - response = self._request_document_checkout_view() + def test_document_check_out_view_no_permission(self): + response = self._request_test_document_check_out_view() self.assertEqual(response.status_code, 403) self.assertFalse(self.test_document.is_checked_out()) - def test_check_out_document_view_with_access(self): + def test_document_check_out_view_with_access(self): self.grant_access( obj=self.test_document, permission=permission_document_check_out ) @@ -105,28 +82,21 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie permission=permission_document_check_out_detail_view ) - response = self._request_document_checkout_view() + response = self._request_test_document_check_out_view() self.assertEqual(response.status_code, 302) self.assertTrue(self.test_document.is_checked_out()) - def _request_check_out_detail_view(self): - return self.get( - viewname='checkouts:check_out_info', kwargs={ - 'pk': self.test_document.pk - } - ) - - def test_checkout_detail_view_no_permission(self): + def test_document_check_out_detail_view_no_permission(self): self._check_out_test_document() - response = self._request_check_out_detail_view() + response = self._request_test_document_check_out_detail_view() self.assertNotContains( response, text=STATE_LABELS[STATE_CHECKED_OUT], status_code=404 ) - def test_checkout_detail_view_with_access(self): + def test_document_check_out_detail_view_with_access(self): self._check_out_test_document() self.grant_access( @@ -134,15 +104,12 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie permission=permission_document_check_out_detail_view ) - response = self._request_check_out_detail_view() + response = self._request_test_document_check_out_detail_view() self.assertContains( response, text=STATE_LABELS[STATE_CHECKED_OUT], status_code=200 ) - def _request_check_out_list_view(self): - return self.get(viewname='checkouts:check_out_list') - - def test_checkout_list_view_no_permission(self): + def test_document_check_out_list_view_no_permission(self): self._check_out_test_document() self.grant_access( @@ -150,12 +117,12 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie permission=permission_document_view ) - response = self._request_check_out_list_view() + response = self._request_test_document_check_out_list_view() self.assertNotContains( response=response, text=self.test_document.label, status_code=200 ) - def test_checkout_list_view_with_access(self): + def test_document_check_out_list_view_with_access(self): self._check_out_test_document() self.grant_access( @@ -167,12 +134,59 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie permission=permission_document_view ) - response = self._request_check_out_list_view() + response = self._request_test_document_check_out_list_view() self.assertContains( response=response, text=self.test_document.label, status_code=200 ) - def test_document_new_version_after_check_out(self): + def test_document_check_in_forcefull_view_no_permission(self): + # Gitlab issue #237 + # Forcefully checking in a document by a user without adequate + # permissions throws out an error + self._create_test_user() + # Check out document as test_user + self._check_out_test_document(user=self.test_user) + + self.grant_access( + obj=self.test_document, permission=permission_document_check_in + ) + + response = self.post( + viewname='checkouts:check_in_document', kwargs={ + 'pk': self.test_document.pk + } + ) + self.assertContains( + response=response, text='Insufficient permissions', status_code=403 + ) + + self.assertTrue(self.test_document.is_checked_out()) + + def test_document_check_in_forcefull_view_with_permission(self): + self._create_test_user() + # Check out document as test_user + self._check_out_test_document(user=self.test_user) + + self.grant_access( + obj=self.test_document, permission=permission_document_check_in_override + ) + + # Check in document as test_case_user + response = self.post( + viewname='checkouts:check_in_document', kwargs={ + 'pk': self.test_document.pk + } + ) + self.assertEqual(response.status_code, 302) + + self.assertFalse(self.test_document.is_checked_out()) + + +class NewVersionBlockViewTestCase( + DocumentCheckoutTestMixin, DocumentCheckoutViewTestMixin, + GenericDocumentViewTestCase +): + def test_document_check_out_block_new_version(self): """ Gitlab issue #231 User shown option to upload new version of a document even though it @@ -208,46 +222,3 @@ class DocumentCheckoutViewTestCase(DocumentCheckoutTestMixin, GenericDocumentVie resolved_link = link_document_version_upload.resolve(context=response.context) self.assertEqual(resolved_link, None) - - def test_forcefull_check_in_document_view_no_permission(self): - # Gitlab issue #237 - # Forcefully checking in a document by a user without adequate - # permissions throws out an error - - self._create_test_case_superuser() - self._check_out_test_document(user=self._test_case_superuser) - - self.grant_access( - obj=self.test_document, permission=permission_document_check_in - ) - - response = self.post( - viewname='checkouts:check_in_document', kwargs={ - 'pk': self.test_document.pk - } - ) - self.assertContains( - response=response, text='Insufficient permissions', status_code=403 - ) - - self.assertTrue(self.test_document.is_checked_out()) - - def test_forcefull_check_in_document_view_with_permission(self): - self._create_test_case_superuser() - self._check_out_test_document(user=self._test_case_superuser) - - self.grant_access( - obj=self.test_document, permission=permission_document_check_in - ) - self.grant_access( - obj=self.test_document, permission=permission_document_check_in_override - ) - - response = self.post( - viewname='checkouts:check_in_document', kwargs={ - 'pk': self.test_document.pk - } - ) - self.assertEqual(response.status_code, 302) - - self.assertFalse(self.test_document.is_checked_out()) diff --git a/mayan/apps/checkouts/urls.py b/mayan/apps/checkouts/urls.py index 994d18edde..87dfff5c73 100644 --- a/mayan/apps/checkouts/urls.py +++ b/mayan/apps/checkouts/urls.py @@ -4,24 +4,25 @@ from django.conf.urls import url from .api_views import APICheckedoutDocumentListView, APICheckedoutDocumentView from .views import ( - CheckoutDocumentView, CheckoutDetailView, CheckoutListView, - DocumentCheckinView + DocumentCheckOutView, DocumentCheckOutDetailView, DocumentCheckOutListView, + DocumentCheckInView ) urlpatterns = [ url( - regex=r'^list/$', view=CheckoutListView.as_view(), name='check_out_list' + regex=r'^documents/$', view=DocumentCheckOutListView.as_view(), + name='check_out_list' ), url( - regex=r'^(?P<pk>\d+)/check/out/$', view=CheckoutDocumentView.as_view(), + regex=r'^documents/(?P<pk>\d+)/check/out/$', view=DocumentCheckOutView.as_view(), name='check_out_document' ), url( - regex=r'^(?P<pk>\d+)/check/in/$', view=DocumentCheckinView.as_view(), + regex=r'^documents/(?P<pk>\d+)/check/in/$', view=DocumentCheckInView.as_view(), name='check_in_document' ), url( - regex=r'^(?P<pk>\d+)/check/info/$', view=CheckoutDetailView.as_view(), + regex=r'^documents/(?P<pk>\d+)/check/info/$', view=DocumentCheckOutDetailView.as_view(), name='check_out_info' ), ] diff --git a/mayan/apps/checkouts/views.py b/mayan/apps/checkouts/views.py index 65063d2cfe..4bab799063 100644 --- a/mayan/apps/checkouts/views.py +++ b/mayan/apps/checkouts/views.py @@ -24,7 +24,7 @@ from .permissions import ( ) -class DocumentCheckinView(ConfirmView): +class DocumentCheckInView(ConfirmView): def get_extra_context(self): document = self.get_object() @@ -82,7 +82,21 @@ class DocumentCheckinView(ConfirmView): ) -class CheckoutDocumentView(SingleObjectCreateView): +class DocumentCheckOutDetailView(SingleObjectDetailView): + form_class = DocumentCheckoutDefailForm + model = Document + object_permission = permission_document_check_out_detail_view + + def get_extra_context(self): + return { + 'object': self.object, + 'title': _( + 'Check out details for document: %s' + ) % self.object + } + + +class DocumentCheckOutView(SingleObjectCreateView): form_class = DocumentCheckoutForm def dispatch(self, request, *args, **kwargs): @@ -94,7 +108,7 @@ class CheckoutDocumentView(SingleObjectCreateView): ) return super( - CheckoutDocumentView, self + DocumentCheckOutView, self ).dispatch(request, *args, **kwargs) def form_valid(self, form): @@ -131,7 +145,7 @@ class CheckoutDocumentView(SingleObjectCreateView): ) -class CheckoutListView(DocumentListView): +class DocumentCheckOutListView(DocumentListView): def get_document_queryset(self): return AccessControlList.objects.restrict_queryset( permission=permission_document_check_out_detail_view, @@ -140,7 +154,7 @@ class CheckoutListView(DocumentListView): ) def get_extra_context(self): - context = super(CheckoutListView, self).get_extra_context() + context = super(DocumentCheckOutListView, self).get_extra_context() context.update( { 'extra_columns': ( @@ -174,17 +188,3 @@ class CheckoutListView(DocumentListView): } ) return context - - -class CheckoutDetailView(SingleObjectDetailView): - form_class = DocumentCheckoutDefailForm - model = Document - object_permission = permission_document_check_out_detail_view - - def get_extra_context(self): - return { - 'object': self.object, - 'title': _( - 'Check out details for document: %s' - ) % self.object - } diff --git a/mayan/apps/checkouts/widgets.py b/mayan/apps/checkouts/widgets.py index 72497c8fba..6055b47998 100644 --- a/mayan/apps/checkouts/widgets.py +++ b/mayan/apps/checkouts/widgets.py @@ -1,5 +1,6 @@ from __future__ import unicode_literals +from collections import OrderedDict import datetime from django import forms @@ -7,38 +8,41 @@ from django.utils.timezone import now from django.utils.translation import ugettext_lazy as _ from mayan.apps.common.literals import TIME_DELTA_UNIT_CHOICES +from mayan.apps.common.widgets import NamedMultiWidget -class SplitTimeDeltaWidget(forms.widgets.MultiWidget): +class SplitTimeDeltaWidget(NamedMultiWidget): """ - A Widget that splits a timedelta input into three <input type="text"> - boxes. + A Widget that splits a timedelta input into two field: one for unit of + time and another for the amount of units. """ def __init__(self, attrs=None): - widgets = ( - forms.widgets.Select( - attrs={'style': 'width: 8em;'}, choices=TIME_DELTA_UNIT_CHOICES - ), - forms.widgets.NumberInput( - attrs={ - 'maxlength': 4, 'style': 'width: 8em;', - 'placeholder': _('Period') - } - ) + widgets = OrderedDict() + widgets['unit'] = forms.widgets.Select( + attrs={'style': 'width: 8em;'}, choices=TIME_DELTA_UNIT_CHOICES ) - super(SplitTimeDeltaWidget, self).__init__(widgets, attrs) + widgets['amount'] = forms.widgets.NumberInput( + attrs={ + 'maxlength': 4, 'style': 'width: 8em;', + 'placeholder': _('Amount') + } + ) + + super(SplitTimeDeltaWidget, self).__init__(widgets=widgets, attrs=attrs) def decompress(self, value): - return (None, None) + return { + 'unit': None, 'amount': None + } def value_from_datadict(self, querydict, files, name): - unit = querydict.get('{}_1'.format(name)) - period = querydict.get('{}_0'.format(name)) + unit = querydict.get('{}_unit'.format(name)) + amount = querydict.get('{}_amount'.format(name)) - if not unit or not period: + if not unit or not amount: return now() - period = int(period) + amount = int(amount) - timedelta = datetime.timedelta(**{unit: period}) + timedelta = datetime.timedelta(**{unit: amount}) return now() + timedelta diff --git a/mayan/apps/common/dependencies.py b/mayan/apps/common/dependencies.py index d8f1c71ba1..97bfb1b0d4 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.20' + ''', module=__name__, name='django', version_string='==1.11.24' ) PythonDependency( copyright_text=''' @@ -59,7 +59,7 @@ PythonDependency( LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ''', module=__name__, name='PyYAML', version_string='==5.1' + ''', module=__name__, name='PyYAML', version_string='==5.1.1' ) PythonDependency( copyright_text=''' @@ -303,7 +303,7 @@ PythonDependency( LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ''', module=__name__, name='django-widget-tweaks', version_string='==1.4.3' + ''', module=__name__, name='django-widget-tweaks', version_string='==1.4.5' ) PythonDependency( module=__name__, name='furl', version_string='==2.0.0' @@ -318,7 +318,7 @@ PythonDependency( module=__name__, name='mock', version_string='==2.0.0' ) PythonDependency( - module=__name__, name='pathlib2', version_string='==2.3.3' + module=__name__, name='pathlib2', version_string='==2.3.4' ) PythonDependency( copyright_text=''' @@ -381,7 +381,7 @@ PythonDependency( PythonDependency( module=__name__, environment=environment_development, name='Werkzeug', - version_string='==0.15.2' + version_string='==0.15.4' ) PythonDependency( environment=environment_development, module=__name__, @@ -389,12 +389,12 @@ PythonDependency( ) PythonDependency( environment=environment_development, module=__name__, - name='django-extensions', version_string='==2.1.6' + name='django-extensions', version_string='==2.1.9' ) PythonDependency( environment=environment_development, help_text=_( 'Used to allow offline translation of the code text strings.' - ), module=__name__, name='django-rosetta', version_string='==0.9.2' + ), module=__name__, name='django-rosetta', version_string='==0.9.3' ) PythonDependency( environment=environment_development, help_text=_( @@ -443,7 +443,7 @@ PythonDependency( ) PythonDependency( environment=environment_testing, module=__name__, name='psutil', - version_string='==5.6.1' + version_string='==5.6.3' ) PythonDependency( diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po index 9d0025c8f1..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-06-29 02:15-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 e50efc3245..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-06-29 02:15-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 ff1174e67d..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-06-29 02:15-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 a83e7fcdb2..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-06-29 02:15-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 b07970f8e7..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-06-29 02:15-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 21169640cd..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-06-29 02:15-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 47b2908871..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-06-29 02:15-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 016ee5c88e..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-06-29 02:15-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.mo b/mayan/apps/common/locale/es/LC_MESSAGES/django.mo index d0e4c16c3a..3f2b97d99b 100644 Binary files a/mayan/apps/common/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.po b/mayan/apps/common/locale/es/LC_MESSAGES/django.po index da061bab20..bd21ebdba0 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/es/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-06-29 02:15-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\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" "MIME-Version: 1.0\n" @@ -329,7 +329,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 "Una lista de nombres que designan todas las aplicaciones que se eliminarán de la lista que normalmente instala Mayan EDMS. Cada entrada debe ser una ruta de Python con puntos a: una clase de configuración de la aplicación (preferida) o un paquete que contenga una aplicación." #: settings.py:43 msgid "" @@ -337,7 +337,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 "Una lista de nombres que designan todas las aplicaciones que se instalan más allá de las instaladas normalmente por Mayan EDMS. Cada entrada debe ser una ruta de Python con puntos a: una clase de configuración de la aplicación (preferida) o un paquete que contenga una aplicación." #: settings.py:52 msgid "" diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index 4f49eb05c3..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-06-29 02:15-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.mo b/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo index ee48a870dc..cc5acee624 100644 Binary files a/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po index ce398fd7f3..51647ad182 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:15-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -452,7 +452,7 @@ msgstr "" msgid "" "Default: 'django.core.mail.backends.smtp.EmailBackend'. The backend to use " "for sending emails." -msgstr "" +msgstr "Par défaut:'django.core.mail.backends.smtp.EmailBackend'. Le backend à utiliser pour envoyer des courriels." #: settings.py:207 msgid "Default: 'localhost'. The host to use for sending email." @@ -470,17 +470,17 @@ msgstr "" msgid "" "Default: '' (Empty string). Username to use for the SMTP server defined in " "EMAIL_HOST. If empty, Django won't attempt authentication." -msgstr "" +msgstr "Par défaut: '' (chaîne vide). Nom d'utilisateur à utiliser pour le serveur SMTP défini dans EMAIL_HOST. Si vide, Django ne tentera pas d'authentification." #: settings.py:234 msgid "Default: 25. Port to use for the SMTP server defined in EMAIL_HOST." -msgstr "" +msgstr "Par défaut: 25. Port à utiliser pour le serveur SMTP défini dans EMAIL_HOST." #: settings.py:241 msgid "" "Default: None. Specifies a timeout in seconds for blocking operations like " "the connection attempt." -msgstr "" +msgstr "Par défaut: aucun. Spécifie un délai d'expiration en secondes pour le blocage d'opérations telles que la tentative de connexion." #: settings.py:249 msgid "" diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index d2043a58cc..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-06-29 02:15-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 c0d1555e9a..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-06-29 02:15-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 c3b1100b32..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-06-29 02:15-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.mo b/mayan/apps/common/locale/lv/LC_MESSAGES/django.mo index f4d6f70230..c233b4ec11 100644 Binary files a/mayan/apps/common/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po index 20523c2d05..142a431d38 100644 --- a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/common/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-06-29 02:15-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -326,7 +326,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 "Saraksts ar virknēm, kas apzīmē visas lietojumprogrammas, kuras jānoņem no saraksta, kuras parasti uzstāda Mayan EDMS. Katrai virknei vajadzētu būt punktveida Python ceļam uz: lietojumprogrammas konfigurācijas klasi (vēlams) vai paketi, kurā ir lietojumprogramma." #: settings.py:43 msgid "" @@ -334,7 +334,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 "Saraksts ar virknēm, kas apzīmē visas lietojumprogrammas, kas ir uzstādītas ārpus tām, ko parasti uzstāda Mayan EDMS. Katrai virknei vajadzētu būt punktveida Python ceļam uz: lietojumprogrammas konfigurācijas klasi (vēlams) vai paketi, kurā ir lietojumprogramma." #: settings.py:52 msgid "" 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 a2821bc6b8..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-06-29 02:15-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 981986f681..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-06-29 02:15-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 5380f7b28a..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-06-29 02:15-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 051da5214c..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-06-29 02:15-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 c4e4e2402c..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-06-29 02:15-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 3d772cf0cf..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-06-29 02:15-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 459122ebcf..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-06-29 02:15-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 6f6cfdce78..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-06-29 02:15-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 547495bc80..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-06-29 02:15-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 95b138f61c..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-06-29 02:15-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/settings.py b/mayan/apps/common/settings.py index 841549b38f..84009fe170 100644 --- a/mayan/apps/common/settings.py +++ b/mayan/apps/common/settings.py @@ -6,7 +6,7 @@ from django.conf import settings from django.utils.translation import ugettext_lazy as _ import mayan -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_COMMON_HOME_VIEW diff --git a/mayan/apps/common/tests/base.py b/mayan/apps/common/tests/base.py index 5c08bffd57..3c352df9df 100644 --- a/mayan/apps/common/tests/base.py +++ b/mayan/apps/common/tests/base.py @@ -7,6 +7,7 @@ from django_downloadview import assert_download_response from mayan.apps.acls.tests.mixins import ACLTestCaseMixin from mayan.apps.permissions.classes import Permission from mayan.apps.smart_settings.classes import Namespace +from mayan.apps.user_management.tests.mixins import UserTestMixin from .mixins import ( ClientMethodsTestCaseMixin, ConnectionsCheckTestCaseMixin, @@ -21,7 +22,7 @@ class BaseTestCase( SilenceLoggerTestCaseMixin, ConnectionsCheckTestCaseMixin, RandomPrimaryKeyModelMonkeyPatchMixin, ACLTestCaseMixin, ModelTestCaseMixin, OpenFileCheckTestCaseMixin, - TempfileCheckTestCasekMixin, TestCase + TempfileCheckTestCasekMixin, UserTestMixin, TestCase ): """ This is the most basic test case class any test in the project should use. 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 30e1634d87..cc78d7f7ac 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 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/common/tests/test_views.py b/mayan/apps/common/tests/test_views.py index bc13f1c3dc..9cf3b4bce0 100644 --- a/mayan/apps/common/tests/test_views.py +++ b/mayan/apps/common/tests/test_views.py @@ -4,7 +4,6 @@ from django.contrib.auth import get_user_model from django.contrib.contenttypes.models import ContentType from mayan.apps.acls.classes import ModelPermission -from mayan.apps.user_management.tests.mixins import UserTestMixin from ..models import ErrorLogEntry from ..permissions_runtime import permission_error_log_view @@ -13,7 +12,7 @@ from .base import GenericViewTestCase from .literals import TEST_ERROR_LOG_ENTRY_RESULT -class CommonViewTestCase(UserTestMixin, GenericViewTestCase): +class CommonViewTestCase(GenericViewTestCase): def _request_about_view(self): return self.get(viewname='common:about_view') diff --git a/mayan/apps/common/tests/utils.py b/mayan/apps/common/tests/utils.py index 85daf0c524..e1bb72f4b8 100644 --- a/mayan/apps/common/tests/utils.py +++ b/mayan/apps/common/tests/utils.py @@ -1,12 +1,22 @@ +from __future__ import absolute_import, unicode_literals + from contextlib import contextmanager import sys +from django.utils.encoding import force_text + class NullFile(object): def write(self, string): """Writes here go nowhere""" +def as_id_list(items): + return ','.join( + [force_text(item.pk) for item in items] + ) + + @contextmanager def mute_stdout(): stdout_old = sys.stdout diff --git a/mayan/apps/common/widgets.py b/mayan/apps/common/widgets.py index 38fdd8e8e7..30ac5cb223 100644 --- a/mayan/apps/common/widgets.py +++ b/mayan/apps/common/widgets.py @@ -1,5 +1,7 @@ from __future__ import unicode_literals +from collections import OrderedDict + from django import forms from django.utils.safestring import mark_safe @@ -20,6 +22,86 @@ class DisableableSelectWidget(forms.widgets.SelectMultiple): return result +class NamedMultiWidget(forms.widgets.Widget): + template_name = 'django/forms/widgets/multiwidget.html' + + def __init__(self, widgets, attrs=None): + self.widgets = OrderedDict() + for name, widget in widgets.items(): + self.widgets[name] = widget() if isinstance(widget, type) else widget + + super(NamedMultiWidget, self).__init__(attrs) + + def _get_media(self): + "Media for a multiwidget is the combination of all media of the subwidgets" + media = forms.widgets.Media() + for name, widget in self.widgets.items(): + media = media + widget.media + return media + media = property(_get_media) + + @property + def is_hidden(self): + return all(widget.is_hidden for name, widget in self.widgets.items()) + + def get_context(self, name, value, attrs): + context = super(NamedMultiWidget, self).get_context(name, value, attrs) + if self.is_localized: + for widget in self.widgets: + widget.is_localized = self.is_localized + + value = self.decompress(value) + + final_attrs = context['widget']['attrs'] + input_type = final_attrs.pop('type', None) + id_ = final_attrs.get('id') + subwidgets = [] + for widget_name, widget in self.widgets.items(): + if input_type is not None: + widget.input_type = input_type + full_widget_name = '%s_%s' % (name, widget_name) + try: + widget_value = value[widget_name] + except IndexError: + widget_value = None + if id_: + widget_attrs = final_attrs.copy() + widget_attrs['id'] = '%s_%s' % (id_, widget_name) + else: + widget_attrs = final_attrs + subwidgets.append( + widget.get_context( + full_widget_name, widget_value, widget_attrs + )['widget'] + ) + context['widget']['subwidgets'] = subwidgets + return context + + def id_for_label(self, id_): + if id_: + id_ += '_{}'.format(self.widgets.keys()[0]) + return id_ + + def value_from_datadict(self, data, files, name): + return { + name: widget.value_from_datadict( + data, files, name + '_%s' % name + ) for name, widget in self.widgets.items() + } + + def value_omitted_from_data(self, data, files, name): + return all( + widget.value_omitted_from_data(data, files, name + '_%s' % name) + for name, widget in self.widgets.items() + ) + + @property + def needs_multipart_form(self): + return any( + widget.needs_multipart_form for name, widget in self.widgets.items() + ) + + class PlainWidget(forms.widgets.Widget): """ Class to define a form widget that effectively nulls the htmls of a diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index 7d0661c048..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-06-29 02:16-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 1d5683a989..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-06-29 02:16-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 db9d8f3dd4..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-06-29 02:16-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 401dd00b91..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-06-29 02:16-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 d8137d5d83..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-06-29 02:16-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 46780383bc..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-06-29 02:16-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 5c27a089b3..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-06-29 02:16-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 f882dd500f..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-06-29 02:16-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 4b4ebbd525..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-06-29 02:16-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 8f4d474ace..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-06-29 02:16-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 cdbb485023..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-06-29 02:16-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 3ccb0643b7..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-06-29 02:16-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 fed985edf7..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-06-29 02:16-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 a57040bfa9..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-06-29 02:16-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 7a7544e538..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-06-29 02:16-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 03ffc2a3a5..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-06-29 02:16-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 4506b2a814..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-06-29 02:16-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 206c07b55b..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-06-29 02:16-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 ad82fccd3e..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-06-29 02:16-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 a6a0e9c0b4..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-06-29 02:16-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 ea66780f41..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-06-29 02:16-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 c3b8d185b2..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-06-29 02:16-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 22791db4ba..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-06-29 02:16-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 035d1bb5fb..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-06-29 02:16-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 b29be47ae8..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-06-29 02:16-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/converter/settings.py b/mayan/apps/converter/settings.py index 14ce07a295..b680fa6d47 100644 --- a/mayan/apps/converter/settings.py +++ b/mayan/apps/converter/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import ( DEFAULT_LIBREOFFICE_PATH, DEFAULT_PDFTOPPM_DPI, DEFAULT_PDFTOPPM_FORMAT, diff --git a/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po b/mayan/apps/dashboards/locale/ar/LC_MESSAGES/django.po index 545a447c4d..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-06-29 02:16-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 38db37ff97..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-06-29 02:16-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 09189ac228..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-06-29 02:16-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 547cc60bc4..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-06-29 02:16-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 33ae204438..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-06-29 02:16-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 15b290e513..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-06-29 02:16-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 b4178f3202..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-06-29 02:16-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 6f75f71cb0..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-06-29 02:16-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 8e517375c7..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-06-29 02:16-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 d00761f889..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-06-29 02:16-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 fe2820dec6..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-06-29 02:16-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 c8bf570139..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-06-29 02:16-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 6b1cf8437c..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-06-29 02:16-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 35c4762e52..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-06-29 02:16-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 a8e4fe26a3..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-06-29 02:16-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 c672852925..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-06-29 02:16-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 6379aff1ff..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-06-29 02:16-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 aefccb84bc..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-06-29 02:16-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 457b73a636..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-06-29 02:16-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 4fec0edfe4..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-06-29 02:16-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 9ddec07492..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-06-29 02:16-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 75d4679536..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-06-29 02:16-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 96d2532844..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-06-29 02:16-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 0f59501c38..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-06-29 02:16-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 b902238212..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-06-29 02:16-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 36c077d9e4..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-06-29 02:16-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 48fa5d3d37..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-06-29 02:16-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 9483e5213b..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-06-29 02:16-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 aadf6bfca0..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-06-29 02:16-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 2ccfc6fa36..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-06-29 02:16-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 982158c096..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-06-29 02:16-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 edf2a1cdda..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-06-29 02:16-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 4b350de685..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-06-29 02:16-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 b5f16a989a..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-06-29 02:16-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 ef04f4a1dc..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-06-29 02:16-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.mo b/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.mo index 588315c142..94ae08ac01 100644 Binary files a/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/fr/LC_MESSAGES/django.po index e824bdf1c2..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-06-29 02:16-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" @@ -80,6 +80,9 @@ msgid "" "Environment used for developers to make code changes. End users can ignore " "missing dependencies under this environment." msgstr "" +"Environnement utilisé par les développeurs pour modifier le code. Les " +"utilisateurs finaux peuvent ignorer les dépendances manquantes dans cet " +"environnement." #: classes.py:74 msgid "Development" @@ -90,6 +93,9 @@ msgid "" "Normal environment for end users. A missing dependency under this " "environment will result in issues and errors during normal use." msgstr "" +"Environnement normal pour les utilisateurs finaux. Une dépendance manquante " +"dans cet environnement entraînera des problèmes et des erreurs lors d'une " +"utilisation normale." #: classes.py:80 msgid "Production" @@ -175,7 +181,7 @@ msgstr "" #: classes.py:462 msgid "JavaScript" -msgstr "" +msgstr "JavaScript" #: classes.py:496 classes.py:729 msgid "Downloading... " @@ -199,11 +205,11 @@ msgstr "Python" #: classes.py:710 msgid "Fonts downloaded from fonts.googleapis.com." -msgstr "" +msgstr "Polices téléchargées à partir de fonts.googleapis.com." #: classes.py:712 msgid "Google font" -msgstr "" +msgstr "Google Font" #: classes.py:791 msgid "Declared in app" diff --git a/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po b/mayan/apps/dependencies/locale/hu/LC_MESSAGES/django.po index c2c195185b..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-06-29 02:16-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 382620f0ec..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-06-29 02:16-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 a64c8455e5..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-06-29 02:16-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 c3efcb316e..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-06-29 02:16-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 fa9bc33475..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-06-29 02:16-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 2e54876f62..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-06-29 02:16-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 a224bc7a4f..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-06-29 02:16-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 dec46083d6..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-06-29 02:16-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 c1bb4288c0..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-06-29 02:16-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 b073629e32..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-06-29 02:16-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 d37074267f..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-06-29 02:16-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 7427e4125e..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-06-29 02:16-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 c7af47bac8..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-06-29 02:16-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 2513c0545c..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-06-29 02:16-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 d481cc5cef..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-06-29 02:16-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 336a54dad7..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-06-29 02:16-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 210caeccfa..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-06-29 02:16-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 3d8096c95a..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-06-29 02:16-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 a8b6a23fb0..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-06-29 02:16-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 26bcd9f478..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-06-29 02:16-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 1e47f63179..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-06-29 02:16-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 6c27e35c2a..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-06-29 02:16-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 3a5d75f796..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-06-29 02:16-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 b3896e0ac5..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-06-29 02:16-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 b7fec258ba..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-06-29 02:16-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 97daa3513c..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-06-29 02:16-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 eca448e13a..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-06-29 02:16-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 a96b34ff8a..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-06-29 02:16-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 4247ebe8db..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-06-29 02:16-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 1ce1f5f7a9..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-06-29 02:16-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 e43033fe79..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-06-29 02:16-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 9e830fa94a..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-06-29 02:16-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 d7e21e4f13..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-06-29 02:16-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 ca51ec251a..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-06-29 02:16-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 446a835b09..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-06-29 02:16-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 a75d83028f..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-06-29 02:16-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 2d63aa0c7a..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-06-29 02:16-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 c7ba9712da..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-06-29 02:16-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 00cdd6af86..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-06-29 02:16-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/settings.py b/mayan/apps/django_gpg/settings.py index b7c763f45f..651f54bcbc 100644 --- a/mayan/apps/django_gpg/settings.py +++ b/mayan/apps/django_gpg/settings.py @@ -5,7 +5,7 @@ import os from django.conf import settings from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Signatures'), name='django_gpg') diff --git a/mayan/apps/django_gpg/tests/test_api.py b/mayan/apps/django_gpg/tests/test_api.py index 199d8e6868..1f976e1107 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 c12eea22de..5bc46a0b70 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 bf527c5649..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-06-29 02:16-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 69723bf447..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-06-29 02:16-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 9ef8b85b38..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-06-29 02:16-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 809bc7a6b0..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-06-29 02:16-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 9393207ec5..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-06-29 02:16-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 e1d068b5d6..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-06-29 02:16-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 9d0622097f..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-06-29 02:16-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 c0bb58fd84..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-06-29 02:16-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 cff34d9cd9..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-06-29 02:16-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 c184dd1f01..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-06-29 02:16-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 44965da666..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-06-29 02:16-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 795b58a6b4..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-06-29 02:16-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 63a3e8dbb8..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-06-29 02:16-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 742567bc1b..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-06-29 02:16-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 ec5f00f98d..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-06-29 02:16-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 19f6df0e5b..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-06-29 02:16-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 6301ed0be2..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-06-29 02:16-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 2a9330d0b8..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-06-29 02:16-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 b9df4111f8..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-06-29 02:16-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 da4ffe7707..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-06-29 02:16-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 5101bbc16a..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-06-29 02:16-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 8d0ab87470..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-06-29 02:16-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 02f1d272f3..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-06-29 02:16-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 e60b676ad7..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-06-29 02:16-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 7a1ed46df8..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-06-29 02:16-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 1f2916314e..8ad608baa2 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/apps.py b/mayan/apps/document_indexing/apps.py index ed121bc1c3..2c0a770dc7 100644 --- a/mayan/apps/document_indexing/apps.py +++ b/mayan/apps/document_indexing/apps.py @@ -141,8 +141,8 @@ class DocumentIndexingApp(MayanAppConfig): widget=TwoStateWidget ) SourceColumn( - attribute='enabled', is_sortable=True, source=IndexTemplateNode, - widget=TwoStateWidget + attribute='link_documents', is_sortable=True, + source=IndexTemplateNode, widget=TwoStateWidget ) SourceColumn( func=lambda context: index_instance_item_link(context['object']), diff --git a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo index 58249050c1..e00bec1c4f 100644 Binary files a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo differ 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 937efc00bd..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "لا شيء" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "عدد الوثائق الكلي" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "الوثائق" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indexes" @@ -79,27 +79,31 @@ msgstr "Indexes" msgid "Deletes and creates from scratch all the document indexes." msgstr "Deletes and creates from scratch all the document indexes." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "حذف" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "تحرير" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -243,10 +247,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo index 52eba043d8..0f0d95f896 100644 Binary files a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo differ 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 8740bb25dc..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "Няма" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Документи" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Индекси" @@ -79,27 +79,31 @@ msgstr "Индекси" msgid "Deletes and creates from scratch all the document indexes." msgstr "Изтриване и създаване от нулата на всички индекси за документа." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Редактиране" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -243,10 +247,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo index 5eb8829276..afb55d1db3 100644 Binary files a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo differ 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 0669cdb5e1..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,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -23,31 +23,31 @@ msgstr "" msgid "None" msgstr "Nijedno" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipovi dokumenta" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indeksiranje dokumenata" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Ukupni nivoi" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Ukupni dokumenti" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Nivo" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Nivoa" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenti" @@ -71,8 +71,8 @@ msgstr "" msgid "Creation date" msgstr "Datum kreiranja" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indeksi" @@ -80,27 +80,31 @@ msgstr "Indeksi" msgid "Deletes and creates from scratch all the document indexes." msgstr "Briše i nanovo kreira indekse svih dokumenata." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Obnoviti indekse" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Obnoviti indeks" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Kreiraj indeks" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Obriši" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Urediti" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Template drveta" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Novi child node" @@ -244,10 +248,6 @@ msgstr "Ukloni dokument" msgid "Index document" msgstr "Indeksni dokument" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Obnoviti indeks" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -290,81 +290,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Dostupni tipovi dokumenta" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Povezani tipovi dokumenata" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Tipovi dokumenata povezani sa indeksom:%s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Čvorovi šablona za indeks:%s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Kreirajte child node od:%s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Obrišite čvor indeksa :%s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Uredi čvor indeksa indeksa:%s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigacija:%s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Sadržaj za indeks:%s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Indeksni čvorovi koji sadrže dokument:%s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.mo index 1c4b38a674..7ab4d6f249 100644 Binary files a/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/cs/LC_MESSAGES/django.mo differ 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 dfc9bc3728..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenty" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Odstranit" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Editovat" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -242,10 +246,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.mo index ddf0acf907..588b125288 100644 Binary files a/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/da_DK/LC_MESSAGES/django.mo differ 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 ef6d99b279..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "Ingen" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Dokumenttyper" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Antal dokumenter" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenter" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Slet" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Rediger" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -242,10 +246,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo index c96155b67c..3564e5c22f 100644 Binary files a/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo differ 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 86506bb192..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,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-08 22:16+0000\n" -"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,31 +28,31 @@ msgstr "" msgid "None" msgstr "Keine" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Dokumententypen" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Dokumentenindizierung" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Gesamtanzahl Ebenen" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Alle Dokumente" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Ebene" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Ebenen" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Index bearbeitet" @@ -76,8 +76,8 @@ msgstr "Indexvorlagen" msgid "Creation date" msgstr "Erstellungsdatum" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indices" @@ -85,27 +85,31 @@ msgstr "Indices" msgid "Deletes and creates from scratch all the document indexes." msgstr "Löscht und erstellt alle Dokumentenindices neu." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Indices wiederaufbauen" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Index neu erstellen" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Index erstellen" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Löschen" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Bearbeiten" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Baumvorlage" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Neuer Unterknoten" @@ -249,10 +253,6 @@ msgstr "Dokument entfernen" msgid "Index document" msgstr "Dokument indizieren" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Index neu erstellen" - #: views.py:46 msgid "Available indexes" msgstr "Vefügbare Indices" @@ -295,81 +295,86 @@ msgid "There are no indexes." msgstr "Keine Indizes vorhanden." #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Verfügbare Dokumententypen" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Verknüpfte Dokumententypen" -#: views.py:172 +#: views.py:202 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 "Nach der Erstellung werden nur Dokumente des ausgewählten Typs im Index angezeigt. Eine Aktualisierung des Indexes kann nur durch Ereignisse von Dokumenten des ausgewählten Typs ausgelöst werden." -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Mit Index %s verknüpfte Dokumententypen" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Baumvorlagen für Index %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Unterknotenpunkt von %s erstellen" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Indexvorlagen-Knotenpunkt %s löschen?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Indexvorlagen-Knotenpunkt %s bearbeiten?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Dies könnte bedeuten, dass keine Index Vorlagen erstellt wurden, oder das erstellte Index Vorlagen nicht korrekt definiert wurden." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "Es sind keine Indexinstanzen vorhanden." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigation: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Inhalt von Index %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "Weisen Sie dem Dokumententyp dieses Dokuments einen Index zu, damit es als Instanz der Organisationseinheiten dieses Indexes auftaucht." -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Dieses Dokument befindet sich in keinem Index" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Knotenpunkte der Indices, die Dokumente enthalten: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.mo index 1e5af874e6..8a95f33c95 100644 Binary files a/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/el/LC_MESSAGES/django.mo differ 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 4077e88f6d..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "Κανένα" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Τύποι εγγράφων" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Ευρετήρια εγγράφων" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Σύνολο επιπέδων" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Σύνολο εγγράφων" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Επίπεδο" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Επίπεδα" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Έγγραφα" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "Ημερομηνία δημιουργίας" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Ευρετήρια" @@ -78,27 +78,31 @@ msgstr "Ευρετήρια" msgid "Deletes and creates from scratch all the document indexes." msgstr "Διαγράφει και αναδομεί από την αρχή όλα τα ευρετήρια εγγράφων." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Αναδόμηση ευρετηρίων" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Αναδόμηση ευρετηρίου" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Δημιουργία ευρετηρίου" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Διαγραφή" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Τροποποίηση" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Δέντρο υποδειγμάτων" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Νέος κόμβος" @@ -242,10 +246,6 @@ msgstr "Αφαίρεση εγγράφου" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Αναδόμηση ευρετηρίου" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Διαθέσιμοι τύποι εγγράφων" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Συνδεδεμένοι τύποι εγγράφων" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Τύποι εγγράφων συνδεδεμένοι στο ευρετήριο: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Πλοήγηση: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Περιεχόμενα του ευρετηριου: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Κόμβοι ευρετηρίου που περιέχουν έγγραφο: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." 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 ef41269a60..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-06-29 02:16-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" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -241,10 +245,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -287,81 +287,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." 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 66be5cb58b..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 aa59be1fa5..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-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:34+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" @@ -24,31 +24,31 @@ msgstr "" msgid "None" msgstr "Ninguno" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipos de documento" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indexación de documentos" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Niveles totales" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Total de documentos" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Nível" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Niveles" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documentos" @@ -72,8 +72,8 @@ msgstr "Plantillas de índice" msgid "Creation date" msgstr "Fecha de creación" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Índices" @@ -81,27 +81,31 @@ msgstr "Índices" msgid "Deletes and creates from scratch all the document indexes." msgstr "Borra y crea desde cero todos los índices de documentos." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Reconstruir índices" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Reconstruir índice" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Crear índice" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Borrar" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Editar" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Plantilla" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nuevo nodo hijo" @@ -245,10 +249,6 @@ msgstr "Remover documento" msgid "Index document" msgstr "Indexar documento" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Reconstruir índice" - #: views.py:46 msgid "Available indexes" msgstr "Índices disponibles" @@ -291,81 +291,86 @@ msgid "There are no indexes." msgstr "No hay índices" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "Reconstruir índice: %s" + +#: views.py:191 msgid "Available document types" msgstr "Tipos de documentos disponibles" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Tipos de documentos enlazados " -#: views.py:172 +#: views.py:202 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 "Solo los documentos de los tipos seleccionados se mostrarán en el índice cuando se construyan. Solo los eventos de los documentos de los tipos seleccionados activarán actualizaciones en el índice." -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Tipos de documentos enlazados al índice: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Nodos de la plantilla del árbol del índice: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Crear nodo hijo de: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "¿Borrar el nodo de plantilla de indice: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "¿Editar el nodo de plantilla de indice: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Esto podría significar que no se han creado plantillas de índice o que existen plantillas de índice, pero no están definidas correctamente." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "No hay instancias de índice disponibles." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navegación: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Contenido del indice: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "Asigne el tipo de documento de este documento a un índice para que aparezca en unidades de organización de instancias de índices." -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Este documento no está en ningún índice" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Nodos de indices que contienen el documento: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo index eb52f1af1b..c8364b83cd 100644 Binary files a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.mo differ 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 a3db4b0018..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "هیچ یک" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "نوع سند" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "نمایه سازی سند" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "سطوح کل" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "کل اسناد" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "سطح" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "سطوح" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "اسناد" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "تاریخ ایجاد" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "نمایه ها" @@ -79,27 +79,31 @@ msgstr "نمایه ها" msgid "Deletes and creates from scratch all the document indexes." msgstr "تمامی نمایه های سند را از ابتدا پاک می کند." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "بازسازی نمایه ها" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "بازسازی نمایه" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "ایجاد نمایه" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "حذف" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "ویرایش" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "الگو درخت" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "گره فرزند جدید" @@ -243,10 +247,6 @@ msgstr "سند را حذف کنید" msgid "Index document" msgstr "سند فهرست" -#: queues.py:24 -msgid "Rebuild index" -msgstr "بازسازی نمایه" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "نوع سند موجود" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "انواع اسناد مرتبط" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "انواع اسنادی مرتبط با نمایه: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "گره الگو درخت برای نمایه: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "ایجاد گره فرزنداز: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "گره index index را حذف کنید: %s؟" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "گره index index را ویرایش کنید: %s؟" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "ناوبری: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "فهرست مطالب: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "گره های نمایه حاوی سند: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo index d7d8fc2aa0..bf73581695 100644 Binary files a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo differ 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 c46a4dca51..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,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-06-17 20:41+0000\n" -"Last-Translator: Frédéric Sheedy <sheedf@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,31 +27,31 @@ msgstr "" msgid "None" msgstr "Aucun" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Types de document" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indexation de document" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Nombre de niveaux" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Nombre total de documents" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Niveau" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Niveaux" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documents" @@ -75,8 +75,8 @@ msgstr "Modèles d'index" msgid "Creation date" msgstr "Date de création" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Index" @@ -84,27 +84,31 @@ msgstr "Index" msgid "Deletes and creates from scratch all the document indexes." msgstr "Supprimer et reconstruire les index des documents en partant de zéro." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Reconstruire les index" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Reconstruire l'index" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Créer un index" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Supprimer" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Modifier" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Modèle d'arborescence" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nouveau noeud enfant" @@ -248,10 +252,6 @@ msgstr "Enlever le document" msgid "Index document" msgstr "Indexer le document" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Reconstruire l'index" - #: views.py:46 msgid "Available indexes" msgstr "Index disponibles" @@ -294,81 +294,86 @@ msgid "There are no indexes." msgstr "Il n'y a pas d'index." #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Types de documents disponibles" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Types de documents liés" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Types de documents liés à l'index : %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Nœuds de modèles d'arborescences pour l'index : %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Créer un nœud enfant de : %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Supprimer le nœud du modèle d'index : %s ?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Modifier le nœud du modèle d'index : %s" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Cela peut signifier qu'aucun modèle d'index n'a été créé ou qu'il existe des modèles d'index, mais qu'ils ne sont pas correctement définis." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "Il n'y a pas d'instance d'index disponible." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigation : %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Contenu de l'index : %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Ce document ne figure dans aucun index" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Nœuds d'index contenant le document : %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo index 570e8c0387..99435e208e 100644 Binary files a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo differ 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 cfca730b13..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "Semmi" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Dokumentum típusok" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Dokumentum indexelés" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Dokumentumok száma" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "dokumentumok" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indexek" @@ -79,27 +79,31 @@ msgstr "Indexek" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Törlés" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Szerkesztés" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -243,10 +247,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo index 813ce925c8..c7f453afe5 100644 Binary files a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo differ 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 3085ae9a92..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,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-14 11:30+0000\n" -"Last-Translator: Adek Lanin\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "Nihil" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipe dokumen" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Total dokumen" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumen" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Hapus" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Sunting" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -242,10 +246,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Tipe dokumen tersedia" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." 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 00f231d07c..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 e9e305a379..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-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+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" @@ -25,41 +26,41 @@ msgstr "" msgid "None" msgstr "Nessuno" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipi di documento" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indicizzazione documento" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" -msgstr "" +msgstr "Livelli totali" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Totale documenti" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Livello" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" -msgstr "" +msgstr "Livelli" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" 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." @@ -73,8 +74,8 @@ msgstr "" msgid "Creation date" msgstr "Data di creazione" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indici" @@ -82,27 +83,31 @@ msgstr "Indici" msgid "Deletes and creates from scratch all the document indexes." msgstr "Cancellazione e ricostruzione di tutti gli indici documento" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Ricostruisci indici" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Ricostruisci l'indice" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Crea indice" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Cancella" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Modifica" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Template Principale" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nuovo nodo figlio" @@ -143,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" @@ -246,29 +251,25 @@ msgstr "Cancella dcumento" msgid "Index document" msgstr "Indice documento" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Ricostruisci l'indice" - #: 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,86 +290,91 @@ 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 "Ricostruisci indice: %s" + +#: views.py:191 msgid "Available document types" msgstr "Tipi di documento disponibili" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Tipi di documento collegati" -#: views.py:172 +#: views.py:202 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:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Tipi di documento collegati all'indice: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Template principale per i nodi dell'indice: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Crea un nodo figlio di: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Cancellare il template del nodo indice: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Modificare il template del nodo indice: %s?" -#: views.py:287 +#: views.py:317 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:291 +#: views.py:321 msgid "There are no index instances available." -msgstr "" +msgstr "Non ci sono istanze di indice disponibili." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigazione: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Contenuti per l'indice: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" -msgstr "" +msgstr "Questo documento non è presente in nessun indice" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Indici contenuti nel documento: %s" -#: views.py:429 +#: views.py:459 #, 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.mo b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.mo index 279c515ea0..7275023b34 100644 Binary files a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.mo differ 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 f77e027631..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,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-06-27 12:14+0000\n" -"Last-Translator: Māris Teivāns <maris.teivans@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "Nav neviens" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Dokumentu veidi" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Dokumentu indeksēšana" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Kopējais līmenis" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Kopā dokumenti" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Līmenis" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Līmeņi" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenti" @@ -70,8 +70,8 @@ msgstr "Indeksu veidnes" msgid "Creation date" msgstr "Izveidošanas datums" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indeksi" @@ -79,27 +79,31 @@ msgstr "Indeksi" msgid "Deletes and creates from scratch all the document indexes." msgstr "Izdzēš un izveido visus dokumenta indeksus." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Atjaunot indeksus" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Atjaunot indeksu" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Izveidot indeksu" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Dzēst" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Rediģēt" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Koku veidne" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Jauns bērnu mezgls" @@ -243,10 +247,6 @@ msgstr "Noņemt dokumentu" msgid "Index document" msgstr "Indeksa dokuments" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Atjaunot indeksu" - #: views.py:46 msgid "Available indexes" msgstr "Pieejamie rādītāji" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "Nav indeksu." #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Pieejamie dokumentu veidi" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Saistītie dokumentu veidi" -#: views.py:172 +#: views.py:202 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 "Kad būvēts, indeksā tiks parādīti tikai atlasīto tipu dokumenti. Indeksā tiks atjaunināti tikai atlasīto tipu dokumentu notikumi." -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Dokumentu veidi, kas saistīti ar indeksu: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Koku veidņu mezgli indeksam: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Izveidot bērnu mezglu: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Dzēst indeksa veidnes mezglu: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Rediģējiet indeksa veidnes mezglu: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Tas varētu nozīmēt, ka nav izveidotas nevienas indeksa veidnes vai ka indeksu veidnes, bet tās nav pareizi definētas." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "Nav pieejami indeksu gadījumi." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigācija: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Indeksa saturs: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "Piešķiriet šī dokumenta dokumenta tipu indeksam, lai tas parādītos šo indeksu organizācijas vienību gadījumos." -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Šis dokuments nav nevienā indeksā" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Indeksu mezgli, kas satur dokumentu: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo index af1aa97faa..c48e00bd92 100644 Binary files a/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo differ 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 bc9c1bd356..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,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -24,31 +24,31 @@ msgstr "" msgid "None" msgstr "Geen" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Documentsoorten" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Documentindexering" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Niveau" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documenten" @@ -72,8 +72,8 @@ msgstr "" msgid "Creation date" msgstr "Aanmaakdatum" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indexeringen" @@ -81,27 +81,31 @@ msgstr "Indexeringen" msgid "Deletes and creates from scratch all the document indexes." msgstr "Documentindexeringen vanaf nul vernieuwen" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Opnieuw indexeren" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Indexering aanmaken" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Verwijderen" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Bewerken" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Sjabloon boomstructuur" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nieuwe node" @@ -245,10 +249,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -291,81 +291,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Beschikbare documentsoorten" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index 15d1942c0c..af4a28c7e9 100644 Binary files a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo differ 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 cfdc2fa9ce..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,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -24,31 +24,31 @@ msgstr "" msgid "None" msgstr "Brak" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Typy dokumentów" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indeksowanie dokumentu" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Razem poziomy" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Razem dokumenty" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Poziom" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Poziomy" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenty" @@ -72,8 +72,8 @@ msgstr "" msgid "Creation date" msgstr "Data utworzenia" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indeksy" @@ -81,27 +81,31 @@ msgstr "Indeksy" msgid "Deletes and creates from scratch all the document indexes." msgstr "Usuwa i tworzy od podstaw wszystkie indeksy dokumentów." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Przebudowa indeksów" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Przebuduj indeks" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Tworzenie indeksu" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Usunąć" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Edytuj" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Szablon drzewa" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nowy węzeł potomny" @@ -245,10 +249,6 @@ msgstr "Usuń dokument" msgid "Index document" msgstr "Indeksuj dokument" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Przebuduj indeks" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -291,81 +291,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Dostępne typy dokumentów" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Skojarzone typy dokumentu" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Typy dokumentu skojarzone z indeksem: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Węzły szablonu drzewa dla indeksu: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Utwórz potomny węzeł: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Usunąć węzeł szablonu indeksu: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Edytować węzeł szablonu indeksu: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Nawigacja: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Zawartość indeksu: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Węzły indeksów zawierające dokument: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 7cdbf62bb0..eb11f5efae 100644 Binary files a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo differ 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 b8712e926f..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,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -23,31 +23,31 @@ msgstr "" msgid "None" msgstr "Nenhum" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documentos" @@ -71,8 +71,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Índices" @@ -80,27 +80,31 @@ msgstr "Índices" msgid "Deletes and creates from scratch all the document indexes." msgstr "Exclui e cria a partir do zero todos os índices de documentos." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Eliminar" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Editar" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -244,10 +248,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -290,81 +290,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index f3796532eb..e2eb98c972 100644 Binary files a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo differ 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 a2e126fbec..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,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -25,31 +25,31 @@ msgstr "" msgid "None" msgstr "Nenhum" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipos de Documentos" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indexação de documentos" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Total de níveis" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Total de documentos" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Nível" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Níveis" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documento" @@ -73,8 +73,8 @@ msgstr "" msgid "Creation date" msgstr "Data de criação" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Índices" @@ -82,27 +82,31 @@ msgstr "Índices" msgid "Deletes and creates from scratch all the document indexes." msgstr "Exclui e criar a partir do zero todos os índices de documento." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Reconstruir índices de documento" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Reconstruir índice" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Criar índice" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Excluir" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Editar" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Árvore de modelo" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Novo node filho" @@ -246,10 +250,6 @@ msgstr "Remover documento" msgid "Index document" msgstr "Indexar documento" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Reconstruir índice" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -292,81 +292,86 @@ msgid "There are no indexes." msgstr "Não há índices." #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Tipos de documentos disponíveis" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Tipos de documentos vinculados" -#: views.py:172 +#: views.py:202 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 "Apenas os documentos dos tipos selecionados serão mostrados no índice após sua construção. Apenas os eventos dos documentos dos tipos selecionados desencadearão atualizações no índice." -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Tipos de documentos vinculados ao índice: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Nós de modelo da árvore do índice: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Criar nó filho de: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Excluir o nó de modelo de índice: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Editar o nó de modelo de índice: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Isso pode significar que nenhum modelo de índice foi criado ou que existem modelos de índice, mas eles não foram definidos apropriadamente." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "Não há instâncias de índices disponíveis." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navegação: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Conteúdo para Indice? %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "Associe o tipo deste documento a um índice para que ele apareça em instâncias das unidades de organização desses índices." -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Este documento não está em nenhum índice" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Indexar nós contendo documento: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." 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 3f939fb26d..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 e39d4914c1..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,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-08 08:11+0000\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" @@ -23,31 +23,31 @@ msgstr "" msgid "None" msgstr "Nici unul" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Tipuri de documente" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Indexarea documentelor" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "Total niveluri" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "Total documente" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Nivel" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "Niveluri" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Documente" @@ -71,8 +71,8 @@ msgstr "Șabloane de index" msgid "Creation date" msgstr "Data creării" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Indexuri" @@ -80,27 +80,31 @@ msgstr "Indexuri" msgid "Deletes and creates from scratch all the document indexes." msgstr "Șterge și creează de la zero toate indexurile de documente." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Refaceți index-uri" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Refaceți indexul" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Creați index" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Șterge" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Editează" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Arborele șablon" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Nou nod copil" @@ -244,10 +248,6 @@ msgstr "Eliminați documentul" msgid "Index document" msgstr "Indexați documentul" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Refaceți indexul" - #: views.py:46 msgid "Available indexes" msgstr "Index-uri disponibile" @@ -290,81 +290,86 @@ msgid "There are no indexes." msgstr "Nu există indexuri." #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "Reconstruire indice: %s" + +#: views.py:191 msgid "Available document types" msgstr "Tipuri de documente disponibile" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Tipuri de documente legate" -#: views.py:172 +#: views.py:202 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 "Numai documentele tipurilor selectate vor fi afișate în index atunci când sunt construite. Doar evenimentele din documentele selectate vor declanșa actualizări ale indexului." -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Tipuri de documente legate de index: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Arborele nod șablon pentru index: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Creați un nod copil al: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Ștergeți nodul șablon index: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Editați nodul șablonului index: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "Acest lucru ar putea însemna că nu au fost create șabloane de index sau că există șabloane index, dar nu sunt definite în mod corespunzător." -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "Nu există instanțe index disponibile." -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigare: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Conținutul pentru index: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "Atribuiți tipul de document al acestui document într-un index pentru a fi afișat în instanțele unităților de organizare a acestor indici." -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "Acest document nu este în nici un index" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Nodurile indexurilor care conțin documentul: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index 59cda99d28..b3d02b312f 100644 Binary files a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo differ 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 cc269a95c4..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "Ни один" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Типы документов" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Индексирование документа" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Уровень" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Документы" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "Дата создания" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Индексы" @@ -79,27 +79,31 @@ msgstr "Индексы" msgid "Deletes and creates from scratch all the document indexes." msgstr "Удаляет и создается с нуля, все индексы документа." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Восстановление индексов" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Создать индекс" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Удалить" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Редактировать" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Новый дочерний узел" @@ -243,10 +247,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Доступные типы документов" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Типы документов связаны" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Навигация: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo index 3291e2ede5..e130a4456e 100644 Binary files a/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/sl_SI/LC_MESSAGES/django.mo differ 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 1484baa6a5..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "Brez" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Dokumenti" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Izbriši" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -242,10 +246,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.mo index 98c96854f4..6693c96fee 100644 Binary files a/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/tr_TR/LC_MESSAGES/django.mo differ 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 ee5ed6f00e..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,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -23,31 +23,31 @@ msgstr "" msgid "None" msgstr "Yok" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "Doküman türleri" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "Belge dizini oluşturma" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "Seviye" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Belgeler" @@ -71,8 +71,8 @@ msgstr "" msgid "Creation date" msgstr "Oluşturulma tarihi" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "Dizinler" @@ -80,27 +80,31 @@ msgstr "Dizinler" msgid "Deletes and creates from scratch all the document indexes." msgstr "Tüm belge dizinlerini siler ve sıfırdan oluşturur." -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "Dizinleri yeniden oluştur" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "Dizini yenile" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "Dizin oluştur" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "Sil" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Düzenle" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "Ağaç şablonu" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "Yeni alt düğüm" @@ -244,10 +248,6 @@ msgstr "Belgeyi Çıkar" msgid "Index document" msgstr "Belgeyi dizinle" -#: queues.py:24 -msgid "Rebuild index" -msgstr "Dizini yenile" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -290,81 +290,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "Kullanılabilir belge türleri" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "Bağlı doküman türleri" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "Dizine bağlı doküman türleri: %s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "Dizin için ağaç şablonu düğümleri: %s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "Şu alt grubun alt düğümünü oluştur: %s" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "Dizin şablonu düğümünü silin: %s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "Dizin şablonu düğümünü düzenle: %s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "Navigasyon: %s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "Dizin içeriği: %s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "Belgeyi içeren düğümlerin dizinleri: %s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo index 7f01023713..2286853b5d 100644 Binary files a/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo differ 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 a690f9565b..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,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -21,31 +21,31 @@ msgstr "" msgid "None" msgstr "None" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "Tài liệu" @@ -69,8 +69,8 @@ msgstr "" msgid "Creation date" msgstr "" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "" @@ -78,27 +78,31 @@ msgstr "" msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "Sửa" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "" @@ -242,10 +246,6 @@ msgstr "" msgid "Index document" msgstr "" -#: queues.py:24 -msgid "Rebuild index" -msgstr "" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -288,81 +288,86 @@ msgid "There are no indexes." msgstr "" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "" -#: views.py:172 +#: views.py:202 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 "" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." diff --git a/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.mo index 8fdc078eaa..85e320863d 100644 Binary files a/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/zh/LC_MESSAGES/django.mo differ 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 b72e1586a9..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:16-0400\n" -"PO-Revision-Date: 2019-05-03 05:21+0000\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" "MIME-Version: 1.0\n" @@ -22,31 +22,31 @@ msgstr "" msgid "None" msgstr "没有" -#: admin.py:26 links.py:79 models.py:52 +#: admin.py:26 links.py:85 models.py:52 msgid "Document types" msgstr "文件类型" -#: apps.py:55 events.py:8 +#: apps.py:56 events.py:8 msgid "Document indexing" msgstr "文档索引" -#: apps.py:118 +#: apps.py:119 msgid "Total levels" msgstr "总级别" -#: apps.py:126 +#: apps.py:127 msgid "Total documents" msgstr "文档总数" -#: apps.py:131 apps.py:143 apps.py:162 +#: apps.py:132 apps.py:144 apps.py:163 msgid "Level" msgstr "级别" -#: apps.py:148 apps.py:167 +#: apps.py:149 apps.py:168 msgid "Levels" msgstr "级别" -#: apps.py:156 apps.py:174 models.py:358 +#: apps.py:157 apps.py:175 models.py:358 msgid "Documents" msgstr "文档" @@ -70,8 +70,8 @@ msgstr "" msgid "Creation date" msgstr "创立日期" -#: links.py:24 links.py:39 links.py:59 links.py:63 models.py:60 views.py:149 -#: views.py:292 +#: links.py:24 links.py:39 links.py:65 links.py:69 models.py:60 views.py:149 +#: views.py:322 msgid "Indexes" msgstr "索引" @@ -79,27 +79,31 @@ msgstr "索引" msgid "Deletes and creates from scratch all the document indexes." msgstr "删除并从头开始创建所有文档索引。" -#: links.py:50 views.py:415 +#: links.py:50 views.py:445 msgid "Rebuild indexes" msgstr "重建索引" -#: links.py:67 views.py:87 +#: links.py:56 queues.py:24 +msgid "Rebuild index" +msgstr "重建索引" + +#: links.py:73 views.py:87 msgid "Create index" msgstr "创建索引" -#: links.py:74 links.py:104 +#: links.py:80 links.py:110 msgid "Delete" msgstr "删除" -#: links.py:85 links.py:109 +#: links.py:91 links.py:115 msgid "Edit" msgstr "编辑" -#: links.py:92 +#: links.py:98 msgid "Tree template" msgstr "树模板" -#: links.py:98 +#: links.py:104 msgid "New child node" msgstr "新的子节点" @@ -243,10 +247,6 @@ msgstr "删除文档" msgid "Index document" msgstr "索引文件" -#: queues.py:24 -msgid "Rebuild index" -msgstr "重建索引" - #: views.py:46 msgid "Available indexes" msgstr "" @@ -289,81 +289,86 @@ msgid "There are no indexes." msgstr "没有索引。" #: views.py:161 +#, python-format +msgid "Rebuild index: %s" +msgstr "" + +#: views.py:191 msgid "Available document types" msgstr "可用的文档类型" -#: views.py:162 +#: views.py:192 msgid "Document types linked" msgstr "链接的文档类型" -#: views.py:172 +#: views.py:202 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 "构建时,只有所选类型的文档才会显示在索引中。只有所选类型的文档的事件才会触发索引中的更新。" -#: views.py:176 +#: views.py:206 #, python-format msgid "Document types linked to index: %s" msgstr "链接到索引的文档类型:%s" -#: views.py:188 +#: views.py:218 #, python-format msgid "Tree template nodes for index: %s" msgstr "索引的树模板节点:%s" -#: views.py:218 +#: views.py:248 #, python-format msgid "Create child node of: %s" msgstr "创建%s的子节点" -#: views.py:241 +#: views.py:271 #, python-format msgid "Delete the index template node: %s?" msgstr "删除索引模板节点:%s?" -#: views.py:264 +#: views.py:294 #, python-format msgid "Edit the index template node: %s?" msgstr "编辑索引模板节点:%s?" -#: views.py:287 +#: views.py:317 msgid "" "This could mean that no index templates have been created or that there " "index templates but they are no properly defined." msgstr "这可能意味着没有创建索引模板或索引模板没有正确定义。" -#: views.py:291 +#: views.py:321 msgid "There are no index instances available." msgstr "没有可用的索引实例。" -#: views.py:336 +#: views.py:366 #, python-format msgid "Navigation: %s" msgstr "导航:%s" -#: views.py:341 +#: views.py:371 #, python-format msgid "Contents for index: %s" msgstr "索引目录:%s" -#: views.py:394 +#: views.py:424 msgid "" "Assign the document type of this document to an index to have it appear in " "instances of those indexes organization units. " msgstr "将此文档的文档类型分配给索引,使其显示在这些索引组织单位的实例中。" -#: views.py:399 +#: views.py:429 msgid "This document is not in any index" msgstr "此文档不在任何索引中" -#: views.py:403 +#: views.py:433 #, python-format msgid "Indexes nodes containing document: %s" msgstr "包含文档的索引节点:%s" -#: views.py:429 +#: views.py:459 #, python-format msgid "%(count)d index queued for rebuild." msgid_plural "%(count)d indexes queued for rebuild." 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 ebb468b37d..7220151422 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 dd554401d6..9bd515e9a9 100644 --- a/mayan/apps/document_indexing/tests/test_views.py +++ b/mayan/apps/document_indexing/tests/test_views.py @@ -1,5 +1,6 @@ from __future__ import absolute_import, unicode_literals +from mayan.apps.common.tests import GenericViewTestCase from mayan.apps.documents.tests import GenericDocumentViewTestCase from ..models import Index, IndexInstanceNode @@ -17,7 +18,9 @@ from .literals import ( from .mixins import IndexTestMixin, IndexViewTestMixin -class IndexViewTestCase(IndexTestMixin, IndexViewTestMixin, GenericDocumentViewTestCase): +class IndexViewTestCase( + IndexTestMixin, IndexViewTestMixin, GenericViewTestCase +): def test_index_create_view_no_permission(self): response = self._request_test_index_create_view() self.assertEqual(response.status_code, 403) @@ -75,17 +78,56 @@ class IndexViewTestCase(IndexTestMixin, IndexViewTestMixin, GenericDocumentViewT self.test_index.refresh_from_db() self.assertEqual(self.test_index.label, TEST_INDEX_LABEL_EDITED) - def _request_index_instance_node_view(self, index_instance_node): + +class IndexInstaceViewTestMixin(object): + def _create_index_template_node(self): + self.test_index.node_templates.create( + parent=self.test_index.template_root, + expression=TEST_INDEX_TEMPLATE_DOCUMENT_LABEL_EXPRESSION, + 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() + self._create_index_template_node() + + 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._create_index_template_node() + + 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) + 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) @@ -98,14 +140,16 @@ class IndexViewTestCase(IndexTestMixin, IndexViewTestMixin, GenericDocumentViewT 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 IndexToolsViewTestMixin(object): def _request_indexes_rebuild_get_view(self): return self.get( - viewname='indexing:rebuild_index_instances', + viewname='indexing:rebuild_index_instances' ) def _request_indexes_rebuild_post_view(self): @@ -115,6 +159,11 @@ class IndexViewTestCase(IndexTestMixin, IndexViewTestMixin, GenericDocumentViewT } ) + +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 d34650c1b5..6b363dbf5f 100644 --- a/mayan/apps/document_indexing/urls.py +++ b/mayan/apps/document_indexing/urls.py @@ -15,72 +15,82 @@ from .views import ( TemplateNodeCreateView, TemplateNodeDeleteView, TemplateNodeEditView ) -urlpatterns = [ + +urlpatterns_templates = [ url( - regex=r'^setup/document_types/(?P<pk>\d+)/index_templates/$', + regex=r'^document_types/(?P<pk>\d+)/index_templates/$', view=DocumentTypeIndexesView.as_view(), name='document_type_index_templates' ), url( - regex=r'^setup/index/list/$', view=SetupIndexListView.as_view(), + regex=r'^templates/$', view=SetupIndexListView.as_view(), name='index_setup_list' ), url( - regex=r'^setup/index/create/$', view=SetupIndexCreateView.as_view(), + regex=r'^templates/create/$', view=SetupIndexCreateView.as_view(), name='index_setup_create' ), url( - regex=r'^setup/index/(?P<pk>\d+)/edit/$', - view=SetupIndexEditView.as_view(), name='index_setup_edit' - ), - url( - regex=r'^setup/index/(?P<pk>\d+)/delete/$', + regex=r'^templates/(?P<pk>\d+)/delete/$', view=SetupIndexDeleteView.as_view(), name='index_setup_delete' ), url( - regex=r'^setup/index/(?P<pk>\d+)/template/$', - view=SetupIndexTreeTemplateListView.as_view(), name='index_setup_view' - ), - url( - regex=r'^setup/index/(?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'^setup/index/(?P<pk>\d+)/rebuild/$', + regex=r'^templates/(?P<pk>\d+)/edit/$', + view=SetupIndexEditView.as_view(), name='index_setup_edit' + ), + url( + regex=r'^templates/(?P<pk>\d+)/nodes/$', + view=SetupIndexTreeTemplateListView.as_view(), name='index_setup_view' + ), + url( + regex=r'^templates/(?P<pk>\d+)/rebuild/$', view=SetupIndexRebuildView.as_view(), name='index_setup_rebuild' ), url( - regex=r'^setup/template/node/(?P<pk>\d+)/create/child/$', + regex=r'^templates/nodes/(?P<pk>\d+)/children/create/$', view=TemplateNodeCreateView.as_view(), name='template_node_create' ), url( - regex=r'^setup/template/node/(?P<pk>\d+)/edit/$', - view=TemplateNodeEditView.as_view(), name='template_node_edit' - ), - url( - regex=r'^setup/template/node/(?P<pk>\d+)/delete/$', + regex=r'^templates/nodes/(?P<pk>\d+)/delete/$', view=TemplateNodeDeleteView.as_view(), name='template_node_delete' ), - url( - regex=r'^index/list/$', view=IndexListView.as_view(), name='index_list' + regex=r'^templates/nodes/(?P<pk>\d+)/edit/$', + view=TemplateNodeEditView.as_view(), name='template_node_edit' + ), +] + +urlpatterns_instances = [ + url( + regex=r'^instances/$', view=IndexListView.as_view(), name='index_list' ), url( - regex=r'^instance/node/(?P<pk>\d+)/$', + regex=r'^instances/nodes/(?P<pk>\d+)/$', view=IndexInstanceNodeView.as_view(), name='index_instance_node_view' ), - url( - regex=r'^indexes/rebuild/$', view=IndexesRebuildView.as_view(), - name='rebuild_index_instances' - ), - url( - regex=r'^list/for/document/(?P<pk>\d+)/$', + regex=r'^documents/(?P<pk>\d+)/instances/$', view=DocumentIndexNodeListView.as_view(), name='document_index_list' ), ] +urlpatterns_tools = [ + url( + regex=r'^instances/rebuild/$', view=IndexesRebuildView.as_view(), + name='rebuild_index_instances' + ), +] + +urlpatterns = [] +urlpatterns.extend(urlpatterns_templates) +urlpatterns.extend(urlpatterns_instances) +urlpatterns.extend(urlpatterns_tools) + api_urls = [ url( regex=r'^indexes/node/(?P<pk>[0-9]+)/documents/$', diff --git a/mayan/apps/document_parsing/apps.py b/mayan/apps/document_parsing/apps.py index 844198cd9d..f481252e8b 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__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 b98237ca52..4fc81bca4d 100644 --- a/mayan/apps/document_parsing/links.py +++ b/mayan/apps/document_parsing/links.py @@ -16,6 +16,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', 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 267690e993..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-06-29 02:16-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 dbc4288c06..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-06-29 02:16-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 be26a019a5..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-06-29 02:16-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 de2e737408..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-06-29 02:16-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 25797b01b0..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-06-29 02:16-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 cd7417ac10..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-06-29 02:16-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 d11b84252d..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-06-29 02:16-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 ea36b1516e..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-06-29 02:16-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 91528b2c09..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-06-29 02:16-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 1739563b57..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-06-29 02:16-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 e9aa6eb688..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-06-29 02:16-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 a739ae3603..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-06-29 02:16-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 84e5f611de..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-06-29 02:16-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 8e710743e4..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-06-29 02:16-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 9a2087db54..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-06-29 02:16-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 c42d453661..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-06-29 02:16-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 05013ff6db..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-06-29 02:16-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 3bb03b7823..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-06-29 02:16-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 88ad2cc10c..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-06-29 02:16-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 c2fd70c398..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-06-29 02:16-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 cda10d472d..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-06-29 02:16-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 43211a9f02..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-06-29 02:16-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 99cec3c0cf..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-06-29 02:16-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 967eed136c..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-06-29 02:16-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 513b85fcf4..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-06-29 02:16-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/settings.py b/mayan/apps/document_parsing/settings.py index c6626fbbd1..7bf2b78d3a 100644 --- a/mayan/apps/document_parsing/settings.py +++ b/mayan/apps/document_parsing/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Document parsing'), name='document_parsing') 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 518a15423e..e7792dfd70 100644 --- a/mayan/apps/document_parsing/tests/test_views.py +++ b/mayan/apps/document_parsing/tests/test_views.py @@ -6,6 +6,7 @@ from mayan.apps.documents.tests import ( GenericDocumentViewTestCase, TEST_HYBRID_DOCUMENT ) +from ..models import DocumentPageContent from ..permissions import ( permission_content_view, permission_document_type_parsing_setup, permission_parse_document @@ -15,22 +16,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): @@ -38,20 +63,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): @@ -59,19 +101,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): @@ -80,7 +116,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( @@ -89,12 +125,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) @@ -102,7 +146,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 d86ba02543..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-06-29 02:17-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 81a7938f93..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-06-29 02:17-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 49eb01ad37..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-06-29 02:17-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 64d92f8ea0..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-06-29 02:17-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 e623c96d60..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-06-29 02:17-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 3563217200..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-06-29 02:17-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 924e894eb4..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-06-29 02:17-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 25140d385d..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-06-29 02:17-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 af817c84fc..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-06-29 02:17-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 de0da99cf8..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-06-29 02:17-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 5910e9f000..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-06-29 02:17-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 1bf3edc9b9..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-06-29 02:17-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 5ae74ba313..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-06-29 02:17-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 08b1a21121..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-06-29 02:17-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 4e60b7f13d..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-06-29 02:17-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 0b30c3c2a9..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-06-29 02:17-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 3d0c559112..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-06-29 02:17-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 46eeaeccee..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-06-29 02:17-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 435c4b7f6f..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-06-29 02:17-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 6ec3724799..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-06-29 02:17-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 1387d7b96b..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-06-29 02:17-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 32b4757e62..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-06-29 02:17-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 400146bd00..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-06-29 02:17-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 5049ded4f6..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-06-29 02:17-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 78d296a2ac..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-06-29 02:17-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/settings.py b/mayan/apps/document_signatures/settings.py index 6e0b75ec23..e146ec667a 100644 --- a/mayan/apps/document_signatures/settings.py +++ b/mayan/apps/document_signatures/settings.py @@ -5,7 +5,7 @@ import os from django.conf import settings from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Document signatures'), name='signatures') diff --git a/mayan/apps/document_signatures/tests/test_views.py b/mayan/apps/document_signatures/tests/test_views.py index d9b0ffd0d6..07c75aa6dd 100644 --- a/mayan/apps/document_signatures/tests/test_views.py +++ b/mayan/apps/document_signatures/tests/test_views.py @@ -23,84 +23,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', @@ -108,70 +56,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() @@ -185,7 +80,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) @@ -206,15 +101,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') @@ -240,7 +244,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( @@ -277,7 +281,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 11b6606517..d5e4cdae26 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_index_document, handler_launch_workflow, handler_trigger_transition @@ -120,9 +120,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/icons.py b/mayan/apps/document_states/icons.py index f30a9fdbcb..21df02a9b5 100644 --- a/mayan/apps/document_states/icons.py +++ b/mayan/apps/document_states/icons.py @@ -1,7 +1,7 @@ from __future__ import absolute_import, unicode_literals from mayan.apps.appearance.classes import Icon -from mayan.apps.documents.icons import icon_document_type +from mayan.apps.documents.icons import icon_document, icon_document_type icon_workflow = Icon(driver_name='fontawesome', symbol='sitemap') @@ -32,11 +32,11 @@ icon_workflow_instance_transition = Icon( driver_name='fontawesome', symbol='arrows-alt-h' ) -icon_workflow_runtime_proxy_document_list = icon_document_type +icon_workflow_runtime_proxy_document_list = icon_document icon_workflow_runtime_proxy_list = Icon( driver_name='fontawesome', symbol='sitemap' ) -icon_workflow_runtime_proxy_state_document_list = icon_document_type +icon_workflow_runtime_proxy_state_document_list = icon_document icon_workflow_runtime_proxy_state_list = Icon( driver_name='fontawesome', symbol='circle' ) 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 1174566ef0..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-06-29 02:17-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 ea5e15a0fe..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-06-29 02:17-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 eb4f6609e1..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-06-29 02:17-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 812d303b09..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-06-29 02:17-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 027ed93c1d..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-06-29 02:17-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 c924bed737..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-06-29 02:17-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 db305e3232..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-06-29 02:17-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 e6346cf3e1..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-06-29 02:17-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 e86b16e9dd..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 9c769d1fa9..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-06-29 02:17-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 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" @@ -119,7 +119,7 @@ msgstr "Si" #: forms.py:181 msgid "Optional comment to attach to the transition." -msgstr "" +msgstr "Comentario opcional para adjuntar a la transición." #: handlers.py:62 #, python-format @@ -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 8812c8a24c..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-06-29 02:17-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 86a6dbf691..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 349b0f3020..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,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-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: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\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" @@ -121,7 +121,7 @@ msgstr "Oui" #: forms.py:181 msgid "Optional comment to attach to the transition." -msgstr "" +msgstr "Commentaire facultatif à joindre à la transition." #: handlers.py:62 #, python-format @@ -416,7 +416,7 @@ msgstr "Clé principale de la transition à ajouter." msgid "" "Assign workflows to the document type of this document to have this document" " execute those workflows. " -msgstr "" +msgstr "Assigner des flux de travail au type de document de ce document pour que ce document exécute ces flux de travail." #: views/workflow_instance_views.py:48 msgid "There are no workflow for this document" @@ -475,7 +475,7 @@ msgstr "Documents avec le flux de travail : %s" msgid "" "Create some workflows and associated them with a document type. Active " "workflows will be shown here and the documents for which they are executing." -msgstr "" +msgstr "Créer des flux de travail et les associer à un type de document. Les flux de travail actifs seront affichés ici et les documents pour lesquels ils sont exécutés." #: views/workflow_proxy_views.py:74 msgid "There are no workflows" @@ -515,7 +515,7 @@ msgstr "Flux de travail affectés à ce type de document" msgid "" "Removing a workflow from a document type will also remove all running " "instances of that workflow." -msgstr "" +msgstr "La suppression d'un flux de travail d'un type de document supprimera également toutes les instances en cours d'exécution de ce flux de travail." #: views/workflow_views.py:87 #, python-format @@ -526,7 +526,7 @@ msgstr "Les flux de travail affecté à ce type de document: %s" msgid "" "Workflows store a series of states and keep track of the current state of a " "document. Transitions are used to change the current state to a new one." -msgstr "" +msgstr "Les flux de travail stockent une série d'états et assurent le suivi de l'état actuel d'un document. Les transitions sont utilisées pour changer l'état actuel en un nouvel état." #: views/workflow_views.py:137 msgid "No workflows have been defined" @@ -580,7 +580,7 @@ msgstr "Modifier une action d'état de flux de travail : %s" msgid "" "Workflow state actions are macros that get executed when documents enters or" " leaves the state in which they reside." -msgstr "" +msgstr "Les actions de flux de travail sont des macros qui sont exécutées lorsque des documents entrent ou sortent de l'état dans lequel ils se trouvent." #: views/workflow_views.py:371 msgid "There are no actions for this workflow state" @@ -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 36160ab46d..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-06-29 02:17-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 56ac5ff389..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-06-29 02:17-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 e89c8d857b..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-06-29 02:17-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 c6652e8886..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 8e2fa16c0c..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,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-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: Latvian (http://www.transifex.com/rosarior/mayan-edms/language/lv/)\n" "MIME-Version: 1.0\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" @@ -118,7 +118,7 @@ msgstr "Jā" #: forms.py:181 msgid "Optional comment to attach to the transition." -msgstr "" +msgstr "Izvēles komentārs, ko var pievienot pārejai." #: handlers.py:62 #, python-format @@ -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 d3a965e52a..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 6c86278bd7..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 @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Ben Zweekhorst <bzweekhorst@gmail.com>, 2019 # Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-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: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -36,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 "" +msgstr "Actie type" -#: apps.py:253 +#: apps.py:251 msgid "Triggers" msgstr "" @@ -94,7 +95,7 @@ msgstr "" #: forms.py:22 msgid "Action" -msgstr "" +msgstr "Actie" #: forms.py:117 msgid "Namespace" @@ -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/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 27e4df4bd3..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-06-29 02:17-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 ac7deff99f..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-06-29 02:17-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 548b436e0b..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-06-29 02:17-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 f0b4bc5bf0..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-06-29 02:17-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 ef216aadc8..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-06-29 02:17-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 4bc81e22b0..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-06-29 02:17-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 60a8765970..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-06-29 02:17-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 fd6d19484e..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-06-29 02:17-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 c88fbf9fa9..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-06-29 02:17-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/serializers.py b/mayan/apps/document_states/serializers.py index fabf978dd5..dd25d84093 100644 --- a/mayan/apps/document_states/serializers.py +++ b/mayan/apps/document_states/serializers.py @@ -266,7 +266,7 @@ class WritableWorkflowSerializer(serializers.ModelSerializer): 'url': {'view_name': 'rest_api:workflow-detail'}, } fields = ( - 'document_types_pk_list', 'label', 'id', 'url', + 'document_types_pk_list', 'label', 'id', 'internal_name', 'url', ) model = Workflow diff --git a/mayan/apps/document_states/tests/test_api.py b/mayan/apps/document_states/tests/test_api.py index c8c38e2bc4..84c55394f0 100644 --- a/mayan/apps/document_states/tests/test_api.py +++ b/mayan/apps/document_states/tests/test_api.py @@ -14,22 +14,26 @@ from ..permissions import ( ) from .literals import ( - TEST_WORKFLOW_STATE_COMPLETION, TEST_WORKFLOW_LABEL, - TEST_WORKFLOW_LABEL_EDITED, TEST_WORKFLOW_STATE_LABEL, - TEST_WORKFLOW_STATE_LABEL_EDITED, TEST_WORKFLOW_TRANSITION_LABEL, - TEST_WORKFLOW_TRANSITION_LABEL_EDITED + TEST_WORKFLOW_INTERNAL_NAME, TEST_WORKFLOW_LABEL, + TEST_WORKFLOW_LABEL_EDITED, TEST_WORKFLOW_STATE_COMPLETION, + TEST_WORKFLOW_STATE_LABEL, TEST_WORKFLOW_STATE_LABEL_EDITED, + TEST_WORKFLOW_TRANSITION_LABEL, TEST_WORKFLOW_TRANSITION_LABEL_EDITED ) - from .mixins import WorkflowTestMixin -class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase): - auto_upload_document = False +class WorkflowAPIViewTestMixin(object): + def _request_test_document_type_workflow_list_api_view(self): + return self.get( + viewname='rest_api:documenttype-workflow-list', + kwargs={'pk': self.test_document_type.pk} + ) def _request_test_workflow_create_api_view(self, extra_data=None): data = { - 'label': TEST_WORKFLOW_LABEL + 'internal_name': TEST_WORKFLOW_INTERNAL_NAME, + 'label': TEST_WORKFLOW_LABEL, } if extra_data: @@ -39,6 +43,80 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) viewname='rest_api:workflow-list', data=data ) + def _request_test_workflow_delete_api_view(self): + return self.delete( + viewname='rest_api:workflow-detail', kwargs={ + 'pk': self.test_workflow.pk + } + ) + + def _request_test_workflow_detail_api_view(self): + return self.get( + viewname='rest_api:workflow-detail', kwargs={ + 'pk': self.test_workflow.pk + } + ) + + def _request_test_workflow_document_type_delete_api_view(self): + return self.delete( + viewname='rest_api:workflow-document-type-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'document_type_pk': self.test_document_type.pk + } + ) + + def _request_test_workflow_document_type_detail_api_view(self): + return self.get( + viewname='rest_api:workflow-document-type-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'document_type_pk': self.test_document_type.pk + } + ) + + def _request_test_workflow_document_type_list_create_api_view(self): + return self.post( + viewname='rest_api:workflow-document-type-list', + kwargs={'pk': self.test_workflow.pk}, data={ + 'document_type_pk': self.test_document_type.pk + } + ) + + def _request_test_workflow_document_type_list_api_view(self): + return self.get( + viewname='rest_api:workflow-document-type-list', kwargs={ + 'pk': self.test_workflow.pk + } + ) + + def _request_test_workflow_edit_patch_view(self): + return self.patch( + viewname='rest_api:workflow-detail', kwargs={ + 'pk': self.test_workflow.pk + }, data={'label': TEST_WORKFLOW_LABEL_EDITED} + ) + + def _request_test_workflow_edit_put_view(self): + return self.put( + viewname='rest_api:workflow-detail', kwargs={ + 'pk': self.test_workflow.pk + }, data={ + 'internal_name': TEST_WORKFLOW_INTERNAL_NAME, + 'label': TEST_WORKFLOW_LABEL_EDITED + } + ) + + def _request_test_workflow_list_api_view(self): + return self.get(viewname='rest_api:workflow-list') + + +class WorkflowAPIViewTestCase( + WorkflowAPIViewTestMixin, DocumentTestMixin, WorkflowTestMixin, + BaseAPITestCase +): + auto_upload_document = False + def test_workflow_create_view_no_permission(self): response = self._request_test_workflow_create_api_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) @@ -88,13 +166,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) ) self.assertEqual(response.data['id'], workflow.pk) - def _request_test_workflow_delete_api_view(self): - return self.delete( - viewname='rest_api:workflow-detail', kwargs={ - 'pk': self.test_workflow.pk - } - ) - def test_workflow_delete_view_no_permission(self): self._create_test_workflow() response = self._request_test_workflow_delete_api_view() @@ -110,13 +181,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) self.assertEqual(Workflow.objects.count(), 0) - def _request_test_workflow_detail_api_view(self): - return self.get( - viewname='rest_api:workflow-detail', kwargs={ - 'pk': self.test_workflow.pk - } - ) - def test_workflow_detail_view_no_access(self): self._create_test_workflow() @@ -135,14 +199,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) self.assertEqual(response.status_code, status.HTTP_200_OK) self.assertEqual(response.data['label'], self.test_workflow.label) - def _request_test_workflow_document_type_list_create_api_view(self): - return self.post( - viewname='rest_api:workflow-document-type-list', - kwargs={'pk': self.test_workflow.pk}, data={ - 'document_type_pk': self.test_document_type.pk - } - ) - def test_workflow_document_type_create_view_no_access(self): self._create_test_workflow(add_document_type=False) @@ -153,7 +209,9 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) def test_workflow_document_type_create_view_with_access(self): self._create_test_workflow(add_document_type=False) - self.grant_access(permission=permission_workflow_edit, obj=self.test_workflow) + self.grant_access( + permission=permission_workflow_edit, obj=self.test_workflow + ) response = self._request_test_workflow_document_type_list_create_api_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) @@ -163,15 +221,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) (repr(self.test_document_type),) ) - def _request_test_workflow_document_type_delete_api_view(self): - return self.delete( - viewname='rest_api:workflow-document-type-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'document_type_pk': self.test_document_type.pk - } - ) - def test_workflow_document_type_delete_view_no_access(self): self._create_test_workflow(add_document_type=True) @@ -184,7 +233,9 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) def test_workflow_document_type_delete_view_with_access(self): self._create_test_workflow(add_document_type=True) - self.grant_access(permission=permission_workflow_edit, obj=self.test_workflow) + self.grant_access( + permission=permission_workflow_edit, obj=self.test_workflow + ) response = self._request_test_workflow_document_type_delete_api_view() self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) @@ -192,15 +243,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) self.test_workflow.refresh_from_db() self.assertEqual(self.test_workflow.document_types.count(), 0) - def _request_test_workflow_document_type_detail_api_view(self): - return self.get( - viewname='rest_api:workflow-document-type-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'document_type_pk': self.test_document_type.pk - } - ) - def test_workflow_document_type_detail_view_no_access(self): self._create_test_workflow(add_document_type=True) @@ -244,13 +286,8 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) response = self._request_test_workflow_document_type_detail_api_view() self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual(response.data['label'], self.test_document_type.label) - - def _request_test_workflow_document_type_list_api_view(self): - return self.get( - viewname='rest_api:workflow-document-type-list', kwargs={ - 'pk': self.test_workflow.pk - } + self.assertEqual( + response.data['label'], self.test_document_type.label ) def test_workflow_document_type_list_view_no_access(self): @@ -298,9 +335,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) response.data['results'][0]['label'], self.test_document_type.label ) - def _request_test_workflow_list_api_view(self): - return self.get(viewname='rest_api:workflow-list') - def test_workflow_list_view_no_access(self): self._create_test_workflow() @@ -321,13 +355,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) response.data['results'][0]['label'], self.test_workflow.label ) - def _request_test_workflow_edit_patch_view(self): - return self.patch( - viewname='rest_api:workflow-detail', kwargs={ - 'pk': self.test_workflow.pk - }, data={'label': TEST_WORKFLOW_LABEL_EDITED} - ) - def test_workflow_patch_view_no_access(self): self._create_test_workflow() @@ -340,7 +367,9 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) def test_workflow_patch_view_with_access(self): self._create_test_workflow() - self.grant_access(permission=permission_workflow_edit, obj=self.test_workflow) + self.grant_access( + permission=permission_workflow_edit, obj=self.test_workflow + ) response = self._request_test_workflow_edit_patch_view() self.assertEqual(response.status_code, status.HTTP_200_OK) @@ -348,13 +377,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) self.test_workflow.refresh_from_db() self.assertEqual(self.test_workflow.label, TEST_WORKFLOW_LABEL_EDITED) - def _request_test_workflow_edit_put_view(self): - return self.put( - viewname='rest_api:workflow-detail', kwargs={ - 'pk': self.test_workflow.pk - }, data={'label': TEST_WORKFLOW_LABEL_EDITED} - ) - def test_workflow_put_view_no_access(self): self._create_test_workflow() @@ -377,12 +399,6 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) self.test_workflow.refresh_from_db() self.assertEqual(self.test_workflow.label, TEST_WORKFLOW_LABEL_EDITED) - def _request_test_document_type_workflow_list_api_view(self): - return self.get( - viewname='rest_api:documenttype-workflow-list', - kwargs={'pk': self.test_document_type.pk} - ) - def test_document_type_workflow_list_no_access(self): self._create_test_workflow(add_document_type=True) @@ -431,9 +447,7 @@ class WorkflowAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase) ) -class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase): - auto_upload_document = False - +class WorkflowStateAPIViewTestMixin(object): def _request_test_workflow_state_create_api_view(self): return self.post( viewname='rest_api:workflowstate-list', @@ -443,6 +457,60 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes } ) + def _request_test_workflow_state_delete_api_view(self): + return self.delete( + viewname='rest_api:workflowstate-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'state_pk': self.test_workflow_state.pk + } + ) + + def _request_test_workflow_state_detail_api_view(self): + return self.get( + viewname='rest_api:workflowstate-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'state_pk': self.test_workflow_state.pk + } + ) + + def _request_test_workflow_state_list_api_view(self): + return self.get( + viewname='rest_api:workflowstate-list', kwargs={ + 'pk': self.test_workflow.pk + } + ) + + def _request_test_workflow_state_edit_patch_api_view(self): + return self.patch( + viewname='rest_api:workflowstate-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'state_pk': self.test_workflow_state.pk + }, data={ + 'label': TEST_WORKFLOW_STATE_LABEL_EDITED + } + ) + + def _request_test_workflow_state_edit_put_api_view(self): + return self.put( + viewname='rest_api:workflowstate-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'state_pk': self.test_workflow_state.pk + }, data={ + 'label': TEST_WORKFLOW_STATE_LABEL_EDITED + } + ) + + +class WorkflowStatesAPIViewTestCase( + WorkflowStateAPIViewTestMixin, DocumentTestMixin, WorkflowTestMixin, + BaseAPITestCase +): + auto_upload_document = False + def test_workflow_state_create_view_no_access(self): self._create_test_workflow() @@ -455,7 +523,9 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes def test_workflow_state_create_view_with_access(self): self._create_test_workflow() - self.grant_access(permission=permission_workflow_edit, obj=self.test_workflow) + self.grant_access( + permission=permission_workflow_edit, obj=self.test_workflow + ) response = self._request_test_workflow_state_create_api_view() self.assertEqual(response.status_code, status.HTTP_201_CREATED) @@ -465,15 +535,6 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes self.test_workflow.states.first().label, TEST_WORKFLOW_STATE_LABEL ) - def _request_test_workflow_state_delete_api_view(self): - return self.delete( - viewname='rest_api:workflowstate-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'state_pk': self.test_workflow_state.pk - } - ) - def test_workflow_state_delete_view_no_access(self): self._create_test_workflow() self._create_test_workflow_state() @@ -498,15 +559,6 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes self.test_workflow.refresh_from_db() self.assertEqual(self.test_workflow.states.count(), 0) - def _request_test_workflow_state_detail_api_view(self): - return self.get( - viewname='rest_api:workflowstate-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'state_pk': self.test_workflow_state.pk - } - ) - def test_workflow_state_detail_view_no_access(self): self._create_test_workflow() self._create_test_workflow_state() @@ -530,13 +582,6 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes response.data['label'], TEST_WORKFLOW_STATE_LABEL ) - def _request_test_workflow_state_list_api_view(self): - return self.get( - viewname='rest_api:workflowstate-list', kwargs={ - 'pk': self.test_workflow.pk - } - ) - def test_workflow_state_list_view_no_access(self): self._create_test_workflow() self._create_test_workflow_state() @@ -557,17 +602,6 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes response.data['results'][0]['label'], TEST_WORKFLOW_STATE_LABEL ) - def _request_test_workflow_state_edit_patch_api_view(self): - return self.patch( - viewname='rest_api:workflowstate-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'state_pk': self.test_workflow_state.pk - }, data={ - 'label': TEST_WORKFLOW_STATE_LABEL_EDITED - } - ) - def test_workflow_state_edit_view_via_patch_no_access(self): self._create_test_workflow() self._create_test_workflow_state() @@ -594,17 +628,6 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes self.test_workflow_state.label, TEST_WORKFLOW_STATE_LABEL_EDITED ) - def _request_test_workflow_state_edit_put_api_view(self): - return self.put( - viewname='rest_api:workflowstate-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'state_pk': self.test_workflow_state.pk - }, data={ - 'label': TEST_WORKFLOW_STATE_LABEL_EDITED - } - ) - def test_workflow_state_edit_view_via_put_no_access(self): self._create_test_workflow() self._create_test_workflow_state() @@ -632,9 +655,7 @@ class WorkflowStatesAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITes ) -class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase): - auto_upload_document = False - +class WorkflowTransitionAPIViewTestMixin(object): def _request_test_workflow_transition_create_api_view(self): return self.post( viewname='rest_api:workflowtransition-list', @@ -645,6 +666,63 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA } ) + def _request_test_workflow_transition_delete_api_view(self): + return self.delete( + viewname='rest_api:workflowtransition-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'transition_pk': self.test_workflow_transition.pk + } + ) + + def _request_test_workflow_transition_detail_api_view(self): + return self.get( + viewname='rest_api:workflowtransition-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'transition_pk': self.test_workflow_transition.pk + } + ) + + def _request_test_workflow_transition_list_api_view(self): + return self.get( + viewname='rest_api:workflowtransition-list', + kwargs={'pk': self.test_workflow.pk} + ) + + def _request_test_workflow_transition_edit_patch_api_view(self): + return self.patch( + viewname='rest_api:workflowtransition-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'transition_pk': self.test_workflow_transition.pk + }, data={ + 'label': TEST_WORKFLOW_TRANSITION_LABEL_EDITED, + 'origin_state_pk': self.test_workflow_state_2.pk, + 'destination_state_pk': self.test_workflow_state_1.pk, + } + ) + + def _request_test_workflow_transition_edit_put_api_view_via(self): + return self.put( + viewname='rest_api:workflowtransition-detail', + kwargs={ + 'pk': self.test_workflow.pk, + 'transition_pk': self.test_workflow_transition.pk + }, data={ + 'label': TEST_WORKFLOW_TRANSITION_LABEL_EDITED, + 'origin_state_pk': self.test_workflow_state_2.pk, + 'destination_state_pk': self.test_workflow_state_1.pk, + } + ) + + +class WorkflowTransitionsAPIViewTestCase( + WorkflowTransitionAPIViewTestMixin, DocumentTestMixin, WorkflowTestMixin, + BaseAPITestCase +): + auto_upload_document = False + def test_workflow_transition_create_view_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -672,15 +750,6 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA TEST_WORKFLOW_TRANSITION_LABEL ) - def _request_test_workflow_transition_delete_api_view(self): - return self.delete( - viewname='rest_api:workflowtransition-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'transition_pk': self.test_workflow_transition.pk - } - ) - def test_workflow_transition_delete_view_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -707,15 +776,6 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA self.test_workflow.refresh_from_db() self.assertEqual(self.test_workflow.transitions.count(), 0) - def _request_test_workflow_transition_detail_api_view(self): - return self.get( - viewname='rest_api:workflowtransition-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'transition_pk': self.test_workflow_transition.pk - } - ) - def test_workflow_transition_detail_view_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -740,12 +800,6 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA response.data['label'], TEST_WORKFLOW_TRANSITION_LABEL ) - def _request_test_workflow_transition_list_api_view(self): - return self.get( - viewname='rest_api:workflowtransition-list', - kwargs={'pk': self.test_workflow.pk} - ) - def test_workflow_transition_list_view_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -771,19 +825,6 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA TEST_WORKFLOW_TRANSITION_LABEL ) - def _request_test_workflow_transition_edit_patch_api_view(self): - return self.patch( - viewname='rest_api:workflowtransition-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'transition_pk': self.test_workflow_transition.pk - }, data={ - 'label': TEST_WORKFLOW_TRANSITION_LABEL_EDITED, - 'origin_state_pk': self.test_workflow_state_2.pk, - 'destination_state_pk': self.test_workflow_state_1.pk, - } - ) - def test_workflow_transition_edit_view_via_patch_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -832,19 +873,6 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA self.test_workflow_state_1 ) - def _request_test_workflow_transition_edit_put_api_view_via(self): - return self.put( - viewname='rest_api:workflowtransition-detail', - kwargs={ - 'pk': self.test_workflow.pk, - 'transition_pk': self.test_workflow_transition.pk - }, data={ - 'label': TEST_WORKFLOW_TRANSITION_LABEL_EDITED, - 'origin_state_pk': self.test_workflow_state_2.pk, - 'destination_state_pk': self.test_workflow_state_1.pk, - } - ) - def test_workflow_transition_edit_view_via_put_no_access(self): self._create_test_workflow() self._create_test_workflow_states() @@ -893,11 +921,7 @@ class WorkflowTransitionsAPITestCase(DocumentTestMixin, WorkflowTestMixin, BaseA ) -class DocumentWorkflowsAPITestCase( - DocumentTestMixin, WorkflowTestMixin, BaseAPITestCase -): - auto_upload_document = False - +class DocumentWorkflowAPIViewTestMixin(object): def _request_test_workflow_instance_detail_api_view(self): return self.get( viewname='rest_api:workflowinstance-detail', kwargs={ @@ -906,6 +930,35 @@ class DocumentWorkflowsAPITestCase( } ) + def _request_test_workflow_instance_list_api_view(self): + return self.get( + viewname='rest_api:workflowinstance-list', + kwargs={'pk': self.test_document.pk} + ) + + def _request_test_workflow_instance_log_entry_create_api_view(self, workflow_instance): + return self.post( + viewname='rest_api:workflowinstancelogentry-list', kwargs={ + 'pk': self.test_document.pk, + 'workflow_pk': workflow_instance.pk + }, data={'transition_pk': self.test_workflow_transition.pk} + ) + + def _request_test_workflow_instance_log_entry_list_api_view(self): + return self.get( + viewname='rest_api:workflowinstancelogentry-list', kwargs={ + 'pk': self.test_document.pk, + 'workflow_pk': self.test_document.workflows.first().pk + } + ) + + +class DocumentWorkflowsAPIViewTestCase( + DocumentWorkflowAPIViewTestMixin, DocumentTestMixin, WorkflowTestMixin, + BaseAPITestCase +): + auto_upload_document = False + def test_workflow_instance_detail_view_no_access(self): self._create_test_workflow(add_document_type=True) self._create_test_workflow_states() @@ -964,12 +1017,6 @@ class DocumentWorkflowsAPITestCase( TEST_WORKFLOW_LABEL ) - def _request_test_workflow_instance_list_api_view(self): - return self.get( - viewname='rest_api:workflowinstance-list', - kwargs={'pk': self.test_document.pk} - ) - def test_workflow_instance_list_view_no_access(self): self._create_test_workflow(add_document_type=True) self._create_test_workflow_states() @@ -1028,14 +1075,6 @@ class DocumentWorkflowsAPITestCase( TEST_WORKFLOW_LABEL ) - def _request_test_workflow_instance_log_entry_create_api_view(self, workflow_instance): - return self.post( - viewname='rest_api:workflowinstancelogentry-list', kwargs={ - 'pk': self.test_document.pk, - 'workflow_pk': workflow_instance.pk - }, data={'transition_pk': self.test_workflow_transition.pk} - ) - def test_workflow_instance_log_entries_create_view_no_access(self): self._create_test_workflow(add_document_type=True) self._create_test_workflow_states() @@ -1074,14 +1113,6 @@ class DocumentWorkflowsAPITestCase( TEST_WORKFLOW_TRANSITION_LABEL ) - def _request_test_workflow_instance_log_entry_list_api_view(self): - return self.get( - viewname='rest_api:workflowinstancelogentry-list', kwargs={ - 'pk': self.test_document.pk, - 'workflow_pk': self.test_document.workflows.first().pk - } - ) - def test_workflow_instance_log_entries_list_view_no_access(self): self._create_test_workflow(add_document_type=True) self._create_test_workflow_states() 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/document_states/widgets.py b/mayan/apps/document_states/widgets.py index 75e563baa1..87ae0a5f4b 100644 --- a/mayan/apps/document_states/widgets.py +++ b/mayan/apps/document_states/widgets.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals from django import forms from django.urls import reverse from django.utils.html import format_html_join, mark_safe +from django.utils.translation import ugettext_lazy as _ def widget_transition_events(transition): @@ -17,8 +18,8 @@ def widget_transition_events(transition): def widget_workflow_diagram(workflow): return mark_safe( - '<img class="img-responsive" src="{}" style="margin:auto;">'.format( - reverse( + '<img alt="{}" class="img-responsive" src="{}" style="margin:auto;">'.format( + _('Workflow preview'), reverse( viewname='document_states:workflow_image', kwargs={ 'pk': workflow.pk } 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 6eca4ef700..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "صفحات" @@ -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 c3ba45b80d..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-06-29 02:17-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" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Страници" @@ -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 24d6febd7c..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-06-29 02:17-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" @@ -51,11 +51,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Thumbnail" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Stranice" @@ -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 c89f046557..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-06-29 02:17-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" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "" @@ -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 c0e5ed98c1..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Sider" @@ -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 fbb9d645ff..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-06-29 02:17-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" @@ -56,11 +56,11 @@ msgstr "Versions-MIME-Typ" msgid "Versions timestamp" msgstr "Versionszeitstempel" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Miniaturbild" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Seiten" @@ -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 580c43abea..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Μικρογραφία" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Σελίδες" @@ -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 37b252ff0c..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-06-29 02:17-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/" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "" @@ -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 00b2f38f7b..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "Tipo MIME de versiones" msgid "Versions timestamp" msgstr "Fecha y hora de versiones" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Foto miniatura" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Páginas" @@ -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 3b7f845b03..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "اندازه کوچک" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "صفحات" @@ -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 5a35b5db47..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 39ea25a16b..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-06-29 02:17-0400\n" -"PO-Revision-Date: 2019-06-17 20:38+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" @@ -54,11 +54,11 @@ msgstr "Type MIME des version" msgid "Versions timestamp" msgstr "Horodatage des versions " -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Vignette" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Pages" @@ -215,7 +215,7 @@ msgstr "Ensemble de pages" msgid "" "Page number from which all the transformations will be cloned. Existing " "transformations will be lost." -msgstr "" +msgstr "Numéro de page à partir duquel toutes les transformations seront clonées. Les transformations existantes seront perdues." #: forms/document_type_forms.py:42 models/document_models.py:45 #: models/document_type_models.py:60 models/document_type_models.py:146 @@ -427,7 +427,7 @@ msgstr "Toutes les pages" msgid "" "UUID of a document, universally Unique ID. An unique identifier generated " "for each document." -msgstr "" +msgstr "UUID d'un document, en anglais: universally Unique ID. Un identifiant unique généré pour chaque document." #: models/document_models.py:49 msgid "The name of the document." @@ -463,7 +463,7 @@ msgstr "La langue dominante dans le document." #: models/document_models.py:69 msgid "Whether or not this document is in the trash." -msgstr "" +msgstr "Que ce document soit ou non à la poubelle." #: models/document_models.py:70 msgid "In trash?" @@ -763,7 +763,7 @@ msgstr "Transférer une nouvelle version du document" #: queues.py:83 msgid "Scan document duplicates" -msgstr "" +msgstr "Numériser des doublons de documents" #: settings.py:19 msgid "" @@ -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\"" @@ -956,7 +964,7 @@ 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 "Cela pourrait signifier que le document a un format qui n'est pas pris en charge, qu'il est corrompu ou que le processus de téléchargement a été interrompu. Utilisez l'action de recalcul de page de document pour tenter à nouveau d'effectuer une introspection du nombre de pages." #: views/document_page_views.py:59 msgid "No document pages available" 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 cc91228661..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "bélyegkép" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Lapok" @@ -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 8cffbf5960..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "Tipe MIME versi" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Halaman-halaman" @@ -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 84bf165da5..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 a25539ede2..2c91f75f97 100644 --- a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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-2017 # Roberto Rosario, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-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: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" @@ -37,25 +38,25 @@ msgstr "Ad ogni documento caricato deve essere assegnato un tipo documento, que #: apps.py:151 msgid "Versions comment" -msgstr "" +msgstr "Commento alle versioni" #: apps.py:155 msgid "Versions encoding" -msgstr "" +msgstr "Codifica delle versioni" #: apps.py:159 msgid "Versions mime type" -msgstr "" +msgstr "Tipo MIME delle versioni" #: apps.py:163 msgid "Versions timestamp" -msgstr "" +msgstr "Timestamp delle versioni" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Miniatura" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Pagine" @@ -69,7 +70,7 @@ msgstr "Tipo" #: dashboard_widgets.py:24 msgid "Total pages" -msgstr "" +msgstr "Pagine totali" #: dashboard_widgets.py:47 msgid "Total documents" @@ -114,11 +115,11 @@ msgstr "Cambiamenti al tipo di documento" #: events.py:27 msgid "Document type created" -msgstr "" +msgstr "Tipo di documento creato" #: events.py:31 msgid "Document type edited" -msgstr "" +msgstr "Tipo di documento modificato" #: events.py:34 msgid "Document version reverted" @@ -155,13 +156,13 @@ msgstr "Rinomina del documento veloce" #: forms/document_forms.py:93 forms/document_version_forms.py:15 msgid "Preserve extension" -msgstr "" +msgstr "Conserva l'estensione" #: forms/document_forms.py:95 msgid "" "Takes the file extension and moves it to the end of the filename allowing " "operating systems that rely on file extensions to open document correctly." -msgstr "" +msgstr "Mette l'estensione del file alla fine del nome, consentendo ai sistemi operativi che tengono conto di ciò di aprire il file correttamente." #: forms/document_forms.py:147 msgid "Date added" @@ -212,7 +213,7 @@ msgstr "Intervallo pagina" msgid "" "Page number from which all the transformations will be cloned. Existing " "transformations will be lost." -msgstr "" +msgstr "Numero della pagina dalla quale verranno clonate tutte le trasformazioni. Le trasformazioni esistenti andranno perse." #: forms/document_type_forms.py:42 models/document_models.py:45 #: models/document_type_models.py:60 models/document_type_models.py:146 @@ -225,7 +226,7 @@ msgid "" "Takes the file extension and moves it to the end of the filename allowing " "operating systems that rely on file extensions to open the downloaded " "document version correctly." -msgstr "" +msgstr "Mette l'estensione del file alla fine del nome, consentendo ai sistemi operativi che tengono conto di ciò di aprire versione scaricata del file correttamente." #: links.py:66 msgid "Preview" @@ -253,15 +254,15 @@ msgstr "Cancella" #: links.py:112 views/favorite_document_views.py:37 msgid "Favorites" -msgstr "" +msgstr "Preferiti" #: links.py:118 links.py:193 msgid "Add to favorites" -msgstr "" +msgstr "Aggiungi ai preferiti" #: links.py:124 links.py:198 msgid "Remove from favorites" -msgstr "" +msgstr "Rimuovi dai preferiti" #: links.py:130 links.py:184 msgid "Move to trash" @@ -277,7 +278,7 @@ msgstr "Cambia tipo" #: links.py:148 links.py:209 msgid "Advanced download" -msgstr "" +msgstr "Download avanzato" #: links.py:155 msgid "Print" @@ -285,7 +286,7 @@ msgstr "Stampa" #: links.py:160 msgid "Quick download" -msgstr "" +msgstr "Download rapido" #: links.py:167 links.py:214 msgid "Recalculate page count" @@ -315,11 +316,11 @@ msgstr "Tutti i documenti" #: links.py:255 views/document_views.py:712 msgid "Recently accessed" -msgstr "" +msgstr "Consultati di recente" #: links.py:259 views/document_views.py:738 msgid "Recently added" -msgstr "" +msgstr "Aggiunti di recente" #: links.py:264 msgid "Trash can" @@ -389,7 +390,7 @@ msgstr "Crea tipo di documento" #: links.py:371 msgid "Deletion policies" -msgstr "" +msgstr "Politiche di cancellazione" #: links.py:375 links.py:396 msgid "Edit" @@ -406,7 +407,7 @@ msgstr "Etichette rapide" #: links.py:415 models/misc_models.py:38 models/misc_models.py:48 #: views/document_views.py:690 msgid "Duplicated documents" -msgstr "" +msgstr "Documenti duplicati" #: links.py:426 queues.py:70 msgid "Duplicated document scan" @@ -424,11 +425,11 @@ msgstr "Tutte le pagine" msgid "" "UUID of a document, universally Unique ID. An unique identifier generated " "for each document." -msgstr "" +msgstr "UUID, ID Universale del Documento. Un identifitacore univoco generato per ogni documento." #: models/document_models.py:49 msgid "The name of the document." -msgstr "" +msgstr "Il nome del documento." #: 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 "Etichetta" #: models/document_models.py:53 msgid "An optional short text describing a document." -msgstr "" +msgstr "Un breve testo opzionale per descrivere il documento." #: models/document_models.py:54 search.py:41 search.py:69 msgid "Description" @@ -448,7 +449,7 @@ msgstr "Descrizione " msgid "" "The server date and time when the document was finally processed and added " "to the system." -msgstr "" +msgstr "Data e ora del server in cui il documento è stato processato e aggiunto al sistema." #: models/document_models.py:60 models/misc_models.py:41 msgid "Added" @@ -456,11 +457,11 @@ msgstr "Aggiunto" #: models/document_models.py:64 msgid "The dominant language in the document." -msgstr "" +msgstr "Il linguaggio principale del documento." #: models/document_models.py:69 msgid "Whether or not this document is in the trash." -msgstr "" +msgstr "Se il documento si trova o no nel cestino." #: models/document_models.py:70 msgid "In trash?" @@ -468,7 +469,7 @@ msgstr "Nel cestino?" #: models/document_models.py:75 msgid "The server date and time when the document was moved to the trash." -msgstr "" +msgstr "Data e ora del server in cui il documento è stato messo nel cestino." #: models/document_models.py:77 msgid "Date and time trashed" @@ -531,7 +532,7 @@ msgstr "Immagini pagine documenti in cache" #: models/document_type_models.py:31 msgid "The name of the document type." -msgstr "" +msgstr "Nome del tipo di documento." #: models/document_type_models.py:36 msgid "" @@ -575,7 +576,7 @@ msgstr "Etichetta rapida" #: models/document_version_models.py:78 msgid "The server date and time when the document version was processed." -msgstr "" +msgstr "Data e ora del server in cui il documento è stato processato." #: models/document_version_models.py:79 msgid "Timestamp" @@ -583,7 +584,7 @@ msgstr "Timestamp" #: models/document_version_models.py:83 msgid "An optional short text describing the document version." -msgstr "" +msgstr "Breve testo opzionale per descrivere la versione del documento." #: models/document_version_models.py:84 msgid "Comment" @@ -598,7 +599,7 @@ msgid "" "The document version's file mimetype. MIME types are a standard way to " "describe the format of a file, in this case the file format of the document." " Some examples: \"text/plain\" or \"image/jpeg\". " -msgstr "" +msgstr "Il tipo MIME della versione del documento. I tipi MIME sono un modo standard di descrivere il formato del file, in questo caso del documento. Alcuni esempi: \"text/plain\" o \"image/jpeg\"." #: models/document_version_models.py:98 search.py:38 search.py:63 msgid "MIME type" @@ -608,7 +609,7 @@ msgstr "Tipo MIME" msgid "" "The document version file encoding. binary 7-bit, binary 8-bit, text, " "base64, etc." -msgstr "" +msgstr "La codifica di questa versione del file, es. 7-bit binario, 8-bit binario, testo, base64, ecc." #: models/document_version_models.py:104 msgid "Encoding" @@ -624,11 +625,11 @@ msgstr "Utente" #: models/misc_models.py:71 msgid "Favorite document" -msgstr "" +msgstr "Documento preferito" #: models/misc_models.py:72 msgid "Favorite documents" -msgstr "" +msgstr "Documenti preferiti" #: models/misc_models.py:97 msgid "Accessed" @@ -688,7 +689,7 @@ msgstr "Ripristinare i documenti ad una versione precedente" #: permissions.py:44 msgid "View documents' versions list" -msgstr "" +msgstr "Vedi la lista delle versioni del documento" #: permissions.py:48 msgid "View documents" @@ -724,7 +725,7 @@ msgstr "Caricamenti" #: queues.py:31 msgid "Generate document page image" -msgstr "" +msgstr "Genera immagine della pagina del documento" #: queues.py:36 msgid "Delete a document" @@ -732,15 +733,15 @@ msgstr "Cancella documento" #: queues.py:40 msgid "Clean empty duplicate lists" -msgstr "" +msgstr "Pulisci le liste dei duplicati vuote" #: queues.py:45 msgid "Check document type delete periods" -msgstr "" +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" @@ -752,79 +753,79 @@ msgstr "Pulisci la cache immagini" #: queues.py:75 msgid "Update document page count" -msgstr "" +msgstr "Aggiorna il conteggio delle pagine del documento" #: queues.py:79 msgid "Upload new document version" -msgstr "" +msgstr "Carica una nuova versione del documento" #: queues.py:83 msgid "Scan document duplicates" -msgstr "" +msgstr "Cerca duplicati del documento" #: settings.py:19 msgid "" "Path to the Storage subclass to use when storing the cached document image " "files." -msgstr "" +msgstr "Percorso per la classe Storage da usare per la cache delle immagini dei documenti." #: settings.py:28 msgid "Arguments to pass to the DOCUMENT_CACHE_STORAGE_BACKEND." -msgstr "" +msgstr "Argomenti da passare a DOCUMENT_CACHE_STORAGE_BACKEND." #: settings.py:34 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." @@ -832,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 "" @@ -860,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" @@ -930,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 "" @@ -953,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 @@ -1237,21 +1246,21 @@ msgstr "" #: views/document_views.py:688 msgid "There are no duplicated documents" -msgstr "" +msgstr "Non ci sono documenti duplicati." #: views/document_views.py:706 msgid "" "This view will list the latest documents viewed or manipulated in any way by" " this user account." -msgstr "" +msgstr "Questa schermata elenca gli ultimi documenti visti o manipolati in qualche modo da questo account utente." #: views/document_views.py:710 msgid "There are no recently accessed document" -msgstr "" +msgstr "Non ci sono documenti aperti di recente" #: views/document_views.py:732 msgid "This view will list the latest documents uploaded in the system." -msgstr "" +msgstr "Questa schermata elenca gli ultimi documenti caricati nel sistema." #: views/document_views.py:736 msgid "There are no recently added document" 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 0cf2466f07..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "Versiju mime tips" msgid "Versions timestamp" msgstr "Versiju laika zīmogs" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Sīktēls" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Lapas" @@ -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 fa6703aced..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-06-29 02:17-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" @@ -51,11 +51,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Thumbnail" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Pagina's" @@ -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 179c302fcc..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-06-29 02:17-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,25 +38,25 @@ 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" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Miniaturka" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Strony" @@ -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 8195f7a11e..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-06-29 02:17-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" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Páginas" @@ -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 6313fe9ea2..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-06-29 02:17-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" @@ -52,11 +52,11 @@ msgstr "Tipo MIME de versões" msgid "Versions timestamp" msgstr "Registro de data e hora das versões" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Miniatura" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Páginas" @@ -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 fc05a3d176..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-06-29 02:17-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" @@ -51,11 +51,11 @@ msgstr "Tip MIME pt. versiuni" msgid "Versions timestamp" msgstr "Marcă temporală versiuni" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Miniatură" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Pagini" @@ -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 02fe14e4ee..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Миниатюра" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Страницы" @@ -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 01129e3bd4..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-06-29 02:17-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" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Strani" @@ -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 9e51641e71..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-06-29 02:17-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" @@ -51,11 +51,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "Küçük ikon" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Sayfalar" @@ -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 3128db68f7..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-06-29 02:17-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" @@ -49,11 +49,11 @@ msgstr "" msgid "Versions timestamp" msgstr "" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "Trang" @@ -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 690d7400b9..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-06-29 02:17-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" @@ -50,11 +50,11 @@ msgstr "版本mime类型" msgid "Versions timestamp" msgstr "版本时间戳" -#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:333 +#: apps.py:241 apps.py:270 apps.py:280 apps.py:316 apps.py:334 msgid "Thumbnail" msgstr "缩略图" -#: apps.py:249 apps.py:338 forms/document_forms.py:182 links.py:83 +#: apps.py:249 apps.py:339 forms/document_forms.py:182 links.py:83 msgid "Pages" msgstr "页面" @@ -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/models/document_page_models.py b/mayan/apps/documents/models/document_page_models.py index b5a1661bd8..afbf34cef3 100644 --- a/mayan/apps/documents/models/document_page_models.py +++ b/mayan/apps/documents/models/document_page_models.py @@ -229,7 +229,7 @@ class DocumentPage(models.Model): for transformation in transformations: converter.transform(transformation=transformation) - return page_image + return converter.get_page() except Exception as exception: # Cleanup in case of error logger.error( diff --git a/mayan/apps/documents/settings.py b/mayan/apps/documents/settings.py index 19c0162ca8..ca27496599 100644 --- a/mayan/apps/documents/settings.py +++ b/mayan/apps/documents/settings.py @@ -5,7 +5,7 @@ import os from django.conf import settings from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import ( DEFAULT_DOCUMENTS_HASH_BLOCK_SIZE, DEFAULT_LANGUAGE, DEFAULT_LANGUAGE_CODES 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 220453529a..cb692a1f10 100644 --- a/mayan/apps/documents/tests/mixins.py +++ b/mayan/apps/documents/tests/mixins.py @@ -24,6 +24,21 @@ class DocumentTestMixin(object): test_document_filename = TEST_SMALL_DOCUMENT_FILENAME test_document_path = None + def setUp(self): + super(DocumentTestMixin, self).setUp() + self.test_documents = [] + + if self.auto_create_document_type: + self._create_document_type() + + if self.auto_upload_document: + self.upload_document() + + def tearDown(self): + for document_type in DocumentType.objects.all(): + document_type.delete() + super(DocumentTestMixin, self).tearDown() + def _create_document_type(self): self.test_document_type = DocumentType.objects.create( label=TEST_DOCUMENT_TYPE_LABEL @@ -51,21 +66,6 @@ class DocumentTestMixin(object): 'sample_documents', self.test_document_filename ) - def setUp(self): - super(DocumentTestMixin, self).setUp() - self.test_documents = [] - - if self.auto_create_document_type: - self._create_document_type() - - if self.auto_upload_document: - self.upload_document() - - def tearDown(self): - for document_type in DocumentType.objects.all(): - document_type.delete() - super(DocumentTestMixin, self).tearDown() - class DocumentTypeViewTestMixin(object): def _request_test_document_type_create_view(self): diff --git a/mayan/apps/documents/tests/test_api.py b/mayan/apps/documents/tests/test_api.py index 0ddcc9164f..a40165fac9 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_descriptor: 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,8 +255,93 @@ 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 + def test_document_description_api_edit_via_patch_view_no_permission(self): + self.upload_document() + + response = self._request_test_document_description_api_edit_via_patch_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + 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_properties_edit + ) + + 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( + self.test_document.description, + TEST_DOCUMENT_DESCRIPTION_EDITED + ) + + def test_document_description_api_edit_via_put_view_no_permission(self): + self.upload_document() + + response = self._request_test_document_description_api_edit_via_put_view() + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + 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_properties_edit + ) + + response = self._request_test_document_description_api_edit_via_put_view() + self.assertEqual(response.status_code, status.HTTP_200_OK) + + self.test_document.refresh_from_db() + self.assertEqual( + self.test_document.description, + TEST_DOCUMENT_DESCRIPTION_EDITED + ) + + +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, + 'version_pk': self.test_document.latest_version.pk, + } + ) + + 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) @@ -217,152 +355,26 @@ class DocumentAPITestCase(DocumentTestMixin, BaseAPITestCase): } ) - def test_document_new_version_upload_no_permission(self): + +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_new_version_upload() + response = self._request_test_document_version_api_download_view() self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - def test_document_new_version_upload_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 - ) - - 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() - self.assertEqual(response.status_code, status.HTTP_200_OK) - - self.assertEqual( - response.data['results'][1]['checksum'], - self.test_document.latest_version.checksum - ) - - 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): - self.upload_document() - - response = self._request_document_download() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_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_download() - 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 _request_document_version_download(self): - return self.get( - viewname='rest_api:documentversion-download', kwargs={ - 'pk': self.test_document.pk, - 'version_pk': self.test_document.latest_version.pk, - } - ) - - def test_document_version_download_no_permission(self): - self.upload_document() - - response = self._request_document_version_download() - self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) - - def test_document_version_download_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 779ed4d1c5..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-06-29 02:17-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 50020addf9..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-06-29 02:17-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 53dd2e0f17..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-06-29 02:17-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 fe7d766399..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-06-29 02:17-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 6be65a7b3e..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-06-29 02:17-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.mo b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index 590d526cb9..da619a62be 100644 Binary files a/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo differ 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 7aca2efd6e..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,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-0400\n" -"PO-Revision-Date: 2019-06-15 07:49+0000\n" -"Last-Translator: Berny <berny@bernhard-marx.de>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\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 3629c8e405..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-06-29 02:17-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 2fea2d1d6b..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-06-29 02:17-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 9dd31f9340..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-06-29 02:17-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 78bd2232fe..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-06-29 02:17-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 c02ae8f8b6..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-06-29 02:17-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 5f604e9524..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-06-29 02:17-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 3b61e8a7a0..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-06-29 02:17-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 3d65847c80..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-06-29 02:17-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 cae8227af1..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-06-29 02:17-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 a156d1216d..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-06-29 02:17-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 cca3d38c0d..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-06-29 02:17-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 2420812c00..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-06-29 02:17-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 98b15dfe36..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-06-29 02:17-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 44685d559e..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-06-29 02:17-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 099e5dc374..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-06-29 02:17-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 10a5072907..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-06-29 02:17-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 6403903284..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-06-29 02:17-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 b97a511bb0..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-06-29 02:17-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 6dc56d9aaa..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-06-29 02:17-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 c3b6ef53c3..7d1ef9290c 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 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 d9b17a5d0a..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-06-29 02:17-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 bdf8655c69..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-06-29 02:17-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 5f559531a2..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-06-29 02:17-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 fae2d9f8cc..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-06-29 02:17-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 1dc335ae13..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-06-29 02:17-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 7a114d37ac..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-06-29 02:17-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 2486e75905..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-06-29 02:17-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 baa3176469..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-06-29 02:17-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 24c36ebc7e..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-06-29 02:17-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 3822460e29..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-06-29 02:17-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 5260060032..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-06-29 02:17-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 62a70fc6b6..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-06-29 02:17-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 eaabfc7e46..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-06-29 02:17-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 8982243378..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-06-29 02:17-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 cec70652bb..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-06-29 02:17-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.mo b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo index 73303fcaec..f0825ba25a 100644 Binary files a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.mo differ 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 ec974b1498..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,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:17-0400\n" -"PO-Revision-Date: 2019-04-27 22:53+0000\n" -"Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -121,7 +121,7 @@ msgstr "" #: models.py:86 msgid "Action" -msgstr "" +msgstr "Actie" #: models.py:88 msgid "Read" diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po index f46ab76167..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-06-29 02:17-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 31789a8410..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-06-29 02:17-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 6da808a559..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-06-29 02:17-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 3a59ead06c..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-06-29 02:17-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 49d58f1012..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-06-29 02:17-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 188c458fad..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-06-29 02:17-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 f5ffffcd67..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-06-29 02:17-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 9db1d6ff53..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-06-29 02:17-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 59c314ce3d..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-06-29 02:17-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/apps.py b/mayan/apps/file_metadata/apps.py index 10796b6cf5..a9830d467d 100644 --- a/mayan/apps/file_metadata/apps.py +++ b/mayan/apps/file_metadata/apps.py @@ -4,8 +4,6 @@ from django.apps import apps from django.db.models.signals import post_save from django.utils.translation import ugettext_lazy as _ -from kombu import Exchange, Queue - from mayan.apps.acls.classes import ModelPermission from mayan.apps.common.apps import MayanAppConfig from mayan.apps.common.classes import ModelAttribute, ModelField @@ -18,7 +16,6 @@ from mayan.apps.documents.search import document_page_search, document_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 mayan.celery import app from .classes import FileMetadataHelper from .dependencies import * # NOQA @@ -150,21 +147,6 @@ class FileMetadataApp(MayanAppConfig): attribute='get_attribute_count', source=DocumentVersionDriverEntry ) - app.conf.CELERY_QUEUES.append( - Queue( - 'file_metadata', Exchange('file_metadata'), - routing_key='file_metadata' - ), - ) - - app.conf.CELERY_ROUTES.update( - { - 'mayan.apps.file_metadata.tasks.task_process_document_version': { - 'queue': 'file_metadata' - }, - } - ) - document_search.add_model_field( field='versions__file_metadata_drivers__entries__key', label=_('File metadata key') 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 db0b6a158d..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-06-29 02:17-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" @@ -27,20 +27,20 @@ msgstr "" msgid "Label" msgstr "العنوان" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 31cb3367af..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 853d050cce..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-06-29 02:17-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" @@ -28,20 +28,20 @@ msgstr "" msgid "Label" msgstr "Labela" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 fb0dfbde9e..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Označení" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 004a196c70..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Etiket" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 240a3aedfa..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-06-29 02:17-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" @@ -28,20 +28,20 @@ msgstr "" msgid "Label" msgstr "Bezeichner" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "Dateimetadaten" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "Gebe den Wert spezifischer Dateimetadaten zurück." -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "Dateimetadaten Schlüsselwort" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "Dateimetadaten Wert" 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 981bfbb747..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Ετικέτα" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 b49fb54e5d..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-06-29 02:17-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" @@ -21,20 +21,20 @@ msgstr "" msgid "Label" msgstr "" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 4eef409729..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Etiqueta" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "Metadatos de archivo" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "Devuelve el valor de un metadato de archivo específico." -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "Atributo de metadatos del archivo" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "Valor de metadatos del archivo" 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 0fd2c94361..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-06-29 02:17-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" @@ -27,20 +27,20 @@ msgstr "" msgid "Label" msgstr "برچسب" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 db2645c736..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-06-29 02:17-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" @@ -30,20 +30,20 @@ msgstr "" msgid "Label" msgstr "Libellé" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "Métadonnées du fichier" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "Renvoie la valeur des métadonnées pour un fichier spécifique." -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "Clé de métadonnées de fichier" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "Valeur des métadonnées du fichier" 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 e4978cc72f..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "Cimke" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 3d1363e89a..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "Label" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 e36a8aa66f..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-06-29 02:17-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" @@ -27,20 +27,20 @@ msgstr "" msgid "Label" msgstr "Etichetta" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 da5e572394..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Etiķete" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "Failu metadati" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "Atgrieziet konkrēta faila metadatu vērtību." -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "Faila metadatu atslēga" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "Faila metadatu vērtība" 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 5d9758b8d7..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "Label" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 b23049c014..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "Etykieta" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 008a1e04c1..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "Nome" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 fcceaa3238..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-06-29 02:17-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" @@ -27,20 +27,20 @@ msgstr "" msgid "Label" msgstr "Rótulo" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 62716f1ce2..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-06-29 02:17-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" @@ -27,20 +27,20 @@ msgstr "" msgid "Label" msgstr "Conținut etichetă" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "Metadatele fișierului" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "Returnați valoarea unei metadate de fișier specifice." -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "Cheia metadatelor fișierului" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "Valoarea metadatelor fișierului" 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 22608ad045..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-06-29 02:17-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" @@ -28,20 +28,20 @@ msgstr "" msgid "Label" msgstr "Ярлык" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 0cfd4df8fa..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Oznaka" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 19841b0c9c..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "Etiket" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 b0ef6a6dbc..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-06-29 02:17-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" @@ -26,20 +26,20 @@ msgstr "" msgid "Label" msgstr "" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" 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 2b45d320c3..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-06-29 02:17-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" @@ -25,20 +25,20 @@ msgstr "" msgid "Label" msgstr "标签" -#: apps.py:56 events.py:8 links.py:18 permissions.py:7 queues.py:9 +#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queues.py:9 #: settings.py:9 msgid "File metadata" msgstr "" -#: apps.py:101 +#: apps.py:98 msgid "Return the value of a specific file metadata." msgstr "" -#: apps.py:113 apps.py:117 apps.py:170 apps.py:179 +#: apps.py:110 apps.py:114 apps.py:152 apps.py:161 msgid "File metadata key" msgstr "" -#: apps.py:174 apps.py:183 +#: apps.py:156 apps.py:165 msgid "File metadata value" msgstr "" diff --git a/mayan/apps/file_metadata/migrations/0002_documenttypesettings.py b/mayan/apps/file_metadata/migrations/0002_documenttypesettings.py index fd0918c330..9fec8574e5 100644 --- a/mayan/apps/file_metadata/migrations/0002_documenttypesettings.py +++ b/mayan/apps/file_metadata/migrations/0002_documenttypesettings.py @@ -1,7 +1,6 @@ from __future__ import unicode_literals -from django.db import migrations, models -import django.db.models.deletion +from django.db import migrations def operation_create_file_metadata_setting_for_existing_document_types(apps, schema_editor): diff --git a/mayan/apps/file_metadata/settings.py b/mayan/apps/file_metadata/settings.py index 247f0b72ec..4fa78da06f 100644 --- a/mayan/apps/file_metadata/settings.py +++ b/mayan/apps/file_metadata/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_EXIF_PATH diff --git a/mayan/apps/linking/apps.py b/mayan/apps/linking/apps.py index 426a4eccaa..74acba3add 100644 --- a/mayan/apps/linking/apps.py +++ b/mayan/apps/linking/apps.py @@ -17,7 +17,7 @@ from mayan.apps.events.links import ( ) from mayan.apps.navigation.classes import SourceColumn -from .events import event_smart_link_created, event_smart_link_edited +from .events import event_smart_link_edited from .links import ( link_document_type_smart_links, link_smart_link_create, link_smart_link_condition_create, link_smart_link_condition_delete, diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index 62ff6abc67..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "العنوان" diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po index 570a8e9fc0..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "" 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 f03fedea19..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "Spojni" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Labela" diff --git a/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po b/mayan/apps/linking/locale/cs/LC_MESSAGES/django.po index 2191d51ab4..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Označení" 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 e166fa63de..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etiket" 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 d0ba23a0e0..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-06-29 02:18-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" @@ -27,7 +27,7 @@ msgstr "" msgid "Linking" msgstr "Verknüpfungen" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Bezeichnung" diff --git a/mayan/apps/linking/locale/el/LC_MESSAGES/django.po b/mayan/apps/linking/locale/el/LC_MESSAGES/django.po index 2a71f44544..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Ετικέτα" diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po index 94ceb043a3..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index f5bbc73fe5..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-06-29 02:18-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" @@ -24,7 +24,7 @@ msgstr "" msgid "Linking" msgstr "Enlaces" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etiqueta" diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po index 6377d50224..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "ربط دادن" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "برچسب" diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po index e0033858a2..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-06-29 02:18-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" @@ -26,7 +26,7 @@ msgstr "" msgid "Linking" msgstr "Liaison" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Libellé" diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index 534079db22..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "Összfűzés" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Cimke" diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index 69bf7e1711..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Label" diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index f9a9cfe5bc..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "Collegamento" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etichetta" diff --git a/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po b/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po index 13262c1f78..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "Saistīšana" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etiķete" 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 49ed2c403c..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "Koppeling" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Label" diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po index eb61b65cd5..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-06-29 02:18-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" @@ -24,7 +24,7 @@ msgstr "" msgid "Linking" msgstr "Łącza" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etykieta" diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index fdbb3587b2..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-06-29 02:18-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" @@ -24,7 +24,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Nome" 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 bb986fb26f..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-06-29 02:18-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" @@ -26,7 +26,7 @@ msgstr "" msgid "Linking" msgstr "Ligações" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Label" 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 0478e190d6..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "Legare" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etichetă" diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po index a8c3772ba4..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "Связывание" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Надпись" 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 8e77e167a6..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-06-29 02:18-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" @@ -21,7 +21,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Oznaka" 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 49af46703f..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-06-29 02:18-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" @@ -23,7 +23,7 @@ msgstr "" msgid "Linking" msgstr "Bağlama" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "Etiket" 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 ca01083299..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "" diff --git a/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po b/mayan/apps/linking/locale/zh/LC_MESSAGES/django.po index 1a6e8021ea..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-06-29 02:18-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" @@ -22,7 +22,7 @@ msgstr "" msgid "Linking" msgstr "链接" -#: apps.py:74 models.py:27 +#: apps.py:72 models.py:27 msgid "Label" msgstr "标签" 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 5e78646e23..b7c0139d0b 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 1fa62f79a7..3b446b4ef4 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 6ceb074935..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-06-29 02:18-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 801d6b558c..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-06-29 02:18-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 866e7ee90c..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-06-29 02:18-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 49cb29b9a3..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-06-29 02:18-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 de7801913a..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-06-29 02:18-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 938e074dbf..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-06-29 02:18-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 c78d0763a5..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-06-29 02:18-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 93b351678f..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-06-29 02:18-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 274ae2914e..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-06-29 02:18-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 f28410d0e6..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-06-29 02:18-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 dc329067c2..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-06-29 02:18-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 e7bd77c924..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-06-29 02:18-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 f00378ca7a..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-06-29 02:18-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 5ae64d8c81..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-06-29 02:18-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 a5d789435e..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-06-29 02:18-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 23c2ccc4f6..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-06-29 02:18-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 4a77171b08..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-06-29 02:18-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 4edc7769b9..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-06-29 02:18-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 88cdf89f9c..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-06-29 02:18-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 765be73add..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-06-29 02:18-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 7984c6ddb5..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-06-29 02:18-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 605f6357db..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-06-29 02:18-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 468bef64b2..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-06-29 02:18-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 8992ef1f06..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-06-29 02:18-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 cfc5fac688..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-06-29 02:18-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/lock_manager/settings.py b/mayan/apps/lock_manager/settings.py index d401b4c462..30448fa1fb 100644 --- a/mayan/apps/lock_manager/settings.py +++ b/mayan/apps/lock_manager/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import DEFAULT_BACKEND, DEFAULT_LOCK_TIMEOUT_VALUE diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index eae1156293..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-06-29 02:18-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 3750c58924..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-06-29 02:18-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 0d964cabd8..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-06-29 02:18-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 6bb927eb2a..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-06-29 02:18-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 d4c87ea2f8..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-06-29 02:18-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 c18290801b..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-06-29 02:18-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 8cdcaf8be7..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-06-29 02:18-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 fb2ffa3136..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-06-29 02:18-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.mo b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo index 2d329abec2..9ffe51f0f0 100644 Binary files a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po index c42f1c632c..2c6a4de593 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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-06-29 02:18-0400\n" -"PO-Revision-Date: 2019-06-29 06:21+0000\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" "MIME-Version: 1.0\n" @@ -396,7 +396,7 @@ msgstr "Editar perfil de publicación: %s" #: views.py:211 #, python-format msgid "Error log for: %s" -msgstr "" +msgstr "Registro de errores para: %s" #: views.py:233 msgid "" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index 0f6a37ca16..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-06-29 02:18-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 860d55693b..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-06-29 02:18-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 8b69ce8ad8..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-06-29 02:18-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 e0e053f077..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-06-29 02:18-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 d33aee9bec..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-06-29 02:18-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.mo b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.mo index 868ce75e73..37ccb921cf 100644 Binary files a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po index af36585bbe..8bb9778043 100644 --- a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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-06-29 02:18-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -394,7 +394,7 @@ msgstr "Rediģēt pasta profilu: %s" #: views.py:211 #, python-format msgid "Error log for: %s" -msgstr "" +msgstr "Kļūdu žurnāls priekš: %s" #: views.py:233 msgid "" diff --git a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo index 4b22e89124..46651f10bd 100644 Binary files a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.mo differ 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 7eb6e8f472..263ff023c9 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Ben Zweekhorst <bzweekhorst@gmail.com>, 2019 # Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:18-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,7 +41,7 @@ msgstr "" #: events.py:10 msgid "Email sent" -msgstr "" +msgstr "E-mail verzonden" #: forms.py:60 forms.py:122 msgid "" @@ -78,7 +79,7 @@ msgstr "E-mail document" #: links.py:24 links.py:32 msgid "Email link" -msgstr "E-mail lin" +msgstr "E-mail link" #: links.py:37 msgid "System mailer error log" @@ -98,7 +99,7 @@ msgstr "Bewerken" #: links.py:58 msgid "Log" -msgstr "" +msgstr "Log" #: links.py:63 msgid "Mailing profiles list" @@ -110,7 +111,7 @@ msgstr "" #: links.py:74 views.py:257 msgid "Test" -msgstr "" +msgstr "Test" #: literals.py:7 #, python-format @@ -119,7 +120,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" +msgstr "Bijgevoegd aan deze e-mail is het document: {{ document }}\n\n--------\nDeze e-mail is verzonden van %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -158,7 +159,7 @@ msgstr "" #: mailers.py:44 msgid "Use TLS" -msgstr "" +msgstr "Gebruik TLS" #: mailers.py:47 msgid "" @@ -168,7 +169,7 @@ msgstr "" #: mailers.py:52 msgid "Use SSL" -msgstr "" +msgstr "Gebruik SSL" #: mailers.py:55 msgid "" @@ -182,7 +183,7 @@ msgstr "" #: mailers.py:64 msgid "Username" -msgstr "" +msgstr "Gebruikersnaam" #: mailers.py:67 msgid "" diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po index e8b6319157..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-06-29 02:18-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 8951966828..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-06-29 02:18-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 78176f246e..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-06-29 02:18-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 c0afdbdda6..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-06-29 02:18-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 6070cfe868..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-06-29 02:18-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 1e47cb8623..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-06-29 02:18-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 fc6300d141..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-06-29 02:18-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 3426a0ea6c..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-06-29 02:18-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 cc0ba96db4..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-06-29 02:18-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/mailers.py b/mayan/apps/mailer/mailers.py index 4407c7e9b0..4ee5e5f487 100644 --- a/mayan/apps/mailer/mailers.py +++ b/mayan/apps/mailer/mailers.py @@ -78,7 +78,7 @@ class DjangoSMTP(MailerBackend): 'the SMTP server. If either of these settings is empty, ' 'authentication won\'t be attempted.' ), 'kwargs': { - 'max_length': 48 + 'max_length': 128 }, 'required': False }, } diff --git a/mayan/apps/mailer/settings.py b/mayan/apps/mailer/settings.py index ed689b60a3..6ad1772a95 100644 --- a/mayan/apps/mailer/settings.py +++ b/mayan/apps/mailer/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .literals import ( DEFAULT_DOCUMENT_BODY_TEMPLATE, DEFAULT_LINK_BODY_TEMPLATE 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 04766b97d4..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-06-29 02:18-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 3b14f7e24e..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-06-29 02:18-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 30a2d9e096..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-06-29 02:18-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 a68f3357f3..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-06-29 02:18-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 aeac579d49..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-06-29 02:18-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 1d8ce2bef5..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-06-29 02:18-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 fa7e9ff066..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-06-29 02:18-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 701df887e3..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-06-29 02:18-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 c6eb964520..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-06-29 02:18-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 a2b262cce9..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-06-29 02:18-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 2bbcef2af3..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-06-29 02:18-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 e41a334756..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-06-29 02:18-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 56f187e460..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-06-29 02:18-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 e2b1c49726..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-06-29 02:18-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 0ac60b840d..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-06-29 02:18-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 cd69e4e40f..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-06-29 02:18-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 800a3e2339..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-06-29 02:18-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 8bc3d5cfcd..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-06-29 02:18-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 a683eb26d0..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-06-29 02:18-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 2b54cefe47..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-06-29 02:18-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 362d66ff26..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-06-29 02:18-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 517624aa87..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-06-29 02:18-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 e8b01130b3..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-06-29 02:18-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 b448772642..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-06-29 02:18-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 900fa87220..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-06-29 02:18-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 7346f5b667..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-06-29 02:18-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 ae214302d8..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-06-29 02:18-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 e31cfa8d4b..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-06-29 02:18-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 1f6611af80..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-06-29 02:18-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 1151484aca..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-06-29 02:18-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 6ad0af9ac2..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-06-29 02:18-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 bce91f11ef..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-06-29 02:18-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 e7ccec1d95..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-06-29 02:18-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 dbeff68294..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-06-29 02:18-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 88bee600dd..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-06-29 02:18-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.mo b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo index 2151aff4b0..6d98d1977c 100644 Binary files a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po index 560a06208d..f9a31e95ba 100644 --- a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/fr/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-06-29 02:18-0400\n" -"PO-Revision-Date: 2019-05-17 13:19+0000\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" "MIME-Version: 1.0\n" @@ -487,7 +487,7 @@ msgstr "Relations mises à jour avec succès" #: views.py:697 msgid "" "Create metadata types to be able to associate them to this document type." -msgstr "" +msgstr "Créez des types de métadonnées pour pouvoir les associer à ce type de document." #: views.py:700 msgid "There are no metadata types available" diff --git a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po index 44ad09d6ad..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-06-29 02:18-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 cd36918184..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-06-29 02:18-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 4f5283e42e..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-06-29 02:18-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 ce243217d9..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-06-29 02:18-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 a4d8284da0..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-06-29 02:18-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 cf5f80868b..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-06-29 02:18-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 86f606ab29..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-06-29 02:18-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 e927b6de57..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-06-29 02:18-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 793ee075ff..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-06-29 02:18-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 f00e41bb3c..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-06-29 02:18-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 638e7949f5..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-06-29 02:18-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 66aafacb51..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-06-29 02:18-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 452eb13fb1..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-06-29 02:18-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 8fefe97a49..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-06-29 02:18-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/settings.py b/mayan/apps/metadata/settings.py index ce7aa6de35..0387f45309 100644 --- a/mayan/apps/metadata/settings.py +++ b/mayan/apps/metadata/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace from .parsers import MetadataParser from .validators import MetadataValidator diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po index c46672ba0b..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-06-29 02:18-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 01e053cdae..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-06-29 02:18-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 752e3a6169..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-06-29 02:18-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 adac8bd3e7..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-06-29 02:18-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 cad610128a..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-06-29 02:18-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 d6399bf45b..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-06-29 02:18-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 ae2b896014..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-06-29 02:18-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 63682ac0a6..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-06-29 02:18-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 b1f6e9a84f..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-06-29 02:18-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 dd8dcc9cc2..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-06-29 02:18-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 325cbebf07..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-06-29 02:18-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 01ef4af066..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-06-29 02:18-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 d6fde6e3bf..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-06-29 02:18-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 bd3348bf89..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-06-29 02:18-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 82d96cf800..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-06-29 02:18-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 05499296f0..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-06-29 02:18-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 3a7d58ad54..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-06-29 02:18-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 387ec5b6c8..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-06-29 02:18-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 a3a2315280..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-06-29 02:18-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 cfe0b5ad12..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-06-29 02:18-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 e16eb2a376..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-06-29 02:18-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 622d073131..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-06-29 02:18-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 e0e6b533a3..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-06-29 02:18-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 14270e36c8..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-06-29 02:18-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 2aa319ebc5..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-06-29 02:18-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/mirroring/settings.py b/mayan/apps/mirroring/settings.py index aa16aa1335..41f9b372a5 100644 --- a/mayan/apps/mirroring/settings.py +++ b/mayan/apps/mirroring/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Mirroring'), name='mirroring') diff --git a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po index e70f1aa017..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-06-29 02:19-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 d77e20dbdd..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-06-29 02:19-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 b223eeda37..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-06-29 02:19-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 ab46b4737f..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-06-29 02:19-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 f81127bceb..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-06-29 02:19-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 ae8af90d17..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-06-29 02:19-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 8a5d6a28d2..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-06-29 02:19-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 0e7ff0fe7a..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-06-29 02:19-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 0425d9510c..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-06-29 02:19-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 74486cd1dd..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-06-29 02:19-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 aa483437ac..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-06-29 02:19-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 3ee2e3c582..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-06-29 02:19-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 82cbf56157..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-06-29 02:19-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 4c6566d0b7..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-06-29 02:19-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 8fb35e6868..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-06-29 02:19-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 11f0d9a82e..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-06-29 02:19-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 292ffcb3bc..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-06-29 02:19-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 836103b7df..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-06-29 02:19-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 63b5ff0575..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-06-29 02:19-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 1b87e7885d..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-06-29 02:19-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 11dc850503..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-06-29 02:19-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 dfed5002c3..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-06-29 02:19-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 f78211a96d..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-06-29 02:19-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 87d13968ec..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-06-29 02:19-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 449ff48072..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-06-29 02:19-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/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index d550ad6407..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-06-29 02:19-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 7dceb04f1b..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-06-29 02:19-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 dd5c624d3d..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-06-29 02:19-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 f7c3dc9397..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-06-29 02:19-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 326be135cb..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-06-29 02:19-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 535c35975d..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-06-29 02:19-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 4031ac15a9..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-06-29 02:19-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 326be135cb..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-06-29 02:19-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 d217de3036..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-06-29 02:19-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 7e2e68ea52..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-06-29 02:19-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 b493ba88cb..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-06-29 02:19-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 d1af351cc5..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-06-29 02:19-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 52d2db130c..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-06-29 02:19-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 809033b21d..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-06-29 02:19-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 5e7de03668..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-06-29 02:19-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 788aaf72a6..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-06-29 02:19-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 c50f228931..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-06-29 02:19-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.mo b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo index b83b23d33f..2ec4392830 100644 Binary files a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po index 437fd6365c..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-06-29 02:19-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/" @@ -21,15 +21,15 @@ msgstr "" #: apps.py:11 msgid "Navigation" -msgstr "" +msgstr "Navegação" #: classes.py:695 msgid "Unnamed function" -msgstr "" +msgstr "Função sem nome" #: templates/navigation/generic_navigation.html:7 msgid "Actions" -msgstr "" +msgstr "Ações" #~ msgid "Multi item action" #~ msgstr "Multi item action" 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 88fdb3df0f..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-06-29 02:19-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 337a9dc00f..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-06-29 02:19-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 5d39ded804..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-06-29 02:19-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 ba5e5e6ac0..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-06-29 02:19-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 326be135cb..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-06-29 02:19-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 d7a56dd5e1..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-06-29 02:19-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 326be135cb..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-06-29 02:19-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 93a7e34d70..1636761ca8 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__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 6186f82bc7..5e580013c1 100644 --- a/mayan/apps/ocr/links.py +++ b/mayan/apps/ocr/links.py @@ -21,6 +21,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 f262555d6f..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-06-29 02:19-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 96ba7c0af1..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-06-29 02:19-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 e1bc945b17..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-06-29 02:19-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 45eae0c2f6..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-06-29 02:19-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 ca2876af50..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-06-29 02:19-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 84dd31ec6b..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-06-29 02:19-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 06972b6777..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-06-29 02:19-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 510e989624..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-06-29 02:19-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 34c92e2f19..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-06-29 02:19-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 6b745d8f5c..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-06-29 02:19-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 541719ec87..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-06-29 02:19-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 f6946578cc..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-06-29 02:19-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 f0a0f38911..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-06-29 02:19-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 258262fd85..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-06-29 02:19-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 261b87cb0e..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-06-29 02:19-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 bf91a3fb11..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-06-29 02:19-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 fe34e9e896..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-06-29 02:19-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 a62e7a708b..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-06-29 02:19-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 42fc7c7ea9..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-06-29 02:19-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 a6cb46734d..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-06-29 02:19-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 1bbc8597f2..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-06-29 02:19-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 5304df831e..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-06-29 02:19-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 4e565e02ff..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-06-29 02:19-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 ae13cb7b31..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-06-29 02:19-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 c0d735de42..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-06-29 02:19-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 d03b0dc071..b456c7bd25 100644 --- a/mayan/apps/ocr/managers.py +++ b/mayan/apps/ocr/managers.py @@ -6,13 +6,15 @@ 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.storages import storage_documentimagecache 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 @@ -20,6 +22,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/settings.py b/mayan/apps/ocr/settings.py index f2aa1052a3..4293c3ac24 100644 --- a/mayan/apps/ocr/settings.py +++ b/mayan/apps/ocr/settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('OCR'), name='ocr') 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 ccc327ea6b..49b865189d 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 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 a56543baba..5ef6a45244 100644 --- a/mayan/apps/ocr/urls.py +++ b/mayan/apps/ocr/urls.py @@ -7,7 +7,8 @@ from .api_views import ( APIDocumentVersionOCRView ) from .views import ( - DocumentOCRContentView, DocumentOCRDownloadView, + DocumentOCRContentDeleteView, DocumentOCRContentView, + DocumentOCRDownloadView, DocumentOCRErrorsListView, DocumentPageOCRContentView, DocumentSubmitView, DocumentTypeSettingsEditView, DocumentTypeSubmitView, EntryListView ) @@ -22,6 +23,16 @@ urlpatterns = [ regex=r'^documents/(?P<pk>\d+)/content/$', view=DocumentOCRContentView.as_view(), name='document_ocr_content' ), + url( + 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+)/submit/$', view=DocumentSubmitView.as_view(), name='document_submit' 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 b4c4083869..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-06-29 02:19-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 c88a67e90b..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-06-29 02:19-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 0b1220b65d..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-06-29 02:19-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 400cfc00bb..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-06-29 02:19-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 77a73fc1f6..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-06-29 02:19-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 a2daf567fe..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-06-29 02:19-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 aacdeddb42..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-06-29 02:19-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 8f55697785..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-06-29 02:19-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.mo b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo index b285bb7f80..61ea192e35 100644 Binary files a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po index 07be462d37..8da3e59218 100644 --- a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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-06-29 02:19-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\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" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "Permisos insuficientes." #: dashboard_widgets.py:15 msgid "Total roles" -msgstr "" +msgstr "Roles totales" #: events.py:12 msgid "Role created" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index 33ec468602..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-06-29 02:19-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.mo b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo index c586cb54d1..1f68e9b8d2 100644 Binary files a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po index f0f80f6503..59cf52b9bb 100644 --- a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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-06-29 02:19-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ msgstr "Droits insuffisants" #: dashboard_widgets.py:15 msgid "Total roles" -msgstr "" +msgstr "Nombre total de rôles" #: events.py:12 msgid "Role created" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index c7298bea6c..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-06-29 02:19-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 b6af723aa2..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-06-29 02:19-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 b5e07fc097..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-06-29 02:19-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.mo b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.mo index df51ca8a79..03c5fffdf7 100644 Binary files a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po index d3b7a6a66f..e50506ba0c 100644 --- a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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-06-29 02:19-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "Nepietiekamas atļaujas." #: dashboard_widgets.py:15 msgid "Total roles" -msgstr "" +msgstr "Kopējās lomas" #: events.py:12 msgid "Role created" 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 d6f7bc5c11..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-06-29 02:19-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 137764f7a0..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-06-29 02:19-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 ddddb35b74..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-06-29 02:19-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 53e5abaaa8..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-06-29 02:19-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 3a1b59a096..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-06-29 02:19-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 b3628dfea6..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-06-29 02:19-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 dd282d5727..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-06-29 02:19-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 d3082ddb80..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-06-29 02:19-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 7e674c30aa..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-06-29 02:19-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 c0021b8190..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-06-29 02:19-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/permissions/tests/test_models.py b/mayan/apps/permissions/tests/test_models.py index 74adff0788..3448cdbb15 100644 --- a/mayan/apps/permissions/tests/test_models.py +++ b/mayan/apps/permissions/tests/test_models.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals from django.core.exceptions import PermissionDenied from mayan.apps.common.tests import BaseTestCase -from mayan.apps.user_management.tests.mixins import GroupTestMixin, UserTestMixin +from mayan.apps.user_management.tests.mixins import GroupTestMixin from ..classes import Permission, PermissionNamespace from ..models import StoredPermission @@ -16,7 +16,9 @@ from .literals import ( from .mixins import PermissionTestMixin, RoleTestMixin -class PermissionTestCase(GroupTestMixin, PermissionTestMixin, RoleTestMixin, UserTestMixin, BaseTestCase): +class PermissionTestCase( + GroupTestMixin, PermissionTestMixin, RoleTestMixin, BaseTestCase +): def setUp(self): super(PermissionTestCase, self).setUp() self._create_test_user() diff --git a/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po b/mayan/apps/platform/locale/ar/LC_MESSAGES/django.po index c2363d9b2c..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-06-29 02:19-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 54c1d9eb63..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-06-29 02:19-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 247764892f..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-06-29 02:19-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 8b04538de8..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-06-29 02:19-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 7da981e3e0..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-06-29 02:19-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 77b0374fcc..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-06-29 02:19-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 656d3e096e..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-06-29 02:19-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 0f377c7699..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-06-29 02:19-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 30b2184c52..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-06-29 02:19-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 06538db685..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-06-29 02:19-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 b05d65fc28..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-06-29 02:19-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 a92418b67e..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-06-29 02:19-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 9731dd8a9f..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-06-29 02:19-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 626a308067..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-06-29 02:19-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 3921e2b4af..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-06-29 02:19-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 5a356068c7..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-06-29 02:19-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 7417fb53ba..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-06-29 02:19-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 1fa4213b22..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-06-29 02:19-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 88bc9419ba..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-06-29 02:19-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 5bf757ad42..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-06-29 02:19-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 71db2d813f..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-06-29 02:19-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 3e6c8c614c..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-06-29 02:19-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 2c771404d4..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-06-29 02:19-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 61eb3bc160..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-06-29 02:19-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 6bd26d827e..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-06-29 02:19-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 d149578c09..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-06-29 02:19-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 3b53a30189..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-06-29 02:19-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 b2a104d84b..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-06-29 02:19-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 714724350a..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-06-29 02:19-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 2af23b8212..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-06-29 02:19-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 522434d502..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-06-29 02:19-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 12bcc231a0..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-06-29 02:19-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 8786892566..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-06-29 02:19-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 207dd700f0..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-06-29 02:19-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 c2797887ff..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-06-29 02:19-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 062a953ec1..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-06-29 02:19-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 3e56b7ce66..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-06-29 02:19-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 34f6faadc7..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-06-29 02:19-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 30a99c7dd9..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-06-29 02:19-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 5cb2dbbddd..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-06-29 02:19-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 19ebf00839..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-06-29 02:19-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 3c2575eaeb..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-06-29 02:19-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 a91324d8da..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-06-29 02:19-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 f5c59e8361..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-06-29 02:19-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 fa9d49561e..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-06-29 02:19-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 5737e72f55..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-06-29 02:19-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 2a89913aef..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-06-29 02:19-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 8d1d30d22d..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-06-29 02:19-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 b7e9707d9a..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-06-29 02:19-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 255581b37e..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-06-29 02:19-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/__init__.py b/mayan/apps/smart_settings/__init__.py index 143550fa7b..54f25908f0 100644 --- a/mayan/apps/smart_settings/__init__.py +++ b/mayan/apps/smart_settings/__init__.py @@ -1,5 +1,3 @@ from __future__ import unicode_literals -from .classes import Namespace, Setting # NOQA - default_app_config = 'mayan.apps.smart_settings.apps.SmartSettingsApp' diff --git a/mayan/apps/smart_settings/classes.py b/mayan/apps/smart_settings/classes.py index ccedbd5083..9f35323608 100644 --- a/mayan/apps/smart_settings/classes.py +++ b/mayan/apps/smart_settings/classes.py @@ -17,7 +17,9 @@ except ImportError: from django.apps import apps from django.conf import settings from django.utils.functional import Promise -from django.utils.encoding import force_text, python_2_unicode_compatible +from django.utils.encoding import ( + force_bytes, force_text, python_2_unicode_compatible +) logger = logging.getLogger(__name__) @@ -141,7 +143,7 @@ class Setting(object): @classmethod def get_hash(cls): return force_text( - hashlib.sha256(cls.dump_data()).hexdigest() + hashlib.sha256(force_bytes(cls.dump_data())).hexdigest() ) @classmethod 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 2e09f74be9..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-06-29 02:20-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 0f4b3d61f0..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-06-29 02:20-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 d46b8c0ee8..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-06-29 02:20-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 8ae782695c..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-06-29 02:20-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 4c4efa2eea..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-06-29 02:20-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 e8353ae310..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-06-29 02:20-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 a94bb3f5b4..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-06-29 02:20-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 9ad7b1d3c2..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-06-29 02:20-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 648089bd83..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-06-29 02:20-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 e242853d19..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-06-29 02:20-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.mo b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo index 2f38aa5e26..36841f0cc8 100644 Binary files a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo differ 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 a20fd3b50c..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,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-0400\n" -"PO-Revision-Date: 2019-05-09 13:46+0000\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" "MIME-Version: 1.0\n" @@ -55,7 +55,7 @@ msgstr "Entrez la nouvelle valeur." #: forms.py:36 msgid "Value must be properly quoted." -msgstr "" +msgstr "La valeur doit être correctement formatée entre guillemets." #: forms.py:45 #, python-format 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 3e7ae8d829..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-06-29 02:20-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 5e81d50bef..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-06-29 02:20-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 59a56f9d81..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-06-29 02:20-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 19b839356e..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-06-29 02:20-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 0522f0c027..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-06-29 02:20-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 f3fb70608c..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-06-29 02:20-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 4b6e23186f..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-06-29 02:20-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 bd5b0cebe1..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-06-29 02:20-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 8fb2633302..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-06-29 02:20-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 9cf0f3057e..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-06-29 02:20-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 23c603c57a..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-06-29 02:20-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 ec32da20ef..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-06-29 02:20-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 bac90613b6..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-06-29 02:20-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 b1fb26053c..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-06-29 02:20-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/smart_settings/templatetags/smart_settings_tags.py b/mayan/apps/smart_settings/templatetags/smart_settings_tags.py index 6ef94c12f3..3e64f3190d 100644 --- a/mayan/apps/smart_settings/templatetags/smart_settings_tags.py +++ b/mayan/apps/smart_settings/templatetags/smart_settings_tags.py @@ -15,4 +15,3 @@ def smart_setting(global_name): @register.simple_tag def smart_settings_check_changed(): return Setting.check_changed() - diff --git a/mayan/apps/smart_settings/tests/test_classes.py b/mayan/apps/smart_settings/tests/test_classes.py index e4c919acce..4eb6839ea9 100644 --- a/mayan/apps/smart_settings/tests/test_classes.py +++ b/mayan/apps/smart_settings/tests/test_classes.py @@ -14,9 +14,10 @@ from mayan.apps.storage.utils import fs_cleanup from ..classes import Setting from .literals import ENVIRONMENT_TEST_NAME, ENVIRONMENT_TEST_VALUE +from .mixins import SmartSettingTestMixin -class ClassesTestCase(BaseTestCase): +class ClassesTestCase(SmartSettingTestMixin, BaseTestCase): def test_environment_variable(self): os.environ[ 'MAYAN_{}'.format(ENVIRONMENT_TEST_NAME) @@ -39,3 +40,16 @@ class ClassesTestCase(BaseTestCase): with path_config_backup.open(mode='r') as file_object: self.assertFalse('!!python/' in file_object.read()) + + def test_setting_check_changed(self): + self._create_test_settings_namespace() + test_setting = self.test_settings_namespace.add_setting( + global_name='SMART_SETTINGS_TEST_SETTING', + default='test value' + ) + # Initialize hash cache + Setting._cache_hash = None + Setting.check_changed() + self.assertFalse(Setting.check_changed()) + test_setting.value = 'test value edited' + self.assertTrue(Setting.check_changed()) diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index 7cf4a2789b..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "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:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -72,7 +72,7 @@ msgstr "فك الملفات المضغوطة" msgid "Upload a compressed file's contained files as individual documents" msgstr "تحميل الملفات في ملف مضغوط كوثائق منفردة" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "ملف الاعداد" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "انشاء مصدر جديد من النوع: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index 14265f14b8..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -72,7 +72,7 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 5bb446b7f7..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-06-29 02:20-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" @@ -20,7 +20,7 @@ msgstr "" "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:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Izvori" @@ -73,7 +73,7 @@ msgstr "Otpakuj kompresovane datoteke" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload kompresovane datoteke koja sadrži individualne dokumente" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Osnovna datoteka" @@ -597,74 +597,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Stavke dnevnika za izvor: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Nisu definisani nikakvi interaktivni izvori dokumenta ili nijedan nije omogućen, stvoriti jedan prije nastavka." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Osobine dokumenata" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Datoteke u staznoj stazi" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Skeniraj" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Greška u izvršenju zadatka za otpremanje dokumenta; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Dokument \"%s\" je blokiran da učitava nove verzije." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Otvori novu verziju iz izvora: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Provjera provjera izvora \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Izvorna provera je u redu." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Kreirajte novi izvor tipa: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Izbrišite izvor: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Izmijeni izvor: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po b/mayan/apps/sources/locale/cs/LC_MESSAGES/django.po index 236e8057dc..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-06-29 02:20-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" @@ -18,7 +18,7 @@ msgstr "" "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:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -595,74 +595,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -670,31 +670,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -702,7 +702,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 c2a6fafbb8..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Kilder" @@ -72,7 +72,7 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 ca9677e7b7..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-06-29 02:20-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" @@ -27,7 +27,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Quellen" @@ -80,7 +80,7 @@ msgstr "Komprimierte Dateien entpacken" msgid "Upload a compressed file's contained files as individual documents" msgstr "Ein komprimiertes Archiv hochladen, das einzelne Dokumente enthält" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Staging-Datei" @@ -604,74 +604,74 @@ msgstr "Löschen" msgid "Server responded with {{statusCode}} code." msgstr "Der Server antwortete mit Code {{statusCode}}." -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "Jeder Fehler, der bei der Benutzung von Dokumentenquellen auftritt, wird hier gelistet, um bei der Fehlerbehebung zu helfen." -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "Keine Protokolleinträge vorhanden" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Logeinträge für Quelle %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Es wurden keine interaktiven Dokumentenquellen konfiguriert. Bitte erstellen oder aktivieren Sie eine bevor Sie fortsetzen." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Dokumenteneigenschaften" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Dateien im Staging Pfad" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Scannen" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Fehler beim Hochladen von Dokumenten; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "Das neue Dokument wurde in die Warteschlange eingestellt und wird in Kürze verfügbar sein." -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "Ein Dokument vom Typ \"%(document_type)s\" aus Quelle %(source)s hochladen" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Vom Dokument \"%s\" können keine neuen Versionen hochgeladen werden." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "Das neue Dokument wurde in die Warteschlange eingestellt und wird in Kürze verfügbar sein." -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Eine neue Version von Quelle %s hochladen" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "Staging-Datei \"%s\" löschen?" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -679,31 +679,31 @@ msgid "" "successful test will clear the error log." msgstr "Führt den Quellenüberprüfungscode aus, selbst wenn die Quelle nicht aktiviert ist. Quellen, die Dokumente nach dem Herunterladen löschen werden, werden das im Testmodus nicht tun. Überprüfen Sie das Fehlerprotokoll währen der Testperiode. Ein erfolgreicher Test leert das Fehlerprotokoll." -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Überprüfung anstoßen für Quelle \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Quellenüberprüfung vorgemerkt." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Quelle des Typs %s erstellen" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Quelle %s wirklich löschen?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Quelle %s bearbeiten" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -711,7 +711,7 @@ msgid "" "intervention." msgstr "Quellen stellen die Mittel für das Hochladen von Dokumenten bereit. Einige Quellen wie z.B. das Webformular sind interaktiv und erfordern Benutzereingaben. Andere wie z.B. E-Mail-Quellen arbeiten automatisch und laufen ohne Benutzereingriff im Hintergrund." -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "Keine Quellen verfügbar" diff --git a/mayan/apps/sources/locale/el/LC_MESSAGES/django.po b/mayan/apps/sources/locale/el/LC_MESSAGES/django.po index 36791375df..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-06-29 02:20-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" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Πηγές" @@ -71,7 +71,7 @@ msgstr "Αποσυμπίεση αρχείου" msgid "Upload a compressed file's contained files as individual documents" msgstr "Ανέβασμα των περιεχομένων ενός συμπιεσμένου αρχείου ως αυτόνομα έγγραφα." -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -595,74 +595,74 @@ msgstr "Καθαρισμός" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Ιδιότητες εγγράφου" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Ανάγνωση" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Η δυνατότητα ανεβάσματος νέας έκδοσης έχει απενεργοποιηθεί για το έγγραφο \"%s\"" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Ανέβασμα μιας νέας έκδοσης από την πηγή: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -670,31 +670,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Έναρξη ελέγχου για την πηγή \"%s\";" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Αλιτημα ελέγχου πηγής κατχωρήθηκε. " -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Δημιουργία νέας πηγής τύπου: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Διαγραφή της πηγής: %s;" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Τροποποίηση πηγής: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -702,7 +702,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index 4b70ed955e..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-06-29 02:20-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" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -595,74 +595,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled, " "create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -670,31 +670,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -702,7 +702,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo index 65cf165f6c..9a7d76d174 100644 Binary files a/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po index 52a286ae8a..3ad8ad6547 100644 --- a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/es/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-06-29 02:20-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\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" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Fuentes" @@ -75,7 +75,7 @@ msgstr "Expandir archivos comprimidos" msgid "Upload a compressed file's contained files as individual documents" msgstr "Subir los archivos de un archivo comprimido como documentos individuales" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Archivo provisional" @@ -298,7 +298,7 @@ msgstr "Contraseña" 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 "Nombre del archivo adjunto que contendrá los nombres de tipo de metadatos y los pares de valores que se asignarán al resto de los archivos adjuntos descargados." #: models/email_sources.py:59 msgid "Metadata attachment name" @@ -599,74 +599,74 @@ msgstr "Limpiar" msgid "Server responded with {{statusCode}} code." msgstr "El servidor respondió con el código {{statusCode}}." -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "Cualquier error producido durante el uso de una fuente se enumerará aquí para ayudar en la depuración." -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "No hay entradas de registro disponibles" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Entradas de bitácora para fuente: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "No se han definido fuentes de documentos interactivos o no hay ninguna habilitada, cree una antes de continuar." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Propiedades de documento" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Archivos provisionales en la ruta" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Escanear" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Error al ejecutar la tarea de carga de documentos; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "Nuevo documento puesto en cola para su carga y estará disponible en breve." -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "Cargar un documento del tipo \"%(document_type)s\" de la fuente: %(source)s" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Documento \"%s\" esta bloqueado de crear nuevas versiones." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "Nueva versión del documento puesto en cola para su carga y estará disponible en breve." -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Subir una nueva versión de la fuente: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "¿Eliminar archivo provisional \"%s\"?" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -674,31 +674,31 @@ msgid "" "successful test will clear the error log." msgstr "Esto ejecutará el código de verificación de fuente incluso si la fuente no está habilitada. Las fuentes que eliminan el contenido después de la descarga no lo harán durante la prueba. Verifique el registro de errores de la fuente para obtener información durante la prueba. Una prueba exitosa borrará el registro de errores." -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "¿Lanzar chequeo para la fuenta \"%s\"? " -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Verificación del origen en sometida." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Crear nuevo tipo de fuente: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "¿Eliminar la fuente: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Editar fuente: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -706,7 +706,7 @@ msgid "" "intervention." msgstr "Las fuentes proporcionan los medios para cargar documentos. Algunas fuentes, como el formulario web, son interactivas y requieren la intervención del usuario para operar. Otros, como las fuentes de correo electrónico, son automáticos y se ejecutan en segundo plano sin la intervención del usuario." -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "No hay fuentes disponibles" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index 60052859f8..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-06-29 02:20-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" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "منابع" @@ -73,7 +73,7 @@ msgstr "فایلهای فشرده را گسترش دهید" msgid "Upload a compressed file's contained files as individual documents" msgstr "فایل های حاوی فایل فشرده را به عنوان اسناد شخصی بارگذاری کنید" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "مرحله گذاری فایل" @@ -597,74 +597,74 @@ msgstr "پاک کردن" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "ورود به سیستم برای منبع: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع بسازید." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "خواص سند" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "فایلهای درون راه مرحله ای" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "اسکن کردن" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "سند \"%s\" از آپلود نسخه های جدید مسدود شده است." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "آپلود نسخه ای جدید از اصل : %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "برای اطمینان از منبع \"%s\" تکرار کنید؟" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "بررسی منبع در صف." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "ایجاد سورس جدید از نوع %s." -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "منبع را حذف کنید: %s؟" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "ویرایش اصل : %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index 87c3683f79..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-06-29 02:20-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" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Sources" @@ -77,7 +77,7 @@ msgstr "Décompresser les fichiers" msgid "Upload a compressed file's contained files as individual documents" msgstr "Importer le contenu d'un ensemble de fichiers compressés comme fichiers individuels" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Fichier en pré-validation" @@ -601,74 +601,74 @@ msgstr "Effacer" msgid "Server responded with {{statusCode}} code." msgstr "Le serveur a répondu avec le code {{statusCode}}." -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "Aucune entrée de journal disponible" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Entrées du journal pour la source : %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Aucune source interactive d'import de documents n'a été définie ou activée, créez-en une avant de continuer." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Propriétés du document" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Fichiers en cours de pré-validation" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Numériser" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Tâche en erreur d'exécution lors du téléversement; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "L'ajout de nouvelles versions du document \"%s\" est bloqué." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Transférer une nouvelle version à partir de la source : %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -676,31 +676,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Vérification de déclenchement pour la source \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Vérification de la source ajoutée à la file d'attente." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Créer une nouvelle source de type : %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Supprimer la source: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Modifier la source: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -708,7 +708,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "Aucune source disponible" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index 2297a98609..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-06-29 02:20-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" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Források" @@ -73,7 +73,7 @@ msgstr "Tömörített fájlok kibontása" msgid "Upload a compressed file's contained files as individual documents" msgstr "Tömörített fájlokat feltöltése önálló dokumentumként" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Átmeneti fájl" @@ -597,74 +597,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index e5805f67d3..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -72,7 +72,7 @@ msgstr "Kembangkan berkas-berkas terkompresi" msgid "Upload a compressed file's contained files as individual documents" msgstr "Unggah berkas terkompresi yang mengandung berkas-berkas sebagai dokumen-dokumen individual" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Membuat sumber baru dengan jenis: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index 1dd5ec7e80..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-06-29 02:20-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" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Sorgenti" @@ -74,7 +74,7 @@ msgstr "Espandi" msgid "Upload a compressed file's contained files as individual documents" msgstr "Pubblicare un file compresso contenente singoli documenti" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Mostra file" @@ -598,74 +598,74 @@ msgstr "Pulisci" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Log per la sorgente: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Nessuna fonte interattiva dei documenti è stata definita o non ne sono state attivate." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Proprietà documento" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "File nel percorso di stage" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Il documento \"%s\" è bloccato per il caricamento di nuove versioni." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Carica la nuova versione dalla sorgente: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -673,31 +673,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Controllo trigger per il sorgente \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Controllo del sorgente in coda." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Crea nuovo tipo di sorgente:%s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Cancellare la sorgente: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Modifica sorgente: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -705,7 +705,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.mo index 8151037e5f..c4df723c22 100644 Binary files a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po index 0f55e879cb..34f8453b0f 100644 --- a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/sources/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-06-29 02:20-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Avoti" @@ -72,7 +72,7 @@ msgstr "Paplašiniet saspiestos failus" msgid "Upload a compressed file's contained files as individual documents" msgstr "Augšupielādējiet saspiestā faila failus kā atsevišķus dokumentus" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Pakāpju fails" @@ -295,7 +295,7 @@ msgstr "Parole" 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 "Pielikuma nosaukums, kurā būs metadatu tipa nosaukumi un vērtību pāri, kas tiks piešķirti pārējiem lejupielādētajiem pielikumiem." #: models/email_sources.py:59 msgid "Metadata attachment name" @@ -596,74 +596,74 @@ msgstr "Skaidrs" msgid "Server responded with {{statusCode}} code." msgstr "Serveris atbildēja ar {{statusCode}} kodu." -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "Šeit tiks uzskaitītas visas avota lietošanas laikā radušās kļūdas, lai palīdzētu atkļūdot." -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "Nav pieejami žurnāla ieraksti" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Loga ieraksti avotiem: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Neviens interaktīvs dokumentu avots nav definēts vai neviens no tiem nav iespējots, izveidojiet to pirms turpināšanas." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Dokumenta rekvizīti" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Faili pieturvietā" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Skenēšana" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Kļūda, izpildot dokumenta augšupielādes uzdevumu; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "Jauns dokuments tiek rindā augšupielādēts un drīz būs pieejams." -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "Augšupielādējiet \"%(document_type)s\" tipa dokumentu no avota: %(source)s" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Dokuments \"%s\" ir bloķēts jaunu versiju augšupielādei." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "Jauna dokumenta versija tiek augšupielādēta rindā un būs pieejama drīz." -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Augšupielādējiet jaunu versiju no avota: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "Vai izdzēst failu \"%s\"?" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "Tas veiks avota pārbaudes kodu pat tad, ja avots nav iespējots. Avoti, kas dzēš saturu pēc lejupielādes, to nedarīs, kamēr tie tiks pārbaudīti. Pārbaudes laikā pārbaudiet avota kļūdas žurnālu. Veiksmīgs tests notīra kļūdas žurnālu." -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Izmantot avota \"%s\" pārbaudi?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Avota pārbaude rindā." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Izveidot jaunu avota veidu: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Vai izdzēst avotu: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Rediģēt avotu: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "Avoti nodrošina līdzekļus dokumentu augšupielādēšanai. Daži avoti, piemēram, tīmekļa veidlapa, ir interaktīvi un pieprasa, lai lietotājs to izmantotu. Citi, piemēram, e-pasta avoti, ir automātiski un darbojas fonā bez lietotāja iejaukšanās." -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "Nav pieejami avoti" diff --git a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo index f8a970c0a0..f508ed85df 100644 Binary files a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo differ 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 5ef31aed03..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,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Bronnen" @@ -73,7 +73,7 @@ msgstr "Uitpakken gecomprimeerde bestanden" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload een gecomprimeerd archief van bestanden als individuele documenten" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Tijdelijk bestand" @@ -286,7 +286,7 @@ msgstr "" #: models/email_sources.py:51 msgid "Username" -msgstr "" +msgstr "Gebruikersnaam" #: models/email_sources.py:52 msgid "Password" @@ -597,74 +597,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Aanmaken van nieuw documentbron van type: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 71e423e808..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-06-29 02:20-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" @@ -21,7 +21,7 @@ msgstr "" "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:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Źródła" @@ -74,7 +74,7 @@ msgstr "Rozpakuj skompresowane pliki" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -598,74 +598,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Właściwości dokumentu" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -673,31 +673,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Utwórz nowe typ źródło:%s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -705,7 +705,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index b82665764f..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-06-29 02:20-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" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -74,7 +74,7 @@ msgstr "Expandir ficheiros comprimidos" msgid "Upload a compressed file's contained files as individual documents" msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Ficheiro de preparação" @@ -598,74 +598,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -673,31 +673,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -705,7 +705,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 aae0b81a54..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-06-29 02:20-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" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Fontes" @@ -75,7 +75,7 @@ msgstr "Expandir arquivos compactados" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Preparação de arquivo" @@ -599,74 +599,74 @@ msgstr "Limpar" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Registrar entradas para fonte: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Nenhuma fonte interativa de documentos fora definida ou nenhum foi ativada. Criar uma antes de prosseguir." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Propriedades do documento" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Os arquivos no caminho de preparo" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Documento \"%s\" está bloqueado para carregar novas versões." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Carregar uma nova versão da Origem: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -674,31 +674,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Verificar a origem \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Cheque de origem enfileirado." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Apagar a fonte: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Editar fonte: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -706,7 +706,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 e343ed438f..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-06-29 02:20-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" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Surse" @@ -74,7 +74,7 @@ msgstr "Dezarhivare fișiere comprimate" msgid "Upload a compressed file's contained files as individual documents" msgstr "Încărcați fișiere de fișier comprimat care sunt incluse ca documente individuale" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Structura fisier" @@ -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" @@ -598,74 +598,74 @@ msgstr "Golire" msgid "Server responded with {{statusCode}} code." msgstr "Serverul a răspuns cu codul {{statusCode}}." -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "Orice eroare produsă în timpul utilizării unei surse va fi listată aici pentru a ajuta la depanare." -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "Nu sunt disponibile înregistrări din jurnal" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Înregistrări de intrări pentru sursă: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Nu s-au definit surse de documente interactive sau nici una nu a fost activată, creați una înainte de a continua." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Proprietățile documentului" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Fișiere în calea de așteptare" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Scanează" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "Eroare la executarea sarcinii de încărcare a documentelor; %(exception)s, %(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "Documentul cel nou este în coada de așteptare pentru încărcare și va fi disponibil în scurt timp." -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "Încărcați un document de tipul \"%(document_type)s\" din sursa: %(source)s" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "Documentul \"%s\" este blocat de la încărcarea de noi versiuni." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "Versiunea nouă a documentului este în coada de așteptare pentru încărcare și va fi disponibilă în scurt timp." -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Încărcați o nouă versiune de la sursa: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "Ștergeți fișierul de așteptare \"%s\"?" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -673,31 +673,31 @@ msgid "" "successful test will clear the error log." msgstr "Aceasta va executa codul de verificare sursă, chiar dacă sursa nu este activată. Sursele care șterg conținutul după descărcare nu vor face acest lucru în timp ce sunt testate. Verificați jurnalul de erori al sursei pentru informații în timpul testelor. Un test cu succes va elimina jurnalul de erori." -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Declanșați verificarea pentru sursa \"%s\"?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Verificarea sursei a fost pusă în coada de așteptare" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Creați o nouă sursă de tipul:% s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Ștergeți sursa: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Editați sursa: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -705,7 +705,7 @@ msgid "" "intervention." msgstr "Sursele oferă mijloacele de încărcare a documentelor. Unele surse, cum ar fi formularul web, sunt interactive și necesită introducerea manuală de la utilizatori pentru a funcționa. Altele, precum sursele de e-mail, sunt automate și rulează în fundal. fără intervenția utilizatorului." -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "Nu există surse disponibile" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index 2ae9e7a178..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-06-29 02:20-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" @@ -20,7 +20,7 @@ msgstr "" "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:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Источники" @@ -73,7 +73,7 @@ msgstr "Извлекать из архивов?" msgid "Upload a compressed file's contained files as individual documents" msgstr "Загрузить файлы, содержащиеся в архиве в качестве отдельных документов" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Промежуточный файл" @@ -597,74 +597,74 @@ msgstr "Очистить" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Записи журнала для источника: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Интерактивные источники документов не были определены или включены, создайте один для продолжения." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Свойства документа" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Загрузка новой версии из источника %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Создать новый источник типа: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 72a353ff27..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-06-29 02:20-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" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -71,7 +71,7 @@ msgstr "" msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -595,74 +595,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -670,31 +670,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -702,7 +702,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 69fa7a2bc3..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-06-29 02:20-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" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "Kaynaklar" @@ -73,7 +73,7 @@ msgstr "Sıkıştırılmış dosyaları genişlet" msgid "Upload a compressed file's contained files as individual documents" msgstr "Sıkıştırılmış bir dosyanın içerdiği dosyaları tek tek belgeler olarak yükle" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "Hazırlama dosyası" @@ -597,74 +597,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "Kaynak için günlük girdileri: %s" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "Etkileşimli belge kaynakları tanımlanmamış veya hiçbiri etkinleştirilmemiş, devam etmeden önce bir tane oluşturun." -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "Döküman özellikleri" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "Hazırlama yolundaki dosyalar" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "Tara" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "\"%s\" belgesi, yeni sürümler yüklemesi engellendi." -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "Kaynaktan yeni bir sürüm yükle: %s" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -672,31 +672,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "Kaynak \"%s\" için tetikleyici kontrolü yapıyor musunuz?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "Kaynak denetimi sıraya girdi." -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "Yeni kaynak türü oluştur: %s" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "Kaynağı sil: %s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "Kaynağı düzenle: %s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -704,7 +704,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" 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 100fd80249..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "" @@ -72,7 +72,7 @@ msgstr "Giải nén" msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload một file nén chứa các file tài liệu riêng biệt" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "" diff --git a/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po b/mayan/apps/sources/locale/zh/LC_MESSAGES/django.po index e9b5b67b57..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-06-29 02:20-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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:41 links.py:54 models/base.py:39 queues.py:9 settings.py:10 -#: views.py:630 +#: views.py:627 msgid "Sources" msgstr "来源" @@ -72,7 +72,7 @@ msgstr "展开压缩文件" msgid "Upload a compressed file's contained files as individual documents" msgstr "将压缩文件包含的文件作为单个文档上载" -#: forms.py:68 views.py:485 +#: forms.py:68 views.py:482 msgid "Staging file" msgstr "暂存文件" @@ -596,74 +596,74 @@ msgstr "" msgid "Server responded with {{statusCode}} code." msgstr "" -#: views.py:65 +#: views.py:63 msgid "" "Any error produced during the usage of a source will be listed here to " "assist in debugging." msgstr "此处列出了在使用源期间产生的任何错误,以帮助调试。" -#: views.py:68 +#: views.py:66 msgid "No log entries available" msgstr "没有可用的日志条目" -#: views.py:70 +#: views.py:68 #, python-format msgid "Log entries for source: %s" msgstr "源%s的日志条目" -#: views.py:125 wizards.py:154 +#: views.py:123 wizards.py:154 msgid "" "No interactive document sources have been defined or none have been enabled," " create one before proceeding." msgstr "没有定义交互式文档源或没有启用任何交互式文档源,在继续之前创建一个。" -#: views.py:153 views.py:171 views.py:181 +#: views.py:151 views.py:169 views.py:179 msgid "Document properties" msgstr "文档属性" -#: views.py:161 +#: views.py:159 msgid "Files in staging path" msgstr "暂存路径中的文件" -#: views.py:172 +#: views.py:170 msgid "Scan" msgstr "扫描" -#: views.py:282 +#: views.py:279 #, python-format msgid "" "Error executing document upload task; %(exception)s, %(exception_class)s" msgstr "执行文档上传任务时出错; %(exception)s,%(exception_class)s" -#: views.py:293 +#: views.py:290 msgid "New document queued for upload and will be available shortly." msgstr "新文档排队等待上传,很快将可用。" -#: views.py:344 +#: views.py:341 #, python-format msgid "Upload a document of type \"%(document_type)s\" from source: %(source)s" msgstr "从源%(source)s上传类型为“%(document_type)s”的文档" -#: views.py:378 +#: views.py:375 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." msgstr "文档“%s”被阻止上传新版本。" -#: views.py:431 +#: views.py:428 msgid "New document version queued for upload and will be available shortly." msgstr "新文档版本排队等待上传,很快将可用。" -#: views.py:472 +#: views.py:469 #, python-format msgid "Upload a new version from source: %s" msgstr "从源%s上传新版本" -#: views.py:486 +#: views.py:483 #, python-format msgid "Delete staging file \"%s\"?" msgstr "" -#: views.py:507 +#: views.py:504 msgid "" "This will execute the source check code even if the source is not enabled. " "Sources that delete content after downloading will not do so while being " @@ -671,31 +671,31 @@ msgid "" "successful test will clear the error log." msgstr "" -#: views.py:513 +#: views.py:510 #, python-format msgid "Trigger check for source \"%s\"?" msgstr "检查源“%s”的触发器?" -#: views.py:530 +#: views.py:527 msgid "Source check queued." msgstr "源检查排队。" -#: views.py:547 +#: views.py:544 #, python-format msgid "Create new source of type: %s" msgstr "创建%s类型的新来源" -#: views.py:569 +#: views.py:566 #, python-format msgid "Delete the source: %s?" msgstr "删除源:%s?" -#: views.py:590 +#: views.py:587 #, python-format msgid "Edit source: %s" msgstr "编辑源:%s" -#: views.py:624 +#: views.py:621 msgid "" "Sources provide the means to upload documents. Some sources like the " "webform, are interactive and require user input to operate. Others like the " @@ -703,7 +703,7 @@ msgid "" "intervention." msgstr "来源提供上传文件的方法。某些来源,如网页表单,是交互式的,需要用户输入才能运行。其他来源,如电子邮件,是自动的,无需用户干预即可在后台运行。" -#: views.py:629 +#: views.py:626 msgid "No sources available" msgstr "没有可用的来源" diff --git a/mayan/apps/sources/settings.py b/mayan/apps/sources/settings.py index 8f0156d427..8f09ae99b6 100644 --- a/mayan/apps/sources/settings.py +++ b/mayan/apps/sources/settings.py @@ -5,7 +5,7 @@ import os from django.conf import settings from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Sources'), name='sources') 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 9288ff57be..54ccda5fc2 100644 --- a/mayan/apps/sources/tests/test_models.py +++ b/mayan/apps/sources/tests/test_models.py @@ -28,7 +28,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, @@ -37,21 +36,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 03ecbbc72d..2fd4172a8d 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(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 6eb2218900..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-06-29 02:20-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 e35ff1c6f5..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-06-29 02:20-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 052bd855bd..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-06-29 02:20-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 66c1d1a45f..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-06-29 02:20-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 4481415826..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-06-29 02:20-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 37533157b5..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-06-29 02:20-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 8b271b1d8a..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-06-29 02:20-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 da0362632d..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-06-29 02:20-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 bbec3ca92e..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-06-29 02:20-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 171637f06b..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-06-29 02:20-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 901fef4bad..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-06-29 02:20-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 72b48b7657..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-06-29 02:20-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 d18f2cbe14..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-06-29 02:20-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 a123e5ba31..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-06-29 02:20-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 e61cc754b5..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-06-29 02:20-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 d36bf452b2..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-06-29 02:20-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 feb774f436..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-06-29 02:20-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 a288ed220a..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-06-29 02:20-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 10d6f9fb33..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-06-29 02:20-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 238c83439e..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-06-29 02:20-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 ee81d6b63d..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-06-29 02:20-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 69645b451f..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-06-29 02:20-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 0be8df6015..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-06-29 02:20-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 ab32dfb236..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-06-29 02:20-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 04bd0d0da0..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-06-29 02:20-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/storage/settings.py b/mayan/apps/storage/settings.py index e17acbd76c..362aa9e702 100644 --- a/mayan/apps/storage/settings.py +++ b/mayan/apps/storage/settings.py @@ -4,7 +4,7 @@ import tempfile from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(label=_('Storage'), name='storage') diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index 4faf9f0105..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-06-29 02:20-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" @@ -182,7 +182,7 @@ msgstr[5] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -312,7 +312,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index aa6d05d178..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-06-29 02:20-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" @@ -178,7 +178,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -300,7 +300,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 7102e93430..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-06-29 02:20-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" @@ -180,7 +180,7 @@ msgstr[2] "Dodajte oznake na %(count)d dokumente" msgid "Attach tags to document: %s" msgstr "Priložite oznake za dokument: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Oznake koje treba priložiti." @@ -304,7 +304,7 @@ msgstr "Dokument \"%(document)s\" nije označen kao \"%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" uspješno uklonjen iz dokumenta \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Izaberite oznake" diff --git a/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po b/mayan/apps/tags/locale/cs/LC_MESSAGES/django.po index 32243253de..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-06-29 02:20-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" @@ -179,7 +179,7 @@ msgstr[3] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -305,7 +305,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 80aa00e8e5..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-06-29 02:20-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" @@ -177,7 +177,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -299,7 +299,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 cb211ab66d..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-06-29 02:20-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" @@ -180,7 +180,7 @@ msgstr[1] "Tags an %(count)d Dokumente anhängen" msgid "Attach tags to document: %s" msgstr "Tags für Dokument %s zuweisen:" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Zuzuweisende Tags." @@ -302,7 +302,7 @@ msgstr "Dokument \"%(document)s\" wurde nicht als \"%(tag)s getaggt" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" erfolgreich von Dokument \"%(document)s\" entfernt." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Tags auswählen" diff --git a/mayan/apps/tags/locale/el/LC_MESSAGES/django.po b/mayan/apps/tags/locale/el/LC_MESSAGES/django.po index 6db8d8a42e..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-06-29 02:20-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" @@ -177,7 +177,7 @@ msgstr[1] "Προσάρτησε ετικέτες σε %(count)d έγγραφα" msgid "Attach tags to document: %s" msgstr "Προσάρτηση ετικετών στο έγγραφο: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Ετικέτες που θα επικοληθούν." @@ -299,7 +299,7 @@ msgstr "Το έγγραφο \"%(document)s\" δεν ήταν σημασμένο msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Η ετικέτα \"%(tag)s\" αφαιρέθηκε επιτυχώς από το έγγραφο \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index 6eb85acfe2..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-06-29 02:20-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" @@ -178,7 +178,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -300,7 +300,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index d5df51bd66..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-06-29 02:20-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" @@ -180,7 +180,7 @@ msgstr[1] "Adjuntar etiquetas a %(count)d documentos" msgid "Attach tags to document: %s" msgstr "Anejar etiquetas al documento: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Etiquetas a ser anejadas." @@ -302,7 +302,7 @@ msgstr "Documento \"%(document)s\" no esta etiquetado con \"%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Etiqueta \"%(tag)s\" eliminada con éxito del documento \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Seleccione etiquetas" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index f125e225bd..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-06-29 02:20-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" @@ -179,7 +179,7 @@ msgstr[1] "برچسب ها را به اسناد %(count)d اضافه کنید: " msgid "Attach tags to document: %s" msgstr "برچسب ها را به سند اضافه کنید: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "برچسب ها باید متصل شوند" @@ -301,7 +301,7 @@ msgstr "سند \"%(document)s\" به عنوان \"%(tag)s\" برچسب گذار msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "برچسب \"%(tag)s\" با موفقیت از سند \"%(document)s\" حذف شد." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index 4eefe3df93..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-06-29 02:20-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" @@ -183,7 +183,7 @@ msgstr[1] "Attacher les étiquettes sur %(count)d documents" msgid "Attach tags to document: %s" msgstr "Attacher des étiquettes au document: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Étiquettes à attacher." @@ -305,7 +305,7 @@ msgstr "Le document \"%(document)s\" n'a pas été étiquetté comme \"%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "L'étiquette \"%(tag)s\" à été retirée avec succès du document \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Sélectionner les étiquettes" diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po index fd1f374bd2..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-06-29 02:20-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" @@ -178,7 +178,7 @@ msgstr[1] "Cimkék hozzárendelése %(count)d dokumentumhoz" msgid "Attach tags to document: %s" msgstr "Cimkék hozzárendelése dokumentumhoz: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Hozzárendelendő címkék." @@ -300,7 +300,7 @@ msgstr "A \"%(document)s\" dokumentum nem lett \"%(tag)s\"-el megcímkézve" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "A \"%(tag)s\" címke sikeresen leszedésre került a \"%(document)s\" dokumentumról." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po index b52fcc29b6..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-06-29 02:20-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" @@ -176,7 +176,7 @@ msgstr[0] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -296,7 +296,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po index 5f89a7bbb3..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-06-29 02:20-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" @@ -181,7 +181,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "Assegna tag al documento: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Tag che saranno allegati." @@ -303,7 +303,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Etichetta \"%(tag)s\" rimossa con successo dal documento \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po index 390f6062ae..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-06-29 02:20-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" @@ -179,7 +179,7 @@ msgstr[2] "Pievienojiet tagus dokumentiem %(count)d" msgid "Attach tags to document: %s" msgstr "Pievienojiet tagus dokumentam: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Pievienotie tagi." @@ -303,7 +303,7 @@ msgstr "Dokuments \"%(document)s\" netika atzīmēts kā \"%(tag)s\"" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" veiksmīgi noņemts no dokumenta \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Atlasiet tagus" 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 18cd5bd555..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-06-29 02:20-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" @@ -178,7 +178,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -300,7 +300,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Label: \"%(tag)s\" is verwijderd van document \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index cf1e219fc9..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-06-29 02:20-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" @@ -183,7 +183,7 @@ msgstr[3] "Dołącz tagi do %(count)d dokumentów" msgid "Attach tags to document: %s" msgstr "Załącz tagi do dokumentu: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Tagi do załączenia." @@ -309,7 +309,7 @@ msgstr "Dokument \"%(document)s\" nie zawiera tagów \"%(tag)s\"" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" usunięty z dokumentu \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index 64de3f063e..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-06-29 02:20-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" @@ -180,7 +180,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -302,7 +302,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 7d575f1129..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-06-29 02:20-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" @@ -181,7 +181,7 @@ msgstr[1] "" msgid "Attach tags to document: %s" msgstr "Anexar etiquetas ao documento: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Etiquetas a serem anexadas." @@ -303,7 +303,7 @@ msgstr "Documento \"%(document)s\" não estava etiquetado como \"%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Etiqueta \"%(tag)s\" removida com sucesso do documento \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 aac67ab4cd..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-06-29 02:20-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" @@ -182,7 +182,7 @@ msgstr[2] "Atașați etichetele la %(count)ddocumente " msgid "Attach tags to document: %s" msgstr "Atașați etichete la documentul: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Etichetele trebuie atașate." @@ -306,7 +306,7 @@ msgstr "Documentul \"%(document)s\" nu a fost etichetat ca \"%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Eticheta \"%(tag)s\" a fost eliminată cu succes din documentul \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "Selectați etichete" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo index 3b98eff054..ef375bbfd9 100644 Binary files a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po index 24fed088a7..68d9e74083 100644 --- a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ru/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-06-29 02:20-0400\n" -"PO-Revision-Date: 2019-05-17 05:51+0000\n" -"Last-Translator: Roberto Rosario\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -70,7 +70,7 @@ msgstr "Редактировать" #: links.py:63 msgid "All" -msgstr "" +msgstr "Все" #: methods.py:20 msgid "Return a the tags attached to the document." @@ -180,7 +180,7 @@ msgstr[3] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -306,7 +306,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Метка \"%(tag)s\" снята с документа \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 5edfc0069c..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-06-29 02:20-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" @@ -180,7 +180,7 @@ msgstr[3] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -306,7 +306,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 4cb87bef56..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-06-29 02:20-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" @@ -179,7 +179,7 @@ msgstr[1] "Etiketleri %(count)d dokümanlarına ekleyin" msgid "Attach tags to document: %s" msgstr "Etiketleri dokümana ekleyin: %s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "Eklenecek Etiketler." @@ -301,7 +301,7 @@ msgstr "\"%(document)s\" dokümanı \"%(tag)s\" olarak etiketlenemedi" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "\"%(tag)s\" Etiketi \"%(document)s\" dokümanından başarıyla kaldırıldı." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" 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 1cc247a343..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-06-29 02:20-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" @@ -177,7 +177,7 @@ msgstr[0] "" msgid "Attach tags to document: %s" msgstr "" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" đã được xóa thành công từ tài liệu \"%(document)s\"." -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "" diff --git a/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po b/mayan/apps/tags/locale/zh/LC_MESSAGES/django.po index 1d7406ee59..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-06-29 02:20-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" @@ -177,7 +177,7 @@ msgstr[0] "将标签附加到%(count)d文档" msgid "Attach tags to document: %s" msgstr "将标签附加到文档:%s" -#: views.py:70 wizard_steps.py:30 +#: views.py:70 wizard_steps.py:29 msgid "Tags to be attached." msgstr "要附加的标签。" @@ -297,7 +297,7 @@ msgstr "文档“%(document)s”未标记为“%(tag)s" msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "标签“%(tag)s”已从文档“%(document)s”中成功删除。" -#: wizard_steps.py:18 +#: wizard_steps.py:17 msgid "Select tags" msgstr "选择标签" 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 0aa8c55078..bceebdfb58 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 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 4e719ac266..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-06-29 02:20-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 5d0fea9711..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-06-29 02:20-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 8c7cb1d140..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-06-29 02:20-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 c3cd3ed806..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-06-29 02:20-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 cdea028709..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-06-29 02:20-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 43bd0c0c71..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-06-29 02:20-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 657212a839..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-06-29 02:20-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 8847da676e..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-06-29 02:20-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 b6c0a25e8b..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-06-29 02:20-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 3596a635c2..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-06-29 02:20-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 e9b5664515..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-06-29 02:20-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 c7b51aa0df..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-06-29 02:20-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 1d5210e797..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-06-29 02:20-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 4de41c3acd..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-06-29 02:20-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 3ae8f7bbdd..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-06-29 02:20-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.mo b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo index 9cacafc6f1..012779c0d7 100644 Binary files a/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/task_manager/locale/nl_NL/LC_MESSAGES/django.mo differ 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 eabc89329b..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 @@ -6,15 +6,16 @@ # Translators: # Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2017 # Lucas Weel <ljj.weel@gmail.com>, 2017 +# Ben Zweekhorst <bzweekhorst@gmail.com>, 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-0400\n" +"POT-Creation-Date: 2019-09-24 23:21-0400\n" "PO-Revision-Date: 2017-06-30 22:04+0000\n" -"Last-Translator: Lucas Weel <ljj.weel@gmail.com>, 2017\n" +"Last-Translator: Ben Zweekhorst <bzweekhorst@gmail.com>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +25,7 @@ msgstr "" #: apps.py:23 links.py:12 permissions.py:7 msgid "Task manager" -msgstr "" +msgstr "Taakbeheer" #: apps.py:31 msgid "Label" @@ -36,7 +37,7 @@ msgstr "Naam" #: apps.py:37 msgid "Default queue?" -msgstr "" +msgstr "Standaard wachtrij?" #: apps.py:41 msgid "Is transient?" @@ -48,7 +49,7 @@ msgstr "Soort" #: apps.py:48 msgid "Start time" -msgstr "" +msgstr "Starttijd" #: apps.py:51 msgid "Host" @@ -60,7 +61,7 @@ msgstr "Argumenten" #: apps.py:59 msgid "Keyword arguments" -msgstr "" +msgstr "Trefwoord argumenten" #: apps.py:63 msgid "Worker process ID" @@ -72,7 +73,7 @@ msgstr "" #: links.py:20 msgid "Active tasks" -msgstr "" +msgstr "Actieve taken" #: links.py:24 msgid "Reserved tasks" @@ -80,30 +81,30 @@ msgstr "" #: links.py:28 msgid "Scheduled tasks" -msgstr "" +msgstr "Geplande taken" #: permissions.py:10 msgid "View tasks" -msgstr "" +msgstr "Bekijk taken" #: tests/literals.py:5 msgid "Test queue" -msgstr "" +msgstr "Test wachtrij" #: views.py:30 #, python-format msgid "Active tasks in queue: %s" -msgstr "" +msgstr "Actieve taken in de wachtrij: %s" #: views.py:42 #, python-format msgid "Unable to retrieve task list; %s" -msgstr "" +msgstr "Niet mogelijk om takenlijst op te halen; %s" #: views.py:56 #, python-format msgid "Scheduled tasks in queue: %s" -msgstr "" +msgstr "Geplande taken in de wachtrij: %s" #: views.py:68 #, python-format 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 8400e6daad..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-06-29 02:20-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 8fa2323133..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-06-29 02:20-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 f2e6e96ab0..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-06-29 02:20-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 4f13b13705..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-06-29 02:20-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 c3dd602f11..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-06-29 02:20-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 16c27b4c6b..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-06-29 02:20-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 13df484482..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-06-29 02:20-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 78d4bdf1e7..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-06-29 02:20-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 152e64e9eb..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-06-29 02:20-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 39728d03ec..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-06-29 02:20-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 2cb19381fc..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-06-29 02:20-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 19bd0d5574..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-06-29 02:20-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 2e02734f9e..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-06-29 02:20-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 b0fafa5853..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-06-29 02:20-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 5a66c4392b..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-06-29 02:20-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 fc3cdcb7f0..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-06-29 02:20-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 cb6d0dd925..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-06-29 02:20-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.mo b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo index 5757a94d01..abc9b3206c 100644 Binary files a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.mo differ 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 e1abe9dd16..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,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-0400\n" -"PO-Revision-Date: 2019-06-29 06:22+0000\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" "MIME-Version: 1.0\n" @@ -80,11 +80,11 @@ msgstr "Todos los usuarios." #: dashboard_widgets.py:16 msgid "Total users" -msgstr "" +msgstr "Usuarios totales" #: dashboard_widgets.py:32 msgid "Total groups" -msgstr "" +msgstr "Grupos totales" #: events.py:12 msgid "Group created" 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 a00405d7c7..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-06-29 02:20-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.mo b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo index 786157dc4c..91ce1d794c 100644 Binary files a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.mo differ 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 adf6644df5..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,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,11 +82,11 @@ msgstr "Tous les utilisateurs." #: dashboard_widgets.py:16 msgid "Total users" -msgstr "" +msgstr "Nombre d'utilisateurs" #: dashboard_widgets.py:32 msgid "Total groups" -msgstr "" +msgstr "Nombre de groupes" #: events.py:12 msgid "Group created" 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 0e450fbcdf..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-06-29 02:20-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 efeaa434f7..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-06-29 02:20-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 9124802c91..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-06-29 02:20-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.mo b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.mo index c949d32886..d7790418ef 100644 Binary files a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.mo differ 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 0cf2ca691d..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,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,11 +76,11 @@ msgstr "Visi lietotāji." #: dashboard_widgets.py:16 msgid "Total users" -msgstr "" +msgstr "Kopā lietotāji" #: dashboard_widgets.py:32 msgid "Total groups" -msgstr "" +msgstr "Kopā grupas" #: events.py:12 msgid "Group created" diff --git a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo index 60c75c0a06..d7f57997ba 100644 Binary files a/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo differ 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 d972dc54d8..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,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-29 02:20-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-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +46,7 @@ msgstr "Gebruikers" #: apps.py:112 msgid "Username" -msgstr "" +msgstr "Gebruikersnaam" #: apps.py:113 search.py:20 msgid "First name" 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 cdb6a62e49..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-06-29 02:20-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 9db64d737d..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-06-29 02:20-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 a407d59bb4..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-06-29 02:20-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 cfe54341b8..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-06-29 02:20-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 7f3ec3a188..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-06-29 02:20-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 2de564fcba..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-06-29 02:20-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 79e273e17b..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-06-29 02:20-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 9cfac6f297..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-06-29 02:20-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 b20d30be6c..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-06-29 02:20-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/mayan/apps/user_management/tests/test_api.py b/mayan/apps/user_management/tests/test_api.py index 48cd5bc976..7ae2d4a947 100644 --- a/mayan/apps/user_management/tests/test_api.py +++ b/mayan/apps/user_management/tests/test_api.py @@ -14,9 +14,7 @@ from ..permissions import ( permission_user_edit, permission_user_view ) -from .mixins import ( - GroupAPITestMixin, GroupTestMixin, UserAPITestMixin, UserTestMixin -) +from .mixins import GroupAPITestMixin, GroupTestMixin, UserAPITestMixin class GroupAPITestCase(GroupAPITestMixin, GroupTestMixin, BaseAPITestCase): @@ -50,7 +48,9 @@ class GroupAPITestCase(GroupAPITestMixin, GroupTestMixin, BaseAPITestCase): def test_group_delete_with_access(self): self._create_test_group() - self.grant_access(obj=self.test_group, permission=permission_group_delete) + self.grant_access( + obj=self.test_group, permission=permission_group_delete + ) group_count = Group.objects.count() response = self._request_test_group_delete_api_view() @@ -72,7 +72,9 @@ class GroupAPITestCase(GroupAPITestMixin, GroupTestMixin, BaseAPITestCase): def test_group_edit_via_patch_with_access(self): self._create_test_group() - self.grant_access(obj=self.test_group, permission=permission_group_edit) + self.grant_access( + obj=self.test_group, permission=permission_group_edit + ) group_name = self.test_group.name @@ -96,7 +98,9 @@ class GroupAPITestCase(GroupAPITestMixin, GroupTestMixin, BaseAPITestCase): def test_group_edit_via_put_with_access(self): self._create_test_group() - self.grant_access(obj=self.test_group, permission=permission_group_edit) + self.grant_access( + obj=self.test_group, permission=permission_group_edit + ) group_name = self.test_group.name @@ -107,7 +111,7 @@ class GroupAPITestCase(GroupAPITestMixin, GroupTestMixin, BaseAPITestCase): self.assertNotEqual(self.test_group.name, group_name) -class UserAPITestCase(UserAPITestMixin, UserTestMixin, BaseAPITestCase): +class UserAPITestCase(UserAPITestMixin, BaseAPITestCase): def test_user_create_api_view_no_permission(self): user_count = get_user_model().objects.count() @@ -138,7 +142,9 @@ class UserAPITestCase(UserAPITestMixin, UserTestMixin, BaseAPITestCase): def test_user_delete_with_access(self): self._create_test_user() - self.grant_access(obj=self.test_user, permission=permission_user_delete) + self.grant_access( + obj=self.test_user, permission=permission_user_delete + ) user_count = get_user_model().objects.count() @@ -194,7 +200,7 @@ class UserAPITestCase(UserAPITestMixin, UserTestMixin, BaseAPITestCase): self.assertNotEqual(self.test_user.username, user_username) -class UserGroupAPITestCase(GroupTestMixin, UserAPITestMixin, UserTestMixin, BaseAPITestCase): +class UserGroupAPITestCase(GroupTestMixin, UserAPITestMixin, BaseAPITestCase): def test_user_create_with_group_api_view_no_permission(self): self._create_test_group() diff --git a/mayan/apps/user_management/tests/test_events.py b/mayan/apps/user_management/tests/test_events.py index 4f0cab8d5f..245c407eea 100644 --- a/mayan/apps/user_management/tests/test_events.py +++ b/mayan/apps/user_management/tests/test_events.py @@ -17,11 +17,13 @@ from ..events import ( from .mixins import ( GroupAPITestMixin, GroupTestMixin, GroupViewTestMixin, UserAPITestMixin, - UserTestMixin, UserViewTestMixin + UserViewTestMixin ) -class GroupEventsViewTestCase(GroupTestMixin, GroupViewTestMixin, UserTestMixin, GenericViewTestCase): +class GroupEventsViewTestCase( + GroupTestMixin, GroupViewTestMixin, GenericViewTestCase +): def test_group_create_event(self): self.grant_permission( permission=permission_group_create @@ -53,7 +55,9 @@ class GroupEventsViewTestCase(GroupTestMixin, GroupViewTestMixin, UserTestMixin, self.assertEqual(action.verb, event_group_edited.id) -class GroupEventsAPITestCase(GroupAPITestMixin, GroupTestMixin, GroupViewTestMixin, BaseAPITestCase): +class GroupEventsAPITestCase( + GroupAPITestMixin, GroupTestMixin, GroupViewTestMixin, BaseAPITestCase +): def test_group_create_event_from_api_view(self): self.grant_permission( permission=permission_group_create @@ -91,7 +95,7 @@ class GroupEventsAPITestCase(GroupAPITestMixin, GroupTestMixin, GroupViewTestMix self.assertEqual(action.verb, event_group_edited.id) -class UserEventsTestCase(UserTestMixin, GenericViewTestCase): +class UserEventsTestCase(GenericViewTestCase): auto_login_user = False create_test_case_user = False @@ -130,7 +134,9 @@ class UserEventsTestCase(UserTestMixin, GenericViewTestCase): self.assertEqual(action.verb, event_user_logged_out.id) -class UserEventsViewTestCase(UserAPITestMixin, UserTestMixin, UserViewTestMixin, GenericViewTestCase): +class UserEventsViewTestCase( + UserAPITestMixin, UserViewTestMixin, GenericViewTestCase +): def test_user_create_event_from_view(self): self.grant_permission( permission=permission_user_create @@ -164,7 +170,9 @@ class UserEventsViewTestCase(UserAPITestMixin, UserTestMixin, UserViewTestMixin, self.assertEqual(action.verb, event_user_edited.id) -class UserEventsAPITestCase(UserAPITestMixin, UserTestMixin, UserViewTestMixin, BaseAPITestCase): +class UserEventsAPITestCase( + UserAPITestMixin, UserViewTestMixin, BaseAPITestCase +): def test_user_create_event_from_api_view(self): self.grant_permission( permission=permission_user_create diff --git a/mayan/apps/user_management/tests/test_views.py b/mayan/apps/user_management/tests/test_views.py index 3733aadefe..15a4a12c12 100644 --- a/mayan/apps/user_management/tests/test_views.py +++ b/mayan/apps/user_management/tests/test_views.py @@ -14,12 +14,12 @@ from ..permissions import ( permission_user_edit, permission_user_view ) -from .mixins import ( - GroupTestMixin, GroupViewTestMixin, UserTestMixin, UserViewTestMixin -) +from .mixins import GroupTestMixin, GroupViewTestMixin, UserViewTestMixin -class GroupViewsTestCase(GroupTestMixin, GroupViewTestMixin, UserTestMixin, GenericViewTestCase): +class GroupViewsTestCase( + GroupTestMixin, GroupViewTestMixin, GenericViewTestCase +): def test_group_create_view_no_permission(self): group_count = Group.objects.count() @@ -158,13 +158,15 @@ class GroupViewsTestCase(GroupTestMixin, GroupViewTestMixin, UserTestMixin, Gene ) -class SuperUserViewTestCase(UserTestMixin, UserViewTestMixin, GenericViewTestCase): +class SuperUserViewTestCase(UserViewTestMixin, GenericViewTestCase): def setUp(self): super(SuperUserViewTestCase, self).setUp() self._create_test_superuser() def test_superuser_delete_view_with_access(self): - superuser_count = get_user_model().objects.filter(is_superuser=True).count() + superuser_count = get_user_model().objects.filter( + is_superuser=True + ).count() self.grant_access( obj=self.test_superuser, permission=permission_user_delete ) @@ -199,7 +201,7 @@ class SuperUserViewTestCase(UserTestMixin, UserViewTestMixin, GenericViewTestCas self.assertEqual(response.status_code, 404) -class UserViewTestCase(UserTestMixin, UserViewTestMixin, GenericViewTestCase): +class UserViewTestCase(UserViewTestMixin, GenericViewTestCase): def test_user_create_view_no_permission(self): user_count = get_user_model().objects.count() @@ -263,7 +265,9 @@ class UserViewTestCase(UserTestMixin, UserViewTestMixin, GenericViewTestCase): self.assertEqual(get_user_model().objects.count(), user_count - 1) -class UserGroupViewTestCase(GroupTestMixin, UserTestMixin, UserViewTestMixin, GenericViewTestCase): +class UserGroupViewTestCase( + GroupTestMixin, UserViewTestMixin, GenericViewTestCase +): def test_user_groups_view_no_permission(self): self._create_test_user() self._create_test_group() @@ -334,7 +338,8 @@ class MetadataLookupIntegrationTestCase( metadata_type=self.test_metadata_type ) self.grant_access( - obj=self.test_document, permission=permission_document_metadata_edit + obj=self.test_document, + permission=permission_document_metadata_edit ) response = self.get( @@ -355,7 +360,8 @@ class MetadataLookupIntegrationTestCase( metadata_type=self.test_metadata_type ) self.grant_access( - obj=self.test_document, permission=permission_document_metadata_edit + obj=self.test_document, + permission=permission_document_metadata_edit ) response = self.get( diff --git a/mayan/conf.py b/mayan/conf.py index 212322bd5d..898ccdd7da 100644 --- a/mayan/conf.py +++ b/mayan/conf.py @@ -6,7 +6,7 @@ from __future__ import unicode_literals from django.utils.translation import ugettext_lazy as _ -from mayan.apps.smart_settings import Namespace +from mayan.apps.smart_settings.classes import Namespace namespace = Namespace(name='mayan', label=_('Mayan')) diff --git a/requirements/base.txt b/requirements/base.txt index 1ae7376c00..7919f51384 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ Pillow==6.0.0 PyPDF2==1.26.0 -PyYAML==5.1 +PyYAML==5.1.1 celery==3.1.24 django-activity-stream==0.7.0 django-celery==3.2.1 @@ -16,7 +16,7 @@ django-pure-pagination==0.3.0 django-qsstats-magic==1.0.0 django-solo==1.1.3 django-stronghold==0.3.0 -django-widget-tweaks==1.4.3 +django-widget-tweaks==1.4.5 djangorestframework==3.7.7 djangorestframework-recursive==0.1.2 drf-yasg==1.6.0 @@ -29,7 +29,7 @@ graphviz==0.10.1 gunicorn==19.9.0 mock==2.0.0 node-semver==0.6.1 -pathlib2==2.3.3 +pathlib2==2.3.4 pycountry==18.12.8 pyocr==0.6 python-dateutil==2.8.0 diff --git a/requirements/common.txt b/requirements/common.txt index 86583ad884..25d563b64e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1 +1 @@ -django==1.11.20 +django==1.11.24 diff --git a/requirements/development.txt b/requirements/development.txt index ea60187b8d..8689376c36 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,7 +1,7 @@ -Werkzeug==0.15.2 +Werkzeug==0.15.4 django-debug-toolbar==1.11 -django-extensions==2.1.6 -django-rosetta==0.9.2 +django-extensions==2.1.9 +django-rosetta==0.9.3 flake8==3.7.7 ipython==5.5.0 readme==0.7.1 diff --git a/requirements/testing-base.txt b/requirements/testing-base.txt index 5702dbb1df..de84381553 100644 --- a/requirements/testing-base.txt +++ b/requirements/testing-base.txt @@ -2,5 +2,5 @@ codecov==2.0.15 coverage==4.4.1 coveralls==1.3.0 django-test-without-migrations==0.6 -psutil==5.6.1 +psutil==5.6.3 tox==3.8.6 diff --git a/setup.py b/setup.py index 82e884c336..8b0516670d 100644 --- a/setup.py +++ b/setup.py @@ -56,10 +56,10 @@ def find_packages(directory): return packages install_requires = """ -django==1.11.20 +django==1.11.24 Pillow==6.0.0 PyPDF2==1.26.0 -PyYAML==5.1 +PyYAML==5.1.1 celery==3.1.24 django-activity-stream==0.7.0 django-celery==3.2.1 @@ -75,7 +75,7 @@ django-pure-pagination==0.3.0 django-qsstats-magic==1.0.0 django-solo==1.1.3 django-stronghold==0.3.0 -django-widget-tweaks==1.4.3 +django-widget-tweaks==1.4.5 djangorestframework==3.7.7 djangorestframework-recursive==0.1.2 drf-yasg==1.6.0 @@ -88,7 +88,7 @@ graphviz==0.10.1 gunicorn==19.9.0 mock==2.0.0 node-semver==0.6.1 -pathlib2==2.3.3 +pathlib2==2.3.4 pycountry==18.12.8 pyocr==0.6 python-dateutil==2.8.0