diff --git a/HISTORY.rst b/HISTORY.rst index e4f6605728..1b6ee20514 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,6 +15,11 @@ the user links - Tags are alphabetically ordered by label (GitLab #342). - Stop loading theme fonts from the web (Gitlab #343). +2.1.6 (2016-11-23) +================= +- Fix variable name typo in the rotation transformation class. +- Update translations + 2.1.5 (2016-11-08) ================== - Backport resize transformation math operation fix (GitLab #319). diff --git a/README.rst b/README.rst index 6413fd09d4..67acd269bb 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|PyPI badge| |Build Status| |Coverage badge| |Documentation| |License badge| +|PyPI badge| |Build Status| |Coverage badge| |Documentation| |License badge| |Python version| |Logo| @@ -41,8 +41,6 @@ Point your browser to 127.0.0.1:8000 and use the automatically created admin account. - - .. _Website: http://www.mayan-edms.com .. _Video demostration: http://bit.ly/pADNXv .. _Documentation: http://readthedocs.org/docs/mayan/en/latest/ @@ -56,11 +54,12 @@ account. .. |Animation| image:: https://gitlab.com/mayan-edms/mayan-edms/raw/master/docs/_static/overview.gif .. |PyPI badge| image:: http://img.shields.io/pypi/v/mayan-edms.svg?style=flat :target: http://badge.fury.io/py/mayan-edms -.. |License badge| image:: http://img.shields.io/badge/license-Apache%202.0-green.svg?style=flat +.. |License badge| image:: https://img.shields.io/pypi/l/mayan-edms.svg?style=flat .. |Analytics| image:: https://ga-beacon.appspot.com/UA-52965619-2/mayan-edms/readme?pixel .. |Coverage badge| image:: https://codecov.io/gitlab/mayan-edms/mayan-edms/coverage.svg?branch=master :target: https://codecov.io/gitlab/mayan-edms/mayan-edms?branch=master .. |Documentation| image:: https://readthedocs.org/projects/mayan/badge/?version=latest :target: http://mayan.readthedocs.io/en/latest +.. |Python version| images:: https://img.shields.io/pypi/pyversions/mayan-edms.svg |Analytics| diff --git a/docs/releases/2.1.6.rst b/docs/releases/2.1.6.rst new file mode 100644 index 0000000000..a6916ecd3b --- /dev/null +++ b/docs/releases/2.1.6.rst @@ -0,0 +1,73 @@ +=============================== +Mayan EDMS v2.1.6 release notes +=============================== + +Released: November 23, 2016 + +What's new +========== + +This is a bug-fix release and all users are encouraged to upgrade. + +Changes +------------- + +- Fix variable name typo in the rotation transformation class. +- Update translations + +Removals +-------- +* None + +Upgrading from a previous version +--------------------------------- + +Using PIP +~~~~~~~~~ + +Type in the console:: + + $ pip install -U mayan-edms + +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. + +Next upgrade/add the new requirements:: + + $ pip install --upgrade -r requirements.txt + +Common steps +~~~~~~~~~~~~ + +Migrate existing database schema with:: + + $ mayan-edms.py performupgrade + +Add new static media:: + + $ mayan-edms.py collectstatic --noinput + +The upgrade procedure is now complete. + + +Backward incompatible changes +============================= + +* None + +Bugs fixed or issues closed +=========================== + +* None + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 9616b4c22d..4568e10261 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -23,6 +23,7 @@ versions of the documentation contain the release notes for any later releases. :maxdepth: 1 2.2 + 2.1.6 2.1.5 2.1.4 2.1.3 diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index 227998700e..e9dccbb704 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -196,8 +196,9 @@ Make the installation directory readable and writable by the webserver user:: Restart the services:: - /etc/init.d/nginx restart - /etc/init.d/supervisor restart + systemctl enable supervisor + systemctl restart supervisor + systemctl restart nginx Docker method ============= diff --git a/mayan/__init__.py b/mayan/__init__.py index cd921cfcd8..86974477eb 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.1.5' -__build__ = 0x020105 +__version__ = '2.1.6' +__build__ = 0x020106 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System' diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo index a4b8f27cb2..b9f8dfab00 100644 Binary files a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po index 6d2fb25fc1..61c00a6c9a 100644 --- a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo index 7741daa0b5..74502f8b6e 100644 Binary files a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po b/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po index fafab3533d..39fafedd71 100644 --- a/mayan/apps/acls/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo index e603ae40a4..5c9f8b61fb 100644 Binary files a/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/bs_BA/LC_MESSAGES/django.mo differ 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 0e35233327..865445f1bd 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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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/da/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo index d9503c0936..eb11dcead6 100644 Binary files a/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po index e3c0e8214a..b8af335bed 100644 --- a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" diff --git a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index eab90faf66..ea41af0579 100644 Binary files a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.mo differ 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 f0c721f557..8dac75b4c2 100644 --- a/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Translators: # Berny , 2015 +# Tobias Paepke , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" -"PO-Revision-Date: 2016-10-28 07:32+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-10-31 18:56+0000\n" +"Last-Translator: Tobias Paepke \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" @@ -57,7 +58,7 @@ msgstr "Berechtigungseinträge" #, python-format #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\"" -msgstr "" +msgstr "Berechtigungen \"%(permissions)s\" zur Rolle \"%(role)s\" für \"%(object)s\"" #: models.py:64 msgid "None" diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo index fcbdea9b76..68dfeacb7c 100644 Binary files a/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po index 16b07d6841..25d5608a7d 100644 --- a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo index 8e8df2efe1..03fc79ac74 100644 Binary files a/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po index dd2fa4edb1..f860b997e1 100644 --- a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07: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/acls/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo index 6fbbbc73a6..fee31706ca 100644 Binary files a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po index f476bd8714..febe4e197c 100644 --- a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo index a755307dbe..14b6e009b1 100644 Binary files a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po index 98f00c19f5..b01b356a0d 100644 --- a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo index a5ab62e6fd..d196323791 100644 Binary files a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po index 0348274e39..77708a7b47 100644 --- a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo index cafa4fd8bf..b346c5c893 100644 Binary files a/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po index e30547cf1c..f1d098200f 100644 --- a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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 2f2547059d..0d1cb734a6 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 2971e635a5..1a1ce39e76 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: 2016-10-28 03:17-0400\n" -"PO-Revision-Date: 2016-10-28 07:32+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-10-30 21:18+0000\n" +"Last-Translator: Marco Camplese \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" @@ -57,7 +57,7 @@ msgstr "Voci di accesso" #, python-format #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\"" -msgstr "" +msgstr "Permessi \"%(permissions)s\" del ruolo \"%(role)s\" per \"%(object)s\"" #: models.py:64 msgid "None" diff --git a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo index 81f4aa2c97..e95ea65909 100644 Binary files a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo differ 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 f4dad5a51d..93b9836dce 100644 --- a/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/nl_NL/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Translators: +# Evelijn Saaltink , 2016 # Justin Albstbstmeijer , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" -"PO-Revision-Date: 2016-10-28 07:32+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-10-28 12:43+0000\n" +"Last-Translator: Evelijn Saaltink \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" @@ -57,7 +58,7 @@ msgstr "Authorisaties invoer" #, python-format #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\"" -msgstr "" +msgstr "Permissies \"%(permissions)s\" voor gebruikersrol \"%(role)s\" voor \"%(object)s\"" #: models.py:64 msgid "None" diff --git a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pl/LC_MESSAGES/django.mo index a448871dc6..f958e6b8ed 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 d63a313d88..83be64cd16 100644 --- a/mayan/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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/acls/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo index 27b1846d34..9caa6ac7bb 100644 Binary files a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po index 789667760c..97b4a0cef4 100644 --- a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo index 89de4968ea..48edbdd099 100644 Binary files a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo differ 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 698844159b..718565702a 100644 --- a/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" -"PO-Revision-Date: 2016-10-28 07:32+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-17 22:31+0000\n" +"Last-Translator: Aline Freitas \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +39,7 @@ msgstr "Excluir" #: links.py:35 #| msgid "View ACLs" msgid "New ACL" -msgstr "" +msgstr "Nova ACL" #: managers.py:85 msgid "Insufficient access." @@ -56,7 +57,7 @@ msgstr "Entradas de acesso" #, python-format #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\"" -msgstr "" +msgstr "Permissões \"%(permissions)s\" do papel \"%(role)s\" para \"%(object)s\"" #: models.py:64 msgid "None" @@ -77,13 +78,13 @@ msgstr "Visualizar ACLs" #: views.py:78 #, python-format msgid "New access control lists for: %s" -msgstr "" +msgstr "Nova lista de controle de acesso para: %s" #: views.py:109 #, python-format #| msgid "Default ACLs" msgid "Delete ACL: %s" -msgstr "" +msgstr "Apagar ACL: %s" #: views.py:151 #, python-format @@ -92,20 +93,20 @@ msgstr "listas de controle de acesso para: %s" #: views.py:162 msgid "Available permissions" -msgstr "" +msgstr "Permissões disponíveis" #: views.py:163 msgid "Granted permissions" -msgstr "" +msgstr "Permissões outorgadas" #: views.py:222 #, python-format msgid "Role \"%(role)s\" permission's for \"%(object)s\"" -msgstr "" +msgstr "Permissões do papel \"%(role)s\" para \"%(object)s\"" #: views.py:242 msgid "Disabled permissions are inherited from a parent object." -msgstr "" +msgstr "As permissões inativas foram herdadas de um objeto precedente." #~ msgid "New holder" #~ msgstr "New holder" diff --git a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo index c67de251f2..022af94d80 100644 Binary files a/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ro_RO/LC_MESSAGES/django.mo differ 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 8c4158d146..74e5cd928e 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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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/acls/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo index 017a9eab30..9b8f899058 100644 Binary files a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po index dc17e13324..b1b5a0d552 100644 --- a/mayan/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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.mo b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo index 9d3dbeb766..852ed45a5c 100644 Binary files a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.mo differ 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 4e6ece399a..336dac372c 100644 --- a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" -"PO-Revision-Date: 2016-10-28 07:32+0000\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-17 08:58+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" @@ -20,11 +20,11 @@ msgstr "" #: apps.py:14 links.py:31 msgid "ACLs" -msgstr "" +msgstr "Pravice" #: apps.py:22 links.py:40 models.py:36 msgid "Permissions" -msgstr "" +msgstr "Pravice" #: apps.py:26 models.py:38 #| msgid "Roles" @@ -42,15 +42,15 @@ msgstr "" #: managers.py:85 msgid "Insufficient access." -msgstr "" +msgstr "Nezadosten dostop" #: models.py:44 msgid "Access entry" -msgstr "" +msgstr "Vstopna točka" #: models.py:45 msgid "Access entries" -msgstr "" +msgstr "Vstopne točke" #: models.py:48 #, python-format @@ -64,15 +64,15 @@ msgstr "Brez" #: permissions.py:7 msgid "Access control lists" -msgstr "" +msgstr "Seznami za nadzor dostopa" #: permissions.py:10 msgid "Edit ACLs" -msgstr "" +msgstr "Uredi dostopne pravice" #: permissions.py:13 msgid "View ACLs" -msgstr "" +msgstr "Preglej dostopne pravice" #: views.py:78 #, python-format @@ -88,7 +88,7 @@ msgstr "" #: views.py:151 #, python-format msgid "Access control lists for: %s" -msgstr "" +msgstr "Dostopne pravice za %s" #: views.py:162 msgid "Available permissions" diff --git a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo index 7ac8130dff..aed8c992d9 100644 Binary files a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo differ 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 addd438175..5ec9a916c8 100644 --- a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/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: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+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_CN/LC_MESSAGES/django.mo b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo index 0afe2594f8..771d29ca9b 100644 Binary files a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po index 6ba465af5a..4e0ee1a149 100644 --- a/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:32+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" diff --git a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.mo index 8010418322..624326d04b 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 6fb7216be7..97f92e9588 100644 --- a/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:11 msgid "Appearance" @@ -45,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -229,9 +227,7 @@ msgstr "First time login" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"You have just finished installing Mayan EDMS, " -"congratulations!" +msgstr "You have just finished installing Mayan EDMS, congratulations!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -256,9 +252,7 @@ msgstr "Password: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Be sure to change the password to increase security and to disable this " -"message." +msgstr "Be sure to change the password to increase security and to disable this message." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.mo index 1dd64db8a5..34c948f58e 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 aec68f64fb..63259b1e47 100644 --- a/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -228,8 +227,7 @@ msgstr "Логване за първи път" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Вие приключихте инсталирането на Mayan EDMS, поздравления!" +msgstr "Вие приключихте инсталирането на Mayan EDMS, поздравления!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -254,9 +252,7 @@ msgstr "Парола: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Моля променете паролата, за да повишите нивото на сигурност и да " -"деактивирате това съобщение." +msgstr "Моля променете паролата, за да повишите нивото на сигурност и да деактивирате това съобщение." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" 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 fe22e67cb4..8c10fab49a 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 de90dd9303..7121197157 100644 --- a/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:11 msgid "Appearance" @@ -45,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -229,8 +227,7 @@ msgstr "Prijava - prvi put" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Upravo ste završili instalaciju Mayan EDMS, čestitamo!" +msgstr "Upravo ste završili instalaciju Mayan EDMS, čestitamo!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -255,9 +252,7 @@ msgstr "Pasvord: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje " -"prikazivanje ove poruke." +msgstr "Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje prikazivanje ove poruke." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo index afa20c7a59..177a1872ad 100644 Binary files a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po index 7ace77c320..96cb58ceb2 100644 --- a/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:17-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 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 53585f1273..8e2fa89b13 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 c4f9c7e9fc..3af714c734 100644 --- a/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -45,19 +44,15 @@ msgstr "Serverfehler" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" -"Es kam zu einem Fehler. Der Fehler wurde per E-Mail and die Administratoren " -"gemeldet und sollte bald behoben werden. Vielen Dank für Ihre Geduld." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Es kam zu einem Fehler. Der Fehler wurde per E-Mail and die Administratoren gemeldet und sollte bald behoben werden. Vielen Dank für Ihre Geduld." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" -"Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung " -"referenzieren: " +msgstr "Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung referenzieren: " #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" @@ -185,9 +180,7 @@ msgstr "Kein Ergebnis" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" -"Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von " -"%(total_pages)s)" +msgstr "Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -235,9 +228,7 @@ msgstr "Erstanmeldung" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Herzlichen Glückwunsch! Sie haben die Installation von Mayan EDMS erfolgreich abgeschlossen. " +msgstr "Herzlichen Glückwunsch! Sie haben die Installation von Mayan EDMS erfolgreich abgeschlossen. " #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -262,9 +253,7 @@ msgstr "Passwort: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese " -"Nachricht zu deaktivieren." +msgstr "Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese Nachricht zu deaktivieren." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo index 3a664af188..21eaaf8a16 100644 Binary files a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/en/LC_MESSAGES/django.po index bf5ff19193..48ee2e6dd8 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-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/appearance/locale/es/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo index fea7e49fb7..4a86c3f7e3 100644 Binary files a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po index dfacbe15c8..c98b7266bd 100644 --- a/mayan/apps/appearance/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:41+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/appearance/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.mo index 437b59090d..db920b01d7 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 59e3006a9f..2d6241282f 100644 --- a/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -228,9 +227,7 @@ msgstr "دفعه اول لاگین " msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"You have just finished installing Mayan EDMS, " -"congratulations!" +msgstr "You have just finished installing Mayan EDMS, congratulations!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" diff --git a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.mo index 643903eb90..529f22eb44 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 45dfc81057..229486e259 100644 --- a/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Thierry Schott , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:11 @@ -45,20 +44,15 @@ msgstr "Erreur du serveur" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" -"Une erreur vient de se produire. Elle a été signalée aux administrateurs du " -"site par courriel et devrait être résolue rapidement. Merci de votre " -"patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Une erreur vient de se produire. Elle a été signalée aux administrateurs du site par courriel et devrait être résolue rapidement. Merci de votre patience." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" -"Si vous avez besoin d'assistance, vous pouvez faire référence à cette erreur " -"grâce à l'identifiant suivant :" +msgstr "Si vous avez besoin d'assistance, vous pouvez faire référence à cette erreur grâce à l'identifiant suivant :" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" @@ -186,9 +180,7 @@ msgstr "Pas de résultats" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" -"Total (%(start)s - %(end)s surof %(total)s) (Page %(page_number)s sur " -"%(total_pages)s)" +msgstr "Total (%(start)s - %(end)s surof %(total)s) (Page %(page_number)s sur %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -210,9 +202,7 @@ msgstr "Démarrage" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" -"Avant d'utiliser pleinement Mayan EDMS, les éléments suivants sont " -"nécessaires :" +msgstr "Avant d'utiliser pleinement Mayan EDMS, les éléments suivants sont nécessaires :" #: templates/appearance/home.html:57 msgid "Space separated terms" @@ -238,14 +228,11 @@ msgstr "Première connexion" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Vous venez de finaliser l'installation de Mayan EDMS, " -"félicitations!" +msgstr "Vous venez de finaliser l'installation de Mayan EDMS, félicitations!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" -msgstr "" -"Connectez-vous en utilisant les informations d'identification suivantes :" +msgstr "Connectez-vous en utilisant les informations d'identification suivantes :" #: templates/appearance/login.html:26 #, python-format @@ -266,9 +253,7 @@ msgstr "Mot de passe : %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Assurez-vous de modifier votre mot de passe pour accroître la sécurité et " -"pour ne plus avoir ce message." +msgstr "Assurez-vous de modifier votre mot de passe pour accroître la sécurité et pour ne plus avoir ce message." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.mo index 924b0804c3..7a32ce29ec 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 a2829dc700..06fbd23627 100644 --- a/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 diff --git a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.mo index b7f21aad49..75374861db 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 7853356a02..3c79b46fc8 100644 --- a/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 diff --git a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.mo index 7148938f78..236150fbbc 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 36024e47cc..52c931c5b5 100644 --- a/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-09-24 10:35+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 msgid "Appearance" -msgstr "" +msgstr "Aspetto" #: templates/403.html:5 templates/403.html.py:9 msgid "Insufficient permissions" @@ -40,23 +40,23 @@ msgstr "Scusa ma la pagina richiesta non è disponibile" #: templates/500.html:5 templates/500.html.py:9 msgid "Server error" -msgstr "" +msgstr "Errore del server" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "C'è stato un errore. Questo è stato riportato all'amministratore del sito via e-mail e dovrebbe essere risolto presto. Grazie per la pazienza.." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" +msgstr "Se hai bisogno di assistenza, ti puoi riferire a questo errore con questo numero:" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" -msgstr "About" +msgstr "Informazioni" #: templates/appearance/about.html:62 msgid "Version" @@ -65,19 +65,19 @@ msgstr "Versione" #: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" -msgstr "" +msgstr "Build numbero: %(build_number)s" #: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" -msgstr "" +msgstr "Rilasciato sotto la licenza Apache 2.0" #: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." -msgstr "" +msgstr "Copyright © 2011-2015 Roberto Rosario." #: templates/appearance/base.html:43 msgid "Toggle navigation" -msgstr "" +msgstr "Cambia navigazione" #: templates/appearance/base.html:72 msgid "Anonymous" @@ -89,19 +89,19 @@ msgstr "Dettagli utente" #: templates/appearance/base.html:87 msgid "Success" -msgstr "" +msgstr "Riuscito" #: templates/appearance/base.html:87 msgid "Information" -msgstr "" +msgstr "Informazione" #: templates/appearance/base.html:87 msgid "Warning" -msgstr "" +msgstr "Attenzione" #: templates/appearance/base.html:87 msgid "Error" -msgstr "" +msgstr "Errore" #: templates/appearance/base.html:116 msgid "Actions" @@ -109,7 +109,7 @@ msgstr "Azioni " #: templates/appearance/base.html:117 msgid "Toggle Dropdown" -msgstr "" +msgstr "Apri dropdown" #: templates/appearance/calculate_form_title.html:7 #, python-format @@ -119,7 +119,7 @@ msgstr "Detaglio per: %(object)s" #: templates/appearance/calculate_form_title.html:10 #, python-format msgid "Edit: %(object)s" -msgstr "" +msgstr "Modifica: %(object)s" #: templates/appearance/calculate_form_title.html:12 msgid "Create" @@ -137,7 +137,7 @@ msgstr "Conferma la cancellazione" #: templates/appearance/generic_confirm.html:27 #, python-format msgid "Delete: %(object)s?" -msgstr "" +msgstr "Cancella: %(object)s?" #: templates/appearance/generic_confirm.html:47 msgid "Yes" @@ -163,7 +163,7 @@ msgstr "Salva" #: templates/appearance/generic_list_subtemplate.html:31 #: templates/appearance/generic_multiform_subtemplate.html:65 msgid "Submit" -msgstr "Presentare" +msgstr "Conferma" #: templates/appearance/generic_form_subtemplate.html:74 #: templates/appearance/generic_multiform_subtemplate.html:69 @@ -173,20 +173,20 @@ msgstr "Annullare" #: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_subtemplate.html:108 msgid "No results" -msgstr "" +msgstr "Nessun risultato" #: templates/appearance/generic_list_subtemplate.html:12 #, python-format msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" +msgstr "Totale (%(start)s - %(end)s di %(total)s) (Pagina %(page_number)s di %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 #, python-format msgid "Total: %(total)s" -msgstr "" +msgstr "Totale: %(total)s" #: templates/appearance/generic_list_subtemplate.html:51 msgid "Identifier" @@ -194,19 +194,19 @@ msgstr "Identificatore" #: templates/appearance/home.html:8 templates/appearance/home.html.py:12 msgid "Home" -msgstr "" +msgstr "Home" #: templates/appearance/home.html:21 msgid "Getting started" -msgstr "" +msgstr "Iniziare" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" +msgstr "Prima di usare completamente Mayan EDMS hai bisogno di:" #: templates/appearance/home.html:57 msgid "Space separated terms" -msgstr "" +msgstr "Parole separate da spazi" #: templates/appearance/home.html:59 msgid "Search" @@ -214,7 +214,7 @@ msgstr "Cerca" #: templates/appearance/home.html:60 msgid "Advanced" -msgstr "" +msgstr "Avanzato" #: templates/appearance/login.html:10 msgid "Login" @@ -222,42 +222,42 @@ msgstr "Login" #: templates/appearance/login.html:21 msgid "First time login" -msgstr "" +msgstr "Primo login" #: templates/appearance/login.html:24 msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" +msgstr "Complimenti!, Hai finito di installare Mayan EDMS" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" -msgstr "" +msgstr "Accedi con le seguenti credenziali:" #: templates/appearance/login.html:26 #, python-format msgid "Username: %(account)s" -msgstr "" +msgstr "Nome utente: %(account)s" #: templates/appearance/login.html:27 #, python-format msgid "Email: %(email)s" -msgstr "" +msgstr "Email: %(email)s" #: templates/appearance/login.html:28 #, python-format msgid "Password: %(password)s" -msgstr "" +msgstr "Password: %(password)s" #: templates/appearance/login.html:29 msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" +msgstr "Ricordati di cambiare la password per aumentare la sicurezza e disabilitare questo messaggio." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" -msgstr "" +msgstr "Accedi" #: templatetags/appearance_tags.py:16 msgid "None" 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 fcdee11935..aa24660152 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 4f88b21e6e..273d18e733 100644 --- a/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Justin Albstbstmeijer , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Justin Albstbstmeijer \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -45,20 +44,15 @@ msgstr "Server fout" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" -"Er heeft een fout plaatsgevonden. Dit is gerapporteerd via email aan de " -"beheerders van deze site en zou snel verholpen moeten worden. Bedankt voor " -"uw geduld." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Er heeft een fout plaatsgevonden. Dit is gerapporteerd via email aan de beheerders van deze site en zou snel verholpen moeten worden. Bedankt voor uw geduld." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" -"Als u hulp nodig heeft, kunt u naar deze fout refereren via de volgende " -"identifier:" +msgstr "Als u hulp nodig heeft, kunt u naar deze fout refereren via de volgende identifier:" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" @@ -186,9 +180,7 @@ msgstr "Geen resultaten" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" -"Totaal (%(start)s - %(end)s van %(total)s) (Pagina %(page_number)s van " -"%(total_pages)s)" +msgstr "Totaal (%(start)s - %(end)s van %(total)s) (Pagina %(page_number)s van %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -210,9 +202,7 @@ msgstr "Beginnen" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" -"Voordat u volledig gebruik kunt maken van Mayan EDMS heeft u het volgende " -"nodig:" +msgstr "Voordat u volledig gebruik kunt maken van Mayan EDMS heeft u het volgende nodig:" #: templates/appearance/home.html:57 msgid "Space separated terms" @@ -238,8 +228,7 @@ msgstr "Eerste aanmelding" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"U heeft de installatie volbracht Mayan EDMS, gefeliciteerd!" +msgstr "U heeft de installatie volbracht Mayan EDMS, gefeliciteerd!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -264,9 +253,7 @@ msgstr "Wachtwoord: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Pas het wachtwoord aan om de beveiliging te verbeteren en om deze melding " -"uit te schakelen." +msgstr "Pas het wachtwoord aan om de beveiliging te verbeteren en om deze melding uit te schakelen." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.mo index 85da255e2f..692170a673 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 bdc8f3a17c..cd6198e81a 100644 --- a/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Wojciech Warczakowski , 2016 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:11 msgid "Appearance" @@ -47,19 +45,15 @@ msgstr "Błąd serwera" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" -"Wystąpił błąd. Wiadomość o tym została przekazana do administratorów i " -"wkrótce problem zostanie rozwiązany. Dziękujemy za cierpliwość." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Wystąpił błąd. Wiadomość o tym została przekazana do administratorów i wkrótce problem zostanie rozwiązany. Dziękujemy za cierpliwość." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" -"Jeśli potrzebujesz pomocy, możesz odwołać się do tego błędu poprzez " -"następujący identyfikator:" +msgstr "Jeśli potrzebujesz pomocy, możesz odwołać się do tego błędu poprzez następujący identyfikator:" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" @@ -187,9 +181,7 @@ msgstr "Brak wyników" msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" -"Razem (%(start)s - %(end)s z %(total)s) (Strona %(page_number)s z " -"%(total_pages)s)" +msgstr "Razem (%(start)s - %(end)s z %(total)s) (Strona %(page_number)s z %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 @@ -262,9 +254,7 @@ msgstr "Hasło: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić " -"hasła." +msgstr "Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić hasła." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.mo index 9327dbb050..ae5be274c1 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 b319c95c5a..f78cdfeeae 100644 --- a/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -253,9 +252,7 @@ msgstr "Senha: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Certifique-se de que altera a senha para aumentar a segurança e que desativa " -"esta mensagem." +msgstr "Certifique-se de que altera a senha para aumentar a segurança e que desativa esta mensagem." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" 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 e58c0fc5ea..000377ce15 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 1d328d34e7..8255aa7b29 100644 --- a/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-17 22:36+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:11 msgid "Appearance" -msgstr "" +msgstr "Aparência" #: templates/403.html:5 templates/403.html.py:9 msgid "Insufficient permissions" @@ -32,27 +32,27 @@ msgstr "Você não tem permissões suficientes para essa operação." #: templates/404.html:5 templates/404.html.py:9 msgid "Page not found" -msgstr "Pagina não encontrada" +msgstr "Página não encontrada" #: templates/404.html:11 msgid "Sorry, but the requested page could not be found." -msgstr "Desculpe, mas a página solicitada não pôde ser encontrado." +msgstr "Desculpe, mas a página solicitada não pôde ser encontrada." #: templates/500.html:5 templates/500.html.py:9 msgid "Server error" -msgstr "" +msgstr "Erro de servidor" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Houve um erro. Os administradores da página foram informados por e-mail e deverão corrigir em breve. Obrigado pela paciência." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" +msgstr "Se você precisar de ajuda, você pode fazer referência a este erro através do seguinte identificador:" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" @@ -65,19 +65,19 @@ msgstr "Versão" #: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" -msgstr "" +msgstr "Número de compilação: %(build_number)s" #: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" -msgstr "Lançado sob a licença Apache 2.0 14" +msgstr "Lançado sob a licença Apache 2.0" #: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." -msgstr "" +msgstr "Todos os direitos reservados © 2011-2015 Roberto Rosario." #: templates/appearance/base.html:43 msgid "Toggle navigation" -msgstr "" +msgstr "Ativar/desativar navegação" #: templates/appearance/base.html:72 msgid "Anonymous" @@ -89,19 +89,19 @@ msgstr "Detalhes do usuário" #: templates/appearance/base.html:87 msgid "Success" -msgstr "" +msgstr "Sucesso" #: templates/appearance/base.html:87 msgid "Information" -msgstr "" +msgstr "Informação" #: templates/appearance/base.html:87 msgid "Warning" -msgstr "" +msgstr "Advertência" #: templates/appearance/base.html:87 msgid "Error" -msgstr "" +msgstr "Erro" #: templates/appearance/base.html:116 msgid "Actions" @@ -109,7 +109,7 @@ msgstr "Ações" #: templates/appearance/base.html:117 msgid "Toggle Dropdown" -msgstr "" +msgstr "Mostrar/esconder menu" #: templates/appearance/calculate_form_title.html:7 #, python-format @@ -137,7 +137,7 @@ msgstr "Confirmar Exclusão" #: templates/appearance/generic_confirm.html:27 #, python-format msgid "Delete: %(object)s?" -msgstr "" +msgstr "Excluir: %(object)s?" #: templates/appearance/generic_confirm.html:47 msgid "Yes" @@ -145,14 +145,14 @@ msgstr "Sim" #: templates/appearance/generic_confirm.html:49 msgid "No" -msgstr "não" +msgstr "Não" #: templates/appearance/generic_form_instance.html:39 #: templates/appearance/generic_form_instance.html:46 #: templates/appearance/generic_form_subtemplate.html:51 #: templates/appearance/generic_multiform_subtemplate.html:43 msgid "required" -msgstr "exigido" +msgstr "requerido" #: templates/appearance/generic_form_subtemplate.html:71 #: templates/appearance/generic_multiform_subtemplate.html:65 @@ -163,7 +163,7 @@ msgstr "Salvar" #: templates/appearance/generic_list_subtemplate.html:31 #: templates/appearance/generic_multiform_subtemplate.html:65 msgid "Submit" -msgstr "Submeter" +msgstr "Enviar" #: templates/appearance/generic_form_subtemplate.html:74 #: templates/appearance/generic_multiform_subtemplate.html:69 @@ -173,20 +173,20 @@ msgstr "Cancelar" #: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_subtemplate.html:108 msgid "No results" -msgstr "resultados" +msgstr "Nenhum resultado" #: templates/appearance/generic_list_subtemplate.html:12 #, python-format msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" +msgstr "Total (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 #, python-format msgid "Total: %(total)s" -msgstr "" +msgstr "Total: %(total)s" #: templates/appearance/generic_list_subtemplate.html:51 msgid "Identifier" @@ -194,15 +194,15 @@ msgstr "Identificador" #: templates/appearance/home.html:8 templates/appearance/home.html.py:12 msgid "Home" -msgstr "inicio" +msgstr "Início" #: templates/appearance/home.html:21 msgid "Getting started" -msgstr "" +msgstr "Iniciando" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" +msgstr "Antes de começar a usar Mayan EDMS você precisa do seguinte:" #: templates/appearance/home.html:57 msgid "Space separated terms" @@ -214,22 +214,21 @@ msgstr "Pesquisa" #: templates/appearance/home.html:60 msgid "Advanced" -msgstr "" +msgstr "Avançada" #: templates/appearance/login.html:10 msgid "Login" -msgstr "Login" +msgstr "Iniciar sessão" #: templates/appearance/login.html:21 msgid "First time login" -msgstr "Primeiro login" +msgstr "Primeiro início de sessão" #: templates/appearance/login.html:24 msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Você acaba de terminar de instalar Maia EDMS , parabéns!" +msgstr "Você acaba de terminar de instalar Maia EDMS , parabéns!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -254,13 +253,11 @@ msgstr "Senha: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Certifique-se de alterar a senha para aumentar a segurança e para desativar " -"esta mensagem" +msgstr "Certifique-se de alterar a senha para aumentar a segurança e para desativar esta mensagem." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" -msgstr "" +msgstr "Entrar" #: templatetags/appearance_tags.py:16 msgid "None" 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 b11558cf32..c8b033d399 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 5fc0e75f9c..da6e701d83 100644 --- a/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Stefaniu Criste , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-04-17 13:14+0000\n" +"Last-Translator: Stefaniu Criste \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:11 msgid "Appearance" @@ -45,8 +44,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -57,7 +56,7 @@ msgstr "" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" -msgstr "" +msgstr "Despre" #: templates/appearance/about.html:62 msgid "Version" @@ -90,19 +89,19 @@ msgstr "detalii utilizator" #: templates/appearance/base.html:87 msgid "Success" -msgstr "" +msgstr "Succes" #: templates/appearance/base.html:87 msgid "Information" -msgstr "" +msgstr "Informație" #: templates/appearance/base.html:87 msgid "Warning" -msgstr "" +msgstr "Alertă" #: templates/appearance/base.html:87 msgid "Error" -msgstr "" +msgstr "Eroare" #: templates/appearance/base.html:116 msgid "Actions" @@ -120,11 +119,11 @@ msgstr "Detalii pentru: %(object)s" #: templates/appearance/calculate_form_title.html:10 #, python-format msgid "Edit: %(object)s" -msgstr "" +msgstr "Modifică %(object)s" #: templates/appearance/calculate_form_title.html:12 msgid "Create" -msgstr "Creati" +msgstr "Creează" #: templates/appearance/generic_confirm.html:6 #: templates/appearance/generic_confirm.html:13 @@ -195,15 +194,15 @@ msgstr "ID" #: templates/appearance/home.html:8 templates/appearance/home.html.py:12 msgid "Home" -msgstr "" +msgstr "Acasă" #: templates/appearance/home.html:21 msgid "Getting started" -msgstr "" +msgstr "Să începem" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" +msgstr "Înainte de a putea utiliza Mayan EDMS în totalitate, trebuie sa faceți următoarele:" #: templates/appearance/home.html:57 msgid "Space separated terms" @@ -229,8 +228,7 @@ msgstr "Prima autentificare" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Tocmai ați terminat de instalat Mayan EDMS, felicitări!" +msgstr "Tocmai ați terminat de instalat Mayan EDMS, felicitări!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -244,7 +242,7 @@ msgstr "Utilizator: %(account)s" #: templates/appearance/login.html:27 #, python-format msgid "Email: %(email)s" -msgstr "" +msgstr "Email: %(email)s" #: templates/appearance/login.html:28 #, python-format @@ -255,13 +253,11 @@ msgstr "Parola: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru " -"a dezactiva acest mesaj." +msgstr "Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru a dezactiva acest mesaj." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" -msgstr "" +msgstr "Înscriere" #: templatetags/appearance_tags.py:16 msgid "None" diff --git a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.mo index 784128fa71..c78354810c 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 1bcc3b230f..b3fcb7f110 100644 --- a/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-07-14 11:22+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:11 msgid "Appearance" -msgstr "" +msgstr "Внешний вид" #: templates/403.html:5 templates/403.html.py:9 msgid "Insufficient permissions" @@ -42,23 +40,23 @@ msgstr "Извините, но запрашиваемая страница не #: templates/500.html:5 templates/500.html.py:9 msgid "Server error" -msgstr "" +msgstr "Ошибка сервера" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "" +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." +msgstr "Тут какая-то ошибка. Её нужно сообщить администрации сайта по электронной почте, и она будет исправлена. Спасибо за терпение." #: templates/500.html:14 msgid "" "If you need assistance, you may reference this error via the following " "identifier:" -msgstr "" +msgstr "Если вам нужна помощь, вы можете сослаться на эту ошибку по следующему идентификатору:" #: templates/appearance/about.html:8 templates/appearance/about.html.py:57 msgid "About" -msgstr "" +msgstr "Инфо" #: templates/appearance/about.html:62 msgid "Version" @@ -67,19 +65,19 @@ msgstr "Версия" #: templates/appearance/about.html:64 #, python-format msgid "Build number: %(build_number)s" -msgstr "" +msgstr "Версия сборки: %(build_number)s" #: templates/appearance/about.html:88 msgid "Released under the Apache 2.0 License" -msgstr "" +msgstr "Выпущено под лицензией Apache 2.0" #: templates/appearance/about.html:100 msgid "Copyright © 2011-2015 Roberto Rosario." -msgstr "" +msgstr "© 2011-2015 Roberto Rosario, все права защищены." #: templates/appearance/base.html:43 msgid "Toggle navigation" -msgstr "" +msgstr "Переключение навигации" #: templates/appearance/base.html:72 msgid "Anonymous" @@ -91,19 +89,19 @@ msgstr "сведения о пользователе" #: templates/appearance/base.html:87 msgid "Success" -msgstr "" +msgstr "Успех" #: templates/appearance/base.html:87 msgid "Information" -msgstr "" +msgstr "Информация" #: templates/appearance/base.html:87 msgid "Warning" -msgstr "" +msgstr "Предупреждение" #: templates/appearance/base.html:87 msgid "Error" -msgstr "" +msgstr "Ошибка" #: templates/appearance/base.html:116 msgid "Actions" @@ -111,7 +109,7 @@ msgstr "Действия" #: templates/appearance/base.html:117 msgid "Toggle Dropdown" -msgstr "" +msgstr "Переключение выпадающего списка" #: templates/appearance/calculate_form_title.html:7 #, python-format @@ -121,7 +119,7 @@ msgstr "Подробности: %(object)s" #: templates/appearance/calculate_form_title.html:10 #, python-format msgid "Edit: %(object)s" -msgstr "" +msgstr "Редактировать: %(object)s" #: templates/appearance/calculate_form_title.html:12 msgid "Create" @@ -139,7 +137,7 @@ msgstr "Подтвердить удаление" #: templates/appearance/generic_confirm.html:27 #, python-format msgid "Delete: %(object)s?" -msgstr "" +msgstr "Удалить: %(object)s?" #: templates/appearance/generic_confirm.html:47 msgid "Yes" @@ -175,20 +173,20 @@ msgstr "Отменить" #: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_subtemplate.html:108 msgid "No results" -msgstr "" +msgstr "Нет результатов" #: templates/appearance/generic_list_subtemplate.html:12 #, python-format msgid "" "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "%(total_pages)s)" -msgstr "" +msgstr "Всего (%(start)s - %(end)s из %(total)s) (Страница %(page_number)s из %(total_pages)s)" #: templates/appearance/generic_list_subtemplate.html:14 #: templates/appearance/generic_list_subtemplate.html:17 #, python-format msgid "Total: %(total)s" -msgstr "" +msgstr "Всего: %(total)s" #: templates/appearance/generic_list_subtemplate.html:51 msgid "Identifier" @@ -196,19 +194,19 @@ msgstr "Идентификатор" #: templates/appearance/home.html:8 templates/appearance/home.html.py:12 msgid "Home" -msgstr "" +msgstr "Начало" #: templates/appearance/home.html:21 msgid "Getting started" -msgstr "" +msgstr "Приступая к работе" #: templates/appearance/home.html:24 msgid "Before you can fully use Mayan EDMS you need the following:" -msgstr "" +msgstr "Вам кое-что понадобится, прежде чем вы начнёте полноценно использовать Mayan EDMS:" #: templates/appearance/home.html:57 msgid "Space separated terms" -msgstr "" +msgstr "Поисковые запросы через пробел" #: templates/appearance/home.html:59 msgid "Search" @@ -216,7 +214,7 @@ msgstr "Поиск" #: templates/appearance/home.html:60 msgid "Advanced" -msgstr "" +msgstr "Дополнительно" #: templates/appearance/login.html:10 msgid "Login" @@ -230,8 +228,7 @@ msgstr "Первое время входа в систему" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Вы только что закончили установку Mayan EDMS, поздравляем!" +msgstr "Вы только что закончили установку Mayan EDMS, поздравляем!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -245,7 +242,7 @@ msgstr "Имя пользователя: %(account)s" #: templates/appearance/login.html:27 #, python-format msgid "Email: %(email)s" -msgstr "" +msgstr "Адрес электронной почты: %(email)s" #: templates/appearance/login.html:28 #, python-format @@ -256,13 +253,11 @@ msgstr "Пароль: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Обязательно измените пароль для повышения безопасности и отключения этого " -"сообщения." +msgstr "Обязательно измените пароль для повышения безопасности и отключения этого сообщения." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" -msgstr "" +msgstr "Вход" #: templatetags/appearance_tags.py:16 msgid "None" 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 d33b8538f8..4aeea11ec0 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 4fbd11e125..bad58f7e75 100644 --- a/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:11 msgid "Appearance" @@ -45,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 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 4e9eed41f6..6ae170c99b 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 fc41e66636..54ea773fe8 100644 --- a/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 @@ -228,9 +227,7 @@ msgstr "Đăng nhập lần đầu" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Bạn đã cài đặt xong Hệ thống quản lý tài liệu điện tử Mayan EDMS. Xin chúc mừng bạn!" +msgstr "Bạn đã cài đặt xong Hệ thống quản lý tài liệu điện tử Mayan EDMS. Xin chúc mừng bạn!" #: templates/appearance/login.html:25 msgid "Login using the following credentials:" @@ -255,9 +252,7 @@ msgstr "Mật khẩu: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời " -"nhắc này nữa." +msgstr "Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời nhắc này nữa." #: templates/appearance/login.html:45 templates/appearance/login.html.py:54 msgid "Sign in" diff --git a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo index 714d6c663b..f1b389e29b 100644 Binary files a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po index 2ee8a069a5..8a737fffeb 100644 --- a/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:11 @@ -44,8 +43,8 @@ msgstr "" #: templates/500.html:11 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"e-mail and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/500.html:14 diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo index 9eccb95234..3523fb7743 100644 Binary files a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po index b1db823363..20ed425425 100644 --- a/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:17 settings.py:7 msgid "Authentication" diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo index 0dcc3d0ca3..51c2d9a407 100644 Binary files a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po index 355891979e..ffae6ef143 100644 --- a/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo index 8c12f5efb8..7e6cdb88d1 100644 Binary files a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.mo differ 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 8b9cf0e0d1..b9f85634ee 100644 --- a/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:17 settings.py:7 msgid "Authentication" diff --git a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo index b027caeff8..a406f7aafe 100644 Binary files a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po index 8b6c9bd8e3..e29789ceca 100644 --- a/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo index f35fd54941..95d0e16545 100644 Binary files a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.mo differ 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 dbeaf69b18..b250609dfa 100644 --- a/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 @@ -35,9 +34,7 @@ msgstr "Passwort" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass " -"das Passwortfeld Groß- und Kleinschreibung unterscheidet." +msgstr "Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass das Passwortfeld Groß- und Kleinschreibung unterscheidet." #: forms.py:26 msgid "This account is inactive." @@ -55,9 +52,7 @@ msgstr "Passwort ändern" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-" -"Mail-Adresse" +msgstr "Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-Mail-Adresse" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo index 3a664af188..21eaaf8a16 100644 Binary files a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/en/LC_MESSAGES/django.po index bf98a7e4c2..4c301cf244 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-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/authentication/locale/es/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo index 817cad6093..8f5caa87a8 100644 Binary files a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po index c1ca3614ed..6e17a8f7bd 100644 --- a/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 @@ -35,9 +34,7 @@ msgstr "Contraseña" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Introduzca una dirección de correo y contraseña válidos. Recuerde que la " -"contraseña es sensible a mayúsculas." +msgstr "Introduzca una dirección de correo y contraseña válidos. Recuerde que la contraseña es sensible a mayúsculas." #: forms.py:26 msgid "This account is inactive." @@ -55,9 +52,7 @@ msgstr "Cambiar contraseña" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Controla el mecanismo utilizado para el usuario autenticado. Las opciones " -"son: 'username' nombre de usuario, 'email' correo electrónico" +msgstr "Controla el mecanismo utilizado para el usuario autenticado. Las opciones son: 'username' nombre de usuario, 'email' correo electrónico" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo index ad8524daf5..c1315305bc 100644 Binary files a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po index 41d55243bc..668a0db297 100644 --- a/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:17 settings.py:7 @@ -34,9 +33,7 @@ msgstr "کلمه عبور" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"لطفا از ایمیل و کلمه عبور معتبر جهت ورود استفاده کنید. درضمن کلمه عبور case-" -"sensitive است." +msgstr "لطفا از ایمیل و کلمه عبور معتبر جهت ورود استفاده کنید. درضمن کلمه عبور case-sensitive است." #: forms.py:26 msgid "This account is inactive." diff --git a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.mo index 18daa81f2a..f0be360e41 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 2152f894a7..9a9551c9b2 100644 --- a/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:17 settings.py:7 @@ -35,9 +34,7 @@ msgstr "Mot de passe" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Veuillez entrer un courriel et mot de passe valide. Noter que le mot de " -"passe est sensible à la casse." +msgstr "Veuillez entrer un courriel et mot de passe valide. Noter que le mot de passe est sensible à la casse." #: forms.py:26 msgid "This account is inactive." @@ -55,9 +52,7 @@ msgstr "Changer le mot de passe" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Contrôle du mécanisme utilisé pour identifier l'utilisateur. les options " -"sont: nom d'utilisateur, courriel" +msgstr "Contrôle du mécanisme utilisé pour identifier l'utilisateur. les options sont: nom d'utilisateur, courriel" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo index c2d534579c..4705a4e256 100644 Binary files a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po index 6a51ff7b77..18a79070d1 100644 --- a/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo index ed29088be5..831f8fb384 100644 Binary files a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po index bf12763d49..e4f10a0413 100644 --- a/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:17 settings.py:7 @@ -34,8 +33,7 @@ msgstr "Password" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Silahkan tuliskan alamat email yang benar. kolom Password Case-Sensitive" +msgstr "Silahkan tuliskan alamat email yang benar. kolom Password Case-Sensitive" #: forms.py:26 msgid "This account is inactive." diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo index 0ba289c6b2..b2c2dbdc31 100644 Binary files a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po index 7853425de8..7cf57f385a 100644 --- a/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2015-08-20 19:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-09-24 09:36+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 msgid "Authentication" -msgstr "" +msgstr "Autenticazione" #: forms.py:17 msgid "Email" @@ -34,13 +34,11 @@ msgstr "Password" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Inserisci una corretta email e password. Si noti che il campo password è " -"case-sensitive." +msgstr "Inserisci email e password corretti. Si noti che il campo password è case-sensitive." #: forms.py:26 msgid "This account is inactive." -msgstr "Questo account è inattivo" +msgstr "Questo account è disattivato" #: links.py:13 msgid "Logout" @@ -54,7 +52,7 @@ msgstr "Cambiare la password" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" +msgstr "Controlla il meccanismo utilizzato per autenticare l'utente. Le opzioni sono: username, email" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo index ba8947d645..41fb75b73f 100644 Binary files a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.mo differ 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 b8b95bc33e..2d481945be 100644 --- a/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Justin Albstbstmeijer , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Justin Albstbstmeijer \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 @@ -35,9 +34,7 @@ msgstr "Wachtwoord" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Vul het juiste email adres en wachtwoord in. Houd er rekening mee dat het " -"wachtwoord-invulveld hoofdlettergevoelig is." +msgstr "Vul het juiste email adres en wachtwoord in. Houd er rekening mee dat het wachtwoord-invulveld hoofdlettergevoelig is." #: forms.py:26 msgid "This account is inactive." @@ -55,9 +52,7 @@ msgstr "Pas wachtwoord aan" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Beinvloed de manier waarop gebruikers worden geauthenticeerd. Opties zijn: " -"gebruikersnaam, email" +msgstr "Beinvloed de manier waarop gebruikers worden geauthenticeerd. Opties zijn: gebruikersnaam, email" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.mo index 76c59e2ab7..d9dcf936db 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 0fa038196f..4380048603 100644 --- a/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-03-22 17:45+0000\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:17 settings.py:7 msgid "Authentication" @@ -44,7 +43,7 @@ msgstr "To konto jest nieaktywne." #: links.py:13 msgid "Logout" -msgstr "Wylogowanie" +msgstr "Wyloguj" #: links.py:16 msgid "Change password" @@ -54,9 +53,7 @@ msgstr "Zmień hasło" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Kontroluje mechanizm uwierzytelniania użytkownika. Opcje: nazwa użytkownika, " -"email" +msgstr "Kontroluje mechanizm uwierzytelniania użytkownika. Opcje: nazwa użytkownika, email" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo index 0ef3c1013b..940c4fd966 100644 Binary files a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po index 0a0bdce7c6..bcbdebfa09 100644 --- a/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Manuela Silva , 2015 +# Manuela Silva , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Manuela Silva \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Last-Translator: Manuela Silva \n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo index 3b9563e1d8..d5aa336217 100644 Binary files a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.mo differ 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 2d3c95868e..3da0560694 100644 --- a/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/pt_BR/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2015-08-20 19:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-10 19:28+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:17 settings.py:7 msgid "Authentication" -msgstr "" +msgstr "Autenticação" #: forms.py:17 msgid "Email" @@ -34,9 +34,7 @@ msgstr "Senha" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" -"Por favor, indique um e-mail e senha corretamente. Note-se que o campo de " -"senha diferencia maiúsculas de minúsculas." +msgstr "Por favor, indique um e-mail e senha corretamente. Note-se que o campo de senha diferencia maiúsculas de minúsculas." #: forms.py:26 msgid "This account is inactive." @@ -54,7 +52,7 @@ msgstr "Alterar a senha" msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" +msgstr "Controla o mecanismo usado para autenticar o usuário. As opções são: nome de usuário, e-mail" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo index c56a6cf213..1020060a2f 100644 Binary files a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.mo differ 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 aa18cf4760..3829bdd04c 100644 --- a/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:17 settings.py:7 msgid "Authentication" diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo index d3015d1b79..a0b7b1afc7 100644 Binary files a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po index fa4b0b42c0..9568210c61 100644 --- a/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/ru/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2015-08-20 19:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-07-14 02:03+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:17 settings.py:7 msgid "Authentication" -msgstr "" +msgstr "Аутентификация" #: forms.py:17 msgid "Email" @@ -30,13 +28,13 @@ msgstr "Email" #: forms.py:20 msgid "Password" -msgstr "" +msgstr "Пароль" #: forms.py:24 msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "" +msgstr "Пожалуйста, введите правильный адрес электронной почты и пароль с учетом регистра." #: forms.py:26 msgid "This account is inactive." @@ -48,13 +46,13 @@ msgstr "Выход" #: links.py:16 msgid "Change password" -msgstr "" +msgstr "Изменить пароль" #: settings.py:11 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" +msgstr "Управление механизмом, используемым для аутентификации пользователя. Возможные варианты: имя пользователя, адрес электронной почты" #: views.py:39 msgid "Current user password change" diff --git a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo index f7f7f3a5ea..a04f021c5a 100644 Binary files a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.mo differ 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 2e0a3894fd..89677c28c8 100644 --- a/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:17 settings.py:7 msgid "Authentication" diff --git a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo index 429e9c8735..172985ecf6 100644 Binary files a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.mo differ 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 7713524c21..13bba07ce4 100644 --- a/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo index be01c00cb1..7ac66ee335 100644 Binary files a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po index 7ce91de492..87d660ec9d 100644 --- a/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/authentication/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2015-08-20 19:09+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:17 settings.py:7 diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.mo index f0fec8ed27..aa5d21016f 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 7ecfbc5606..f83ae4b596 100644 --- a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:31 links.py:30 msgid "Checkouts" @@ -49,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "مستخدم" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -61,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -117,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -178,6 +180,9 @@ msgstr "Check out details for document: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -185,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -246,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.mo index 17d66cf664..c7fd7497ed 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 cf134311b6..46d957229a 100644 --- a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Потребител" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "Данни от проверката на документ: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 2f8fb623ff..2a001d3520 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 290d4b2fa3..50b87dbc94 100644 --- a/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/bs_BA/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:31 links.py:30 msgid "Checkouts" @@ -49,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Korisnik" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -61,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -117,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -178,6 +180,9 @@ msgstr "Odjavni detalji za dokument: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -185,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -246,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo index ebb183db10..2204e3016d 100644 Binary files a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po index 0561696d09..e959b6efc1 100644 --- a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Bruger" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 25f4034e4f..0beae97e14 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 eb566786d4..ff0679ef72 100644 --- a/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Berny , 2015 +# Berny , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-05-20 21:40+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -46,23 +45,26 @@ msgstr "Dokument bereits ausgebucht" #: forms.py:28 msgid "Document status" -msgstr "" +msgstr "Dokumentenstatus" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Benutzer" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" -msgstr "" +msgstr "Ausbuchungszeit" #: forms.py:46 msgid "Check out expiration" -msgstr "" +msgstr "Ausbuchungsende" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Neue Versionen erlaubt?" #: forms.py:52 msgid "Yes" @@ -117,6 +119,7 @@ msgid "Block new version upload" msgstr "Hochladen neuer Versionen sperren" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "Ausbuchungsende muss in der Zukunft liegen." @@ -142,7 +145,7 @@ msgstr "Dokumente ausbuchen" #: permissions.py:19 msgid "Check out details view" -msgstr "" +msgstr "Ansicht der Ausbuchungsdetails" #: views.py:59 #, python-format @@ -178,15 +181,17 @@ msgstr "Ausbuchungsdetails für Dokument %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" -"Sie haben dieses Dokument ursprünglich nicht ausgebucht. Soll Dokument %s " -"trotzdem zwingend eingebucht werden?" +msgstr "Sie haben dieses Dokument ursprünglich nicht ausgebucht. Soll Dokument %s trotzdem zwingend eingebucht werden?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "Dokument %s einbuchen?" @@ -248,11 +253,11 @@ msgstr "Einheit" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo index 605451f643..fe5f421a48 100644 Binary files a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index 5c33733b5e..5c879101f7 100644 --- a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.mo index a8f5164905..ee5710166d 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 49ba6e67a4..c319e5e525 100644 --- a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:44+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/checkouts/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.mo index c836c4ceae..4b7565c8a8 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 9cc550b489..ccd0422f69 100644 --- a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "کاربر" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "آپلود نسخه و یا بلوک جدید" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "جزئیات خروج و یا Checkout سند: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.mo index 346c99b1c1..60374568fc 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 f30877ece5..203dc974d1 100644 --- a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Bruno CAPELETO , 2016 # Thierry Schott , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-05-23 20:04+0000\n" +"Last-Translator: Bruno CAPELETO \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:31 links.py:30 @@ -46,23 +46,26 @@ msgstr "Document déjà verrouillé." #: forms.py:28 msgid "Document status" -msgstr "" +msgstr "Status du document" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Utilisateur" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" -msgstr "" +msgstr "Heure du vérouillage" #: forms.py:46 msgid "Check out expiration" -msgstr "" +msgstr "Expiration du vérouillage" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Autoriser de nouvelles versions ?" #: forms.py:52 msgid "Yes" @@ -117,9 +120,9 @@ msgid "Block new version upload" msgstr "Empêcher l'import d'une nouvelle version" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." -msgstr "" -"La date et l'heure d'expiration du verrou doit se situer dans le futur." +msgstr "La date et l'heure d'expiration du verrou doit se situer dans le futur." #: models.py:87 permissions.py:7 msgid "Document checkout" @@ -143,7 +146,7 @@ msgstr "Verrouiller les documents" #: permissions.py:19 msgid "Check out details view" -msgstr "" +msgstr "Afficher la vue détaillée" #: views.py:59 #, python-format @@ -179,15 +182,17 @@ msgstr "Détails du verrou pour le document : %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" -"Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain " -"de vouloir forcer le déverrouillage de : %s?" +msgstr "Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain de vouloir forcer le déverrouillage de : %s?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "Verrouiller le document : %s ?" @@ -249,11 +254,11 @@ msgstr "Période" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.mo index 18a8192f4c..40a6c7bcfe 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 a877fa76b7..4060b2eb5a 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Felhasználó" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.mo index 306451d713..68e2426cca 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 2cead81200..517d56d4f1 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Pengguna" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.mo index 0925210ebd..7a08d2395a 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 c2b354d913..a5ae8867e7 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-09-24 10:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -45,23 +45,26 @@ msgstr "Documento già uscito" #: forms.py:28 msgid "Document status" -msgstr "" +msgstr "Stato documento" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Utente" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" -msgstr "" +msgstr "Tempo di uscita" #: forms.py:46 msgid "Check out expiration" -msgstr "" +msgstr "Scadenza dell'uscita" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Accetta nuove versioni" #: forms.py:52 msgid "Yes" @@ -85,7 +88,7 @@ msgstr "Check in / out" #: literals.py:12 msgid "Checked out" -msgstr "Checked-out" +msgstr "Uscito" #: literals.py:13 msgid "Checked in/available" @@ -116,8 +119,9 @@ msgid "Block new version upload" msgstr "Blocca la nuova versione in caricamento" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." -msgstr "" +msgstr "La data e ora di uscita deve essere nel futuro." #: models.py:87 permissions.py:7 msgid "Document checkout" @@ -141,7 +145,7 @@ msgstr "Check out dei documenti" #: permissions.py:19 msgid "Check out details view" -msgstr "" +msgstr "Visualizzazione in dettaglio dell'uscita" #: views.py:59 #, python-format @@ -177,15 +181,19 @@ msgstr "Dettaglio del check out per il documento: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" +msgstr "Non hai originariamente fatto il checkout di questo documento. Forzare nel documento: %s?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" -msgstr "" +msgstr "Accetti il documento: %s?" #: views.py:177 msgid "Document has not been checked out." @@ -203,7 +211,7 @@ msgstr "Il documento \"%s\" è entrato con successo" #: widgets.py:23 msgid "Period" -msgstr "" +msgstr "Periodo" #~ msgid "New versions not allowed for the checkedout document: %s" #~ msgstr "New versions allowed: %s" @@ -245,11 +253,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 7ecd300562..fdead81dea 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 9f47cd5ad5..fb37318d1e 100644 --- a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Justin Albstbstmeijer , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-09 16:39+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -49,10 +49,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Gebruiker" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -61,8 +63,9 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Nieuwe versies toegestaan?" #: forms.py:52 msgid "Yes" @@ -110,13 +113,14 @@ msgstr "Verloop-tijd en -datum van checkout" #: models.py:41 msgid "Do not allow new version of this document to be uploaded." -msgstr "" +msgstr "Sta niet toe dat een nieuwe versie van dit document wordt geüpload." #: models.py:43 msgid "Block new version upload" -msgstr "" +msgstr "Blokkeer uploaden van een nieuwe versie" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -178,6 +182,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -185,6 +192,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -246,11 +254,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index 4ea5c0b234..e883efc621 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 89ffce13ef..ef6e8bc44b 100644 --- a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:31 links.py:30 msgid "Checkouts" @@ -50,10 +48,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Użytkownik" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -62,6 +62,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -103,8 +104,7 @@ msgstr "Data i czas blokady" #: models.py:33 msgid "Amount of time to hold the document checked out in minutes." -msgstr "" -"Liczba dni, godzin lub minut w trakcie których dokument będzie zablokowany." +msgstr "Liczba dni, godzin lub minut w trakcie których dokument będzie zablokowany." #: models.py:35 msgid "Check out expiration date and time" @@ -119,6 +119,7 @@ msgid "Block new version upload" msgstr "Blokuj załadowanie nowej wersji" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "Wygaśnięcie blokady musi nastąpić w przyszłości." @@ -180,15 +181,17 @@ msgstr "Szczegóły blokady dokumentu: %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" -"Ten dokument nie został przez ciebie zablokowany. Czy wymusić odblokowanie " -"dokumentu: %s?" +msgstr "Ten dokument nie został przez ciebie zablokowany. Czy wymusić odblokowanie dokumentu: %s?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "Odblokować dokument: %s?" @@ -250,11 +253,11 @@ msgstr "Okres" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.mo index 207dd34cda..a2431293e1 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 61bda6749c..fa73e45141 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Utilizador" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 c6973e312d..08cb131b3c 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 bad47db069..441b223459 100644 --- a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -1,67 +1,70 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-17 22:36+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:31 links.py:30 msgid "Checkouts" -msgstr "Checkouts" +msgstr "Reservas" #: events.py:9 msgid "Document automatically checked in" -msgstr "Documento checked in automático" +msgstr "Documento devolvido automaticamente" #: events.py:12 msgid "Document checked in" -msgstr "Documento checked in" +msgstr "Documento devolvido" #: events.py:15 msgid "Document checked out" -msgstr "Documento checked out" +msgstr "Documento reservado" #: events.py:19 msgid "Document forcefully checked in" -msgstr "Documento forçando o check-in" +msgstr "Documento devolvido forçosamente" #: exceptions.py:25 views.py:55 msgid "Document already checked out." -msgstr "Documento já fez check-out. " +msgstr "Documento já está reservado." #: forms.py:28 msgid "Document status" -msgstr "" +msgstr "Status do documento" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Usuário" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" -msgstr "" +msgstr "Hora da reserva" #: forms.py:46 msgid "Check out expiration" -msgstr "" +msgstr "Saída da reserva" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Novas versões permitidas?" #: forms.py:52 msgid "Yes" @@ -69,27 +72,27 @@ msgstr "Sim" #: forms.py:52 msgid "No" -msgstr "não" +msgstr "Não" #: links.py:35 msgid "Check out document" -msgstr "Documento Check out " +msgstr "Reservar documentos" #: links.py:41 msgid "Check in document" -msgstr "Documento Check in" +msgstr "Devolver documento" #: links.py:48 msgid "Check in/out" -msgstr "Check in/out" +msgstr "Reservas" #: literals.py:12 msgid "Checked out" -msgstr "Checked out" +msgstr "Reservado" #: literals.py:13 msgid "Checked in/available" -msgstr "Checked in disponível" +msgstr "Devolvido/disponível" #: models.py:27 msgid "Document" @@ -97,115 +100,118 @@ msgstr "Documento" #: models.py:29 msgid "Check out date and time" -msgstr "Data e hora do Check out" +msgstr "Data e hora da reserva" #: models.py:33 msgid "Amount of time to hold the document checked out in minutes." -msgstr "" -"Quantidade de tempo para armazenar o documento com check-out em poucos " -"minutos." +msgstr "Quantidade de tempo para manter o documento reservado em minutos." #: models.py:35 msgid "Check out expiration date and time" -msgstr "Confira data e hora de expiração" +msgstr "Data e hora da expiração da reserva." #: models.py:41 msgid "Do not allow new version of this document to be uploaded." -msgstr "Não permitir nova versão deste documento a ser enviado." +msgstr "Não permitir que novas versões deste documento sejam carregadas." #: models.py:43 msgid "Block new version upload" -msgstr "Permitir restrições imperativas do check out" +msgstr "Restringir o carregamento de novas versões" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." -msgstr "" +msgstr "Data e hora da expiração da reserva deve ser no futuro." #: models.py:87 permissions.py:7 msgid "Document checkout" -msgstr "Documento checked out" +msgstr "Reserva de documentos" #: models.py:88 msgid "Document checkouts" -msgstr "Documentos checkouts" +msgstr "Reservas de documentos" #: permissions.py:10 msgid "Check in documents" -msgstr "Documentos Check in " +msgstr "Devolver documentos" #: permissions.py:13 msgid "Forcefully check in documents" -msgstr "Forçando o check-in documentos" +msgstr "Devolver documentos forçosamente" #: permissions.py:16 msgid "Check out documents" -msgstr "Documentos Check out" +msgstr "Reservar documentos" #: permissions.py:19 msgid "Check out details view" -msgstr "" +msgstr "Detalhes da reserva" #: views.py:59 #, python-format msgid "Error trying to check out document; %s" -msgstr "Erro tentando check-out de documentos;%s" +msgstr "Erro tentando reservar documeto; %s" #: views.py:64 #, python-format msgid "Document \"%s\" checked out successfully." -msgstr "Documento \"%s\" check-out com êxito." +msgstr "Documento \"%s\" reservado com êxito." #: views.py:72 #, python-format msgid "Check out document: %s" -msgstr "Check out - documento: %s" +msgstr "Reservar o documento: %s" #: views.py:81 msgid "Documents checked out" -msgstr "Documentos checked out" +msgstr "Documentos reservados" #: views.py:91 msgid "Checkout time and date" -msgstr "Data e hora do Check out" +msgstr "Data e hora da reserva" #: views.py:97 msgid "Checkout expiration" -msgstr "Check Out expiração" +msgstr "Expiração da reserva" #: views.py:118 #, python-format msgid "Check out details for document: %s" -msgstr "Confira detalhes sobre documento:%s " +msgstr "Detalhes da reserva para o documento: %s " #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" +msgstr "Você não reservou inicialmente este documento. Devolver forçosamente o documento: %s?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" -msgstr "" +msgstr "Devolver o documento: %s?" #: views.py:177 msgid "Document has not been checked out." -msgstr "Documento não foi verificado." +msgstr "O documento não foi reservado." #: views.py:182 #, python-format msgid "Error trying to check in document; %s" -msgstr "Erro tente novamente realizar o check no documento; %s" +msgstr "Erro tentando devolver o documento: %s" #: views.py:187 #, python-format msgid "Document \"%s\" checked in successfully." -msgstr "Sucesso no checked in - Documento \"%s\"" +msgstr "Documento \"%s\" devolvido com sucesso." #: widgets.py:23 msgid "Period" -msgstr "" +msgstr "Período" #~ msgid "New versions not allowed for the checkedout document: %s" #~ msgstr "New versions allowed: %s" @@ -247,11 +253,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 3312aa641b..5104216595 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 bd397fc812..b43cba8af6 100644 --- a/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ro_RO/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:31 links.py:30 msgid "Checkouts" @@ -49,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "utilizator" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -61,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -102,8 +103,7 @@ msgstr "" #: models.py:33 msgid "Amount of time to hold the document checked out in minutes." -msgstr "" -"Total timp alocat pentru a deține documentul pentru aprobare în minute." +msgstr "Total timp alocat pentru a deține documentul pentru aprobare în minute." #: models.py:35 msgid "Check out expiration date and time" @@ -118,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -179,6 +180,9 @@ msgstr "Verificat detaliile documentului:% s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -186,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -247,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.mo index 8f5724339b..1d7f582765 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 b83bb4059f..3c8bab177b 100644 --- a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -1,37 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-07-19 19:54+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:31 links.py:30 msgid "Checkouts" -msgstr "" +msgstr "Забронированные документы" #: events.py:9 msgid "Document automatically checked in" -msgstr "Документ проверен автоматически" +msgstr "Документ автоматически освобождён" #: events.py:12 msgid "Document checked in" -msgstr "Документ проверен" +msgstr "Документ освобождён" #: events.py:15 msgid "Document checked out" @@ -39,7 +37,7 @@ msgstr "Документ забронирован" #: events.py:19 msgid "Document forcefully checked in" -msgstr "Документ проверен по требованию" +msgstr "Документ освобождён насильно" #: exceptions.py:25 views.py:55 msgid "Document already checked out." @@ -47,23 +45,26 @@ msgstr "Документ уже забронирован." #: forms.py:28 msgid "Document status" -msgstr "" +msgstr "Статус документа" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Пользователь" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" -msgstr "" +msgstr "Время бронивания" #: forms.py:46 msgid "Check out expiration" -msgstr "" +msgstr "Окончание бронирования" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" -msgstr "" +msgstr "Новые версии разрешены?" #: forms.py:52 msgid "Yes" @@ -75,31 +76,31 @@ msgstr "Нет" #: links.py:35 msgid "Check out document" -msgstr "" +msgstr "Забронировать документ" #: links.py:41 msgid "Check in document" -msgstr "" +msgstr "Освободить документ" #: links.py:48 msgid "Check in/out" -msgstr "" +msgstr "Освободить/забронировать" #: literals.py:12 msgid "Checked out" -msgstr "" +msgstr "Разбронирован" #: literals.py:13 msgid "Checked in/available" -msgstr "" +msgstr "Освобождён/доступен" #: models.py:27 msgid "Document" -msgstr "" +msgstr "Документ" #: models.py:29 msgid "Check out date and time" -msgstr "" +msgstr "Дата и время брониварония" #: models.py:33 msgid "Amount of time to hold the document checked out in minutes." @@ -115,11 +116,12 @@ msgstr "Запретить загрузку новых версий докуме #: models.py:43 msgid "Block new version upload" -msgstr "" +msgstr "Заблокировать загрузку новых версий" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." -msgstr "" +msgstr "Время окончания брованирования должно быть в будущем." #: models.py:87 permissions.py:7 msgid "Document checkout" @@ -127,7 +129,7 @@ msgstr "Бронирование документа" #: models.py:88 msgid "Document checkouts" -msgstr "" +msgstr "Забронированные документы" #: permissions.py:10 msgid "Check in documents" @@ -143,7 +145,7 @@ msgstr "Бронирование документов" #: permissions.py:19 msgid "Check out details view" -msgstr "" +msgstr "Подробности бронирования" #: views.py:59 #, python-format @@ -162,15 +164,15 @@ msgstr "Бронирование документа: %s" #: views.py:81 msgid "Documents checked out" -msgstr "" +msgstr "Документы забронированы" #: views.py:91 msgid "Checkout time and date" -msgstr "" +msgstr "Дата и время бронирования" #: views.py:97 msgid "Checkout expiration" -msgstr "" +msgstr "Истечение бронирования" #: views.py:118 #, python-format @@ -179,15 +181,19 @@ msgstr "Подробности бронирования %s" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" -msgstr "" +msgstr "Документ был забронирован не вами. Освободить насильно %s?" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" -msgstr "" +msgstr "Освободить документ: %s?" #: views.py:177 msgid "Document has not been checked out." @@ -205,7 +211,7 @@ msgstr "Документ \"%s\" освобожден." #: widgets.py:23 msgid "Period" -msgstr "" +msgstr "Интервал" #~ msgid "New versions not allowed for the checkedout document: %s" #~ msgstr "New versions allowed: %s" @@ -247,11 +253,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 c0cdf0f1b9..0546f1fa47 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 e643024d89..2a7c4b5920 100644 --- a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:31 links.py:30 msgid "Checkouts" @@ -49,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -61,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -117,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -178,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -185,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -246,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." 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 e74716d680..3a10880f30 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 ecedf5fde4..809c57ed4d 100644 --- a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "Người dùng" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo index 9928b70846..59d2ad8ca2 100644 Binary files a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po index c3fc25569b..4ffd34e056 100644 --- a/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh_CN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 links.py:30 @@ -48,10 +47,12 @@ msgid "Document status" msgstr "" #: forms.py:37 models.py:37 views.py:85 +#| msgid "User: %s" msgid "User" msgstr "用户" #: forms.py:41 +#| msgid "Check out time: %s" msgid "Check out time" msgstr "" @@ -60,6 +61,7 @@ msgid "Check out expiration" msgstr "" #: forms.py:51 +#| msgid "New versions allowed: %s" msgid "New versions allowed?" msgstr "" @@ -116,6 +118,7 @@ msgid "Block new version upload" msgstr "" #: models.py:54 +#| msgid "Check out expiration date and time" msgid "Check out expiration date and time must be in the future." msgstr "" @@ -177,6 +180,9 @@ msgstr "文档:%s的检出信息" #: views.py:136 #, python-format +#| msgid "" +#| "dn't originally checked out this document. Are you sure you wish cefully " +#| "check in document: %s?" msgid "" "You didn't originally checked out this document. Forcefully check in the " "document: %s?" @@ -184,6 +190,7 @@ msgstr "" #: views.py:140 #, python-format +#| msgid "Check out document: %s" msgid "Check in the document: %s?" msgstr "" @@ -245,11 +252,11 @@ msgstr "" #~ msgstr "Enter a valid time difference." #~ msgid "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgstr "" -#~ "Amount of time to hold the document in the checked out state in days, " -#~ "hours and/or minutes." +#~ "Amount of time to hold the document in the checked out state in days, hours " +#~ "and/or minutes." #~ msgid "Document \"%(document)s\" checked out by %(fullname)s." #~ msgstr "Document \"%(document)s\" checked out by %(fullname)s." diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo index 2808e03232..081c594fab 100644 Binary files a/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po index 08f3fd4735..38b0233630 100644 --- a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo index d434f0d2d4..cca57d9b85 100644 Binary files a/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po index 9d94f4b720..16256964c2 100644 --- a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo index f5fd77caeb..d899ed4223 100644 Binary files a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.mo differ 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 16110a74cc..8b8819d328 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/da/LC_MESSAGES/django.mo b/mayan/apps/common/locale/da/LC_MESSAGES/django.mo index f2c9248195..2aa0079287 100644 Binary files a/mayan/apps/common/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/da/LC_MESSAGES/django.po b/mayan/apps/common/locale/da/LC_MESSAGES/django.po index 292714c6cb..cc4fdec981 100644 --- a/mayan/apps/common/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" diff --git a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo index 055701141b..66cdb8896f 100644 Binary files a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.mo differ 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 286f860046..e2d422ace2 100644 --- a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-10-31 19:01+0000\n" +"Last-Translator: Tobias Paepke \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" @@ -184,7 +184,7 @@ msgstr "Benutzerlokalisierungsprofile" msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files." -msgstr "" +msgstr "Temporäres Verzeichnis zum systemweiten Speichern von Thumbnails, Vorschauen und temporären Dateien. " #: settings.py:21 msgid "A storage backend that all workers can use to share files." diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.mo b/mayan/apps/common/locale/en/LC_MESSAGES/django.mo index 2c2608df60..6e17d877d8 100644 Binary files a/mayan/apps/common/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.po b/mayan/apps/common/locale/en/LC_MESSAGES/django.po index e6af7924e6..63e92bcef2 100644 --- a/mayan/apps/common/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.mo b/mayan/apps/common/locale/es/LC_MESSAGES/django.mo index cb9238c770..95bcacfccc 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 a399ba8053..3cdc8e7ca4 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 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/common/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo index 096c011957..b5a88d03a7 100644 Binary files a/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index 28d5c8b2b8..104af55de1 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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 8a507d50cc..13d3146c26 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 ccb2dd5320..ff667fccff 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/common/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo index 6e3f7b20c9..a87109bddc 100644 Binary files a/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index b0e2fe021e..4254ab7cd9 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/id/LC_MESSAGES/django.mo index 1c5038b2c8..3ec12cb127 100644 Binary files a/mayan/apps/common/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.po b/mayan/apps/common/locale/id/LC_MESSAGES/django.po index 4c1491325a..c09b1e73fb 100644 --- a/mayan/apps/common/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/it/LC_MESSAGES/django.mo index 54187a2030..cc57276c96 100644 Binary files a/mayan/apps/common/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.po b/mayan/apps/common/locale/it/LC_MESSAGES/django.po index 790f2d0b89..c1edcfa96e 100644 --- a/mayan/apps/common/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/it/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-10-30 21:18+0000\n" +"Last-Translator: Marco Camplese \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" @@ -185,7 +185,7 @@ msgstr "Profili dell'utente locale" msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files." -msgstr "" +msgstr "Directory temporanea utilizzata in tutto il sito per memorizzare, miniature, anteprime e files temporanei" #: settings.py:21 msgid "A storage backend that all workers can use to share files." diff --git a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo index f53c46acca..91e85e30b4 100644 Binary files a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.mo differ 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 1984eebab9..c00f23d2ef 100644 --- a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Translators: +# Evelijn Saaltink , 2016 # woei , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-09 15:54+0000\n" +"Last-Translator: Evelijn Saaltink \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" @@ -25,7 +26,7 @@ msgstr "" #: classes.py:53 msgid "Available attributes: " -msgstr "" +msgstr "Beschikbare eigenschappen:" #: forms.py:27 msgid "Selection" @@ -33,7 +34,7 @@ msgstr "Selectie" #: forms.py:106 msgid "Filter" -msgstr "" +msgstr "Filter" #: generics.py:126 #, python-format @@ -56,7 +57,7 @@ msgstr "" #: generics.py:298 #, python-format msgid "%(object)s created successfully." -msgstr "" +msgstr "%(object)s succesvol aangemaakt." #: generics.py:323 #, python-format @@ -66,7 +67,7 @@ msgstr "" #: generics.py:334 #, python-format msgid "%(object)s deleted successfully." -msgstr "" +msgstr "%(object)s succesbol verwijderd." #: generics.py:379 #, python-format @@ -88,15 +89,15 @@ msgstr "gebruiker gegevens" #: links.py:16 msgid "Edit details" -msgstr "" +msgstr "Bewerk details" #: links.py:19 msgid "Locale profile" -msgstr "" +msgstr "Lokaal profiel" #: links.py:23 msgid "Edit locale profile" -msgstr "" +msgstr "bewerk lokaal profiel" #: links.py:27 msgid "Data filters" @@ -108,31 +109,31 @@ msgstr "Licentie" #: links.py:34 views.py:164 msgid "Other packages licenses" -msgstr "" +msgstr "Andere pakketlicensies" #: links.py:38 msgid "Setup" -msgstr "" +msgstr "Setu" #: links.py:41 views.py:194 msgid "Tools" -msgstr "" +msgstr "Gereedschappen" #: literals.py:13 msgid "Days" -msgstr "" +msgstr "Dagen" #: literals.py:14 msgid "Hours" -msgstr "" +msgstr "Uren" #: literals.py:15 msgid "Minutes" -msgstr "" +msgstr "Minuten" #: mixins.py:125 msgid "Object" -msgstr "" +msgstr "Object" #: models.py:23 msgid "File" @@ -148,11 +149,11 @@ msgstr "Datum en tijd" #: models.py:31 msgid "Shared uploaded file" -msgstr "" +msgstr "Deel geüpload document" #: models.py:32 msgid "Shared uploaded files" -msgstr "" +msgstr "Deel geüploade bestanden" #: models.py:53 msgid "User" @@ -160,11 +161,11 @@ msgstr "Gebruiker" #: models.py:57 msgid "Timezone" -msgstr "" +msgstr "Tijdzone" #: models.py:60 msgid "Language" -msgstr "" +msgstr "Taal" #: models.py:67 msgid "User locale profile" @@ -203,11 +204,11 @@ msgstr "" #: views.py:37 msgid "Current user details" -msgstr "" +msgstr "Gegevens van huidige gebruiker" #: views.py:42 msgid "Edit current user details" -msgstr "" +msgstr "Bewerk gegevens van huidige gebruiker" #: views.py:62 msgid "Current user locale profile details" diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pl/LC_MESSAGES/django.mo index e6ddb55121..9f9cde7e7c 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 33beac10fb..06ece6c5fb 100644 --- a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/common/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo index 4a06bda1f0..fc6e2c3ae1 100644 Binary files a/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po index 59f730a9d1..f62d1aeade 100644 --- a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo index cfa925f22b..1fc8a21a78 100644 Binary files a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.mo differ 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 ce3344812d..45463a766a 100644 --- a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Roberto Rosario, 2012 # Rogerio Falcone , 2015 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" +"PO-Revision-Date: 2016-11-17 22:46+0000\n" +"Last-Translator: Aline Freitas \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,7 +24,7 @@ msgstr "" #: apps.py:72 settings.py:9 msgid "Common" -msgstr "" +msgstr "Comúm" #: classes.py:53 msgid "Available attributes: " @@ -35,12 +36,12 @@ msgstr "Seleção" #: forms.py:106 msgid "Filter" -msgstr "" +msgstr "Filtro" #: generics.py:126 #, python-format msgid "Unable to transfer selection: %s." -msgstr "" +msgstr "Não foi possível transferir a seleção: %s." #: generics.py:150 msgid "Add" @@ -53,32 +54,32 @@ msgstr "Remover" #: generics.py:287 #, python-format msgid "%(object)s not created, error: %(error)s" -msgstr "" +msgstr "%(object)s não criado, erro: %(error)s" #: generics.py:298 #, python-format msgid "%(object)s created successfully." -msgstr "" +msgstr "%(object)s criado com sucesso." #: generics.py:323 #, python-format msgid "%(object)s not deleted, error: %(error)s." -msgstr "" +msgstr "%(object)s não removido, erro: %(error)s." #: generics.py:334 #, python-format msgid "%(object)s deleted successfully." -msgstr "" +msgstr "%(object)s removido com sucesso." #: generics.py:379 #, python-format msgid "%(object)s not updated, error: %(error)s." -msgstr "" +msgstr "%(object)s não atualizado, erro: %(error)s." #: generics.py:390 #, python-format msgid "%(object)s updated successfully." -msgstr "" +msgstr "%(object)s atualizado com sucesso." #: links.py:9 msgid "About" @@ -102,7 +103,7 @@ msgstr "Editar perfil Idioma" #: links.py:27 msgid "Data filters" -msgstr "" +msgstr "Filtro de dados" #: links.py:31 views.py:150 msgid "License" @@ -110,11 +111,11 @@ msgstr "Licença" #: links.py:34 views.py:164 msgid "Other packages licenses" -msgstr "" +msgstr "Licenças de outros pacotes" #: links.py:38 msgid "Setup" -msgstr "Configuração" +msgstr "Configurações" #: links.py:41 views.py:194 msgid "Tools" @@ -146,15 +147,15 @@ msgstr "Nome do arquivo" #: models.py:27 msgid "Date time" -msgstr "hora, data" +msgstr "Data e hora" #: models.py:31 msgid "Shared uploaded file" -msgstr "Arquivo enviado Partilhado" +msgstr "Arquivo carregado compartilhado" #: models.py:32 msgid "Shared uploaded files" -msgstr "Arquivos enviados Partilhado" +msgstr "Arquivos carregados compartilhados " #: models.py:53 msgid "User" @@ -162,11 +163,11 @@ msgstr "Usuário" #: models.py:57 msgid "Timezone" -msgstr "Timezone" +msgstr "Fuso horário" #: models.py:60 msgid "Language" -msgstr "Lingua" +msgstr "Linguagem" #: models.py:67 msgid "User locale profile" @@ -183,56 +184,56 @@ msgstr "Perfis de localidade do usuário" msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files." -msgstr "" +msgstr "Pasta temporária utilizada em todo o site para armazenar imagens em miniatura, visualizações e arquivos temporários." #: settings.py:21 msgid "A storage backend that all workers can use to share files." -msgstr "Um backend de armazenamento que todos os trabalhadores podem usar para compartilhar arquivos." +msgstr "Um suporte de armazenamento que todos os trabalhadores podem usar para compartilhar arquivos." #: settings.py:27 msgid "An integer specifying how many objects should be displayed per page." -msgstr "" +msgstr "Um número inteiro que especifica quantos objetos se deve mostrar por página." #: settings.py:33 msgid "Automatically enable logging to all apps." -msgstr "" +msgstr "Ativar automaticamente o registro de todos os aplicativos." #: settings.py:39 msgid "" "Time to delay background tasks that depend on a database commit to " "propagate." -msgstr "" +msgstr "Tempo para atrasar as tarefas de fundo que dependem da propagação de informação na base de dados." #: views.py:37 msgid "Current user details" -msgstr "Detalhes do usuário" +msgstr "Detalhes do usuário atual" #: views.py:42 msgid "Edit current user details" -msgstr "Editar detalhes do usuário corrente" +msgstr "Editar detalhes do usuário atual" #: views.py:62 msgid "Current user locale profile details" -msgstr "Usuário Atual - detalhes do perfil de localidade" +msgstr "Detalhes do perfil de localidade do usuário atual" #: views.py:69 msgid "Edit current user locale profile details" -msgstr "Editar Usuário Atual - detalhes do perfil de localidade" +msgstr "Editar detalhes do perfil de localização do usuário atual" #: views.py:113 #| msgid "Selection" msgid "Filter selection" -msgstr "" +msgstr "Seleção de filtro" #: views.py:129 #, python-format msgid "Results for filter: %s" -msgstr "" +msgstr "Resultados para o filtro: %s" #: views.py:136 #| msgid "Page not found" msgid "Filter not found" -msgstr "" +msgstr "Filtro não encontrado" #: views.py:177 msgid "Setup items" 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 8d2b3ab197..bb5457a5ae 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 a3c3c4da0e..b647b83a2b 100644 --- a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/common/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo index d111cc4162..91e509bf60 100644 Binary files a/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po index 12d93c5df0..2a696dff02 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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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.mo b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo index 4e84dd0062..835e209426 100644 Binary files a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.mo differ 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 1f2221f63e..7b5b6ab0ab 100644 --- a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo index 886fe2353e..a69381cf29 100644 Binary files a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.mo differ 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 9ed0ed0f67..b2783432ce 100644 --- a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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_CN/LC_MESSAGES/django.mo b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo index 37be02398b..65b56fb737 100644 Binary files a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po index f5cbcb8e55..ae9fd5e2bb 100644 --- a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:52-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" diff --git a/mayan/apps/converter/classes.py b/mayan/apps/converter/classes.py index 1183a90327..87458ae66e 100644 --- a/mayan/apps/converter/classes.py +++ b/mayan/apps/converter/classes.py @@ -314,7 +314,7 @@ class TransformationRotate(BaseTransformation): self.degrees %= 360 - if self.degress == 0: + if self.degrees == 0: return self.image return self.image.rotate( diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo index 444cdeb856..59215be475 100644 Binary files a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index 202ca8e936..c1c17b8a73 100644 --- a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -43,6 +41,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -59,11 +58,11 @@ msgstr "تغيير حجم" msgid "Rotate" msgstr "تدوير" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "التكبير" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -112,6 +111,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -188,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo index c99cffea7e..365ae29165 100644 Binary files a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po index 8dc74a14b6..0f8cf70816 100644 --- a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -42,6 +41,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -58,11 +58,11 @@ msgstr "Преоразмеряване" msgid "Rotate" msgstr "Завъртете" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Увеличаване" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -111,6 +111,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -187,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -506,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -626,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo index f79af75395..acd84bd0d0 100644 Binary files a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.mo differ 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 ed6e502574..cebc051a54 100644 --- a/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -43,6 +41,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -59,11 +58,11 @@ msgstr "Promjeni veličinu" msgid "Rotate" msgstr "Rotiraj" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Uvećaj" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -112,6 +111,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -188,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo index 6209f91398..e4df92419c 100644 Binary files a/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po index c2d215b344..ecd63460e1 100644 --- a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -41,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -57,11 +57,11 @@ msgstr "" msgid "Rotate" msgstr "" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -110,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -186,13 +187,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -505,11 +507,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -625,8 +625,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index cdb9a42655..620ab439d9 100644 Binary files a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.mo differ 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 5ea6334ca9..28ef027b85 100644 --- a/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mathias Behrle , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -43,6 +42,7 @@ msgid "Exception determining PDF page count; %s" msgstr "Ausnahme bei der Ermittlung der PDF-Seitenanzahl: %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "Kein Office-Dateiformat" @@ -59,11 +59,11 @@ msgstr "Größe ändern" msgid "Rotate" msgstr "Drehen" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "Zuschneiden" @@ -87,9 +87,7 @@ msgstr "Transformationen" msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" -"Reihenfolge in der die Transformationen ausgeführt werden. Ohne Eintrag wird " -"automatisch eine Reihenfolge zugewiesen." +msgstr "Reihenfolge in der die Transformationen ausgeführt werden. Ohne Eintrag wird automatisch eine Reihenfolge zugewiesen." #: models.py:38 msgid "Name" @@ -99,9 +97,7 @@ msgstr "Name" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" -"Argumemte für die Transformation als YAML dictionary eingeben, z.B: " -"{\"degrees\": 180}" +msgstr "Argumemte für die Transformation als YAML dictionary eingeben, z.B: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" @@ -116,6 +112,7 @@ msgid "Edit transformations" msgstr "Transformationen bearbeiten" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "Transformationen anzeigen" @@ -138,9 +135,7 @@ msgstr "Einen gültigen YAML Wert eingeben" #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" -"Transformation \"%(transformation)s\" für %(content_object)s wirklich " -"löschen?" +msgstr "Transformation \"%(transformation)s\" für %(content_object)s wirklich löschen?" #: views.py:139 #, python-format @@ -150,8 +145,7 @@ msgstr "Transformation erstellen für %s" #: views.py:192 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" -msgstr "" -"Transformation \"%(transformation)s\" für %(content_object)s bearbeiten" +msgstr "Transformation \"%(transformation)s\" für %(content_object)s bearbeiten" #: views.py:238 #, python-format @@ -195,13 +189,14 @@ msgstr "Transformationen von %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -514,11 +509,9 @@ msgstr "Transformationen von %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -634,8 +627,7 @@ msgstr "Transformationen von %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo index 07c714d0a0..cbfcb93b5e 100644 Binary files a/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po index 9fcb67cdfc..6fb3e78918 100644 --- a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/converter/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -58,11 +58,11 @@ msgstr "Resize" msgid "Rotate" msgstr "Rotate" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo index 80bba06424..4cfef69e9e 100644 Binary files a/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po index cbe6b2cd11..be3dbda32f 100644 --- a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lory977 , 2015 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-05-09 01:47+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -43,6 +42,7 @@ msgid "Exception determining PDF page count; %s" msgstr "Excepción determinando el número de páginas del PDF; %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "No es un formato de archivo de la oficina." @@ -59,11 +59,11 @@ msgstr "Cambiar el tamaño" msgid "Rotate" msgstr "Girar" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Ampliar" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "Recortar" @@ -87,9 +87,7 @@ msgstr "Transformaciones" msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" -"Orden de ejecución de las transformaciones. Si lo deja en blanco, un valor " -"de orden sera asignado automáticamente. " +msgstr "Orden de ejecución de las transformaciones. Si lo deja en blanco, un valor de orden sera asignado automáticamente. " #: models.py:38 msgid "Name" @@ -99,9 +97,7 @@ msgstr "Nombre" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" -"Entre el argumento de la transformación como un diccionario YAML. Ejemplo: " -"{\"degrees\": 180}" +msgstr "Entre el argumento de la transformación como un diccionario YAML. Ejemplo: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" @@ -116,6 +112,7 @@ msgid "Edit transformations" msgstr "Editar transformaciones" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "Ver transformaciones existentes" @@ -138,8 +135,7 @@ msgstr "Entre un valor YAML." #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" -"¿Borrar transformación \"%(transformation)s\" para: %(content_object)s?" +msgstr "¿Borrar transformación \"%(transformation)s\" para: %(content_object)s?" #: views.py:139 #, python-format @@ -193,13 +189,14 @@ msgstr "Transformaciones para: %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -512,11 +509,9 @@ msgstr "Transformaciones para: %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -632,8 +627,7 @@ msgstr "Transformaciones para: %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo index b4f90142c6..89afae4d8f 100644 Binary files a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po index 2f33b48a24..7e32dce8b0 100644 --- a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -41,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -57,11 +57,11 @@ msgstr "تغییر اندازه" msgid "Rotate" msgstr "چرخاندن" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "بزرگ/کوچک نمایی" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -110,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -186,13 +187,14 @@ msgstr "تبدیلات برای : %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -505,11 +507,9 @@ msgstr "تبدیلات برای : %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -625,8 +625,7 @@ msgstr "تبدیلات برای : %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo index b62e2d7299..c87b7bb1da 100644 Binary files a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po index 86d62ba39b..6d585245f6 100644 --- a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -43,14 +42,14 @@ msgid "Exception determining PDF page count; %s" msgstr "Exception déterminant le nombre de pages PDF : %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "Format de fichier non reconnu." #: classes.py:120 #, python-format msgid "LibreOffice not installed or not found at path: %s" -msgstr "" -"LibreOffice n'est pas installé ou n'a pas été trouvé à l'emplacement : %s" +msgstr "LibreOffice n'est pas installé ou n'a pas été trouvé à l'emplacement : %s" #: classes.py:254 msgid "Resize" @@ -60,11 +59,11 @@ msgstr "Redimensionner" msgid "Rotate" msgstr "Rotation" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "Découper" @@ -88,9 +87,7 @@ msgstr "Transformations" msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" -"Ordre dans lequel les transformations seront exécutées. En l'absence de " -"modification, un ordre est automatiquement assigné." +msgstr "Ordre dans lequel les transformations seront exécutées. En l'absence de modification, un ordre est automatiquement assigné." #: models.py:38 msgid "Name" @@ -100,9 +97,7 @@ msgstr "Nom" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" -"Saisir les arguments pour la transformation sous la forme d'un dictionnaire " -"YAML. Par exemple : {\"degrees\": 180}" +msgstr "Saisir les arguments pour la transformation sous la forme d'un dictionnaire YAML. Par exemple : {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" @@ -117,6 +112,7 @@ msgid "Edit transformations" msgstr "Modifier des transformations" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "Afficher les transformations existantes" @@ -139,9 +135,7 @@ msgstr "Saisissez une valeur YAML valide." #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" -"Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s" -"\" pour : %(content_object)s ?" +msgstr "Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s\" pour : %(content_object)s ?" #: views.py:139 #, python-format @@ -151,8 +145,7 @@ msgstr "Créer une nouvelle transformation pour : %s" #: views.py:192 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" -msgstr "" -"Modifier la transformation \"%(transformation)s\" pour : %(content_object)s" +msgstr "Modifier la transformation \"%(transformation)s\" pour : %(content_object)s" #: views.py:238 #, python-format @@ -196,13 +189,14 @@ msgstr "Transformations pour : %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -515,11 +509,9 @@ msgstr "Transformations pour : %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -635,8 +627,7 @@ msgstr "Transformations pour : %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo index 61cd5a34c4..3d32340421 100644 Binary files a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po index 94f304b7e1..6fd4505ed4 100644 --- a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -41,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -57,11 +57,11 @@ msgstr "" msgid "Rotate" msgstr "" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -110,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -186,13 +187,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -505,11 +507,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -625,8 +625,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo index 9c2a84132c..06d2ace2df 100644 Binary files a/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po index 3ab880e9f7..1e774225c9 100644 --- a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2015-08-20 19:29+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -41,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -57,11 +57,11 @@ msgstr "" msgid "Rotate" msgstr "" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -110,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -186,13 +187,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -505,11 +507,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -625,8 +625,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo index 5367f7f43c..0880c9dbf9 100644 Binary files a/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po index 4e1c3f1eff..4f6301d247 100644 --- a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po @@ -1,28 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011,2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-09-24 10:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 msgid "Converter" -msgstr "" +msgstr "Convertitore" #: apps.py:38 models.py:34 msgid "Order" @@ -39,16 +39,17 @@ msgstr "Argomenti" #: backends/python.py:86 backends/python.py:100 #, python-format msgid "Exception determining PDF page count; %s" -msgstr "" +msgstr "Eccezione che determina il conteggio pagine PDF: %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." -msgstr "" +msgstr "Non è un formato di file office" #: classes.py:120 #, python-format msgid "LibreOffice not installed or not found at path: %s" -msgstr "" +msgstr "LibreOffice non installato o non trovato nel percorso: %s" #: classes.py:254 msgid "Resize" @@ -58,13 +59,13 @@ msgstr "Ridimensiona" msgid "Rotate" msgstr "Ruotare" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" -msgstr "" +msgstr "Taglia" #: links.py:31 msgid "Create new transformation" @@ -80,13 +81,13 @@ msgstr "Modifica" #: links.py:43 models.py:65 msgid "Transformations" -msgstr "" +msgstr "Trasformazioni" #: models.py:32 msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" +msgstr "Ordine delle trasformazioni da eseguire. Se resta invariato verrà assegnato l'ordine automatico." #: models.py:38 msgid "Name" @@ -96,27 +97,28 @@ msgstr "Nome " msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" +msgstr "Scrivi gli argomenti per la trasformazione come dizionario YAML. es: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" -msgstr "" +msgstr "Crea una nuove trasformazioni" #: permissions.py:13 msgid "Delete transformations" -msgstr "" +msgstr "Cancella le trasformazioni" #: permissions.py:16 msgid "Edit transformations" -msgstr "" +msgstr "Modifica le trasformazioni" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" -msgstr "" +msgstr "Visualizza le trasformazioni esistenti" #: settings.py:10 msgid "Graphics conversion backend to use." -msgstr "" +msgstr "Conversioni grafiche di backend da utilizzare." #: settings.py:16 msgid "Path to the libreoffice program." @@ -128,22 +130,22 @@ msgstr "Percorso per il programma Popple" #: validators.py:22 msgid "Enter a valid YAML value." -msgstr "" +msgstr "Inserisci un valore YAML valido." #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" +msgstr "Cancellare le trasformazioni \"%(transformation)s\" per: %(content_object)s?" #: views.py:139 #, python-format msgid "Create new transformation for: %s" -msgstr "" +msgstr "Crea una nuove trasformazioni per: %s" #: views.py:192 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" -msgstr "" +msgstr "Modifica le trasformazioni \"%(transformation)s\" per: %(content_object)s" #: views.py:238 #, python-format @@ -187,13 +189,14 @@ msgstr "Trasformazione per: %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -506,11 +509,9 @@ msgstr "Trasformazione per: %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -626,8 +627,7 @@ msgstr "Trasformazione per: %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo index 952ef4350e..1f65b33f34 100644 Binary files a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo differ 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 ab6b283474..6813ca5a78 100644 --- a/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/nl_NL/LC_MESSAGES/django.po @@ -1,41 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2013 # woei , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-09 16:40+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 msgid "Converter" -msgstr "" +msgstr "Converter" #: apps.py:38 models.py:34 msgid "Order" -msgstr "" +msgstr "Volgorde" #: apps.py:40 models.py:64 msgid "Transformation" -msgstr "" +msgstr "Transformatie" #: apps.py:44 models.py:44 msgid "Arguments" -msgstr "" +msgstr "Argumenten" #: backends/python.py:86 backends/python.py:100 #, python-format @@ -43,6 +43,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -59,13 +60,13 @@ msgstr "Afmeting wijzigen" msgid "Rotate" msgstr "Roteren" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Inzoomen" -#: classes.py:324 +#: classes.py:333 msgid "Crop" -msgstr "" +msgstr "Bijsnijden" #: links.py:31 msgid "Create new transformation" @@ -81,7 +82,7 @@ msgstr "bewerken" #: links.py:43 models.py:65 msgid "Transformations" -msgstr "" +msgstr "Transformaties" #: models.py:32 msgid "" @@ -105,15 +106,16 @@ msgstr "" #: permissions.py:13 msgid "Delete transformations" -msgstr "" +msgstr "Transformaties verwijderen" #: permissions.py:16 msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" -msgstr "" +msgstr "Bekijk bestaande transformaties" #: settings.py:10 msgid "Graphics conversion backend to use." @@ -125,11 +127,11 @@ msgstr "Locatie 'libreoffice' commandline executable." #: settings.py:20 msgid "Path to the Popple program pdftoppm." -msgstr "" +msgstr "Pad naar het Popple-programma pdftoppm." #: validators.py:22 msgid "Enter a valid YAML value." -msgstr "" +msgstr "Voer een geldige YAML-waarde in." #: views.py:71 #, python-format @@ -149,7 +151,7 @@ msgstr "" #: views.py:238 #, python-format msgid "Transformations for: %s" -msgstr "" +msgstr "Transformaties voor: %s" #~ msgid "Resize." #~ msgstr "Resize." @@ -188,13 +190,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +510,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +628,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo index 80179f30d4..addab585d1 100644 Binary files a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po index 785b3fef3a..0395e60203 100644 --- a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012,2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -44,6 +42,7 @@ msgid "Exception determining PDF page count; %s" msgstr "Wyjątek określający liczbę stron PDF: %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "Format niezgodny z formatem plików LibreOffice." @@ -60,11 +59,11 @@ msgstr "Zmiana rozmiaru" msgid "Rotate" msgstr "Obrócenie" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Powiększenie" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "Przycięcie" @@ -88,9 +87,7 @@ msgstr "Transformacje" msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" -"Kolejność wykonywania transformacji. Jeśli nie zostanie zmieniona, przyjmie " -"wartość automatyczną." +msgstr "Kolejność wykonywania transformacji. Jeśli nie zostanie zmieniona, przyjmie wartość automatyczną." #: models.py:38 msgid "Name" @@ -100,9 +97,7 @@ msgstr "Nazwa" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" -"Wprowadź argumenty dla transformacji w postaci słownika YAML np.: {\"degrees" -"\": 180}" +msgstr "Wprowadź argumenty dla transformacji w postaci słownika YAML np.: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" @@ -117,6 +112,7 @@ msgid "Edit transformations" msgstr "Edytuj transformacje" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "Przeglądaj istniejące transformacje" @@ -193,13 +189,14 @@ msgstr "Transformacje dla: %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -512,11 +509,9 @@ msgstr "Transformacje dla: %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -632,8 +627,7 @@ msgstr "Transformacje dla: %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo index 7519558246..78311170ab 100644 Binary files a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po index 685f94b317..6d9478b3c6 100644 --- a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -44,6 +43,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -60,11 +60,11 @@ msgstr "Redimensionar" msgid "Rotate" msgstr "Rodar" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -113,6 +113,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -189,13 +190,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -508,11 +510,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -628,8 +628,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo index 0be2c7b660..f53f134c0e 100644 Binary files a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo differ 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 d4cc206688..9b1a8a9cae 100644 --- a/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Renata Oliveira , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 22:48+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -27,29 +27,30 @@ msgstr "Conversor" #: apps.py:38 models.py:34 msgid "Order" -msgstr "ordem" +msgstr "Ordem" #: apps.py:40 models.py:64 msgid "Transformation" -msgstr "transformação" +msgstr "Transformação" #: apps.py:44 models.py:44 msgid "Arguments" -msgstr "argumentos" +msgstr "Argumentos" #: backends/python.py:86 backends/python.py:100 #, python-format msgid "Exception determining PDF page count; %s" -msgstr "" +msgstr "Exceção ao determinar o número de páginas do PDF; %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." -msgstr "" +msgstr "Não é um formato de arquivo de escritório." #: classes.py:120 #, python-format msgid "LibreOffice not installed or not found at path: %s" -msgstr "" +msgstr "LibreOffice não instalado ou não encontrado no caminho: %s" #: classes.py:254 msgid "Resize" @@ -57,19 +58,19 @@ msgstr "Redimensionar" #: classes.py:295 msgid "Rotate" -msgstr "Rodar" +msgstr "Rotacionar" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" -msgstr "Zoom" +msgstr "Ampliar" -#: classes.py:324 +#: classes.py:333 msgid "Crop" -msgstr "" +msgstr "Recortar" #: links.py:31 msgid "Create new transformation" -msgstr "Criar uma nova transformação" +msgstr "Criar nova transformação" #: links.py:35 msgid "Delete" @@ -81,13 +82,13 @@ msgstr "Editar" #: links.py:43 models.py:65 msgid "Transformations" -msgstr "transformação" +msgstr "Transformações" #: models.py:32 msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" +msgstr "Ordem de execução das transformações. Se deixar em branco, um valor automático vai ser atribuído." #: models.py:38 msgid "Name" @@ -97,59 +98,60 @@ msgstr "Nome" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" +msgstr "Entre com os argumentos da transformação como um dicionário YAML. ie: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" -msgstr "" +msgstr "Criar novas transformações" #: permissions.py:13 msgid "Delete transformations" -msgstr "" +msgstr "Excluir transformações" #: permissions.py:16 msgid "Edit transformations" -msgstr "" +msgstr "Editar transformações" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" -msgstr "" +msgstr "Visualizar transformações existentes" #: settings.py:10 msgid "Graphics conversion backend to use." -msgstr "" +msgstr "Módulo de conversão de gráficos a ser usado." #: settings.py:16 msgid "Path to the libreoffice program." -msgstr "Caminho para o programa BrOffice." +msgstr "Caminho para o programa LibreOffice." #: settings.py:20 msgid "Path to the Popple program pdftoppm." -msgstr "Caminho para o programa libreoffice" +msgstr "Caminho para o programa pdftoppm de Popple." #: validators.py:22 msgid "Enter a valid YAML value." -msgstr "" +msgstr "Entre com um valor YAML válido." #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" +msgstr "Excluir transformaçãa \"%(transformation)s\" para: %(content_object)s?" #: views.py:139 #, python-format msgid "Create new transformation for: %s" -msgstr "" +msgstr "Criar nova transformação para: %s" #: views.py:192 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" -msgstr "" +msgstr "Editar transformação \"%(transformation)s\" para: %(content_object)s" #: views.py:238 #, python-format msgid "Transformations for: %s" -msgstr "transformações para: %s" +msgstr "Transformações para: %s" #~ msgid "Resize." #~ msgstr "Resize." @@ -188,13 +190,14 @@ msgstr "transformações para: %s" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +510,9 @@ msgstr "transformações para: %s" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +628,7 @@ msgstr "transformações para: %s" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo index 351ac0d394..213bccd870 100644 Binary files a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.mo differ 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 9db727cde8..165cc3859d 100644 --- a/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-04-17 09:43+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -43,6 +41,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -59,11 +58,11 @@ msgstr "Redimensionarea" msgid "Rotate" msgstr "Roti" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Zoom" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -73,7 +72,7 @@ msgstr "" #: links.py:35 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:39 msgid "Edit" @@ -112,6 +111,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -188,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo index dbbdfb7dca..00b91fb808 100644 Binary files a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po index 5554f0df87..06df947843 100644 --- a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-03-21 21:06+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-07-19 20:00+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -27,29 +25,30 @@ msgstr "Конвертер" #: apps.py:38 models.py:34 msgid "Order" -msgstr "" +msgstr "Порядок" #: apps.py:40 models.py:64 msgid "Transformation" -msgstr "" +msgstr "Преобразование" #: apps.py:44 models.py:44 msgid "Arguments" -msgstr "" +msgstr "Аргументы" #: backends/python.py:86 backends/python.py:100 #, python-format msgid "Exception determining PDF page count; %s" -msgstr "" +msgstr "Ошибка при определении числа страниц PDF; %s" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." -msgstr "" +msgstr "Не является файлом офисного формата." #: classes.py:120 #, python-format msgid "LibreOffice not installed or not found at path: %s" -msgstr "" +msgstr "LibreOffice не установлен, или не найден по пути: %s" #: classes.py:254 msgid "Resize" @@ -59,21 +58,21 @@ msgstr "Изменение размера" msgid "Rotate" msgstr "Вращать" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "Увеличить" -#: classes.py:324 +#: classes.py:333 msgid "Crop" -msgstr "" +msgstr "Кадрировать" #: links.py:31 msgid "Create new transformation" -msgstr "" +msgstr "Создать новое преобразование" #: links.py:35 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:39 msgid "Edit" @@ -81,13 +80,13 @@ msgstr "Редактировать" #: links.py:43 models.py:65 msgid "Transformations" -msgstr "" +msgstr "Преобразования" #: models.py:32 msgid "" "Order in which the transformations will be executed. If left unchanged, an " "automatic order value will be assigned." -msgstr "" +msgstr "Порядок выполнения преобразований. Если оставить неизменным, будет установлен флаг автоматического выставления порядка." #: models.py:38 msgid "Name" @@ -97,27 +96,28 @@ msgstr "Имя" msgid "" "Enter the arguments for the transformation as a YAML dictionary. ie: " "{\"degrees\": 180}" -msgstr "" +msgstr "Введите аргументы для преобразования в формате YAML-словаря, например: {\"degrees\": 180}" #: permissions.py:10 msgid "Create new transformations" -msgstr "" +msgstr "Создать новые преобразования" #: permissions.py:13 msgid "Delete transformations" -msgstr "" +msgstr "Удалить преобразования" #: permissions.py:16 msgid "Edit transformations" -msgstr "" +msgstr "Изменить преобразования" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" -msgstr "" +msgstr "Просмотр существующих преобразований" #: settings.py:10 msgid "Graphics conversion backend to use." -msgstr "" +msgstr "Бекенд, который будет использован для графических преобразований." #: settings.py:16 msgid "Path to the libreoffice program." @@ -125,31 +125,31 @@ msgstr "Путь к программе LibreOffice." #: settings.py:20 msgid "Path to the Popple program pdftoppm." -msgstr "" +msgstr "Путь до программы Popple pdftoppm." #: validators.py:22 msgid "Enter a valid YAML value." -msgstr "" +msgstr "Введите допустимое YAML-значение." #: views.py:71 #, python-format msgid "Delete transformation \"%(transformation)s\" for: %(content_object)s?" -msgstr "" +msgstr "Удалить преобразование \"%(transformation)s\" для: %(content_object)s?" #: views.py:139 #, python-format msgid "Create new transformation for: %s" -msgstr "" +msgstr "Создать новое преобразование для: %s" #: views.py:192 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(content_object)s" -msgstr "" +msgstr "Изменить преобразование \"%(transformation)s\" for: %(content_object)sjavascript:;" #: views.py:238 #, python-format msgid "Transformations for: %s" -msgstr "" +msgstr "Преобразования для: %s" #~ msgid "Resize." #~ msgstr "Resize." @@ -188,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -507,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -627,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo index 1d4eb304b0..f3668dcd27 100644 Binary files a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.mo differ 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 b07c44480a..f8701f5130 100644 --- a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:18 permissions.py:7 settings.py:7 msgid "Converter" @@ -42,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -58,11 +57,11 @@ msgstr "" msgid "Rotate" msgstr "" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -111,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -187,13 +187,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -506,11 +507,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -626,8 +625,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo index 778a34ee72..5e6d060832 100644 Binary files a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo differ 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 efff4f2bc6..261c26b825 100644 --- a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -41,6 +40,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -57,11 +57,11 @@ msgstr "" msgid "Rotate" msgstr "" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -110,6 +110,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -186,13 +187,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -505,11 +507,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -625,8 +625,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo index ada1c915ce..74768e8579 100644 Binary files a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po index c3c1609e69..9288501a04 100644 --- a/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:06+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 settings.py:7 @@ -42,6 +41,7 @@ msgid "Exception determining PDF page count; %s" msgstr "" #: classes.py:97 +#| msgid "suported file formats" msgid "Not an office file format." msgstr "" @@ -58,11 +58,11 @@ msgstr "调整大小" msgid "Rotate" msgstr "旋转" -#: classes.py:307 +#: classes.py:313 msgid "Zoom" msgstr "缩放" -#: classes.py:324 +#: classes.py:333 msgid "Crop" msgstr "" @@ -111,6 +111,7 @@ msgid "Edit transformations" msgstr "" #: permissions.py:19 +#| msgid "Raw application information" msgid "View existing transformations" msgstr "" @@ -187,13 +188,14 @@ msgstr "" #~ msgstr "File path to graphicsmagick's program." #~ msgid "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " -#~ "and converter.backends.python.Python" +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick.ImageMagick, " +#~ "converter.backends.graphicsmagick.GraphicsMagick and " +#~ "converter.backends.python.Python" #~ msgstr "" -#~ "Graphics conversion backend to use. Options are: converter.backends." -#~ "imagemagick, converter.backends.graphicsmagick and converter.backends." -#~ "python." +#~ "Graphics conversion backend to use. Options are: " +#~ "converter.backends.imagemagick, converter.backends.graphicsmagick and " +#~ "converter.backends.python." #~ msgid "Help" #~ msgstr "Help" @@ -506,11 +508,9 @@ msgstr "" #~ msgstr "Magick Image File Format" #~ msgid "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" -#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib " -#~ "1.2.3.3,1.2.3.4)" +#~ "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgid "Raw Bi-level bitmap in least-significant-byte first order" #~ msgstr "Raw Bi-level bitmap in least-significant-byte first order" @@ -626,8 +626,7 @@ msgstr "" #~ msgid "Joint Photographic Experts Group JFIF format (62)" #~ msgstr "Joint Photographic Experts Group JFIF format (62)" -#~ msgid "" -#~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +#~ msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #~ msgstr "" #~ "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" diff --git a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo index 312fb62140..b7c47be34f 100644 Binary files a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo differ 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 e361c5455d..98a7589b80 100644 --- a/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:30 msgid "Django GPG" @@ -98,6 +96,7 @@ msgid "Key management" msgstr "Key management" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -162,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -194,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -202,6 +203,7 @@ msgid "View keys" msgstr "View keys" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -214,11 +216,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -229,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -238,6 +243,7 @@ msgstr "Import key" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -281,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo index 45c1332f6b..2e72b8837e 100644 Binary files a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo differ 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 e9bcb30bc4..6f19291860 100644 --- a/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -97,6 +96,7 @@ msgid "Key management" msgstr "Управление на ключове" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -161,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -193,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -201,6 +203,7 @@ msgid "View keys" msgstr "Виж ключове" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Подписи" @@ -213,11 +216,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -228,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -237,6 +243,7 @@ msgstr "Внасяне на ключ" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -280,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo index 50f81f1b35..b683257435 100644 Binary files a/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/bs_BA/LC_MESSAGES/django.mo differ 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 977ef30fe7..d6285aa2ae 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18: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" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:30 msgid "Django GPG" @@ -98,6 +96,7 @@ msgid "Key management" msgstr "Upravljanje ključevima" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -162,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -194,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -202,25 +203,26 @@ msgid "View keys" msgstr "Pogledaj ključeve" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Home direktorij se koristi za pohranu ključeva, kao i konfiguracijskih " -"datoteka." +msgstr "Home direktorij se koristi za pohranu ključeva, kao i konfiguracijskih datoteka." #: settings.py:21 msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -231,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -240,6 +243,7 @@ msgstr "Importuj ključ" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -283,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo index 07d28f6709..85609690ba 100644 Binary files a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po index 997cfd69ed..0379b6f277 100644 --- a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -96,6 +95,7 @@ msgid "Key management" msgstr "" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -160,6 +160,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -192,6 +193,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -200,6 +202,7 @@ msgid "View keys" msgstr "" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -212,11 +215,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -227,6 +232,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -236,6 +242,7 @@ msgstr "" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -279,12 +286,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo index 99033fd058..30a48e4134 100644 Binary files a/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo differ 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 4d450cee93..fbff8df6cd 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 @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mathias Behrle , 2014 # Stefan Lodders , 2012 # tetjarediske , 2012 +# Tobias Paepke , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-05-20 21:54+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -32,7 +32,7 @@ msgstr "Schlüssel-ID" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "Benutzer-ID" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" @@ -60,11 +60,11 @@ msgstr "Keine" #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Fingerabdruck" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Verfahren" #: forms.py:47 msgid "Term" @@ -72,9 +72,7 @@ msgstr "Begriff" #: forms.py:48 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" -"Name, E-Mail, Schlüssel-ID oder Fingerabdruck des Schlüssels, der gesucht " -"wird" +msgstr "Name, E-Mail, Schlüssel-ID oder Fingerabdruck des Schlüssels, der gesucht wird" #: links.py:13 msgid "Delete" @@ -101,8 +99,9 @@ msgid "Key management" msgstr "Schlüssel-Management" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Schlüssel hochladen" #: links.py:41 views.py:160 msgid "Private keys" @@ -146,9 +145,7 @@ msgstr "Signaturfehler" #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung " -"verfügbar." +msgstr "Das Dokument ist signiert, aber kein öffentlicher Schlüssel zur Überprüfung verfügbar." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -160,27 +157,28 @@ msgstr "Das Dokument ist mit einer gültigen Signatur signiert." #: models.py:27 msgid "ASCII armored version of the key." -msgstr "" +msgstr "ASCII Version des Schlüssels." #: models.py:28 msgid "Key data" -msgstr "" +msgstr "Schlüssel-Daten" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Schlüssel" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Schlüssel" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Ungültige Schlüssel-Daten" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "Schlüssel existiert bereits." #: permissions.py:10 msgid "Delete keys" @@ -188,7 +186,7 @@ msgstr "Schlüssel löschen" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Schlüssel herunterladen" #: permissions.py:16 msgid "Import keys from keyservers" @@ -196,17 +194,19 @@ msgstr "Schlüssel von Schlüsselservern importieren" #: permissions.py:19 msgid "Use keys to sign content" -msgstr "" +msgstr "Schlüssel benutzen um Inhalt zu signieren" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" -msgstr "" +msgstr "Schlüssel hochladen" #: permissions.py:25 msgid "View keys" msgstr "Schlüssel anzeigen" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Unterschriften" @@ -219,21 +219,24 @@ msgid "Path to the GPG binary." msgstr "Pfad zum Programm GPG" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." -msgstr "" +msgstr "Server, der nach unbekannten Schlüsseln durchsucht wird." #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" -msgstr "" +msgstr "Schlüssel löschen: %s" #: views.py:48 #, python-format msgid "Details for key: %s" -msgstr "" +msgstr "Details für Schlüssel %s" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "Schlüssel-ID %s importieren?" @@ -243,6 +246,7 @@ msgstr "Schlüssel importieren" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Schlüssel-ID %(key_id)s konnte nicht importiert werden: %(error)s" @@ -265,7 +269,7 @@ msgstr "Ergebnis Schlüsselsuche" #: views.py:138 msgid "Upload new key" -msgstr "" +msgstr "Neuen Schlüssel hochladen" #~ msgid "Unknown" #~ msgstr "unknown" @@ -286,12 +290,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo index 06542ff8b6..a5966431a4 100644 Binary files a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.mo differ 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 e4c5eafed4..f78132148e 100644 --- a/mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/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: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index ca4903fb81..e67ba4fdd0 100644 Binary files a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.mo differ 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 226eee0790..5affd12616 100644 --- a/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-05-09 01:46+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -72,9 +71,7 @@ msgstr "Término" #: forms.py:48 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" -"Nombre, dirección de correo electrónico, identificador de clave o huella " -"digital de clave a buscar." +msgstr "Nombre, dirección de correo electrónico, identificador de clave o huella digital de clave a buscar." #: links.py:13 msgid "Delete" @@ -101,6 +98,7 @@ msgid "Key management" msgstr "Gestión de claves" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "Subir llave" @@ -146,9 +144,7 @@ msgstr "Error de firma." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"El documento ha sido firmado pero no hay clave pública disponible para " -"verificación." +msgstr "El documento ha sido firmado pero no hay clave pública disponible para verificación." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -167,6 +163,7 @@ msgid "Key data" msgstr "Datos de llave" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "Llave" @@ -199,6 +196,7 @@ msgid "Use keys to sign content" msgstr "Usar llaves para firmar contenido" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "Subir llaves" @@ -207,25 +205,26 @@ msgid "View keys" msgstr "Ver claves" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Firma" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Directorio de inicio utilizado para almacenar las claves, así como los " -"archivos de configuración." +msgstr "Directorio de inicio utilizado para almacenar las claves, así como los archivos de configuración." #: settings.py:21 msgid "Path to the GPG binary." msgstr "Ruta al binario GPG." #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "Servidor usado para buscar llaves." #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "Borrar llave: %s" @@ -236,6 +235,7 @@ msgstr "Detalles para llave: %s" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "¿Importar llave: %s?" @@ -245,6 +245,7 @@ msgstr "Importar clave" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "No se pudo importar la llave: %(key_id)s; %(error)s " @@ -288,12 +289,12 @@ msgstr "Subir una nueva llave" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo index ceabf1e3a6..7fc8f54dcb 100644 Binary files a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.mo differ 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 ea8d6c44e5..42bb14f760 100644 --- a/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:30 @@ -96,6 +95,7 @@ msgid "Key management" msgstr "مدیریت کلید" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -160,6 +160,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -192,6 +193,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -200,6 +202,7 @@ msgid "View keys" msgstr "دیدن کلیدها" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "امضاها" @@ -212,11 +215,13 @@ msgid "Path to the GPG binary." msgstr "محل کتایخانه باینری GPG" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -227,6 +232,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -236,6 +242,7 @@ msgstr "وارد کردن کلید" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -279,12 +286,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo index 63a69101ca..f38174f28c 100644 Binary files a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo differ 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 37a5142449..801ff61f5b 100644 --- a/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/fr/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Bruno CAPELETO , 2016 # Pierre Lhoste , 2012 # Thierry Schott , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-05-23 20:02+0000\n" +"Last-Translator: Bruno CAPELETO \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:30 @@ -31,7 +31,7 @@ msgstr "ID de la clé" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "Id Utilisateur" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" @@ -59,11 +59,11 @@ msgstr "Aucun" #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Emprunte" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Algorithme" #: forms.py:47 msgid "Term" @@ -98,8 +98,9 @@ msgid "Key management" msgstr "Gestion des clés" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Uploader la clé" #: links.py:41 views.py:160 msgid "Private keys" @@ -143,9 +144,7 @@ msgstr "Erreur de signature." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Ce document est signé mais aucune clé publique n'est disponible pour " -"vérifier la signature." +msgstr "Ce document est signé mais aucune clé publique n'est disponible pour vérifier la signature." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -157,27 +156,28 @@ msgstr "Le document est signé avec une signature valide." #: models.py:27 msgid "ASCII armored version of the key." -msgstr "" +msgstr "Version ASCII de la clef" #: models.py:28 msgid "Key data" -msgstr "" +msgstr "Contenu de la clef" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Clé" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Clés" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Contenu de clef incorrecte" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "Clé déjà existante" #: permissions.py:10 msgid "Delete keys" @@ -185,7 +185,7 @@ msgstr "Supprimer les clés" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Télécharger les clés" #: permissions.py:16 msgid "Import keys from keyservers" @@ -193,46 +193,49 @@ msgstr "Importer les clés à partir des serveurs de clés" #: permissions.py:19 msgid "Use keys to sign content" -msgstr "" +msgstr "Utiliser des clefs pour signer le document" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" -msgstr "" +msgstr "Uploader les clés" #: permissions.py:25 msgid "View keys" msgstr "Afficher les clés" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Signatures" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Répertoire principal utilisé pour stocker les clés, ainsi que les fichiers " -"de configuration" +msgstr "Répertoire principal utilisé pour stocker les clés, ainsi que les fichiers de configuration" #: settings.py:21 msgid "Path to the GPG binary." msgstr "Chemin du binaire GPG" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." -msgstr "" +msgstr "Serveur de clefs à contacter" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" -msgstr "" +msgstr "Effacer la clé: %s" #: views.py:48 #, python-format msgid "Details for key: %s" -msgstr "" +msgstr "Détails de la clé: %s" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "Importer l'identifiant de clé : %s ?" @@ -242,6 +245,7 @@ msgstr "Importer la clé" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "Impossible d'importer la clé : %(key_id)s; %(error)s" @@ -264,7 +268,7 @@ msgstr "Résultats de la recherche de clé" #: views.py:138 msgid "Upload new key" -msgstr "" +msgstr "Uploader une nouvelle clé" #~ msgid "Unknown" #~ msgstr "unknown" @@ -285,12 +289,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo index f198b7d957..62a8456e05 100644 Binary files a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.mo differ 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 48c953818b..3c9bd2d917 100644 --- a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:18-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -96,6 +95,7 @@ msgid "Key management" msgstr "" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -160,6 +160,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -192,6 +193,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -200,6 +202,7 @@ msgid "View keys" msgstr "" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -212,11 +215,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -227,6 +232,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -236,6 +242,7 @@ msgstr "" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -279,12 +286,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo index 139ed4d4d7..2d4027bc18 100644 Binary files a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.mo differ 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 cc9a7753e1..c586ee243c 100644 --- a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:30 @@ -96,6 +95,7 @@ msgid "Key management" msgstr "" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -160,6 +160,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -192,6 +193,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -200,6 +202,7 @@ msgid "View keys" msgstr "" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -212,11 +215,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -227,6 +232,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -236,6 +242,7 @@ msgstr "" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -279,12 +286,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index 52709f455e..9ad67ff2ed 100644 Binary files a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.mo differ 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 9d99243083..895fcb7777 100644 --- a/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -1,28 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012,2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-09-24 10:33+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 msgid "Django GPG" -msgstr "" +msgstr "Django GPG" #: apps.py:73 apps.py:76 forms.py:17 msgid "Key ID" @@ -30,7 +30,7 @@ msgstr "chiave ID" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "User ID" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" @@ -46,7 +46,7 @@ msgstr "Data scadenza" #: apps.py:83 msgid "No expiration" -msgstr "" +msgstr "Nessuna scadenza" #: apps.py:85 forms.py:32 models.py:42 msgid "Length" @@ -58,11 +58,11 @@ msgstr "Nessuna " #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Impronta" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Algoritmo" #: forms.py:47 msgid "Term" @@ -97,8 +97,9 @@ msgid "Key management" msgstr "Gestione delle chiavi" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Carica chiave" #: links.py:41 views.py:160 msgid "Private keys" @@ -130,11 +131,11 @@ msgstr "Elgamal" #: literals.py:43 msgid "Bad signature." -msgstr "Firma cattiva." +msgstr "Firma non valida." #: literals.py:46 msgid "Document not signed or invalid signature." -msgstr "Documento non firmato o firma invalida." +msgstr "Documento non firmato o firma non valida." #: literals.py:49 msgid "Signature error." @@ -142,9 +143,7 @@ msgstr "Errore di firma" #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Il documento è stato firmato, ma la chiave pubblica non è disponibile per la " -"verifica" +msgstr "Il documento è stato firmato, ma la chiave pubblica non è disponibile per la verifica" #: literals.py:58 msgid "Document is signed, and signature is good." @@ -156,27 +155,28 @@ msgstr "Il documento è firmato con una firma valida." #: models.py:27 msgid "ASCII armored version of the key." -msgstr "" +msgstr "Versione ASCII blindata della chiave" #: models.py:28 msgid "Key data" -msgstr "" +msgstr "Dati chiave" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Chiave" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Chiavi" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Dati chiave non valida" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "La chiave esiste già." #: permissions.py:10 msgid "Delete keys" @@ -184,7 +184,7 @@ msgstr "Cancella chiavi" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Scarica chiavi" #: permissions.py:16 msgid "Import keys from keyservers" @@ -192,48 +192,51 @@ msgstr "Importa le chiavi dal server di chiavi" #: permissions.py:19 msgid "Use keys to sign content" -msgstr "" +msgstr "Usa la chiave per formare i contenuti" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" -msgstr "" +msgstr "Carica chiavi" #: permissions.py:25 msgid "View keys" msgstr "Vista delle chiavi" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Firme" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Home directory utilizzata per memorizzare le chiavi così come i file di " -"configurazione." +msgstr "Home directory utilizzata per memorizzare le chiavi così come i file di configurazione." #: settings.py:21 msgid "Path to the GPG binary." msgstr "Percorso per il programma GPG" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." -msgstr "" +msgstr "Keyserver utilizzato per richiedere le chiavi." #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" -msgstr "" +msgstr "Cancellare la chiave: %s" #: views.py:48 #, python-format msgid "Details for key: %s" -msgstr "" +msgstr "Dettagli della chiave: %s." #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" -msgstr "" +msgstr "Importare ID chiave: %s?" #: views.py:69 msgid "Import key" @@ -241,13 +244,14 @@ msgstr "Importa chiave" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" -msgstr "" +msgstr "Impossibile importare la chiave: %(key_id)s; %(error)s" #: views.py:85 #, python-format msgid "Successfully received key: %(key_id)s" -msgstr "" +msgstr "Chiave ricevuta con successo: %(key_id)s" #: views.py:107 msgid "Search" @@ -259,11 +263,11 @@ msgstr "Interroga il server delle chiavi" #: views.py:119 msgid "Key query results" -msgstr "" +msgstr "Risultati ricerca chiave" #: views.py:138 msgid "Upload new key" -msgstr "" +msgstr "Carica nuova chiave" #~ msgid "Unknown" #~ msgstr "unknown" @@ -284,12 +288,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo index 51520aa836..ed2c5476c6 100644 Binary files a/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo differ 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 f9ebaab635..b82110c77d 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 @@ -1,55 +1,55 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-09 16:40+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 msgid "Django GPG" -msgstr "" +msgstr "Django GPG" #: apps.py:73 apps.py:76 forms.py:17 msgid "Key ID" -msgstr "" +msgstr "Sleutel-ID" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "Gebruikers-ID" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" -msgstr "" +msgstr "Type" #: apps.py:79 forms.py:23 models.py:31 msgid "Creation date" -msgstr "" +msgstr "Aanmaakdatum" #: apps.py:82 forms.py:27 models.py:35 msgid "Expiration date" -msgstr "" +msgstr "Verloopdatu" #: apps.py:83 msgid "No expiration" -msgstr "" +msgstr "Geen verloop" #: apps.py:85 forms.py:32 models.py:42 msgid "Length" -msgstr "" +msgstr "Lengte" #: forms.py:28 msgid "None" @@ -57,15 +57,15 @@ msgstr "Geen" #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Vingerafdru" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Algoritme" #: forms.py:47 msgid "Term" -msgstr "" +msgstr "Voorwaarde" #: forms.py:48 msgid "Name, e-mail, key ID or key fingerprint to look for." @@ -89,39 +89,40 @@ msgstr "" #: links.py:29 msgid "Import" -msgstr "" +msgstr "Importeren" #: links.py:34 permissions.py:7 msgid "Key management" -msgstr "" +msgstr "Sleutelbeheer" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Upload sleutel" #: links.py:41 views.py:160 msgid "Private keys" -msgstr "" +msgstr "Privésleutels" #: links.py:45 views.py:149 msgid "Public keys" -msgstr "" +msgstr "Openbare sleutels" #: literals.py:6 literals.py:14 msgid "Public" -msgstr "" +msgstr "Openbaar" #: literals.py:7 literals.py:15 msgid "Secret" -msgstr "" +msgstr "Geheim" #: literals.py:23 literals.py:28 msgid "RSA" -msgstr "" +msgstr "RSA" #: literals.py:24 msgid "DSA" -msgstr "" +msgstr "DSA" #: literals.py:29 msgid "Elgamal" @@ -133,11 +134,11 @@ msgstr "" #: literals.py:46 msgid "Document not signed or invalid signature." -msgstr "" +msgstr "Document niet getekend of ongeldige handtekening." #: literals.py:49 msgid "Signature error." -msgstr "" +msgstr "Handtekeningfout" #: literals.py:53 msgid "Document is signed but no public key is available for verification." @@ -145,11 +146,11 @@ msgstr "" #: literals.py:58 msgid "Document is signed, and signature is good." -msgstr "" +msgstr "Document is getekend, en handtekening is goed." #: literals.py:61 msgid "Document is signed with a valid signature." -msgstr "" +msgstr "Document is getekend met een geldige handtekening." #: models.py:27 msgid "ASCII armored version of the key." @@ -160,28 +161,29 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Sleutel" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Sleutels" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Ongeldige sleutelgegevens" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "Sleutel bestaat al." #: permissions.py:10 msgid "Delete keys" -msgstr "" +msgstr "Verwijder sleutels" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Download sleutels" #: permissions.py:16 msgid "Import keys from keyservers" @@ -192,16 +194,18 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" #: permissions.py:25 msgid "View keys" -msgstr "" +msgstr "Bekijk sleutels" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" -msgstr "" +msgstr "Handtekeningen" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." @@ -212,11 +216,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -227,15 +233,17 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" #: views.py:69 msgid "Import key" -msgstr "" +msgstr "Importeer sleutel" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -279,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index 6e7a74b2b6..8ebc1319ea 100644 Binary files a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo differ 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 5381d7024c..3103cad4c9 100644 --- a/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 @@ -10,17 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:30 msgid "Django GPG" @@ -99,6 +97,7 @@ msgid "Key management" msgstr "Zarządzanie kluczami" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -144,9 +143,7 @@ msgstr "Błąd podpisu." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Dokument został podpisany, ale klucz publiczny nie jest dostępny do " -"weryfikacji." +msgstr "Dokument został podpisany, ale klucz publiczny nie jest dostępny do weryfikacji." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -165,6 +162,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -197,6 +195,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -205,24 +204,26 @@ msgid "View keys" msgstr "View keys" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." +msgstr "Katalog domowy używany do przechowywania kluczy oraz plików konfiguracyjnych." #: settings.py:21 msgid "Path to the GPG binary." msgstr "Ścieżka do GPG binary." #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -233,6 +234,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -242,6 +244,7 @@ msgstr "Importuj klucz" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -285,12 +288,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index 647ea756ab..29851cc43c 100644 Binary files a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo differ 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 eb8ffeb102..b65ad439e1 100644 --- a/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Roberto Rosario, 2012 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:30 @@ -98,6 +97,7 @@ msgid "Key management" msgstr "Gestão de chaves" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -143,9 +143,7 @@ msgstr "Erro de assinatura." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"O documento está assinado, mas não está disponível uma chave pública para " -"verificação." +msgstr "O documento está assinado, mas não está disponível uma chave pública para verificação." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -164,6 +162,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -196,6 +195,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -204,6 +204,7 @@ msgid "View keys" msgstr "Ver as chaves" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Assinaturas" @@ -216,11 +217,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -231,6 +234,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -240,6 +244,7 @@ msgstr "Importar chave" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -283,12 +288,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo index df1bf09a4a..05c09456f1 100644 Binary files a/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo differ 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 0117d40805..e3482eec1f 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 @@ -1,29 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Roberto Rosario, 2012 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:30 msgid "Django GPG" -msgstr "" +msgstr "Django GPG" #: apps.py:73 apps.py:76 forms.py:17 msgid "Key ID" @@ -31,7 +31,7 @@ msgstr "ID da chave" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "ID de usuário" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" @@ -39,19 +39,19 @@ msgstr "Tipo" #: apps.py:79 forms.py:23 models.py:31 msgid "Creation date" -msgstr "data de criação" +msgstr "Data de criação" #: apps.py:82 forms.py:27 models.py:35 msgid "Expiration date" -msgstr "data de validade" +msgstr "Data de expiração" #: apps.py:83 msgid "No expiration" -msgstr "" +msgstr "Sem expiração" #: apps.py:85 forms.py:32 models.py:42 msgid "Length" -msgstr "comprimento" +msgstr "Largura" #: forms.py:28 msgid "None" @@ -59,11 +59,11 @@ msgstr "Nenhum" #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Impressão digital" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Algorítimo" #: forms.py:47 msgid "Term" @@ -71,7 +71,7 @@ msgstr "Termo" #: forms.py:48 msgid "Name, e-mail, key ID or key fingerprint to look for." -msgstr "" +msgstr "Nome, e-mail, ID da chave ou impressão digital da chave para procurar." #: links.py:13 msgid "Delete" @@ -87,7 +87,7 @@ msgstr "Baixar" #: links.py:25 permissions.py:28 msgid "Query keyservers" -msgstr "Consulta servidores de chaves" +msgstr "Consultar servidores de chaves" #: links.py:29 msgid "Import" @@ -98,24 +98,25 @@ msgid "Key management" msgstr "Gerenciar chaves" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Envio da chave" #: links.py:41 views.py:160 msgid "Private keys" -msgstr "chaves privadas" +msgstr "Chaves privadas" #: links.py:45 views.py:149 msgid "Public keys" -msgstr "chaves públicas" +msgstr "Chaves públicas" #: literals.py:6 literals.py:14 msgid "Public" -msgstr "Público" +msgstr "Pública" #: literals.py:7 literals.py:15 msgid "Secret" -msgstr "Segredo" +msgstr "Segreta" #: literals.py:23 literals.py:28 msgid "RSA" @@ -131,11 +132,11 @@ msgstr "Elgamal" #: literals.py:43 msgid "Bad signature." -msgstr "Assinatura ruim." +msgstr "Assinatura inválida." #: literals.py:46 msgid "Document not signed or invalid signature." -msgstr "Documento não assinado ou inválido assinatura." +msgstr "Documento não assinado ou assinatura inválida." #: literals.py:49 msgid "Signature error." @@ -143,39 +144,40 @@ msgstr "Erro de assinatura." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" +msgstr "Documento assinado mas não há chave pública para verificação." #: literals.py:58 msgid "Document is signed, and signature is good." -msgstr "" +msgstr "Documento assinado e a assinatura está em bom estado." #: literals.py:61 msgid "Document is signed with a valid signature." -msgstr "" +msgstr "Documento assinado com assinatura válida." #: models.py:27 msgid "ASCII armored version of the key." -msgstr "" +msgstr "Versão ASCII da chave." #: models.py:28 msgid "Key data" -msgstr "" +msgstr "Dados da chave" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Chave" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Chaves" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Dados da chave inválidos" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "A chave já existe." #: permissions.py:10 msgid "Delete keys" @@ -183,54 +185,59 @@ msgstr "Excluir chaves" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Baixar chaves" #: permissions.py:16 msgid "Import keys from keyservers" -msgstr "Importar chaves do Keyservers" +msgstr "Importar chaves do servidor de chaves" #: permissions.py:19 msgid "Use keys to sign content" -msgstr "" +msgstr "Usar chaves para assinar conteúdo" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" -msgstr "" +msgstr "Enviar chaves" #: permissions.py:25 msgid "View keys" msgstr "Ver as chaves" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" -msgstr "assinaturas" +msgstr "Assinaturas" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" +msgstr "Diretório inicial usado para armazenar as chaves, assim como os arquivos de configuração." #: settings.py:21 msgid "Path to the GPG binary." -msgstr "" +msgstr "Caminho para o binário GPG." #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." -msgstr "" +msgstr "Servidor usado para procurar chaves." #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" -msgstr "" +msgstr "Apagar chave: %s" #: views.py:48 #, python-format msgid "Details for key: %s" -msgstr "" +msgstr "Detalhes para chave: %s" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" -msgstr "" +msgstr "Importar ID da chave: %s?" #: views.py:69 msgid "Import key" @@ -238,13 +245,14 @@ msgstr "Importar chave" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" -msgstr "" +msgstr "Não foi possível importar chave: %(key_id)s; %(error)s" #: views.py:85 #, python-format msgid "Successfully received key: %(key_id)s" -msgstr "" +msgstr "Chave: %(key_id)s, recebida com sucesso." #: views.py:107 msgid "Search" @@ -256,11 +264,11 @@ msgstr "Consultar servidor de chaves" #: views.py:119 msgid "Key query results" -msgstr "" +msgstr "Resultados de busca de chave" #: views.py:138 msgid "Upload new key" -msgstr "" +msgstr "Carregar nova chave" #~ msgid "Unknown" #~ msgstr "unknown" @@ -281,12 +289,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo index 8d112fb258..4c3443d54b 100644 Binary files a/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ro_RO/LC_MESSAGES/django.mo differ 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 c4c7ca6da6..d05753ffc8 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:30 msgid "Django GPG" @@ -98,6 +96,7 @@ msgid "Key management" msgstr "gestionare chei" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -143,9 +142,7 @@ msgstr "Eroare semnătură." #: literals.py:53 msgid "Document is signed but no public key is available for verification." -msgstr "" -"Documentul este semnat, dar nici o cheie publică nu este disponibilă pentru " -"verificare." +msgstr "Documentul este semnat, dar nici o cheie publică nu este disponibilă pentru verificare." #: literals.py:58 msgid "Document is signed, and signature is good." @@ -164,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -196,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -204,25 +203,26 @@ msgid "View keys" msgstr "Vizualiza cheile" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Cale director utilizată pentru a stoca cheile, precum și fișiere de " -"configurare." +msgstr "Cale director utilizată pentru a stoca cheile, precum și fișiere de configurare." #: settings.py:21 msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -233,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -242,6 +243,7 @@ msgstr "Import cheie" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -285,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index d8b6935ba1..bb93c5c08b 100644 Binary files a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo differ 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 c099b7d242..6a3dccca02 100644 --- a/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:22+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-07-19 20:20+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:30 msgid "Django GPG" -msgstr "" +msgstr "Django GPG" #: apps.py:73 apps.py:76 forms.py:17 msgid "Key ID" @@ -31,7 +29,7 @@ msgstr "ID ключа" #: apps.py:74 apps.py:87 forms.py:19 models.py:47 msgid "User ID" -msgstr "" +msgstr "Идентификатор пользователя" #: apps.py:77 forms.py:34 models.py:50 msgid "Type" @@ -47,7 +45,7 @@ msgstr "Дата окончания" #: apps.py:83 msgid "No expiration" -msgstr "" +msgstr "Не устаревает" #: apps.py:85 forms.py:32 models.py:42 msgid "Length" @@ -59,11 +57,11 @@ msgstr "Ни один" #: forms.py:31 models.py:39 msgid "Fingerprint" -msgstr "" +msgstr "Отпечаток" #: forms.py:33 models.py:45 msgid "Algorithm" -msgstr "" +msgstr "Алгоритм" #: forms.py:47 msgid "Term" @@ -98,8 +96,9 @@ msgid "Key management" msgstr "Управление ключами" #: links.py:37 +#| msgid "Import key" msgid "Upload key" -msgstr "" +msgstr "Загрузить ключ" #: links.py:41 views.py:160 msgid "Private keys" @@ -159,23 +158,24 @@ msgstr "" #: models.py:28 msgid "Key data" -msgstr "" +msgstr "Содержимое ключа" #: models.py:56 +#| msgid "Key ID" msgid "Key" -msgstr "" +msgstr "Ключ" #: models.py:57 msgid "Keys" -msgstr "" +msgstr "Ключи" #: models.py:63 msgid "Invalid key data" -msgstr "" +msgstr "Неверные данные ключа" #: models.py:66 msgid "Key already exists." -msgstr "" +msgstr "Ключ уже существует." #: permissions.py:10 msgid "Delete keys" @@ -183,7 +183,7 @@ msgstr "Удалить ключи" #: permissions.py:13 msgid "Download keys" -msgstr "" +msgstr "Скачать ключи" #: permissions.py:16 msgid "Import keys from keyservers" @@ -191,48 +191,51 @@ msgstr "Импортировать ключи с серверов ключей " #: permissions.py:19 msgid "Use keys to sign content" -msgstr "" +msgstr "Использовать ключи для подписи контента" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" -msgstr "" +msgstr "Загрузить ключи" #: permissions.py:25 msgid "View keys" msgstr "Просмотр ключей" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "Подписи" #: settings.py:15 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Домашний каталог, используемый для хранения ключей, а также файлов " -"конфигурации." +msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." #: settings.py:21 msgid "Path to the GPG binary." msgstr "Путь к GPG исходникам." #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." -msgstr "" +msgstr "Сервер ключей используемый для запроса ключей." #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" -msgstr "" +msgstr "Удалить ключ: %s" #: views.py:48 #, python-format msgid "Details for key: %s" -msgstr "" +msgstr "Подробности для ключа: %s" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" -msgstr "" +msgstr "Получить ключ ID: %s?" #: views.py:69 msgid "Import key" @@ -240,13 +243,14 @@ msgstr "Получить ключ" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" -msgstr "" +msgstr "Невозможно импортировать ключ %(key_id)s; %(error)s" #: views.py:85 #, python-format msgid "Successfully received key: %(key_id)s" -msgstr "" +msgstr "Успешно получен ключ: %(key_id)s" #: views.py:107 msgid "Search" @@ -258,11 +262,11 @@ msgstr "Запросить сервер ключей" #: views.py:119 msgid "Key query results" -msgstr "" +msgstr "Результаты запроса ключа" #: views.py:138 msgid "Upload new key" -msgstr "" +msgstr "Загрузить новый ключ" #~ msgid "Unknown" #~ msgstr "unknown" @@ -283,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo index 46792062ac..b95d50b1db 100644 Binary files a/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/sl_SI/LC_MESSAGES/django.mo differ 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 ec4cbfc33e..e4137c2a43 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:30 msgid "Django GPG" @@ -97,6 +95,7 @@ msgid "Key management" msgstr "" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -161,6 +160,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -193,6 +193,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -201,6 +202,7 @@ msgid "View keys" msgstr "" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -213,11 +215,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -237,6 +242,7 @@ msgstr "" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -280,12 +286,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo index b1d12eba60..98e29e896c 100644 Binary files a/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo differ 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 a6908be5b3..3a37ebc8ec 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:30 @@ -97,6 +96,7 @@ msgid "Key management" msgstr "Quản lý khóa" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -161,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -193,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -201,6 +203,7 @@ msgid "View keys" msgstr "Xem các khóa" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -213,11 +216,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -228,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -237,6 +243,7 @@ msgstr "Import key" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -280,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo index 16658929ed..fb3f37df1c 100644 Binary files a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po index 62378a5a22..c163015017 100644 --- a/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:22+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:30 @@ -97,6 +96,7 @@ msgid "Key management" msgstr "密钥管理" #: links.py:37 +#| msgid "Import key" msgid "Upload key" msgstr "" @@ -161,6 +161,7 @@ msgid "Key data" msgstr "" #: models.py:56 +#| msgid "Key ID" msgid "Key" msgstr "" @@ -193,6 +194,7 @@ msgid "Use keys to sign content" msgstr "" #: permissions.py:22 +#| msgid "public keys" msgid "Upload keys" msgstr "" @@ -201,6 +203,7 @@ msgid "View keys" msgstr "查看密钥" #: settings.py:10 +#| msgid "Signature error." msgid "Signatures" msgstr "" @@ -213,11 +216,13 @@ msgid "Path to the GPG binary." msgstr "" #: settings.py:25 +#| msgid "List of keyservers to be queried for unknown keys." msgid "Keyserver used to query for keys." msgstr "" #: views.py:38 #, python-format +#| msgid "Delete keys" msgid "Delete key: %s" msgstr "" @@ -228,6 +233,7 @@ msgstr "" #: views.py:68 #, python-format +#| msgid "Import key" msgid "Import key ID: %s?" msgstr "" @@ -237,6 +243,7 @@ msgstr "导入密钥" #: views.py:78 #, python-format +#| msgid "Unable to import key id: %(key_id)s; %(error)s" msgid "Unable to import key: %(key_id)s; %(error)s" msgstr "" @@ -280,12 +287,12 @@ msgstr "" #~ msgstr "Delete key" #~ msgid "" -#~ "Delete key %s? If you delete a public key that is part of a public/" -#~ "private pair the private key will be deleted as well." +#~ "Delete key %s? If you delete a public key that is part of a public/private " +#~ "pair the private key will be deleted as well." #~ msgstr "" -#~ "Are you sure you wish to delete key: %s? If you try to delete a public " -#~ "key that is part of a public/private pair the private key will be deleted " -#~ "as well." +#~ "Are you sure you wish to delete key: %s? If you try to delete a public key " +#~ "that is part of a public/private pair the private key will be deleted as " +#~ "well." #~ msgid "results" #~ msgstr "results" diff --git a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo index 24bac3d340..b0a550b935 100644 Binary files a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.mo differ 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 936b2f256a..d250379d6b 100644 --- a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -38,10 +37,12 @@ msgid "Comment" msgstr "تعليق" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -84,6 +85,7 @@ msgstr "إضافة تعليق على الوثيقة: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo index 3f1ea491c7..6401841138 100644 Binary files a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.mo differ 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 60555bdb4b..b4568c327e 100644 --- a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Коментар" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Добавяне на коментар към документ: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo index 658621d9a6..f0fbd24ea1 100644 Binary files a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.mo differ 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 cf6e44c0c6..b6db8b2ba5 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 @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -38,10 +37,12 @@ msgid "Comment" msgstr "Komentar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -84,6 +85,7 @@ msgstr "Dodaj komentar za dokument: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo index 96c81c3472..578fd9045b 100644 Binary files a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po index 9258ee9f78..d30bef8e52 100644 --- a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Kommentar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Tilføj kommentar til dokument: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo index f473fc66a0..85da4060f8 100644 Binary files a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo differ 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 4a41270a11..ea34ed74c7 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Berny , 2015 @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "Kommentare" @@ -38,10 +38,12 @@ msgid "Comment" msgstr "Kommentar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "Kommentar erstellt" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "Kommentar gelöscht" @@ -84,6 +86,7 @@ msgstr "Kommentar zu Dokument %s hinzufügen" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "Kommentar %s löschen?" diff --git a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo index 82e9040877..e8cf79ce35 100644 Binary files a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.mo differ 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 8497e4cda4..0add17e181 100644 --- a/mayan/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo index 75a0e992d1..37abc63a33 100644 Binary files a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.mo differ 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 7ae7701497..3fb8867504 100644 --- a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Roberto Rosario, 2015 @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "Comentarios de documento" @@ -38,10 +38,12 @@ msgid "Comment" msgstr "Comentario" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "Comentario de documento creado" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "Comentario de documento borrado" @@ -84,6 +86,7 @@ msgstr "Añadir comentario al documento: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "¿Borrar comentario: %s?" diff --git a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo index 877748f60d..08241c2548 100644 Binary files a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.mo differ 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 03cc5b481f..a5777a047c 100644 --- a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "شرح" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "اضافه کردن توضیحات به سند: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo index 7dbebb10ea..d741a32707 100644 Binary files a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.mo differ 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 7ff52d24aa..08e93aff2c 100644 --- a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Thierry Schott , 2016 @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "Commentaires du document" @@ -38,10 +38,12 @@ msgid "Comment" msgstr "Commentaire" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "Commentaire de document créé" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "Commentaire de document supprimé" @@ -84,6 +86,7 @@ msgstr "Ajouter un commentaire au document : %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "Supprimer le commentaire : %s ?" diff --git a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo index 5dbf4a49e5..c7ea56a6c9 100644 Binary files a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.mo differ 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 f06ec4d955..4301236550 100644 --- a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Megjegyzés" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Megjegyzés fűzése a %s dokumentumhoz." #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo index 34645575b5..55189323d8 100644 Binary files a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.mo differ 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 ea99afeb47..6f563c7f4a 100644 --- a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Komentar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Menambah komentar ke dokumen: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" 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 312a86b43e..f14546d0d4 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 dd568f5e3f..f9bc51023d 100644 --- a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -1,27 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-09-24 09:51+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" -msgstr "" +msgstr "Commenti documento" #: apps.py:41 msgid "Date" @@ -37,12 +38,14 @@ msgid "Comment" msgstr "Commento" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" -msgstr "" +msgstr "Commento documento creato" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" -msgstr "" +msgstr "Commento documento cancellato" #: links.py:13 msgid "Add comment" @@ -62,7 +65,7 @@ msgstr "Documento" #: models.py:33 msgid "Date time submitted" -msgstr "" +msgstr "Data e ora di invio" #: permissions.py:10 msgid "Create new comments" @@ -83,8 +86,9 @@ msgstr "Aggiungi un comento al documento: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" -msgstr "" +msgstr "Cancellare il commento: %s?" #: views.py:122 #, python-format diff --git a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo index 9f071a14ea..a9d56e03ed 100644 Binary files a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo differ 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 784e3792da..8faa889e6c 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 @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-10-28 12:44+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" -msgstr "" +msgstr "Documentopmerkingen" #: apps.py:41 msgid "Date" -msgstr "" +msgstr "Datum" #: apps.py:43 models.py:27 msgid "User" @@ -37,16 +38,18 @@ msgid "Comment" msgstr "Commentaar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" #: links.py:13 msgid "Add comment" -msgstr "" +msgstr "Voeg opmerking toe" #: links.py:18 msgid "Delete" @@ -83,13 +86,14 @@ msgstr "Opmerking toevoegen aan document: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" -msgstr "" +msgstr "Verwijder opmerking: %s?" #: views.py:122 #, python-format msgid "Comments for document: %s" -msgstr "" +msgstr "Opmerkingen voor document: %s" #~ msgid "Comment \"%s\" deleted successfully." #~ msgstr "Comment \"%s\" deleted successfully." diff --git a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index d3ac789193..8b127d81dd 100644 Binary files a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.mo differ 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 98c46e6e0c..31961be65a 100644 --- a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -1,27 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "Komentarze dokumentu" @@ -39,10 +38,12 @@ msgid "Comment" msgstr "Komentarz" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "Dokument został skomentowany" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "Komentarz do dokumentu został usunięty" @@ -85,6 +86,7 @@ msgstr "Dodanie komentarza do dokumentu: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "Usunąć komentarz: %s?" diff --git a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 206b8033dc..e641521186 100644 Binary files a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.mo differ 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 8f8b48c998..71167c7c84 100644 --- a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Comentário" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Adicionar comentário ao documento: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo index 6b01d406a9..f5d30f8963 100644 Binary files a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo differ 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 2a1821f271..23ae98d96a 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 @@ -1,27 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 22:54+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" -msgstr "" +msgstr "Comentários de documento" #: apps.py:41 msgid "Date" @@ -37,12 +38,14 @@ msgid "Comment" msgstr "Comentário" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" -msgstr "" +msgstr "Comentário de documento criado" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" -msgstr "" +msgstr "Comentário de documento apagado" #: links.py:13 msgid "Add comment" @@ -62,7 +65,7 @@ msgstr "Documento" #: models.py:33 msgid "Date time submitted" -msgstr "Data e Hora Submetida" +msgstr "Data e hora do envio" #: permissions.py:10 msgid "Create new comments" @@ -83,8 +86,9 @@ msgstr "Adicionar comentário ao documento: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" -msgstr "" +msgstr "Apagar comentário: %s?" #: views.py:122 #, python-format diff --git a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo index 7d149ad753..b00cd1e8b8 100644 Binary files a/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ro_RO/LC_MESSAGES/django.mo differ 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 469ac75d51..56513d1ea0 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 @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-04-17 09:39+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -38,10 +37,12 @@ msgid "Comment" msgstr "Comentariu" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -51,7 +52,7 @@ msgstr "" #: links.py:18 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:22 models.py:73 permissions.py:7 msgid "Comments" @@ -84,6 +85,7 @@ msgstr "Adaugă comentariu la document:% s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index 25cd2338e8..b771173907 100644 Binary files a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.mo differ 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 0d14d52efa..383a39376d 100644 --- a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-07-14 01:35+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:23 +#| msgid "Delete comments" msgid "Document comments" -msgstr "" +msgstr "Комментарии документа" #: apps.py:41 msgid "Date" @@ -39,20 +38,22 @@ msgid "Comment" msgstr "Комментарий" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" -msgstr "" +msgstr "Комментарий документа создан" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" -msgstr "" +msgstr "Комментарий документа удалён" #: links.py:13 msgid "Add comment" -msgstr "" +msgstr "Добавить комментарий" #: links.py:18 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:22 models.py:73 permissions.py:7 msgid "Comments" @@ -60,11 +61,11 @@ msgstr "Комментарии" #: models.py:23 msgid "Document" -msgstr "" +msgstr "Документ" #: models.py:33 msgid "Date time submitted" -msgstr "" +msgstr "Дата и время отправления" #: permissions.py:10 msgid "Create new comments" @@ -85,13 +86,14 @@ msgstr "Добавить комментарий на документ: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" -msgstr "" +msgstr "Удалить комментарий: %s?" #: views.py:122 #, python-format msgid "Comments for document: %s" -msgstr "" +msgstr "Комментарии для документа: %s" #~ msgid "Comment \"%s\" deleted successfully." #~ msgstr "Comment \"%s\" deleted successfully." diff --git a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo index fdf7adf125..32a7002e5b 100644 Binary files a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.mo differ 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 a14fa7db7b..9f8c03b55d 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 @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -38,10 +37,12 @@ msgid "Comment" msgstr "Komentar" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -84,6 +85,7 @@ msgstr "Dodaj komentar datotekei: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo index cd177038c9..8d4550d6de 100644 Binary files a/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo differ 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 4396062f94..79b52a7022 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 @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "Chú thích" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "Thêm chú thích cho tài liệu: %s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" diff --git a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo index 633a0c9d04..a59929dd9a 100644 Binary files a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po index 92e3fcc158..447c47680c 100644 --- a/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/zh_CN/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:23 +#| msgid "Delete comments" msgid "Document comments" msgstr "" @@ -37,10 +37,12 @@ msgid "Comment" msgstr "评论" #: events.py:9 +#| msgid "Delete comments" msgid "Document comment created" msgstr "" #: events.py:13 +#| msgid "Delete comments" msgid "Document comment deleted" msgstr "" @@ -83,6 +85,7 @@ msgstr "添加评论到文档:%s" #: views.py:90 #, python-format +#| msgid "Delete comments" msgid "Delete comment: %s?" msgstr "" 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 a2aa6cc47f..ee0bee6894 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 a45cd02b56..3ed97bc974 100644 --- a/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" diff --git a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo index 1d3775f31d..82a948632a 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 7147eefca0..52ea6c168d 100644 --- a/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" diff --git a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.mo index d97099acd4..04b1e5f483 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 26fedbc5e6..2bbbb288a3 100644 --- a/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/bs_BA/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" diff --git a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo index 9d2e477745..1aff61ff6c 100644 Binary files a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po index e340ed4547..7e9a0f3b4f 100644 --- a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" 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 2b92fd4dd8..ace206a5ca 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 92c888c88a..26cf2c0e75 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" diff --git a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo index 12df1f0c43..097ad6810a 100644 Binary files a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.mo differ 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 1cb22378a2..8a2bde3c51 100644 --- a/mayan/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" 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 96acae5506..75df19f1e7 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 df12495a94..ebe1770c8d 100644 --- a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:34+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-23 06:46+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" @@ -132,7 +132,7 @@ msgstr "Instancias de índices" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "" +msgstr "Introduzca una plantilla para generar. Use el lenguaje de plantillas de Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). " #: models.py:118 msgid "Indexing expression" @@ -253,12 +253,12 @@ msgstr "Crear nodo hijo de: %s" #: views.py:196 #, python-format msgid "Delete the index template node: %s?" -msgstr "" +msgstr "¿Borrar el nodo de plantilla de indice: %s?" #: views.py:218 #, python-format msgid "Edit the index template node: %s?" -msgstr "" +msgstr "¿Editar el nodo de plantilla de indice: %s?" #: views.py:286 #, python-format @@ -273,7 +273,7 @@ msgstr "contenido del indice: %s" #: views.py:331 #, python-format msgid "Indexes nodes containing document: %s" -msgstr "" +msgstr "Nodos de indices que contienen el documento: %s" #: views.py:341 msgid "On large databases this operation may take some time to execute." 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 80c742eb7b..7b6a192551 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 3e0c3ea8a1..a18b5229a3 100644 --- a/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" diff --git a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo index 746085f2aa..fbfe04634f 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 0d8190dfd3..11ff9120df 100644 --- a/mayan/apps/document_indexing/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" diff --git a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.mo index c7509b9bf9..605e626c6d 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 8cd6137ff9..0c4474260c 100644 --- a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" diff --git a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.mo index d1a63b4767..707653be22 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 4c0026ce12..74491109cf 100644 --- a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" diff --git a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index 5466ef2d9c..c236cbf878 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 061f06289d..dd51315a8b 100644 --- a/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:34+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-10-30 21:18+0000\n" +"Last-Translator: Marco Camplese \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" 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 59a8b59c70..2b7a12d84c 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 11730bf64d..2295889bb4 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 @@ -4,14 +4,15 @@ # # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:34+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-09 16:41+0000\n" +"Last-Translator: Evelijn Saaltink \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" @@ -25,16 +26,16 @@ msgstr "Geen" #: admin.py:26 apps.py:139 links.py:48 models.py:41 msgid "Document types" -msgstr "" +msgstr "Documentsoorten" #: apps.py:49 #| msgid "document indexes" msgid "Document indexing" -msgstr "" +msgstr "Documentindexering" #: apps.py:125 models.py:25 msgid "Label" -msgstr "" +msgstr "Label" #: apps.py:126 models.py:30 msgid "Slug" @@ -46,11 +47,11 @@ msgstr "Ingeschakeld" #: apps.py:133 apps.py:163 apps.py:176 msgid "Items" -msgstr "" +msgstr "Items" #: apps.py:144 msgid "Level" -msgstr "" +msgstr "Niveau" #: apps.py:152 msgid "Has document links?" @@ -58,11 +59,11 @@ msgstr "" #: apps.py:159 apps.py:170 msgid "Node" -msgstr "" +msgstr "Node" #: handlers.py:18 msgid "Creation date" -msgstr "" +msgstr "Aanmaakdatum" #: links.py:18 links.py:22 links.py:25 links.py:28 models.py:83 views.py:75 #: views.py:235 @@ -71,7 +72,7 @@ msgstr "Indexeringen" #: links.py:31 views.py:36 msgid "Create index" -msgstr "" +msgstr "Indexering aanmaken" #: links.py:35 links.py:64 msgid "Edit" @@ -83,7 +84,7 @@ msgstr "Verwijder" #: links.py:44 msgid "Tree template" -msgstr "" +msgstr "Sjabloon boomstructuur" #: links.py:54 msgid "Deletes and creates from scratch all the document indexes." @@ -91,11 +92,11 @@ msgstr "document indexeringen vernieuwen" #: links.py:57 msgid "Rebuild indexes" -msgstr "" +msgstr "Opnieuw indexeren" #: links.py:60 msgid "New child node" -msgstr "" +msgstr "Nieuwe node" #: managers.py:56 #, python-format @@ -116,7 +117,7 @@ msgstr "Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wij #: models.py:82 models.py:109 msgid "Index" -msgstr "" +msgstr "Index" #: models.py:101 msgid "Index instance" @@ -134,7 +135,7 @@ msgstr "" #: models.py:118 msgid "Indexing expression" -msgstr "" +msgstr "Indexeringsexpressie" #: models.py:123 msgid "Causes this node to be visible and updated when document data changes." @@ -148,7 +149,7 @@ msgstr "Selecteer deze optie, wanneer deze node alleen documenten dient te bevat #: models.py:134 msgid "Link documents" -msgstr "" +msgstr "Koppel documenten" #: models.py:139 msgid "Root" @@ -168,7 +169,7 @@ msgstr "" #: models.py:156 msgid "Value" -msgstr "" +msgstr "Waarde" #: models.py:159 msgid "Documents" @@ -227,7 +228,7 @@ msgstr "" #: views.py:81 msgid "Available document types" -msgstr "" +msgstr "Beschikbare documentsoorten" #: views.py:83 msgid "Document types linked" 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 35d6bc7b42..bc6e72ca81 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 c4d91a61ff..5b67bfd82d 100644 --- a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" diff --git a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index d5e2822ed7..efc7a19a4d 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 8d722f643e..a88f2d4264 100644 --- a/mayan/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" diff --git a/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index 82c4b67e94..a2d7540553 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 1ff549fbc0..4de82a369c 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 @@ -4,15 +4,16 @@ # # Translators: # Translators: +# Aline Freitas , 2016 # Renata Oliveira , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:34+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,23 +32,23 @@ msgstr "Tipos de Documentos" #: apps.py:49 #| msgid "document indexes" msgid "Document indexing" -msgstr "" +msgstr "Indexação de documentos" #: apps.py:125 models.py:25 msgid "Label" -msgstr "Label" +msgstr "Etiqueta" #: apps.py:126 models.py:30 msgid "Slug" -msgstr "Slug" +msgstr "Identificador" #: apps.py:128 apps.py:148 models.py:38 models.py:126 msgid "Enabled" -msgstr "habilitado" +msgstr "Habilitado" #: apps.py:133 apps.py:163 apps.py:176 msgid "Items" -msgstr "itens" +msgstr "Itens" #: apps.py:144 msgid "Level" @@ -63,16 +64,16 @@ msgstr "Nó" #: handlers.py:18 msgid "Creation date" -msgstr "data de criação" +msgstr "Data de criação" #: links.py:18 links.py:22 links.py:25 links.py:28 models.py:83 views.py:75 #: views.py:235 msgid "Indexes" -msgstr "Indices" +msgstr "Índices" #: links.py:31 views.py:36 msgid "Create index" -msgstr "Criar Index" +msgstr "Criar índice" #: links.py:35 links.py:64 msgid "Edit" @@ -84,7 +85,7 @@ msgstr "Excluir" #: links.py:44 msgid "Tree template" -msgstr "Template Árvore" +msgstr "Árvore de modelo" #: links.py:54 msgid "Deletes and creates from scratch all the document indexes." @@ -103,35 +104,35 @@ msgstr "Novo node filho" msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" -msgstr "Error indexing document: %(document)s; expression: %(expression)s; %(exception)s" +msgstr "Erro indexando documento: %(document)s; expressão: %(expression)s; %(exception)s" #: models.py:29 #| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." -msgstr "" +msgstr "Estes valores serão utilizados por outras aplicações para fazer referência a este índice." #: models.py:35 msgid "" "Causes this index to be visible and updated when document data changes." -msgstr "Faz com que este índice seja visível, e atualizado quando alterações de dados de documentos." +msgstr "Faz com que este índice seja visível e atualizado quando dados de documentos forem alterados." #: models.py:82 models.py:109 msgid "Index" -msgstr "Indice" +msgstr "Índice" #: models.py:101 msgid "Index instance" -msgstr "index instance" +msgstr "Instância de índice" #: models.py:102 msgid "Index instances" -msgstr "" +msgstr "Instâncias de índice" #: models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "" +msgstr "Insira um modelo para renderizar. Use a linguagem de modelo padrão do Django (https://docs.djangoproject.com/pt-br/1.10/ref/templates/builtins/)" #: models.py:118 msgid "Indexing expression" @@ -139,13 +140,13 @@ msgstr "Indexando expressão" #: models.py:123 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Faz com que este nó para ser quando alterações de dados do documento visível e atualizado." +msgstr "Faz com que este nó seja visível e atualizado quando dados do documento forem alterados." #: models.py:131 msgid "" "Check this option to have this node act as a container for documents and not" " as a parent for further nodes." -msgstr "Marque esta opção para que este nó ato como um contêiner para documentos e não como um pai para mais nós." +msgstr "Marque esta opção para que este nó atue como um recipiente para documentos e não como um pai para outros nós secundários." #: models.py:134 msgid "Link documents" @@ -157,15 +158,15 @@ msgstr "Raiz" #: models.py:144 msgid "Index node template" -msgstr "Índice Template de nó" +msgstr "Índice de modelo de nó" #: models.py:145 msgid "Indexes node template" -msgstr "Indices Template de Nó" +msgstr "Indices de modelo de nó" #: models.py:153 msgid "Index template node" -msgstr "Indice Template de nó" +msgstr "Indice de modelo de índice" #: models.py:156 msgid "Value" @@ -177,7 +178,7 @@ msgstr "Documento" #: models.py:204 msgid "Index node instance" -msgstr "Índice instância de nó" +msgstr "Índice de instância de nó" #: models.py:205 msgid "Indexes node instances" @@ -185,11 +186,11 @@ msgstr "Índices instâncias de nó " #: models.py:213 msgid "Document index node instance" -msgstr "" +msgstr "Instâncias do nó do índice de documentos" #: models.py:214 msgid "Document indexes node instances" -msgstr "" +msgstr "Instâncias de nós de lindice de instâncias" #: permissions.py:7 msgid "Indexing" @@ -197,7 +198,7 @@ msgstr "Indexando" #: permissions.py:10 msgid "Create new document indexes" -msgstr "riar novo documento indexado" +msgstr "Criar novo documento indexado" #: permissions.py:13 msgid "Edit document indexes" @@ -205,7 +206,7 @@ msgstr "Editar documento indexado" #: permissions.py:16 msgid "Delete document indexes" -msgstr "Excluir documento indexeado" +msgstr "Excluir documento indexado" #: permissions.py:19 msgid "View document indexes" @@ -219,7 +220,7 @@ msgstr "Reconstruir índices de documento" #, python-format #| msgid "Delete document indexes" msgid "Delete the index: %s?" -msgstr "" +msgstr "Apagar o índice: %s?" #: views.py:64 #, python-format @@ -228,41 +229,41 @@ msgstr "Editar Indice: %s" #: views.py:81 msgid "Available document types" -msgstr "" +msgstr "Tipos de documentos disponíveis" #: views.py:83 msgid "Document types linked" -msgstr "" +msgstr "Tipos de documentos vinculados" #: views.py:106 #, python-format msgid "Document types linked to index: %s" -msgstr "" +msgstr "Tipos de documentos vinculados ao índice: %s" #: views.py:145 #, python-format msgid "Tree template nodes for index: %s" -msgstr "Árvore nó modelo para o índice: %s" +msgstr "Nós de modelo da árvore do índice: %s" #: views.py:172 #, python-format msgid "Create child node of: %s" -msgstr "" +msgstr "Criar nó filho de: %s" #: views.py:196 #, python-format msgid "Delete the index template node: %s?" -msgstr "" +msgstr "Excluir o nó de modelo de índice: %s?" #: views.py:218 #, python-format msgid "Edit the index template node: %s?" -msgstr "" +msgstr "Editar o nó de modelo de índice: %s?" #: views.py:286 #, python-format msgid "Navigation: %s" -msgstr "" +msgstr "Navegação: %s" #: views.py:291 #, python-format @@ -272,7 +273,7 @@ msgstr "Conteúdo para Indice? %s" #: views.py:331 #, python-format msgid "Indexes nodes containing document: %s" -msgstr "" +msgstr "Indexar nós contendo documento: %s" #: views.py:341 msgid "On large databases this operation may take some time to execute." @@ -280,11 +281,11 @@ msgstr "Em grandes bases de dados esta operação pode levar algum tempo para ex #: views.py:342 msgid "Rebuild all indexes?" -msgstr "" +msgstr "Reconstruir todos os índices?" #: views.py:351 msgid "Index rebuild queued successfully." -msgstr "Sucesso do Rebuild da fila de indice." +msgstr "Índices em fila reconstruídos com sucesso." #~ msgid "Index list" #~ msgstr "index list" 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 e096c9d664..70c927f433 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 103c20e8e3..0d4f684543 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,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:34+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/document_indexing/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index f40fd59af6..feeb6d23e4 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 258c4fe6b5..a427ce095e 100644 --- a/mayan/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:34+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+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" 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 c9ac031f21..0b45da13cf 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 6d26241b45..4ef9bb3d4a 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 @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+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" @@ -33,7 +33,7 @@ msgstr "" #: apps.py:125 models.py:25 msgid "Label" -msgstr "" +msgstr "Oznaka" #: apps.py:126 models.py:30 msgid "Slug" 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 24c1c95cdc..3b12687e1b 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 d20199c3eb..d45f72629c 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" diff --git a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo index 0d89d17730..49ce22f6f9 100644 Binary files a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po index 3e7c975d7f..14e3e06cb6 100644 --- a/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" diff --git a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo index ebcce8d232..1b1733fe7b 100644 Binary files a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo differ 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 34ec64e1f9..372cfc4df4 100644 --- a/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -30,10 +28,12 @@ msgid "Date" msgstr "Date" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Key ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -54,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -98,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -198,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -210,6 +217,7 @@ msgid "Verify document signatures" msgstr "Verify document signatures" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -242,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -260,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "On large databases this operation may take some time to execute." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo index 9c484ac731..a3d59316cc 100644 Binary files a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo differ 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 0aafa3c458..b0a31d6e7a 100644 --- a/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -29,10 +28,12 @@ msgid "Date" msgstr "Дата" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Ключ ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -53,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -97,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -197,10 +203,12 @@ msgid "Delete detached signatures" msgstr "Изтриване на несвързани сигнатури" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -209,6 +217,7 @@ msgid "Verify document signatures" msgstr "Проверете сигнатурите на документа" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -241,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -256,11 +266,10 @@ msgstr "" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"При големи бази данни тази операция може да отнеме известно време за " -"изпълнение." +msgstr "При големи бази данни тази операция може да отнеме известно време за изпълнение." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo index a6e6e48345..270f10e31d 100644 Binary files a/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/bs_BA/LC_MESSAGES/django.mo differ 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 be2185db2e..1b58bda6c4 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18: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" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -30,10 +28,12 @@ msgid "Date" msgstr "Datum" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID ključa" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -54,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -98,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -198,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -210,6 +217,7 @@ msgid "Verify document signatures" msgstr "Provjeriti potpise dokumenta" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -242,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -260,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "Na velikim bazama podataka ove operacije mogu potrajati neko vrijeme." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo index e92e70ddb3..9a860e1962 100644 Binary files a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po index ab20dce17d..2bb0e24574 100644 --- a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -28,10 +27,12 @@ msgid "Date" msgstr "Dato" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -52,18 +53,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -96,6 +101,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -196,10 +202,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -208,6 +216,7 @@ msgid "Verify document signatures" msgstr "" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -240,6 +249,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -258,6 +268,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "På store databaser kan denne operation tage lidt tid at udføre." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo index 1e4e1bfac7..4eb6b4ed82 100644 Binary files a/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo differ 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 067a639154..337be4e52f 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 @@ -1,27 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Berny , 2015 # Mathias Behrle , 2014 # Stefan Lodders , 2012 # tetjarediske , 2012 -# Tobias Paepke , 2014 +# Tobias Paepke , 2014,2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-05-20 22:09+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -33,12 +32,14 @@ msgid "Date" msgstr "Datum" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Schlüssel-ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "Unterschrifts-ID" #: apps.py:99 forms.py:83 msgid "None" @@ -50,59 +51,64 @@ msgstr "Typ" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Schlüssel" #: forms.py:27 msgid "Passphrase" -msgstr "" +msgstr "Passphrase" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" -msgstr "" +msgstr "Eingebettete Unterschrift?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Datum der Unterschrift" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "Unterschrifts-Schlüssel-ID" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" -msgstr "" +msgstr "Unterschrifts-Schlüssel vorhanden?" #: forms.py:73 msgid "Key fingerprint" -msgstr "" +msgstr "Schlüssel-Fingerabdruck" #: forms.py:77 msgid "Key creation date" -msgstr "" +msgstr "Erstellungsdatum des Schlüssels" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Ablaufdatum des Schlüssels" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Schlüssellänge" #: forms.py:91 msgid "Key algorithm" -msgstr "" +msgstr "Schlüssel-Verfahren" #: forms.py:95 msgid "Key user ID" -msgstr "" +msgstr "Schlüssel-Benutzer-ID" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Schlüssel-Typ" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Alle Dokumente überprüfen" #: links.py:39 msgid "Signatures" @@ -118,7 +124,7 @@ msgstr "Details" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Unterschriften-Liste" #: links.py:63 msgid "Download" @@ -130,11 +136,11 @@ msgstr "Unterschrift hochladen" #: links.py:75 msgid "Sign detached" -msgstr "" +msgstr "Unterschrift seperat" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Unterschrift eingebettet" #: models.py:31 msgid "Document version" @@ -142,11 +148,11 @@ msgstr "Dokumentenversion" #: models.py:35 msgid "Date signed" -msgstr "" +msgstr "Datum der Signierung" #: models.py:45 msgid "Public key fingerprint" -msgstr "" +msgstr "Fingerabdruck des öffentlichen Schlüssels" #: models.py:51 msgid "Document version signature" @@ -166,11 +172,11 @@ msgstr "Eingebettet" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Dokumentenversion der eingebetteten Unterschrift" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Dokumentenversion der eingebetteten Unterschriften" #: models.py:122 msgid "Signature file" @@ -178,98 +184,102 @@ msgstr "Unterschriftsdatei" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Dokumentenversion der seperaten Unterschrift" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Dokumentenversion der seperaten Unterschriften" #: models.py:130 msgid "signature" -msgstr "" +msgstr "Unterschrift" #: permissions.py:13 msgid "Sign documents with detached signatures" -msgstr "" +msgstr "Dokument signieren mit seperaten Unterschriften" #: permissions.py:17 msgid "Sign documents with embedded signatures" -msgstr "" +msgstr "Dokument signieren mit eingebetteten Unterschriften" #: permissions.py:21 msgid "Delete detached signatures" msgstr "Separate Unterschriften löschen" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" -msgstr "" +msgstr "Separate Unterschriften der Dokumente herunterladen" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" -msgstr "" +msgstr "Separate Unterschriften der Dokumente hochladen" #: permissions.py:33 msgid "Verify document signatures" msgstr "Dokumentenunterschriften überprüfen" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" -msgstr "" +msgstr "Details der Unterschriften des Dokuments" #: views.py:67 views.py:172 msgid "Passphrase is needed to unlock this key." -msgstr "" +msgstr "Passphrase wird benötigt um den Schlüssel zu entsperren" #: views.py:77 views.py:182 msgid "Passphrase is incorrect." -msgstr "" +msgstr "Passphrase ist ungültig" #: views.py:98 views.py:202 msgid "Document version signed successfully." -msgstr "" +msgstr "Dokumentenversion wurde erfolgreich signiert." #: views.py:129 #, python-format msgid "Sign document version \"%s\" with a detached signature" -msgstr "" +msgstr "Dokumentenversion \"%s\" mit seperater Unterschrift signieren" #: views.py:240 #, python-format msgid "Sign document version \"%s\" with a embedded signature" -msgstr "" +msgstr "Dokumentenversion \"%s\" mit eingebetteter Unterschrift signieren" #: views.py:267 #, python-format msgid "Delete detached signature: %s" -msgstr "" +msgstr "Separate Unterschrift löschen: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" -msgstr "" +msgstr "Details für Signatur: %s" #: views.py:339 #, python-format msgid "Signatures for document version: %s" -msgstr "" +msgstr "Unterschriften für Dokumentenversion: %s" #: views.py:375 #, python-format msgid "Upload detached signature for document version: %s" -msgstr "" +msgstr "Seperate Unterschrift für Dokumentenversion hochladen: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." +msgstr "Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" -msgstr "" +msgstr "Alle Unterschriften der Dokumente überprüfen?" #: views.py:403 msgid "Signature verification queued successfully." -msgstr "" +msgstr "Überprüfung der Unterschriften erfolgreich eingereiht." #~ msgid "Signature status: %s" #~ msgstr "Signature type: %s" diff --git a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo index 8863c7d035..76295457a5 100644 Binary files a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.mo differ 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 45d80987f7..9905a89654 100644 --- a/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index e433a7e78c..966a6c96d7 100644 Binary files a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.mo differ 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 9efc77048f..3cc61a9523 100644 --- a/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-05-09 01:19+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-23 06:48+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -32,10 +31,12 @@ msgid "Date" msgstr "Fecha" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Identificador de clave" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "ID de firma" @@ -56,18 +57,22 @@ msgid "Passphrase" msgstr "Contraseña" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "¿Firma integrada?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "Fecha de la firma" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "ID de llave de firma" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "¿Llave de la firma presente?" @@ -100,6 +105,7 @@ msgid "Key type" msgstr "Tipo de llave" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "Verificar todos los documents" @@ -165,11 +171,11 @@ msgstr "Integrado" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Firma integrada de versión de documento" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Firmas integradas de version de documento" #: models.py:122 msgid "Signature file" @@ -177,11 +183,11 @@ msgstr "Archivo de firma" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Firma anejada de version de documento" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Firmas anejadas de version de documento" #: models.py:130 msgid "signature" @@ -200,10 +206,12 @@ msgid "Delete detached signatures" msgstr "Borrar firmas separadas" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "Descargar firma aparte de documentos" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "Subir firmas aparte de documentos" @@ -212,6 +220,7 @@ msgid "Verify document signatures" msgstr "Verificar firmas de documentos" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "Ver detalles de firma de documentos" @@ -244,6 +253,7 @@ msgstr "Borrar firma aparte: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "Detalles para la firma: %s" @@ -259,11 +269,10 @@ msgstr "Subir firma aparte para la versión de documento: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " -"ejecutarse." +msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "¿Verificar todos los documentos para firmas?" diff --git a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo index 0757606e2d..5339cabc60 100644 Binary files a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.mo differ 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 36a6eef3e2..fc81baf490 100644 --- a/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -28,10 +27,12 @@ msgid "Date" msgstr "تاریخ" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "شناسه کلید" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -52,18 +53,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -96,6 +101,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -196,10 +202,12 @@ msgid "Delete detached signatures" msgstr "حذف امضاهای جدا شده" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -208,6 +216,7 @@ msgid "Verify document signatures" msgstr "بررسی امضای سند" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -240,6 +249,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -258,6 +268,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "در پایگاه داده بزرگ این عملیات مدت زیادی بطول خواهد انجامید." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo index 611802732e..d78dac99aa 100644 Binary files a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo differ 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 ba4025dbb9..f575ff469c 100644 --- a/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/fr/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Bruno CAPELETO , 2016 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # Pierre Lhoste , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-05-23 19:54+0000\n" +"Last-Translator: Bruno CAPELETO \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -30,12 +31,14 @@ msgid "Date" msgstr "Date" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID de la clé" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "ID de la signature" #: apps.py:99 forms.py:83 msgid "None" @@ -47,59 +50,64 @@ msgstr "Type" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Clé" #: forms.py:27 msgid "Passphrase" -msgstr "" +msgstr "Phrase secrète" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" -msgstr "" +msgstr "La signature est-elle intégrée?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Date de la signature" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "Identifiant de la clef de signature" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" -msgstr "" +msgstr "Clé de signature présente?" #: forms.py:73 msgid "Key fingerprint" -msgstr "" +msgstr "Emprunte de la clef" #: forms.py:77 msgid "Key creation date" -msgstr "" +msgstr "Date de création de la clé" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Date d'expiration de la clé" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Longueur de la clé" #: forms.py:91 msgid "Key algorithm" -msgstr "" +msgstr "Algorithme de la clé" #: forms.py:95 msgid "Key user ID" -msgstr "" +msgstr "Clé de l'ID utilisateur" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Type de clé" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Vérifier tous les documents" #: links.py:39 msgid "Signatures" @@ -115,7 +123,7 @@ msgstr "Détails" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Liste des signatures" #: links.py:63 msgid "Download" @@ -127,11 +135,11 @@ msgstr "Transférer une signature" #: links.py:75 msgid "Sign detached" -msgstr "" +msgstr "Signature détachée" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Signature intégrée" #: models.py:31 msgid "Document version" @@ -139,11 +147,11 @@ msgstr "Version du document" #: models.py:35 msgid "Date signed" -msgstr "" +msgstr "Date de signature" #: models.py:45 msgid "Public key fingerprint" -msgstr "" +msgstr "Emprunte de la clef publique" #: models.py:51 msgid "Document version signature" @@ -163,11 +171,11 @@ msgstr "Intégré" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Signature intégrée de la version du document" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Signatures intégrées de la version du document" #: models.py:122 msgid "Signature file" @@ -175,99 +183,102 @@ msgstr "Fichier de signature" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Signature externe de la version du document" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Signatures externes de la version du document" #: models.py:130 msgid "signature" -msgstr "" +msgstr "signature" #: permissions.py:13 msgid "Sign documents with detached signatures" -msgstr "" +msgstr "Signer les documents avec des signatures externes" #: permissions.py:17 msgid "Sign documents with embedded signatures" -msgstr "" +msgstr "Signer les documents avec des signatures intégrées" #: permissions.py:21 msgid "Delete detached signatures" msgstr "Suppression des signatures détachées" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" -msgstr "" +msgstr "Télécharger les signatures externes du document" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" -msgstr "" +msgstr "Transmettre les signatures externes du document" #: permissions.py:33 msgid "Verify document signatures" msgstr "Vérifier les signatures du document" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" -msgstr "" +msgstr "Voir le détails des signatures du document" #: views.py:67 views.py:172 msgid "Passphrase is needed to unlock this key." -msgstr "" +msgstr "Une phrase secrète est nécessaire pour déverrouiller cette clé" #: views.py:77 views.py:182 msgid "Passphrase is incorrect." -msgstr "" +msgstr "Phrase secrète incorrecte" #: views.py:98 views.py:202 msgid "Document version signed successfully." -msgstr "" +msgstr "Signature de la version du document réussie." #: views.py:129 #, python-format msgid "Sign document version \"%s\" with a detached signature" -msgstr "" +msgstr "Signer la version \"%s\" du document avec une signature externe" #: views.py:240 #, python-format msgid "Sign document version \"%s\" with a embedded signature" -msgstr "" +msgstr "Signer la version \"%s\" du document avec une signature intégrée" #: views.py:267 #, python-format msgid "Delete detached signature: %s" -msgstr "" +msgstr "Supprimer la signature détachée: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" -msgstr "" +msgstr "Détails de la signature: %s" #: views.py:339 #, python-format msgid "Signatures for document version: %s" -msgstr "" +msgstr "Signatures pour cette version du document: %s" #: views.py:375 #, python-format msgid "Upload detached signature for document version: %s" -msgstr "" +msgstr "Transférer une signature détachée pour la version du document: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Sur de grosses bases de données, cette opération peut prendre un certain " -"temps." +msgstr "Sur de grosses bases de données, cette opération peut prendre un certain temps." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" -msgstr "" +msgstr "Vérifier la signature des documents?" #: views.py:403 msgid "Signature verification queued successfully." -msgstr "" +msgstr "Vérification de la signature ajoutée à la file d'attente" #~ msgid "Signature status: %s" #~ msgstr "Signature type: %s" diff --git a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo index cb7faf331f..41a1aa6146 100644 Binary files a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.mo differ 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 56220d2e2e..0180d893cc 100644 --- a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -28,10 +27,12 @@ msgid "Date" msgstr "" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -52,18 +53,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -96,6 +101,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -196,10 +202,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -208,6 +216,7 @@ msgid "Verify document signatures" msgstr "" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -240,6 +249,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -258,6 +268,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "A nagy adatbázisok esetében a művelet sokáig is tarthat." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo index d796857382..3667e8c279 100644 Binary files a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.mo differ 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 0f02a2d084..d5e39cb143 100644 --- a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -28,10 +27,12 @@ msgid "Date" msgstr "" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -52,18 +53,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -96,6 +101,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -196,10 +202,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -208,6 +216,7 @@ msgid "Verify document signatures" msgstr "" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -240,6 +249,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -255,11 +265,10 @@ msgstr "" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Pada database yang besar pekerjaan berikut mungkin akan membutuhkan waktu " -"untuk dilaksanakan." +msgstr "Pada database yang besar pekerjaan berikut mungkin akan membutuhkan waktu untuk dilaksanakan." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" 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 e7032207ee..58b430eeda 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 f4b5d5ef2b..c7f2f178eb 100644 --- a/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Carlo Zanatto <>, 2012 +# Marco Camplese , 2016 # Pierpaolo Baldan , 2012,2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-09-24 13:19+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -30,12 +30,14 @@ msgid "Date" msgstr "Data" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" -msgstr "chiave ID" +msgstr "ID Chiave" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "ID Firma" #: apps.py:99 forms.py:83 msgid "None" @@ -47,59 +49,64 @@ msgstr "Tipo" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Chiave" #: forms.py:27 msgid "Passphrase" -msgstr "" +msgstr "Passphrase" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" -msgstr "" +msgstr "La firma è integrata?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Data firma" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "ID chiave di firma" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" -msgstr "" +msgstr "La chiave di firma è presente?" #: forms.py:73 msgid "Key fingerprint" -msgstr "" +msgstr "Impronta della chiave" #: forms.py:77 msgid "Key creation date" -msgstr "" +msgstr "Data di creazione chiave" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Data scadenza chiave" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Lunghezza chiave" #: forms.py:91 msgid "Key algorithm" -msgstr "" +msgstr "Algoritmo chiave" #: forms.py:95 msgid "Key user ID" -msgstr "" +msgstr "ID chiave utente" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Tipo chiave" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Verifica tutti i documenti" #: links.py:39 msgid "Signatures" @@ -115,7 +122,7 @@ msgstr "Dettagli" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Lista firme" #: links.py:63 msgid "Download" @@ -127,11 +134,11 @@ msgstr "Carica firma" #: links.py:75 msgid "Sign detached" -msgstr "" +msgstr "Firma scollegata" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Firma incorporata" #: models.py:31 msgid "Document version" @@ -139,11 +146,11 @@ msgstr "Versione documento" #: models.py:35 msgid "Date signed" -msgstr "" +msgstr "Data firma" #: models.py:45 msgid "Public key fingerprint" -msgstr "" +msgstr "Chiave pubblica impronta" #: models.py:51 msgid "Document version signature" @@ -163,11 +170,11 @@ msgstr "Incorporata" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Firma incorporata versione documento" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Firme incorporate versione documento" #: models.py:122 msgid "Signature file" @@ -175,99 +182,102 @@ msgstr "File della firma" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Firma versione del documento distaccata" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Firma distaccata versione dei documenti" #: models.py:130 msgid "signature" -msgstr "" +msgstr "firma" #: permissions.py:13 msgid "Sign documents with detached signatures" -msgstr "" +msgstr "Firma documenti con firme distaccate" #: permissions.py:17 msgid "Sign documents with embedded signatures" -msgstr "" +msgstr "Firma documenti con firma integrata" #: permissions.py:21 msgid "Delete detached signatures" msgstr "Elimina firme allegate" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" -msgstr "" +msgstr "Scarica firme scollegate documenti" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" -msgstr "" +msgstr "Carica firme scollegate documenti" #: permissions.py:33 msgid "Verify document signatures" msgstr "Verifica la firma del documento" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" -msgstr "" +msgstr "Vedi dettagli delle firme documento" #: views.py:67 views.py:172 msgid "Passphrase is needed to unlock this key." -msgstr "" +msgstr "è richiesta la passphrase per sbloccare questa chiave." #: views.py:77 views.py:182 msgid "Passphrase is incorrect." -msgstr "" +msgstr "La passphrase non è corretta." #: views.py:98 views.py:202 msgid "Document version signed successfully." -msgstr "" +msgstr "La versione del documento è stata firmata con successo." #: views.py:129 #, python-format msgid "Sign document version \"%s\" with a detached signature" -msgstr "" +msgstr "Firma la versione del documento \"%s\" con firma allegata" #: views.py:240 #, python-format msgid "Sign document version \"%s\" with a embedded signature" -msgstr "" +msgstr "Firma la versione del documento \"%s\" con la firma integrata" #: views.py:267 #, python-format msgid "Delete detached signature: %s" -msgstr "" +msgstr "Cancella la firma allegata: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" -msgstr "" +msgstr "Dettagli per la firma: %s" #: views.py:339 #, python-format msgid "Signatures for document version: %s" -msgstr "" +msgstr "Firme per la versione del documento: %s" #: views.py:375 #, python-format msgid "Upload detached signature for document version: %s" -msgstr "" +msgstr "Carica la firma scollegata per la versione documento: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di " -"tempo." +msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" -msgstr "" +msgstr "Verificare le firme per tutti i documenti?" #: views.py:403 msgid "Signature verification queued successfully." -msgstr "" +msgstr "Verifica firme messo in coda con successo." #~ msgid "Signature status: %s" #~ msgstr "Signature type: %s" diff --git a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo index ba7e25e138..c3ff84a49d 100644 Binary files a/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo differ 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 12765a7dd9..066f1c5c20 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 @@ -1,39 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-09 16:39+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 msgid "Document signatures" -msgstr "" +msgstr "Documenthandtekeningen" #: apps.py:91 msgid "Date" -msgstr "" +msgstr "Datum" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" -msgstr "" +msgstr "Sleutel-ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "Handtekening-ID" #: apps.py:99 forms.py:83 msgid "None" @@ -41,29 +43,33 @@ msgstr "Geen" #: apps.py:102 msgid "Type" -msgstr "" +msgstr "Type" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Sleutel" #: forms.py:27 msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Datum van handtekening" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "Handtekening sleutel-ID" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -77,11 +83,11 @@ msgstr "" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Sleutelverloopdatu" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Sleutellengte" #: forms.py:91 msgid "Key algorithm" @@ -93,15 +99,16 @@ msgstr "" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Sleutelsoort" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Verifieer alle documenten" #: links.py:39 msgid "Signatures" -msgstr "" +msgstr "Handtekeningen" #: links.py:46 msgid "Delete" @@ -113,7 +120,7 @@ msgstr "Gegevens" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Handtekeninglijst" #: links.py:63 msgid "Download" @@ -121,7 +128,7 @@ msgstr "Download" #: links.py:69 msgid "Upload signature" -msgstr "" +msgstr "Handtekening uploaden" #: links.py:75 msgid "Sign detached" @@ -129,11 +136,11 @@ msgstr "" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Teken ingesloten" #: models.py:31 msgid "Document version" -msgstr "" +msgstr "Documentversie" #: models.py:35 msgid "Date signed" @@ -153,11 +160,11 @@ msgstr "" #: models.py:71 msgid "Detached" -msgstr "" +msgstr "Losgekoppeld" #: models.py:73 msgid "Embedded" -msgstr "" +msgstr "Ingesloten" #: models.py:88 msgid "Document version embedded signature" @@ -169,7 +176,7 @@ msgstr "" #: models.py:122 msgid "Signature file" -msgstr "" +msgstr "Handtekeningbestand" #: models.py:126 msgid "Document version detached signature" @@ -181,7 +188,7 @@ msgstr "" #: models.py:130 msgid "signature" -msgstr "" +msgstr "Handtekening" #: permissions.py:13 msgid "Sign documents with detached signatures" @@ -196,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -208,6 +217,7 @@ msgid "Verify document signatures" msgstr "" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -240,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -258,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "Voor een grote database kan deze operatie lang duren." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index bf7d1de1eb..9097a5b7f7 100644 Binary files a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo differ 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 9bc59e199d..d6762f34f8 100644 --- a/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -30,10 +28,12 @@ msgid "Date" msgstr "Data" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Key ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -54,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -98,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -198,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -210,6 +217,7 @@ msgid "Verify document signatures" msgstr "Verify document signatures" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -242,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -260,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "Na dużych bazach danych operacja może chwilę potrwać." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index 4204ec5d24..e95fd25660 100644 Binary files a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo differ 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 a05e54a2e5..60ae06c37e 100644 --- a/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Vítor Figueiró , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -29,10 +28,12 @@ msgid "Date" msgstr "Data" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID da chave" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -53,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -97,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -197,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -209,6 +217,7 @@ msgid "Verify document signatures" msgstr "Verificar as assinaturas do documento" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -241,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -259,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "Esta operação pode levar algum tempo em bases de dados grandes." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo index 8fa2794d8c..87da528bb5 100644 Binary files a/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo differ 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 fcddca370e..c0e3f7f3b5 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 @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 22:53+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -29,12 +29,14 @@ msgid "Date" msgstr "Data" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID da chave" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "ID da assinatura" #: apps.py:99 forms.py:83 msgid "None" @@ -46,59 +48,64 @@ msgstr "Tipo" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Chave" #: forms.py:27 msgid "Passphrase" -msgstr "" +msgstr "Senha" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" -msgstr "" +msgstr "Assinatura integrada?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Data da assinatura" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "ID da chave da assinatura" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" -msgstr "" +msgstr "Chave da assinatura presente?" #: forms.py:73 msgid "Key fingerprint" -msgstr "" +msgstr "Impressão digital da chave" #: forms.py:77 msgid "Key creation date" -msgstr "" +msgstr "Data de criação da chave" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Data de expiração da chave" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Tamanho da chave" #: forms.py:91 msgid "Key algorithm" -msgstr "" +msgstr "Algoritmo da chave" #: forms.py:95 msgid "Key user ID" -msgstr "" +msgstr "ID de usuário da chave" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Tipo de chave" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Verificar todos os documentos" #: links.py:39 msgid "Signatures" @@ -114,7 +121,7 @@ msgstr "Detalhes" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Lista de assinaturas" #: links.py:63 msgid "Download" @@ -126,11 +133,11 @@ msgstr "upload do assinatura" #: links.py:75 msgid "Sign detached" -msgstr "" +msgstr "Assinatura destacada" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Assinatura integrada" #: models.py:31 msgid "Document version" @@ -138,11 +145,11 @@ msgstr "Versão do Documento" #: models.py:35 msgid "Date signed" -msgstr "" +msgstr "Data da assinatura" #: models.py:45 msgid "Public key fingerprint" -msgstr "" +msgstr "Impressão digital da chave pública" #: models.py:51 msgid "Document version signature" @@ -162,11 +169,11 @@ msgstr "embutido" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Versão do documento da assinatura integrada" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Versão do documento das assinaturas integradas" #: models.py:122 msgid "Signature file" @@ -174,98 +181,102 @@ msgstr "Arquivo de assinatura" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Versão do documento da assinatura destacada" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Versão do documento das assinaturas destacadas" #: models.py:130 msgid "signature" -msgstr "" +msgstr "assinatura" #: permissions.py:13 msgid "Sign documents with detached signatures" -msgstr "" +msgstr "Assinar documentos com assinaturas destacadas" #: permissions.py:17 msgid "Sign documents with embedded signatures" -msgstr "" +msgstr "Assinar documentos com assinaturas integradas" #: permissions.py:21 msgid "Delete detached signatures" msgstr "Excluir assinaturas desanexados" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" -msgstr "" +msgstr "Baixar assinatura destacada de documentos" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" -msgstr "" +msgstr "Carregar assinaturas destacadas de documentos" #: permissions.py:33 msgid "Verify document signatures" msgstr "Verificar as assinaturas de documentos" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" -msgstr "" +msgstr "Ver detalhes da assinatura de documentos" #: views.py:67 views.py:172 msgid "Passphrase is needed to unlock this key." -msgstr "" +msgstr "É preciso senha para acessar a chave." #: views.py:77 views.py:182 msgid "Passphrase is incorrect." -msgstr "" +msgstr "Senha incorreta." #: views.py:98 views.py:202 msgid "Document version signed successfully." -msgstr "" +msgstr "A versão do documento foi assinada com sucesso." #: views.py:129 #, python-format msgid "Sign document version \"%s\" with a detached signature" -msgstr "" +msgstr "Assinar a versão do documento \"%s\" com uma assinatura destacada" #: views.py:240 #, python-format msgid "Sign document version \"%s\" with a embedded signature" -msgstr "" +msgstr "Assinar uma versão do documento \"%s\" com uma assinatura integrada" #: views.py:267 #, python-format msgid "Delete detached signature: %s" -msgstr "" +msgstr "Excluir assinatura destacada: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" -msgstr "" +msgstr "Detalhes para a assinatura: %s" #: views.py:339 #, python-format msgid "Signatures for document version: %s" -msgstr "" +msgstr "Assinaturas para a versão do documento: %s" #: views.py:375 #, python-format msgid "Upload detached signature for document version: %s" -msgstr "" +msgstr "Carregar a assinatura destacada para a versão do documento: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Em grandes bases de dados esta operação pode levar algum tempo para executar." +msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" -msgstr "" +msgstr "Verificar todos os documentos para assinaturas?" #: views.py:403 msgid "Signature verification queued successfully." -msgstr "" +msgstr "Verificação de assinaturas colocada em fila." #~ msgid "Signature status: %s" #~ msgstr "Signature type: %s" diff --git a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo index dd25ece041..97d263275e 100644 Binary files a/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ro_RO/LC_MESSAGES/django.mo differ 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 296dee1846..b02cd1679c 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -30,10 +28,12 @@ msgid "Date" msgstr "Data" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID cheie" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -54,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -98,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -198,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -210,6 +217,7 @@ msgid "Verify document signatures" msgstr "Verifica semnăturile de documente" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -242,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -257,10 +266,10 @@ msgstr "" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"Pe baze de date mari, această operație poate dura ceva timp pentru a executa." +msgstr "Pe baze de date mari, această operație poate dura ceva timp pentru a executa." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index 574d7b78a5..f66faf89e3 100644 Binary files a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo differ 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 ca80b0a5de..5a32610ce7 100644 --- a/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 # Sergey Glita , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-04-27 18:23+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-07-19 20:01+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -31,12 +29,14 @@ msgid "Date" msgstr "Дата" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "ID ключа" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" -msgstr "" +msgstr "ID подписи" #: apps.py:99 forms.py:83 msgid "None" @@ -48,59 +48,64 @@ msgstr "Тип" #: forms.py:23 msgid "Key" -msgstr "" +msgstr "Ключ" #: forms.py:27 msgid "Passphrase" -msgstr "" +msgstr "Кодовая фраза" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" -msgstr "" +msgstr "Подпись встроена?" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" -msgstr "" +msgstr "Дата подписи" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" -msgstr "" +msgstr "ID ключа подписи" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" -msgstr "" +msgstr "Ключ подписи предоставлен?" #: forms.py:73 msgid "Key fingerprint" -msgstr "" +msgstr "Отпечаток ключа" #: forms.py:77 msgid "Key creation date" -msgstr "" +msgstr "Дата создания ключа" #: forms.py:82 msgid "Key expiration date" -msgstr "" +msgstr "Дата устаревания ключа" #: forms.py:87 msgid "Key length" -msgstr "" +msgstr "Длина ключа" #: forms.py:91 msgid "Key algorithm" -msgstr "" +msgstr "Алгоритм ключа" #: forms.py:95 msgid "Key user ID" -msgstr "" +msgstr "ID пользователя ключа" #: forms.py:99 msgid "Key type" -msgstr "" +msgstr "Тип ключа" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" -msgstr "" +msgstr "Проверить все документы" #: links.py:39 msgid "Signatures" @@ -116,7 +121,7 @@ msgstr "Детали" #: links.py:57 msgid "Signature list" -msgstr "" +msgstr "Список подписей" #: links.py:63 msgid "Download" @@ -124,51 +129,51 @@ msgstr "Скачать" #: links.py:69 msgid "Upload signature" -msgstr "" +msgstr "Вгрузить подпись" #: links.py:75 msgid "Sign detached" -msgstr "" +msgstr "Подпись отеделена" #: links.py:81 msgid "Sign embedded" -msgstr "" +msgstr "Подпись встроена" #: models.py:31 msgid "Document version" -msgstr "" +msgstr "Версия документа" #: models.py:35 msgid "Date signed" -msgstr "" +msgstr "Дата подписи" #: models.py:45 msgid "Public key fingerprint" -msgstr "" +msgstr "Отпечаток публичного ключа" #: models.py:51 msgid "Document version signature" -msgstr "" +msgstr "Подпись версии документа" #: models.py:52 msgid "Document version signatures" -msgstr "" +msgstr "Подписи версий документов" #: models.py:71 msgid "Detached" -msgstr "" +msgstr "Отделена" #: models.py:73 msgid "Embedded" -msgstr "" +msgstr "Встроена" #: models.py:88 msgid "Document version embedded signature" -msgstr "" +msgstr "Встроенная подпись версии документа" #: models.py:89 msgid "Document version embedded signatures" -msgstr "" +msgstr "Встроенные подписи версий документов" #: models.py:122 msgid "Signature file" @@ -176,99 +181,102 @@ msgstr "Файл подписи" #: models.py:126 msgid "Document version detached signature" -msgstr "" +msgstr "Отделённая подпись версии документа" #: models.py:127 msgid "Document version detached signatures" -msgstr "" +msgstr "Отделённые подписи версий документов" #: models.py:130 msgid "signature" -msgstr "" +msgstr "подпись" #: permissions.py:13 msgid "Sign documents with detached signatures" -msgstr "" +msgstr "Подписать документы отделёнными подписями" #: permissions.py:17 msgid "Sign documents with embedded signatures" -msgstr "" +msgstr "Подписать документы встроенными подписями" #: permissions.py:21 msgid "Delete detached signatures" msgstr "Удаление отделенных подписей" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" -msgstr "" +msgstr "Скачать отделенные подписи документов" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" -msgstr "" +msgstr "Вгрузить отделенные подписи документов" #: permissions.py:33 msgid "Verify document signatures" msgstr "Проверить подпись документа" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" -msgstr "" +msgstr "Посмотреть подробности подписей документов" #: views.py:67 views.py:172 msgid "Passphrase is needed to unlock this key." -msgstr "" +msgstr "Для разблокироваки этого ключа необходима кодовая фраза" #: views.py:77 views.py:182 msgid "Passphrase is incorrect." -msgstr "" +msgstr "Кодовая фраза неверна." #: views.py:98 views.py:202 msgid "Document version signed successfully." -msgstr "" +msgstr "Версия документа успешно подписана." #: views.py:129 #, python-format msgid "Sign document version \"%s\" with a detached signature" -msgstr "" +msgstr "Подписать версию документа \"%s\" отделённой подписью" #: views.py:240 #, python-format msgid "Sign document version \"%s\" with a embedded signature" -msgstr "" +msgstr "Подписать версию документа \"%s\" встроенной подписью" #: views.py:267 #, python-format msgid "Delete detached signature: %s" -msgstr "" +msgstr "Удалить отделённую подпись: %s" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" -msgstr "" +msgstr "Подробности для подписи: %s" #: views.py:339 #, python-format msgid "Signatures for document version: %s" -msgstr "" +msgstr "Подписи для документа версии: %s" #: views.py:375 #, python-format msgid "Upload detached signature for document version: %s" -msgstr "" +msgstr "Выгрузить отделённую подпись для версии документа: %s" #: views.py:392 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" -msgstr "" +msgstr "Проверить подписи во всех документах?" #: views.py:403 msgid "Signature verification queued successfully." -msgstr "" +msgstr "Верификация сигнатуры добавлена в очередь." #~ msgid "Signature status: %s" #~ msgstr "Signature type: %s" diff --git a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo index 5c9ab6d7f9..89a180821a 100644 Binary files a/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/sl_SI/LC_MESSAGES/django.mo differ 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 d806a92665..50e13a83cc 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:51 permissions.py:8 settings.py:7 msgid "Document signatures" @@ -29,10 +27,12 @@ msgid "Date" msgstr "" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -53,18 +53,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -97,6 +101,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -197,10 +202,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -209,6 +216,7 @@ msgid "Verify document signatures" msgstr "" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -241,6 +249,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -259,6 +268,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "Če je baza velika lahko operacija zahteva nekaj več časa da se izvrši." #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo index 341cfa8eea..47fe2505cb 100644 Binary files a/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo differ 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 06cef302a6..2a771651f4 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -29,10 +28,12 @@ msgid "Date" msgstr "Ngày" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "Key ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -53,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -97,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -197,10 +203,12 @@ msgid "Delete detached signatures" msgstr "" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -209,6 +217,7 @@ msgid "Verify document signatures" msgstr "xác nhận chữ kí tài liệu" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -241,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -259,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "" #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" diff --git a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo index 0ca22d51f4..89fda776a7 100644 Binary files a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po index 2e12e29216..4cd853a3a0 100644 --- a/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-04-27 18:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:51 permissions.py:8 settings.py:7 @@ -29,10 +28,12 @@ msgid "Date" msgstr "日期" #: apps.py:94 models.py:37 +#| msgid "Key ID: %s" msgid "Key ID" msgstr "密钥ID" #: apps.py:98 forms.py:71 models.py:41 +#| msgid "Signature ID: %s" msgid "Signature ID" msgstr "" @@ -53,18 +54,22 @@ msgid "Passphrase" msgstr "" #: forms.py:53 +#| msgid "Signature file" msgid "Signature is embedded?" msgstr "" #: forms.py:55 +#| msgid "Signature file" msgid "Signature date" msgstr "" #: forms.py:58 +#| msgid "Signature ID: %s" msgid "Signature key ID" msgstr "" #: forms.py:60 +#| msgid "Signature type: %s" msgid "Signature key present?" msgstr "" @@ -97,6 +102,7 @@ msgid "Key type" msgstr "" #: links.py:32 +#| msgid "Verify document signatures" msgid "Verify all documents" msgstr "" @@ -197,10 +203,12 @@ msgid "Delete detached signatures" msgstr "删除分离的签名" #: permissions.py:25 +#| msgid "Download detached signatures" msgid "Download detached document signatures" msgstr "" #: permissions.py:29 +#| msgid "Upload detached signatures" msgid "Upload detached document signatures" msgstr "" @@ -209,6 +217,7 @@ msgid "Verify document signatures" msgstr "核对文档签名" #: permissions.py:37 +#| msgid "Verify document signatures" msgid "View details of document signatures" msgstr "" @@ -241,6 +250,7 @@ msgstr "" #: views.py:292 #, python-format +#| msgid "Document signatures" msgid "Details for signature: %s" msgstr "" @@ -259,6 +269,7 @@ msgid "On large databases this operation may take some time to execute." msgstr "在大数据库中,此操作将比较耗时。" #: views.py:393 +#| msgid "Verify document signatures" msgid "Verify all document for signatures?" msgstr "" 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 647332b4eb..a3be1e0026 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 503fb0e964..5af554bcea 100644 --- a/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:31 msgid "Document states" 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 43712eba86..4073880835 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 e8a004781e..1bb7f2623d 100644 --- a/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 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 6aa57fc500..802ddbf341 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 5eaf6af040..ea9fc3d137 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:31 msgid "Document states" diff --git a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo index 2e4479cd2c..23a6ef5dca 100644 Binary files a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po index 5ab77de1c7..02bc28043d 100644 --- a/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 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 fdafab883c..cfa420bae5 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 decfb01446..1bae99f4e6 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 @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 @@ -123,9 +122,7 @@ msgstr "Workflow" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Diesen Status markieren, wenn der Workflow damit starten soll. Nur ein " -"Status kann initial sein." +msgstr "Diesen Status markieren, wenn der Workflow damit starten soll. Nur ein Status kann initial sein." #: models.py:73 msgid "Initial" @@ -135,9 +132,7 @@ msgstr "Initial" msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" -"Ermöglicht den Eintrag einer Zahl (ohne Prozentzeichen), die den Stand der " -"Fertigstellung in Bezug auf den Workflow angibt." +msgstr "Ermöglicht den Eintrag einer Zahl (ohne Prozentzeichen), die den Stand der Fertigstellung in Bezug auf den Workflow angibt." #: models.py:92 msgid "Workflow state" diff --git a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo index 4af4260411..252bfd331b 100644 Binary files a/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/en/LC_MESSAGES/django.mo differ 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 79e22803a1..aa92837534 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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-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/document_states/locale/es/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.mo index 51ffd0652a..1b8ef878f8 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 a23328b206..5106c2cc87 100644 --- a/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 # Roberto Rosario, 2016 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-05-09 01:51+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 @@ -124,9 +123,7 @@ msgstr "Flujo de trabajo" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Seleccione si este va a ser el estado con el que desea que el flujo de " -"trabajo comience. Sólo un estado puede ser el estado inicial." +msgstr "Seleccione si este va a ser el estado con el que desea que el flujo de trabajo comience. Sólo un estado puede ser el estado inicial." #: models.py:73 msgid "Initial" @@ -136,9 +133,7 @@ msgstr "Inicial" msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" -"Introduzca el porcentaje de finalización que este estado representa en " -"relación con el flujo de trabajo. Utilice números sin el signo de porcentaje." +msgstr "Introduzca el porcentaje de finalización que este estado representa en relación con el flujo de trabajo. Utilice números sin el signo de porcentaje." #: models.py:92 msgid "Workflow state" 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 8d60eff3c0..23911ffbf5 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 9a3ed95ed1..51265ea7fc 100644 --- a/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mehdi Amani , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 @@ -123,9 +122,7 @@ msgstr "گردشکار" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"در صورتیکه این وضعیت شروع گردشکار باشد این وضعیت را انتخاب کنید. وضعیت فقط " -"میتواند وضعیت اولیه باشد." +msgstr "در صورتیکه این وضعیت شروع گردشکار باشد این وضعیت را انتخاب کنید. وضعیت فقط میتواند وضعیت اولیه باشد." #: models.py:73 msgid "Initial" 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 21a1ab8eda..6c19328d5a 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 b91263f3a9..6d01182f7e 100644 --- a/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:31 @@ -123,9 +122,7 @@ msgstr "Flux de travail" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Sélectionnez si ceci sera l'état avec lequel vous voulez que le flux de " -"travail pour démarrer. Un seul état peut être à l'état initial." +msgstr "Sélectionnez si ceci sera l'état avec lequel vous voulez que le flux de travail pour démarrer. Un seul état peut être à l'état initial." #: models.py:73 msgid "Initial" @@ -135,9 +132,7 @@ msgstr "Initial" msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" -"Entrer le pourcentage de finalisation que cet état représente dans la " -"relation du flux de travail. Saisir un nombre sans le signe pourcentage." +msgstr "Entrer le pourcentage de finalisation que cet état représente dans la relation du flux de travail. Saisir un nombre sans le signe pourcentage." #: models.py:92 msgid "Workflow state" 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 dc90ee1000..a584f4a2bd 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 cf9e4740b0..c3d442d94a 100644 --- a/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 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 8b936eb86e..568695d2a2 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 82d7842b00..00d127e3b5 100644 --- a/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 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 e0afbcda6c..6a81bf8a8c 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 b66fd67872..15d11b1ab4 100644 --- a/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/it/LC_MESSAGES/django.po @@ -1,30 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-09-24 10:35+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 msgid "Document states" -msgstr "" +msgstr "Stati documento" #: apps.py:47 msgid "Initial state" -msgstr "" +msgstr "Stato iniziale" #: apps.py:48 apps.py:58 apps.py:68 apps.py:74 msgid "None" @@ -32,7 +32,7 @@ msgstr "Nessuna " #: apps.py:52 msgid "Current state" -msgstr "" +msgstr "Stato corrente" #: apps.py:56 apps.py:83 models.py:189 msgid "User" @@ -40,7 +40,7 @@ msgstr "Utente" #: apps.py:62 msgid "Last transition" -msgstr "" +msgstr "Ultima transizione" #: apps.py:66 apps.py:79 msgid "Date and time" @@ -48,11 +48,11 @@ msgstr "Data e ora" #: apps.py:72 apps.py:99 models.py:79 msgid "Completion" -msgstr "" +msgstr "Completamento" #: apps.py:86 forms.py:39 links.py:79 models.py:187 msgid "Transition" -msgstr "" +msgstr "Transizione" #: apps.py:90 forms.py:41 models.py:190 msgid "Comment" @@ -60,23 +60,23 @@ msgstr "Commento" #: apps.py:95 msgid "Is initial state?" -msgstr "" +msgstr "Stato iniziale?" #: apps.py:103 models.py:105 msgid "Origin state" -msgstr "" +msgstr "Stato originale" #: apps.py:107 models.py:109 msgid "Destination state" -msgstr "" +msgstr "Stato di destinazione" #: links.py:15 links.py:38 models.py:59 views.py:185 msgid "Workflows" -msgstr "" +msgstr "I workflow" #: links.py:20 msgid "Create workflow" -msgstr "" +msgstr "Crea workflow" #: links.py:25 links.py:46 links.py:63 msgid "Delete" @@ -92,63 +92,63 @@ msgstr "Modifica" #: links.py:41 msgid "Create state" -msgstr "" +msgstr "Crea stato" #: links.py:54 msgid "States" -msgstr "" +msgstr "Stati" #: links.py:58 msgid "Create transition" -msgstr "" +msgstr "Crea transizione" #: links.py:71 msgid "Transitions" -msgstr "" +msgstr "Transizioni" #: links.py:75 msgid "Detail" -msgstr "" +msgstr "Dettagli" #: models.py:21 models.py:67 models.py:101 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" -msgstr "" +msgstr "Workflow" #: models.py:71 msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" +msgstr "Seleziona se questo è lo stato da utilizzare quando il workflow inizia. Solo uno stato può essere quello iniziale." #: models.py:73 msgid "Initial" -msgstr "" +msgstr "Iniziale" #: models.py:77 msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" +msgstr "Inserisci la percentuale di completamento che questo stato rappresenta in relazione al workflow. Usa i numeri senza segno di percentuale." #: models.py:92 msgid "Workflow state" -msgstr "" +msgstr "Stato workflow" #: models.py:93 msgid "Workflow states" -msgstr "" +msgstr "Stati workflow" #: models.py:119 msgid "Workflow transition" -msgstr "" +msgstr "Transizione workflow" #: models.py:120 msgid "Workflow transitions" -msgstr "" +msgstr "Transizioni workflow" #: models.py:129 msgid "Document" @@ -156,105 +156,105 @@ msgstr "Documento" #: models.py:173 models.py:181 msgid "Workflow instance" -msgstr "" +msgstr "Istanza workflow" #: models.py:174 msgid "Workflow instances" -msgstr "" +msgstr "Istanze workflow" #: models.py:184 msgid "Datetime" -msgstr "" +msgstr "Data e ora" #: models.py:196 msgid "Workflow instance log entry" -msgstr "" +msgstr "Voce log istanza workflow" #: models.py:197 msgid "Workflow instance log entries" -msgstr "" +msgstr "Voci log istanza workflow" #: permissions.py:7 msgid "Document workflows" -msgstr "" +msgstr "Workflow documento" #: permissions.py:10 msgid "Create workflows" -msgstr "" +msgstr "Crea workflows" #: permissions.py:13 msgid "Delete workflows" -msgstr "" +msgstr "Cancella workflows" #: permissions.py:16 msgid "Edit workflows" -msgstr "" +msgstr "Modifica workflows" #: permissions.py:19 msgid "View workflows" -msgstr "" +msgstr "Vedi workflows" #: permissions.py:26 msgid "Transition workflows" -msgstr "" +msgstr "Transizioni workflow" #: views.py:57 #, python-format msgid "Workflows for document: %s" -msgstr "" +msgstr "Workflow per il documento: %s" #: views.py:91 #, python-format msgid "Documents with the workflow: %s" -msgstr "" +msgstr "Documento con il workflow: %s" #: views.py:116 #, python-format msgid "Detail of workflow: %(workflow)s" -msgstr "" +msgstr "Dettagli del workflow: %(workflow)s" #: views.py:162 msgid "Submit" -msgstr "Presentare" +msgstr "Invia" #: views.py:164 #, python-format msgid "Do transition for workflow: %s" -msgstr "" +msgstr "Esegui transizione per il workflow: %s" #: views.py:215 msgid "Available document types" -msgstr "" +msgstr "Tipi di documento disponibili" #: views.py:216 msgid "Document types assigned this workflow" -msgstr "" +msgstr "Tipi di documento assegnati a questo workflow" #: views.py:226 #, python-format msgid "Document types assigned the workflow: %s" -msgstr "" +msgstr "Tipi di documento assegnati al workflow: %s" #: views.py:269 #, python-format msgid "States of workflow: %s" -msgstr "" +msgstr "Stati del workflow: %s" #: views.py:287 #, python-format msgid "Create states for workflow: %s" -msgstr "" +msgstr "Crea stati del workflow: %s" #: views.py:363 #, python-format msgid "Transitions of workflow: %s" -msgstr "" +msgstr "Trasizioni per il workflow: %s" #: views.py:376 #, python-format msgid "Create transitions for workflow: %s" -msgstr "" +msgstr "Crea trasizioni per il workflow: %s" #: views.py:406 msgid "Unable to save transition; integrity error." -msgstr "" +msgstr "Impossibile salvare la transizione: errore di integrità" 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 a695e2db6a..d6509b12eb 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 3fda732efd..11d63efbac 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 @@ -1,30 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-10-28 12:43+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 msgid "Document states" -msgstr "" +msgstr "Documentstaten" #: apps.py:47 msgid "Initial state" -msgstr "" +msgstr "Initiële staat" #: apps.py:48 apps.py:58 apps.py:68 apps.py:74 msgid "None" @@ -32,7 +32,7 @@ msgstr "Geen" #: apps.py:52 msgid "Current state" -msgstr "" +msgstr "Huidige staat" #: apps.py:56 apps.py:83 models.py:189 msgid "User" @@ -40,19 +40,19 @@ msgstr "Gebruiker" #: apps.py:62 msgid "Last transition" -msgstr "" +msgstr "Laatste transitie" #: apps.py:66 apps.py:79 msgid "Date and time" -msgstr "" +msgstr "Datum en tijd" #: apps.py:72 apps.py:99 models.py:79 msgid "Completion" -msgstr "" +msgstr "Voltooiing" #: apps.py:86 forms.py:39 links.py:79 models.py:187 msgid "Transition" -msgstr "" +msgstr "Transitie" #: apps.py:90 forms.py:41 models.py:190 msgid "Comment" @@ -64,11 +64,11 @@ msgstr "" #: apps.py:103 models.py:105 msgid "Origin state" -msgstr "" +msgstr "Originele staat" #: apps.py:107 models.py:109 msgid "Destination state" -msgstr "" +msgstr "Bestemmingsstaat" #: links.py:15 links.py:38 models.py:59 views.py:185 msgid "Workflows" @@ -84,7 +84,7 @@ msgstr "Verwijder" #: links.py:29 models.py:25 msgid "Document types" -msgstr "" +msgstr "Documentsoorten" #: links.py:33 links.py:50 links.py:67 msgid "Edit" @@ -92,31 +92,31 @@ msgstr "bewerken" #: links.py:41 msgid "Create state" -msgstr "" +msgstr "Maak staat aan" #: links.py:54 msgid "States" -msgstr "" +msgstr "Staten" #: links.py:58 msgid "Create transition" -msgstr "" +msgstr "Transitie aanmaken" #: links.py:71 msgid "Transitions" -msgstr "" +msgstr "Transities" #: links.py:75 msgid "Detail" -msgstr "" +msgstr "Detai" #: models.py:21 models.py:67 models.py:101 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" -msgstr "" +msgstr "Workflow" #: models.py:71 msgid "" @@ -126,7 +126,7 @@ msgstr "" #: models.py:73 msgid "Initial" -msgstr "" +msgstr "Initieel" #: models.py:77 msgid "" @@ -136,19 +136,19 @@ msgstr "" #: models.py:92 msgid "Workflow state" -msgstr "" +msgstr "Workflowstaat" #: models.py:93 msgid "Workflow states" -msgstr "" +msgstr "Workflowstaten" #: models.py:119 msgid "Workflow transition" -msgstr "" +msgstr "Workflowtransitie" #: models.py:120 msgid "Workflow transitions" -msgstr "" +msgstr "Workflowtransities" #: models.py:129 msgid "Document" @@ -156,15 +156,15 @@ msgstr "Document" #: models.py:173 models.py:181 msgid "Workflow instance" -msgstr "" +msgstr "Workflowinstantie" #: models.py:174 msgid "Workflow instances" -msgstr "" +msgstr "Workflowinstanties" #: models.py:184 msgid "Datetime" -msgstr "" +msgstr "Datumtijd" #: models.py:196 msgid "Workflow instance log entry" @@ -176,23 +176,23 @@ msgstr "" #: permissions.py:7 msgid "Document workflows" -msgstr "" +msgstr "Documentworkflows" #: permissions.py:10 msgid "Create workflows" -msgstr "" +msgstr "Workflows aanmaken" #: permissions.py:13 msgid "Delete workflows" -msgstr "" +msgstr "Workflows verwijderen" #: permissions.py:16 msgid "Edit workflows" -msgstr "" +msgstr "Workflows verwijderen" #: permissions.py:19 msgid "View workflows" -msgstr "" +msgstr "Workflows bekijken" #: permissions.py:26 msgid "Transition workflows" @@ -201,17 +201,17 @@ msgstr "" #: views.py:57 #, python-format msgid "Workflows for document: %s" -msgstr "" +msgstr "Workflows voor document: %s" #: views.py:91 #, python-format msgid "Documents with the workflow: %s" -msgstr "" +msgstr "Documenten met de workflow: %s" #: views.py:116 #, python-format msgid "Detail of workflow: %(workflow)s" -msgstr "" +msgstr "Detail van workflow: %(workflow)s" #: views.py:162 msgid "Submit" @@ -224,7 +224,7 @@ msgstr "" #: views.py:215 msgid "Available document types" -msgstr "" +msgstr "Beschikbare documentsoorten" #: views.py:216 msgid "Document types assigned this workflow" 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 56239dd014..c658c7653c 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 4c69e9e3d1..3e363e2acd 100644 --- a/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Annunnaky , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:31 msgid "Document states" 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 5c5c6e20e0..31283dc65e 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 86f5cff65b..e1aa11eff8 100644 --- a/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:31 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 4f93baebc2..5d84a7fcbb 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 9e73e5fad5..ab6fb8a370 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 @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:31 msgid "Document states" -msgstr "" +msgstr "Estados de documentos" #: apps.py:47 msgid "Initial state" @@ -49,7 +49,7 @@ msgstr "data e hora" #: apps.py:72 apps.py:99 models.py:79 msgid "Completion" -msgstr "" +msgstr "Finalização" #: apps.py:86 forms.py:39 links.py:79 models.py:187 msgid "Transition" @@ -77,7 +77,7 @@ msgstr "Workflows" #: links.py:20 msgid "Create workflow" -msgstr "" +msgstr "Criar fluxo de trabalho" #: links.py:25 links.py:46 links.py:63 msgid "Delete" @@ -123,9 +123,7 @@ msgstr "Workflow" msgid "" "Select if this will be the state with which you want the workflow to start " "in. Only one state can be the initial state." -msgstr "" -"Selecione se este será o estado com o qual você deseja que o fluxo de " -"trabalho para começar em. Apenas um Estado pode ser o estado inicial." +msgstr "Selecione se este será o estado com o qual você deseja que o fluxo de trabalho para começar em. Apenas um Estado pode ser o estado inicial." #: models.py:73 msgid "Initial" @@ -135,7 +133,7 @@ msgstr "Inicial" msgid "" "Enter the percent of completion that this state represents in relation to " "the workflow. Use numbers without the percent sign." -msgstr "" +msgstr "Entre com a porcentagem de finalização que este estado representa em relação com o fluxo de trabalho. Utilize números sem o sinal de porcentagem." #: models.py:92 msgid "Workflow state" @@ -179,7 +177,7 @@ msgstr "Workflow instance log de entradas" #: permissions.py:7 msgid "Document workflows" -msgstr "" +msgstr "Fluxos de trabalho do documento" #: permissions.py:10 msgid "Create workflows" @@ -199,7 +197,7 @@ msgstr "Ver workflows" #: permissions.py:26 msgid "Transition workflows" -msgstr "" +msgstr "Realizar transição" #: views.py:57 #, python-format @@ -209,7 +207,7 @@ msgstr "Workflows para documento: %s" #: views.py:91 #, python-format msgid "Documents with the workflow: %s" -msgstr "" +msgstr "Documentos com o fluxo de trabalho: %s" #: views.py:116 #, python-format @@ -227,11 +225,11 @@ msgstr "Fazer a transição para o workflow: %s" #: views.py:215 msgid "Available document types" -msgstr "" +msgstr "Tipos de documentos disponíveis" #: views.py:216 msgid "Document types assigned this workflow" -msgstr "" +msgstr "Tipos de documentos atribuídos a este fluxo de trabalho" #: views.py:226 #, python-format 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 4579ee1fff..03d30df385 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 31a4eea592..12d7c01369 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-04-17 09:43+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:31 msgid "Document states" @@ -81,7 +79,7 @@ msgstr "" #: links.py:25 links.py:46 links.py:63 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:29 models.py:25 msgid "Document types" @@ -113,7 +111,7 @@ msgstr "" #: models.py:21 models.py:67 models.py:101 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" 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 3d576e0dd2..dda6baba5e 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 88104cf9a6..4a34ca5627 100644 --- a/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/ru/LC_MESSAGES/django.po @@ -1,40 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:31 msgid "Document states" -msgstr "" +msgstr "Статусы документа" #: apps.py:47 msgid "Initial state" -msgstr "" +msgstr "Исходное состояние" #: apps.py:48 apps.py:58 apps.py:68 apps.py:74 msgid "None" -msgstr "Ни один" +msgstr "Ничего" #: apps.py:52 msgid "Current state" -msgstr "" +msgstr "Текущее состояние" #: apps.py:56 apps.py:83 models.py:189 msgid "User" @@ -46,15 +44,15 @@ msgstr "" #: apps.py:66 apps.py:79 msgid "Date and time" -msgstr "" +msgstr "Дата и время" #: apps.py:72 apps.py:99 models.py:79 msgid "Completion" -msgstr "" +msgstr "Завершение" #: apps.py:86 forms.py:39 links.py:79 models.py:187 msgid "Transition" -msgstr "" +msgstr "Переход" #: apps.py:90 forms.py:41 models.py:190 msgid "Comment" @@ -82,11 +80,11 @@ msgstr "" #: links.py:25 links.py:46 links.py:63 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:29 models.py:25 msgid "Document types" -msgstr "" +msgstr "Типы документов" #: links.py:33 links.py:50 links.py:67 msgid "Edit" @@ -114,7 +112,7 @@ msgstr "" #: models.py:21 models.py:67 models.py:101 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" @@ -154,7 +152,7 @@ msgstr "" #: models.py:129 msgid "Document" -msgstr "" +msgstr "Документ" #: models.py:173 models.py:181 msgid "Workflow instance" @@ -226,7 +224,7 @@ msgstr "" #: views.py:215 msgid "Available document types" -msgstr "" +msgstr "Доступные типы документов" #: views.py:216 msgid "Document types assigned this workflow" 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 3e94521811..d02ec2a0ec 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 6274906ac8..50b8799fb8 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-03-21 21:09+0000\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:31 msgid "Document states" @@ -113,7 +111,7 @@ msgstr "" #: models.py:21 models.py:67 models.py:101 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:58 models.py:65 models.py:99 models.py:126 msgid "Workflow" 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 0ca6924840..a5c9bdb86e 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 1b7a766dfc..cbf0d01988 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 @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 diff --git a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo index 5d482a3e99..1c0a152157 100644 Binary files a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po index a4c35415d4..4989ac9c63 100644 --- a/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/document_states/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:53-0400\n" "PO-Revision-Date: 2016-03-21 21:09+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:31 diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.mo index b8d28f2dcf..3de7470a47 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 e855b770a6..8bb4bc416e 100644 --- a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.mo index 3c42e6014a..e1c7a6fc8d 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 5e99ddaad5..f1fcd219b3 100644 --- a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.mo index 684ef775bd..5e1d760b00 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 b3caa82e3d..6d13f3082b 100644 --- a/mayan/apps/documents/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/da/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo index 69b5c6f79b..4e86032127 100644 Binary files a/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po index 4ca1c36f72..cb82180756 100644 --- a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" 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 6cbde92378..7e472a896e 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 572e6672d9..1bd46e69a1 100644 --- a/mayan/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-10-31 19:06+0000\n" +"Last-Translator: Tobias Paepke \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" @@ -538,7 +538,7 @@ msgstr "Dukumente drucken" #: permissions.py:34 #| msgid "Delete documents" msgid "Restore trashed document" -msgstr "" +msgstr "Dokument aus Papierkorb wiederherstellen" #: permissions.py:37 msgid "Execute document modifying tools" diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo index e2f63803e5..c26d0a4fd7 100644 Binary files a/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po index 1b6d6fc3dc..48cc22a2d2 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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2013-11-20 11:36+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/es/LC_MESSAGES/django.mo index 98ff89a336..6eb718ec36 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 2acfc344fe..3706bc5f8f 100644 --- a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:55+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-23 06:45+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" @@ -480,12 +480,12 @@ msgstr "Páginas de documento" #: models.py:783 #| msgid "Version update" msgid "New version block" -msgstr "" +msgstr "Bloquear nueva version" #: models.py:784 #| msgid "Version update" msgid "New version blocks" -msgstr "" +msgstr "Bloquear nuevas versiones" #: models.py:794 msgid "User" @@ -735,7 +735,7 @@ msgstr "También se borrarán todas las versiones más recientes a esta." #: views.py:600 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" -msgstr "" +msgstr "¿Revertir a esta versión?" #: views.py:610 msgid "Document version reverted successfully" @@ -767,7 +767,7 @@ msgstr "Debe proveer al menos un documento" #: views.py:704 #, python-format msgid "Document type for \"%s\" changed successfully." -msgstr "" +msgstr "Tipo de documento para \"%s\" cambiado con éxito." #: views.py:716 views.py:1235 msgid "Submit" @@ -782,7 +782,7 @@ msgstr[1] "Cambiar el tipo de los documentos seleccionados." #: views.py:799 #| msgid "Must provide at least one document." msgid "Must provide at least one document or version." -msgstr "" +msgstr "Debe proveer al menos una versión de documento." #: views.py:819 msgid "Documents to be downloaded" @@ -794,7 +794,7 @@ msgstr "Fecha y hora" #: views.py:931 msgid "At least one document must be selected." -msgstr "" +msgstr "Al menos un documento debe ser seleccionado." #: views.py:954 msgid "Document queued for page count recalculation." @@ -827,8 +827,8 @@ msgstr "Todas las transformaciones de la página del documento: %s, se han elimi #: views.py:1044 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "¿Borrar todas las transformaciones para el documento seleccionado?" +msgstr[1] "¿Borrar todas las transformaciones para los documentos seleccionados?" #: views.py:1078 msgid "There are no more pages in this document" diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.mo index f8a84193bb..670f98d5e2 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 8de1dc9918..5b583d8e16 100644 --- a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.mo index 340538e2f9..4f8ca0d1a0 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 009dd98f1b..d688a7ab21 100644 --- a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.mo index 8ae788593b..9dace9aa6a 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 226414ee38..30c0efa323 100644 --- a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/id/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/id/LC_MESSAGES/django.mo index 7a653e35af..c9959a928b 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 f90955b2ba..5596ae00b7 100644 --- a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/it/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/it/LC_MESSAGES/django.mo index a1d96cb206..cb45cbbf75 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 77038f99c4..c3aaaa3e6e 100644 --- a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-10-30 21:18+0000\n" +"Last-Translator: Marco Camplese \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" @@ -537,7 +537,7 @@ msgstr "Stampa documenti" #: permissions.py:34 #| msgid "Delete documents" msgid "Restore trashed document" -msgstr "" +msgstr "Ripristina il documento cancellato" #: permissions.py:37 msgid "Execute document modifying tools" 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 50e50cef8f..5b18c65369 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 e5e7bf4090..1745966c75 100644 --- a/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-09 15:56+0000\n" +"Last-Translator: Evelijn Saaltink \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" @@ -25,7 +26,7 @@ msgstr "Documenten" #: apps.py:98 msgid "Create a document type" -msgstr "" +msgstr "Een documentsoort aanmaken" #: apps.py:100 msgid "" @@ -35,7 +36,7 @@ msgstr "" #: apps.py:107 models.py:65 models.py:158 models.py:626 search.py:20 msgid "Label" -msgstr "" +msgstr "Label" #: apps.py:112 msgid "The MIME type of any of the versions of a document" @@ -47,11 +48,11 @@ msgstr "MIME type" #: apps.py:151 apps.py:175 msgid "Thumbnail" -msgstr "" +msgstr "Thumbnail" #: apps.py:159 apps.py:185 msgid "Type" -msgstr "" +msgstr "Type" #: apps.py:170 models.py:628 msgid "Enabled" @@ -63,7 +64,7 @@ msgstr "" #: apps.py:193 msgid "Time and date" -msgstr "" +msgstr "Tijd en datum" #: apps.py:201 views.py:830 msgid "Encoding" @@ -76,17 +77,17 @@ msgstr "Commentaar" #: apps.py:387 #| msgid "New document filename" msgid "New documents per month" -msgstr "" +msgstr "Nieuwe documenten per maand" #: apps.py:394 #| msgid "Document version reverted successfully" msgid "New document versions per month" -msgstr "" +msgstr "Nieuwe documentversies per maand" #: apps.py:401 #| msgid "View document types" msgid "New document pages per month" -msgstr "" +msgstr "Nieuwe documentpagina's per maand" #: apps.py:408 msgid "Total documents at each month" @@ -102,29 +103,29 @@ msgstr "" #: events.py:8 msgid "Document created" -msgstr "" +msgstr "Document aangemaakt" #: events.py:12 msgid "Document downloaded" -msgstr "" +msgstr "Document gedownload" #: events.py:15 msgid "Document properties edited" -msgstr "" +msgstr "Documenteigenschappen bewerkt" #: events.py:18 msgid "Document type changed" -msgstr "" +msgstr "Documentsoort veranderd" #: events.py:21 #| msgid "Version update" msgid "New version uploaded" -msgstr "" +msgstr "Nieuwe versie geüpload" #: events.py:25 #| msgid "Document version reverted successfully" msgid "Document version reverted" -msgstr "" +msgstr "Documentversie teruggedraaid" #: events.py:29 msgid "Document viewed" @@ -137,7 +138,7 @@ msgstr "Pagina afbeelding" #: forms.py:56 forms.py:59 #, python-format msgid "Document pages (%d)" -msgstr "" +msgstr "Documentpagina's (%d)" #: forms.py:90 msgid "Quick document rename" @@ -161,7 +162,7 @@ msgstr "Geen" #: forms.py:126 msgid "File encoding" -msgstr "" +msgstr "Bestand encoderen" #: forms.py:132 msgid "File size" @@ -218,11 +219,11 @@ msgstr "Pagina bereik" #: links.py:43 msgid "Preview" -msgstr "" +msgstr "Preview" #: links.py:48 msgid "Properties" -msgstr "" +msgstr "Eigenschappe" #: links.py:53 msgid "Versions" @@ -242,11 +243,11 @@ msgstr "" #: links.py:79 msgid "Edit properties" -msgstr "" +msgstr "Bewerk eigenschappen" #: links.py:83 links.py:117 msgid "Change type" -msgstr "" +msgstr "Verander soort" #: links.py:87 links.py:121 views.py:901 msgid "Download" @@ -254,7 +255,7 @@ msgstr "Download" #: links.py:91 msgid "Print" -msgstr "" +msgstr "Printe" #: links.py:96 links.py:124 msgid "Recalculate page count" @@ -270,11 +271,11 @@ msgstr "" #: links.py:137 views.py:82 msgid "All documents" -msgstr "" +msgstr "Alle documenten" #: links.py:140 models.py:815 views.py:656 msgid "Recent documents" -msgstr "" +msgstr "Recente documenten" #: links.py:144 msgid "Trash" @@ -358,7 +359,7 @@ msgstr "" #: links.py:264 links.py:269 views.py:404 msgid "Document types" -msgstr "" +msgstr "Documentsoorten" #: literals.py:14 msgid "Default" @@ -412,11 +413,11 @@ msgstr "Omschrijving" #: models.py:164 msgid "Added" -msgstr "" +msgstr "Toegevoegd" #: models.py:169 msgid "Language" -msgstr "" +msgstr "Taal" #: models.py:173 msgid "In trash?" @@ -445,7 +446,7 @@ msgstr "" #: models.py:354 msgid "Timestamp" -msgstr "" +msgstr "Timestamp" #: models.py:363 msgid "File" @@ -453,7 +454,7 @@ msgstr "Bestand" #: models.py:445 models.py:446 models.py:647 msgid "Document version" -msgstr "" +msgstr "Documentversie" #: models.py:633 msgid "Quick label" @@ -470,7 +471,7 @@ msgstr "Pagina %(page_num)d van %(total_pages)d in %(document)s " #: models.py:672 msgid "Document page" -msgstr "" +msgstr "Documentpagina" #: models.py:673 msgid "Document pages" @@ -688,7 +689,7 @@ msgstr "" #: views.py:430 msgid "All documents of this type will be deleted too." -msgstr "" +msgstr "Alle documenten van dit type zullen ook worden verwijderd." #: views.py:432 #, python-format @@ -699,7 +700,7 @@ msgstr "" #: views.py:448 #, python-format msgid "Edit document type: %s" -msgstr "" +msgstr "Bewerk documenttype: %s" #: views.py:478 #, python-format @@ -725,11 +726,11 @@ msgstr "" #: views.py:583 #, python-format msgid "Versions of document: %s" -msgstr "" +msgstr "Versies van document: %s" #: views.py:597 msgid "All later version after this one will be deleted too." -msgstr "Alle recentere versies na deze zullen ook worden verwijdert." +msgstr "Alle recentere versies na deze zullen ook worden verwijderd." #: views.py:600 #| msgid "Revert documents to a previous version" @@ -748,16 +749,16 @@ msgstr "Fout bij het terugvoeren van de documentversie. Foutmelding: %s" #: views.py:633 #, python-format msgid "Properties for document: %s" -msgstr "" +msgstr "Eigenschappen voor document: %s" #: views.py:639 msgid "Empty trash?" -msgstr "" +msgstr "Prullenbak legen?" #: views.py:650 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" -msgstr "" +msgstr "Prullenbak succesvol geleegd" #: views.py:685 views.py:996 msgid "Must provide at least one document." @@ -766,7 +767,7 @@ msgstr "U dient minstens 1 document aan te geven." #: views.py:704 #, python-format msgid "Document type for \"%s\" changed successfully." -msgstr "" +msgstr "Documenttype voor \"%s\" succesvol veranderd." #: views.py:716 views.py:1235 msgid "Submit" @@ -775,8 +776,8 @@ msgstr "Verstuur" #: views.py:720 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Verander het type van het geselecteerde document." +msgstr[1] "Verander het type van de geselecteerde documenten." #: views.py:799 #| msgid "Must provide at least one document." @@ -785,11 +786,11 @@ msgstr "" #: views.py:819 msgid "Documents to be downloaded" -msgstr "" +msgstr "Documenten om te downloaden" #: views.py:828 msgid "Date and time" -msgstr "" +msgstr "Datum en tijd" #: views.py:931 msgid "At least one document must be selected." @@ -821,7 +822,7 @@ msgstr "Fout bij verwijderen van de pagina transformaties voor document: %(docum msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Al de pagina transformaties voor document: %s, zijn succesvol verwijdert." +msgstr "Alle paginatransformaties voor document: %s, zijn succesvol verwijderd." #: views.py:1044 msgid "Clear all the page transformations for the selected document?" @@ -840,12 +841,12 @@ msgstr "U bent al op de eerste pagina in dit document" #: views.py:1225 views.py:1234 #, python-format msgid "Print: %s" -msgstr "" +msgstr "Afdrukken: %s" #: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" -msgstr "" +msgstr "Pagina %(page_number)d van %(total_pages)d" #: widgets.py:100 msgid "Document page image" diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.mo index 169148b723..e0db89c20e 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 9b391edf71..049202eff3 100644 --- a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.mo index 601813f00b..11695cce6b 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 7b5dc834b7..669b1ffc55 100644 --- a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo index 3841f37175..cf5d0e3cdd 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 dcee6bf214..6ff0313c62 100644 --- a/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +26,13 @@ msgstr "Documento" #: apps.py:98 msgid "Create a document type" -msgstr "" +msgstr "Criar tipo de documento" #: apps.py:100 msgid "" "Every uploaded document must be assigned a document type, it is the basic " "way Mayan EDMS categorizes documents." -msgstr "" +msgstr "Cada documento carregado deve ser atribuído um tipo de documento, é a forma básica que o Mayan EDMS categoriza os documentos." #: apps.py:107 models.py:65 models.py:158 models.py:626 search.py:20 msgid "Label" @@ -39,7 +40,7 @@ msgstr "Label" #: apps.py:112 msgid "The MIME type of any of the versions of a document" -msgstr "" +msgstr "O tipo MIME de qualquer uma das versões de um documento" #: apps.py:113 apps.py:197 search.py:18 views.py:829 msgid "MIME type" @@ -59,7 +60,7 @@ msgstr "habilitado" #: apps.py:188 msgid "Date time trashed" -msgstr "" +msgstr "Data e hora do envio para a lixeira" #: apps.py:193 msgid "Time and date" @@ -76,29 +77,29 @@ msgstr "Comentário" #: apps.py:387 #| msgid "New document filename" msgid "New documents per month" -msgstr "" +msgstr "Novos documentos por mês" #: apps.py:394 #| msgid "Document version reverted successfully" msgid "New document versions per month" -msgstr "" +msgstr "Novas versões de documentos por mês" #: apps.py:401 #| msgid "View document types" msgid "New document pages per month" -msgstr "" +msgstr "Novas páginas de documentos por mês" #: apps.py:408 msgid "Total documents at each month" -msgstr "" +msgstr "Total de documentos por mês" #: apps.py:415 msgid "Total document versions at each month" -msgstr "" +msgstr "Total de versões de documentos por mês" #: apps.py:422 msgid "Total document pages at each month" -msgstr "" +msgstr "Total de páginas de documentos por mês" #: events.py:8 msgid "Document created" @@ -106,7 +107,7 @@ msgstr "Documento criado " #: events.py:12 msgid "Document downloaded" -msgstr "" +msgstr "Documento baixado" #: events.py:15 msgid "Document properties edited" @@ -119,16 +120,16 @@ msgstr "Tipo de Documento mudado" #: events.py:21 #| msgid "Version update" msgid "New version uploaded" -msgstr "" +msgstr "Nova versão carregada" #: events.py:25 #| msgid "Document version reverted successfully" msgid "Document version reverted" -msgstr "" +msgstr "Versão de documento revertida" #: events.py:29 msgid "Document viewed" -msgstr "" +msgstr "Documento visualizado" #: forms.py:42 links.py:205 msgid "Page image" @@ -200,7 +201,7 @@ msgid "" "Download the document in the original format or in a compressed manner. This" " option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -msgstr "" +msgstr "Faça o download do documento no formato original ou de forma comprimida. Esta opção só pode ser selecionada quando o download de um documento, para vários documentos. O pacote sempre será baixado como um arquivo compactado." #: forms.py:199 msgid "Compressed filename" @@ -238,7 +239,7 @@ msgstr "Excluir" #: links.py:74 links.py:109 msgid "Move to trash" -msgstr "" +msgstr "Mover para a lixeira" #: links.py:79 msgid "Edit properties" @@ -258,15 +259,15 @@ msgstr "Imprimir" #: links.py:96 links.py:124 msgid "Recalculate page count" -msgstr "" +msgstr "Recalcular a contagem de páginas" #: links.py:100 links.py:128 msgid "Restore" -msgstr "" +msgstr "Restaurar" #: links.py:132 msgid "Download version" -msgstr "" +msgstr "Baixar a versão" #: links.py:137 views.py:82 msgid "All documents" @@ -278,7 +279,7 @@ msgstr "Documentos recentes" #: links.py:144 msgid "Trash" -msgstr "" +msgstr "Lixeira" #: links.py:152 msgid "" @@ -289,11 +290,11 @@ msgstr "Desmarque as representações gráficas utilizadas para acelerar a exibi #: links.py:155 #| msgid "Clear the document image cache" msgid "Clear document image cache" -msgstr "" +msgstr "Apagar o cache de imagens de documentos" #: links.py:159 permissions.py:47 msgid "Empty trash" -msgstr "" +msgstr "Esvaziar a lixeira" #: links.py:167 msgid "First page" @@ -350,11 +351,11 @@ msgstr "Editar" #: links.py:247 msgid "Add quick label to document type" -msgstr "" +msgstr "Adicionar etiqueta rápida ao tipo de documento" #: links.py:260 models.py:634 msgid "Quick labels" -msgstr "" +msgstr "Etiquetas rápidas" #: links.py:264 links.py:269 views.py:404 msgid "Document types" @@ -366,37 +367,37 @@ msgstr "Padrão" #: literals.py:24 msgid "All pages" -msgstr "" +msgstr "Todas as páginas" #: models.py:69 msgid "" "Amount of time after which documents of this type will be moved to the " "trash." -msgstr "" +msgstr "Quantidade de tempo após a qual se enviará documentos deste tipo para a lixeira." #: models.py:71 msgid "Trash time period" -msgstr "" +msgstr "Período de tempo de envio para a lixeira" #: models.py:75 msgid "Trash time unit" -msgstr "" +msgstr "Unidade de tempo de envio para a lixeira" #: models.py:79 msgid "" "Amount of time after which documents of this type in the trash will be " "deleted." -msgstr "" +msgstr "Quantidade de tempo após a qual documentos deste tipo serão eliminados." #: models.py:81 #| msgid "Delete document types" msgid "Delete time period" -msgstr "" +msgstr "Período de tempo de eliminação" #: models.py:86 #| msgid "Delete documents" msgid "Delete time unit" -msgstr "" +msgstr "Unidade de tempo de eliminação" #: models.py:106 msgid "Documents types" @@ -420,28 +421,28 @@ msgstr "Lingua" #: models.py:173 msgid "In trash?" -msgstr "" +msgstr "Na lixeira?" #: models.py:178 msgid "Date and time trashed" -msgstr "" +msgstr "Data e hora de envio à lixeira" #: models.py:182 msgid "" "A document stub is a document with an entry on the database but no file " "uploaded. This could be an interrupted upload or a deferred upload via the " "API." -msgstr "" +msgstr "Um rascunho de documento é um documento com uma entrada no banco de dados, mas nenhum arquivo carregado. Isso pode ser um envio interrompido ou um envio diferido por meio da API." #: models.py:185 msgid "Is stub?" -msgstr "" +msgstr "É um rascunho?" #: models.py:193 #, python-format #| msgid "Document types: %d" msgid "Document stub, id: %d" -msgstr "" +msgstr "Documento rascunho, id: %d" #: models.py:354 msgid "Timestamp" @@ -457,7 +458,7 @@ msgstr "Versão do Documento" #: models.py:633 msgid "Quick label" -msgstr "" +msgstr "Etiqueta rápida" #: models.py:651 msgid "Page number" @@ -479,12 +480,12 @@ msgstr "páginas do documento" #: models.py:783 #| msgid "Version update" msgid "New version block" -msgstr "" +msgstr "Bloqueio de nova versão" #: models.py:784 #| msgid "Version update" msgid "New version blocks" -msgstr "" +msgstr "Bloqueios de nova versão" #: models.py:794 msgid "User" @@ -509,7 +510,7 @@ msgstr "Excluir documentos" #: permissions.py:16 #| msgid "Transform documents" msgid "Trash documents" -msgstr "" +msgstr "Mover documentos para a lixeira" #: permissions.py:19 views.py:903 msgid "Download documents" @@ -530,12 +531,12 @@ msgstr "Editar propriedades de documento" #: permissions.py:31 #| msgid "Edit documents" msgid "Print documents" -msgstr "" +msgstr "Imprimir documentos" #: permissions.py:34 #| msgid "Delete documents" msgid "Restore trashed document" -msgstr "" +msgstr "Restaurar documento da lixeira" #: permissions.py:37 msgid "Execute document modifying tools" @@ -606,30 +607,30 @@ msgstr "Lista de idiomas de documentos suportados." #: views.py:68 #| msgid "Clear the document image cache" msgid "Clear the document image cache?" -msgstr "" +msgstr "Apagar do cache a imagem do documento?" #: views.py:75 msgid "Document cache clearing queued successfully." -msgstr "" +msgstr "Cache do documento apagado com sucesso." #: views.py:100 #| msgid "Documents in storage: %d" msgid "Documents in trash" -msgstr "" +msgstr "Documentos na lixeira" #: views.py:122 msgid "Delete the selected document?" -msgstr "" +msgstr "Remover o documento selecionado?" #: views.py:145 #, python-format #| msgid "Document \"%(document)s\" deleted by %(fullname)s." msgid "Document: %(document)s deleted." -msgstr "" +msgstr "Documento: %(document)s removido." #: views.py:153 msgid "Delete the selected documents?" -msgstr "" +msgstr "Remover os documentos selecionados?" #: views.py:175 #, python-format @@ -638,27 +639,27 @@ msgstr "Editar propriedades de documento: %s" #: views.py:191 msgid "Restore the selected document?" -msgstr "" +msgstr "Restaurar os documentos selecionados?" #: views.py:216 #, python-format #| msgid "Document: %(document)s delete error: %(error)s" msgid "Document: %(document)s restored." -msgstr "" +msgstr "Documentq: %(document)s restaurado." #: views.py:224 msgid "Restore the selected documents?" -msgstr "" +msgstr "Restaurar os documentos selecionados?" #: views.py:256 #, python-format msgid "Pages for document: %s" -msgstr "" +msgstr "Páginas por documento: %s" #: views.py:284 #, python-format msgid "Image of: %s" -msgstr "" +msgstr "Imagem de: %s" #: views.py:330 #, python-format @@ -668,23 +669,23 @@ msgstr "Pré-visualização do documento:%s " #: views.py:338 #, python-format msgid "Move \"%s\" to the trash?" -msgstr "" +msgstr "Mover \"%s\" para a lixeira?" #: views.py:365 #, python-format #| msgid "Document deleted successfully." msgid "Document: %(document)s moved to trash successfully." -msgstr "" +msgstr "Documento: %(document)s movido para a lixeira com sucesso." #: views.py:378 msgid "Move the selected documents to the trash?" -msgstr "" +msgstr "Mover os documentos selecionados para a lixeira?" #: views.py:393 #, python-format #| msgid "documents of type \"%s\"" msgid "Documents of type: %s" -msgstr "" +msgstr "Documentos do tipo: %s" #: views.py:430 msgid "All documents of this type will be deleted too." @@ -694,7 +695,7 @@ msgstr "Todos os documentos deste tipo serão excluídos também." #, python-format #| msgid "Delete document types" msgid "Delete the document type: %s?" -msgstr "" +msgstr "Remove o documento do tipo: %s?" #: views.py:448 #, python-format @@ -704,23 +705,23 @@ msgstr "Editar o tipo de documento: %s" #: views.py:478 #, python-format msgid "Create quick label for document type: %s" -msgstr "" +msgstr "Criar uma etiqueta rápida para o documento tipo: %s" #: views.py:499 #, python-format msgid "Edit quick label \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" +msgstr "Editar etiqueta rápida \"%(filename)s\" para documento do tipo \"%(document_type)s\"" #: views.py:524 #, python-format msgid "" "Delete the quick label: %(label)s, from document type \"%(document_type)s\"?" -msgstr "" +msgstr "Apagar a etiqueta rápida: %(label)s, do documento tipo \"%(document_type)s\"?" #: views.py:552 #, python-format msgid "Quick labels for document type: %s" -msgstr "" +msgstr "Etiquetas rápidas para documento do tipo: %s" #: views.py:583 #, python-format @@ -734,7 +735,7 @@ msgstr "Tudo versão posterior após este será excluído também." #: views.py:600 #| msgid "Revert documents to a previous version" msgid "Revert to this version?" -msgstr "" +msgstr "Reverter para esta versão?" #: views.py:610 msgid "Document version reverted successfully" @@ -752,12 +753,12 @@ msgstr "Pré-visualização do documento:%s" #: views.py:639 msgid "Empty trash?" -msgstr "" +msgstr "Esvaziar a lixeira?" #: views.py:650 #| msgid "Document deleted successfully." msgid "Trash emptied successfully" -msgstr "" +msgstr "Lixeira esvaziada com sucesso" #: views.py:685 views.py:996 msgid "Must provide at least one document." @@ -766,7 +767,7 @@ msgstr "Deve fornecer, pelo menos, um documento." #: views.py:704 #, python-format msgid "Document type for \"%s\" changed successfully." -msgstr "" +msgstr "Tipo de documento para \"%s\" alterado com sucesso." #: views.py:716 views.py:1235 msgid "Submit" @@ -775,13 +776,13 @@ msgstr "Submeter" #: views.py:720 msgid "Change the type of the selected document." msgid_plural "Change the type of the selected documents." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Alterar o tipo do documento selecionado." +msgstr[1] "Alterar o tipo dos documentos selecionados." #: views.py:799 #| msgid "Must provide at least one document." msgid "Must provide at least one document or version." -msgstr "" +msgstr "Deve fornecer ao menos um documento ou versão." #: views.py:819 msgid "Documents to be downloaded" @@ -793,21 +794,21 @@ msgstr "data e hora" #: views.py:931 msgid "At least one document must be selected." -msgstr "" +msgstr "Ao menos um documento precisa ser selecionado." #: views.py:954 msgid "Document queued for page count recalculation." -msgstr "" +msgstr "Documento em fila para recalcular quantidade de páginas." #: views.py:955 msgid "Documents queued for page count recalculation." -msgstr "" +msgstr "Documentos em fila para recalcular contagem de páginas." #: views.py:964 msgid "Recalculate the page count of the selected document?" msgid_plural "Recalculate the page count of the selected documents?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Recalcular a contagem de páginas do documento selecionado?" +msgstr[1] "Recalcular a contagem de páginas dos documentos selecionados?" #: views.py:1023 #, python-format @@ -826,8 +827,8 @@ msgstr "Todas as transformações de página para o documento: %s, foram excluí #: views.py:1044 msgid "Clear all the page transformations for the selected document?" msgid_plural "Clear all the page transformations for the selected documents?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Limpar todas as transformações de páginas para o documento selecionado?" +msgstr[1] "Limpar todas as transformações de páginas para os documentos selecionados?" #: views.py:1078 msgid "There are no more pages in this document" @@ -840,12 +841,12 @@ msgstr "Você já está na primeira página deste documento" #: views.py:1225 views.py:1234 #, python-format msgid "Print: %s" -msgstr "" +msgstr "Imprimir: %s" #: widgets.py:71 #, python-format msgid "Page %(page_number)d of %(total_pages)d" -msgstr "" +msgstr "Página %(page_number)d de %(total_pages)d" #: widgets.py:100 msgid "Document page image" 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 40e9958a5a..b865e5a243 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 1c862bc050..875a5d31c3 100644 --- a/mayan/apps/documents/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.mo index 331d210e66..736eed4315 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 7b19b7afed..6d6710be91 100644 --- a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+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" 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 0662468004..2a47c9c84e 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 d2daf27bf8..4a08190f3b 100644 --- a/mayan/apps/documents/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" -"PO-Revision-Date: 2016-10-28 07:33+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+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,7 +35,7 @@ msgstr "" #: apps.py:107 models.py:65 models.py:158 models.py:626 search.py:20 msgid "Label" -msgstr "" +msgstr "Oznaka" #: apps.py:112 msgid "The MIME type of any of the versions of a document" 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 b77ebd3e5c..b27e5d7071 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 e65c8db648..ef1d4d0f27 100644 --- a/mayan/apps/documents/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/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: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+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/documents/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo index 5b874d43ca..366bed20c6 100644 Binary files a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po index c93322495b..3681148ca4 100644 --- a/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:19-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-10-28 07:33+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" diff --git a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo index e6a853f18b..f7441269ba 100644 Binary files a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo differ 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 8ecf15760f..cdb266ecdf 100644 --- a/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:16 msgid "Dynamic search" @@ -90,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo index 7a6865cb81..1867534291 100644 Binary files a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo differ 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 e8fe2e2a4c..5e21019253 100644 --- a/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -89,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo index 69c179c3ab..41865c3849 100644 Binary files a/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/bs_BA/LC_MESSAGES/django.mo differ 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 ff2b84b5bd..e413cc0158 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21: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" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:16 msgid "Dynamic search" @@ -90,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo index 46c9b63a95..14864216a3 100644 Binary files a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po index be8d37f70f..615dbb0ab5 100644 --- a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -88,8 +87,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" 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 61b756ad16..04eb54cd7b 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 57be2159cf..85563090fa 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mathias Behrle , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -72,8 +71,7 @@ msgstr "Maximale Anzahl an Treffern, die angezeigt werden soll" #: settings.py:18 msgid "Maximum number of search queries to remember per user." -msgstr "" -"Maximale Anzahl an Suchabfragen, die pro Benutzer gespeichert werden sollen" +msgstr "Maximale Anzahl an Suchabfragen, die pro Benutzer gespeichert werden sollen" #: views.py:25 msgid "Search results" @@ -92,8 +90,7 @@ msgstr "Typ" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo index 36129e64f5..02525e9a90 100644 Binary files a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo differ 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 1303a3f63d..e0bf116c3c 100644 --- a/mayan/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/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: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index fd081018a1..71a6b1a99d 100644 Binary files a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo differ 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 c806be3e7a..06c3519e43 100644 --- a/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -92,8 +91,7 @@ msgstr "Tipo" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo index 830ea55d4c..ca67602f60 100644 Binary files a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.mo differ 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 21af69b44f..2d1008cca1 100644 --- a/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mehdi Amani , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 @@ -89,8 +88,7 @@ msgstr "نوع" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo index 6cada8971f..48d5db55ae 100644 Binary files a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo differ 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 acff848320..5f7d8ea9c9 100644 --- a/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Christophe CHAUVET , 2014-2015 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:16 @@ -91,8 +90,7 @@ msgstr "Type" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo index 614a4cfc36..3c0ca9262a 100644 Binary files a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.mo differ 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 8e3fbf9807..40a344f0eb 100644 --- a/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/hu/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Dezső József , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -89,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo index 9923388a02..a679fe5e4b 100644 Binary files a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.mo differ 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 20cd1f4d59..0a3a985b77 100644 --- a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 @@ -88,8 +87,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index b7a54a8a83..7192986575 100644 Binary files a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo differ 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 acdc8f7737..2b7025be3d 100644 --- a/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -1,30 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Carlo Zanatto <>, 2012 # Giovanni Tricarico , 2014 +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-09-24 09:51+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 msgid "Dynamic search" -msgstr "" +msgstr "Ricerca dinamica" #: forms.py:21 msgid "Search terms" @@ -36,11 +36,11 @@ msgstr "Cerca" #: links.py:9 views.py:77 msgid "Advanced search" -msgstr "" +msgstr "Ricerca avanzata" #: links.py:11 msgid "Search again" -msgstr "" +msgstr "Cerca ancora" #: models.py:24 msgid "User" @@ -48,23 +48,23 @@ msgstr "Utente" #: models.py:26 msgid "Query" -msgstr "" +msgstr "Interrogazione" #: models.py:28 msgid "Datetime created" -msgstr "" +msgstr "Data e ora di creazione" #: models.py:30 msgid "Hits" -msgstr "" +msgstr "Risultati" #: models.py:74 msgid "Recent search" -msgstr "" +msgstr "Ricerca recente" #: models.py:75 msgid "Recent searches" -msgstr "" +msgstr "Ricerche recenti" #: settings.py:14 msgid "Maximum amount search hits to fetch and display." @@ -91,8 +91,7 @@ msgstr "Tipo" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo index d40a82db6f..3a0ac8dea5 100644 Binary files a/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo differ 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 5a4cfc99fa..3c4f4a3bcc 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 @@ -1,28 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-09 15:49+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 msgid "Dynamic search" -msgstr "" +msgstr "Dynamisch zoeken" #: forms.py:21 msgid "Search terms" @@ -34,11 +34,11 @@ msgstr "Zoek" #: links.py:9 views.py:77 msgid "Advanced search" -msgstr "" +msgstr "Geavanceerd zoeken" #: links.py:11 msgid "Search again" -msgstr "" +msgstr "Zoek nog een keer" #: models.py:24 msgid "User" @@ -50,7 +50,7 @@ msgstr "" #: models.py:28 msgid "Datetime created" -msgstr "" +msgstr "Datumtijd aangemaakt" #: models.py:30 msgid "Hits" @@ -58,11 +58,11 @@ msgstr "" #: models.py:74 msgid "Recent search" -msgstr "" +msgstr "Recente zoekopdracht" #: models.py:75 msgid "Recent searches" -msgstr "" +msgstr "Recente zoekopdrachten" #: settings.py:14 msgid "Maximum amount search hits to fetch and display." @@ -78,7 +78,7 @@ msgstr "Zoekresultaten" #: views.py:32 msgid "Type" -msgstr "" +msgstr "Type" #~ msgid "Results" #~ msgstr "results" @@ -89,8 +89,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 0d74889c44..3d15ba3e62 100644 Binary files a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo differ 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 268b423fe0..5000f72507 100644 --- a/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 # mic , 2012 # mic , 2012,2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:16 msgid "Dynamic search" @@ -93,8 +91,7 @@ msgstr "Typ" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index 272977ee66..976debfc74 100644 Binary files a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo differ 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 db100b68c5..de9de3e71c 100644 --- a/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 @@ -90,8 +89,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo index d5f8072cc9..1a206e2250 100644 Binary files a/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo differ 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 7979d08b65..17a50622c0 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 @@ -1,29 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-17 22:28+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:16 msgid "Dynamic search" -msgstr "" +msgstr "Busca dinâmica" #: forms.py:21 msgid "Search terms" @@ -90,8 +90,7 @@ msgstr "Tipo" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo index d3041c340f..088aa8c54a 100644 Binary files a/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ro_RO/LC_MESSAGES/django.mo differ 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 68b122da68..0ed1fba0ba 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-04-17 13:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:16 msgid "Dynamic search" @@ -79,7 +77,7 @@ msgstr "Rezultatele căutării" #: views.py:32 msgid "Type" -msgstr "" +msgstr "Tip" #~ msgid "Results" #~ msgstr "results" @@ -90,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index bf124f6aea..d73434dd4c 100644 Binary files a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo differ 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 3316ac9743..a5a53b29bd 100644 --- a/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-03-23 01:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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" "Content-Transfer-Encoding: 8bit\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" +"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:16 msgid "Dynamic search" @@ -71,9 +68,7 @@ msgstr "Максимальное количество отображаемых #: settings.py:18 msgid "Maximum number of search queries to remember per user." -msgstr "" -"Максимальное количество поисковых запросов запоминаемых для каждого " -"пользователя." +msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." #: views.py:25 msgid "Search results" @@ -81,7 +76,7 @@ msgstr "Результаты поиска" #: views.py:32 msgid "Type" -msgstr "" +msgstr "Тип" #~ msgid "Results" #~ msgstr "results" @@ -92,8 +87,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo index 220e1cbe5f..a38aad3181 100644 Binary files a/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/sl_SI/LC_MESSAGES/django.mo differ 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 b33f18cc2e..d7f1f67e7c 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:16 msgid "Dynamic search" @@ -89,8 +87,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo index 58cd22d7e0..39ab23e396 100644 Binary files a/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo differ 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 b79042d6f4..7737c0f1bd 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 @@ -89,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo index e5441e32ac..c375b730c5 100644 Binary files a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po index 48e4439538..3f85dc8990 100644 --- a/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 @@ -89,8 +88,7 @@ msgstr "" #~ msgid "Recent searches (maximum of %d)" #~ msgstr "recent searches (maximum of %d)" -#~ msgid "" -#~ "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#~ msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" #~ msgstr "" #~ "results, (showing only %(shown_result_count)s out of %(result_count)s)" diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo index 20245ca622..638915ddaa 100644 Binary files a/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po index 14a178abd7..e17cb63370 100644 --- a/mayan/apps/events/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo index a72f6e6079..1919fbabde 100644 Binary files a/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po index 3f27d456b7..26fa55de49 100644 --- a/mayan/apps/events/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo index 105b111ece..54b4822e9c 100644 Binary files a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.mo differ 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 df8250c625..6f9f8ec008 100644 --- a/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" diff --git a/mayan/apps/events/locale/da/LC_MESSAGES/django.mo b/mayan/apps/events/locale/da/LC_MESSAGES/django.mo index 775cdf5071..6adf76f67b 100644 Binary files a/mayan/apps/events/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/da/LC_MESSAGES/django.po b/mayan/apps/events/locale/da/LC_MESSAGES/django.po index fbe2d523b4..a3aeca4fa5 100644 --- a/mayan/apps/events/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo index 9afa4b82b5..2da539b583 100644 Binary files a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.mo differ 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 129e9b6a25..6d89566f11 100644 --- a/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.mo b/mayan/apps/events/locale/en/LC_MESSAGES/django.mo index e440cd458f..d15d45deda 100644 Binary files a/mayan/apps/events/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/en/LC_MESSAGES/django.po b/mayan/apps/events/locale/en/LC_MESSAGES/django.po index 675e5940ba..acbdaffa05 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: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-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/events/locale/es/LC_MESSAGES/django.mo b/mayan/apps/events/locale/es/LC_MESSAGES/django.mo index bbdbaf5d69..b18574b7e9 100644 Binary files a/mayan/apps/events/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/es/LC_MESSAGES/django.po b/mayan/apps/events/locale/es/LC_MESSAGES/django.po index 3c0fd0bb92..57148077aa 100644 --- a/mayan/apps/events/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo index 048a9787f8..1986fe5661 100644 Binary files a/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po index 85e0908381..fdbecdb7c0 100644 --- a/mayan/apps/events/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mehdi Amani , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/events/locale/fr/LC_MESSAGES/django.mo index eb9f6faf62..77337e1915 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 052e3a8e70..c78acee5ab 100644 --- a/mayan/apps/events/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 # Thierry Schott , 2016 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo index 067de91dd9..57aedc7ac1 100644 Binary files a/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po index dbe077d213..4e89537548 100644 --- a/mayan/apps/events/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.mo b/mayan/apps/events/locale/id/LC_MESSAGES/django.mo index 84e4c1fdbf..4e637dac22 100644 Binary files a/mayan/apps/events/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/id/LC_MESSAGES/django.po b/mayan/apps/events/locale/id/LC_MESSAGES/django.po index fec9609930..0848f551e6 100644 --- a/mayan/apps/events/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/it/LC_MESSAGES/django.mo b/mayan/apps/events/locale/it/LC_MESSAGES/django.mo index 9abc76feb4..1829b98383 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 46b9cec107..f0aa989ff6 100644 --- a/mayan/apps/events/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:07+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-09-24 09:51+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 @@ -28,16 +28,16 @@ msgstr "Timestamp" #: apps.py:58 msgid "Actor" -msgstr "" +msgstr "Attore" #: apps.py:60 msgid "Verb" -msgstr "" +msgstr "Verbo" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" -msgstr "" +msgstr "Tipo di evento obsoleto o sconosciuto: {0}" #: models.py:13 msgid "Name" @@ -49,22 +49,22 @@ msgstr "Tipo evento" #: models.py:21 msgid "Event types" -msgstr "" +msgstr "Tipi evento" #: permissions.py:9 msgid "Access the events of an object" -msgstr "" +msgstr "Accedere agli eventi di un oggetto" #: views.py:31 views.py:90 msgid "Target" -msgstr "" +msgstr "Destinazione" #: views.py:75 #, python-format msgid "Events for: %s" -msgstr "" +msgstr "Eventi per: %s" #: views.py:98 #, python-format msgid "Events of type: %s" -msgstr "" +msgstr "Eventi di tipo: %s" 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 3bcd441c76..5b66b50636 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 80886bbc0d..22e933bec6 100644 --- a/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/nl_NL/LC_MESSAGES/django.po @@ -1,43 +1,43 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:07+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-10-28 12:33+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" -msgstr "" +msgstr "Evenementen" #: apps.py:56 msgid "Timestamp" -msgstr "" +msgstr "Timestamp" #: apps.py:58 msgid "Actor" -msgstr "" +msgstr "Acteur" #: apps.py:60 msgid "Verb" -msgstr "" +msgstr "Werkwoord" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" -msgstr "" +msgstr "Onbekende of verouderde evenementsoort: {0}" #: models.py:13 msgid "Name" @@ -45,26 +45,26 @@ msgstr "Naam" #: models.py:20 msgid "Event type" -msgstr "" +msgstr "Evenementsoort" #: models.py:21 msgid "Event types" -msgstr "" +msgstr "Evenementsoorten" #: permissions.py:9 msgid "Access the events of an object" -msgstr "" +msgstr "Benader de evenementen van een object" #: views.py:31 views.py:90 msgid "Target" -msgstr "" +msgstr "Doel" #: views.py:75 #, python-format msgid "Events for: %s" -msgstr "" +msgstr "Evenementen voor: %s" #: views.py:98 #, python-format msgid "Events of type: %s" -msgstr "" +msgstr "Evenementen van soort: %s" diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo index fded7dcf6d..e9c0269e7b 100644 Binary files a/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po index f04467d1e6..0c12c03059 100644 --- a/mayan/apps/events/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Annunnaky , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo index ff845beb2c..cd38e9345c 100644 Binary files a/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po index 398ab57989..fde6da4894 100644 --- a/mayan/apps/events/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo index bda3c3f816..4bcc7bdbf1 100644 Binary files a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.mo differ 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 a1c49aaf37..aa020a2ac5 100644 --- a/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/pt_BR/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 # Rogerio Falcone , 2015 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo index 28b02898f1..be7128e4d1 100644 Binary files a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.mo differ 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 a95a6225ec..01cfb63d8c 100644 --- a/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo index 119734728a..ee66c977d9 100644 Binary files a/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po index 69da8fcaff..d812db1fa8 100644 --- a/mayan/apps/events/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/ru/LC_MESSAGES/django.po @@ -1,49 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:07+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-07-19 20:01+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" -msgstr "" +msgstr "События" #: apps.py:56 msgid "Timestamp" -msgstr "" +msgstr "временная метка" #: apps.py:58 msgid "Actor" -msgstr "" +msgstr "Субъект" #: apps.py:60 msgid "Verb" -msgstr "" +msgstr "Глагол" #: classes.py:17 #, python-brace-format msgid "Unknown or obsolete event type: {0}" -msgstr "" +msgstr "Неизвестный или устаревший тип события: {0}" #: models.py:13 msgid "Name" -msgstr "Имя" +msgstr "Название" #: models.py:20 msgid "Event type" @@ -51,22 +49,22 @@ msgstr "Тип события" #: models.py:21 msgid "Event types" -msgstr "" +msgstr "Типы событий" #: permissions.py:9 msgid "Access the events of an object" -msgstr "" +msgstr "Доступ к событиям объекта" #: views.py:31 views.py:90 msgid "Target" -msgstr "" +msgstr "Объект" #: views.py:75 #, python-format msgid "Events for: %s" -msgstr "" +msgstr "События для: %s" #: views.py:98 #, python-format msgid "Events of type: %s" -msgstr "" +msgstr "События с типом: %s" diff --git a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo index 70a8ac6ef9..d37939c3ed 100644 Binary files a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.mo differ 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 1d89d57a7b..7bd47d5b05 100644 --- a/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:19 links.py:27 links.py:31 permissions.py:7 views.py:38 msgid "Events" diff --git a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo index de92f7aeb6..26f50e67a3 100644 Binary files a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.mo differ 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 36c499ea00..228280c72f 100644 --- a/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo index fce9ae55f5..f6bcb07fd9 100644 Binary files a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po index 4d2cbe5353..9b71cf75b7 100644 --- a/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/events/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2015-08-20 19:07+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:19 links.py:27 links.py:31 permissions.py:7 views.py:38 diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo index df078c7d4a..00b45bf3bf 100644 Binary files a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po index dc1c37e69b..b858b60f3a 100644 --- a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -87,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -95,6 +94,7 @@ msgid "Remove documents from folders" msgstr "إزالة وثائق من المجلدات" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -108,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -221,11 +222,11 @@ msgstr[5] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -258,12 +259,12 @@ msgstr[5] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo index 0218184b55..f4126e9631 100644 Binary files a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po index 5ca4c14365..c8e0310035 100644 --- a/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Iliya Georgiev , 2012 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -87,6 +86,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -95,6 +95,7 @@ msgid "Remove documents from folders" msgstr "Премахване на документи от папки" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -108,6 +109,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -213,11 +215,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -250,12 +252,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo index 4483fa40d2..a84f5c0552 100644 Binary files a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po index 68a5b2e5d8..c25394f916 100644 --- a/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -87,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -95,6 +94,7 @@ msgid "Remove documents from folders" msgstr "Ukloniti dokumente iz foldera" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -108,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -215,11 +216,11 @@ msgstr[2] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -252,12 +253,12 @@ msgstr[2] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo index 72469f7e78..2de6d19193 100644 Binary files a/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po b/mayan/apps/folders/locale/da/LC_MESSAGES/django.po index f1aff19631..c60daa7cf3 100644 --- a/mayan/apps/folders/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -86,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -94,6 +94,7 @@ msgid "Remove documents from folders" msgstr "Fjern dokumenter fra mapper" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -107,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -212,11 +214,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -249,12 +251,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index ae05120aa9..749888c41c 100644 Binary files a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po index 07101486e7..1b29f895de 100644 --- a/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Berny , 2015 @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -90,6 +89,7 @@ msgid "Edit folders" msgstr "Ordner bearbeiten" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "Ordner löschen" @@ -98,6 +98,7 @@ msgid "Remove documents from folders" msgstr "Dokumente aus Ordnern entfernen" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "Ordner anzeigen" @@ -111,6 +112,7 @@ msgstr "Primärschlüssel des hinzuzufügenden Dokuments." #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "Ordner %s löschen?" @@ -216,11 +218,11 @@ msgstr[1] "Ausgewählte Dokumente aus Ordner %(folder)s entfernen?" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -253,12 +255,12 @@ msgstr[1] "Ausgewählte Dokumente aus Ordner %(folder)s entfernen?" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo index d6645a000f..68442b990e 100644 Binary files a/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/en/LC_MESSAGES/django.po b/mayan/apps/folders/locale/en/LC_MESSAGES/django.po index 22881c1411..2ef17ac4f4 100644 --- a/mayan/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/folders/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: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo index daf5b2648a..ef6452098c 100644 Binary files a/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po index f383fbc11e..acaa5a9978 100644 --- a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-05-09 01:41+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -89,6 +88,7 @@ msgid "Edit folders" msgstr "Editar carpetas" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "Borrar carpetas" @@ -97,6 +97,7 @@ msgid "Remove documents from folders" msgstr "Eliminar documentos de las carpetas" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "Ver carpetas" @@ -110,6 +111,7 @@ msgstr "Llave primaria del documento a ser agregado." #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "¿Eliminar la carpeta: %s?" @@ -215,11 +217,11 @@ msgstr[1] "¿Eliminar los documentos seleccionados de la carpeta: %(folder)s?" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -252,12 +254,12 @@ msgstr[1] "¿Eliminar los documentos seleccionados de la carpeta: %(folder)s?" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo index e590598b76..aa8f61db7d 100644 Binary files a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po index 1797a0ba30..1380366ecf 100644 --- a/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -85,6 +84,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -93,6 +93,7 @@ msgid "Remove documents from folders" msgstr "حذف اسناد از پرونده ها" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -106,6 +107,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -209,11 +211,11 @@ msgstr[0] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -246,12 +248,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo index 804d9f1239..768c59ea0a 100644 Binary files a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po index c2870b7487..68ffc036d4 100644 --- a/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -88,6 +87,7 @@ msgid "Edit folders" msgstr "Modifier les dossiers" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "Supprimer les dossiers" @@ -96,6 +96,7 @@ msgid "Remove documents from folders" msgstr "Retirer des documents des répertoires" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "Afficher les dossiers" @@ -109,6 +110,7 @@ msgstr "Clé primaire du document à ajouter." #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "Supprimer les dossier : %s ?" @@ -139,8 +141,7 @@ msgstr "Document: %(document)s ajouté avec succès au répertoire: %(folder)s." #: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." -msgstr "" -"Document: %(document)s est déjà présent dans le répertoire: %(folder)s." +msgstr "Document: %(document)s est déjà présent dans le répertoire: %(folder)s." #: views.py:205 msgid "Add document to folder" @@ -166,12 +167,8 @@ msgstr "Document: %(document)s erreur de suppression: %(error)s" #, python-format msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" -msgstr[0] "" -"Êtes vous certain de vouloir supprimer le document sélectionné du dossier " -"%(folder)s ?" -msgstr[1] "" -"Êtes vous certain de vouloir supprimer les documents sélectionnés du dossier " -"%(folder)s ?" +msgstr[0] "Êtes vous certain de vouloir supprimer le document sélectionné du dossier %(folder)s ?" +msgstr[1] "Êtes vous certain de vouloir supprimer les documents sélectionnés du dossier %(folder)s ?" #~ msgid "A folder named: %s, already exists." #~ msgstr "A folder named: %s, already exists." @@ -219,11 +216,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -256,12 +253,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo index ebba0447b1..e6afc46599 100644 Binary files a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po index 4595ef7bb9..f0af4349d8 100644 --- a/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/hu/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Dezső József , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -86,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -94,6 +94,7 @@ msgid "Remove documents from folders" msgstr "Dokumentumok eltávolítása a mappákból" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -107,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -212,11 +214,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -249,12 +251,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo index 45e85a91e9..902719afa1 100644 Binary files a/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po index d245915ffd..aeaf59e46c 100644 --- a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -85,6 +84,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -93,6 +93,7 @@ msgid "Remove documents from folders" msgstr "" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -106,6 +107,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -209,11 +211,11 @@ msgstr[0] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -246,12 +248,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo index c16aba2b38..d1bfbbdc72 100644 Binary files a/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po b/mayan/apps/folders/locale/it/LC_MESSAGES/django.po index e7878cff73..fa6fd9ff74 100644 --- a/mayan/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Carlo Zanatto <>, 2012 # Giovanni Tricarico , 2014 +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012 # Roberto Rosario, 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-09-24 10:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -30,7 +30,7 @@ msgstr "Cartelle" #: apps.py:68 msgid "Created" -msgstr "" +msgstr "Creato" #: apps.py:71 links.py:47 models.py:26 msgid "Documents" @@ -42,15 +42,15 @@ msgstr "Cartella" #: links.py:20 msgid "Add to a folder" -msgstr "" +msgstr "Aggiungi ad una cartella" #: links.py:24 msgid "Add to folder" -msgstr "" +msgstr "Aggiungi alla cartella" #: links.py:27 views.py:42 msgid "Create folder" -msgstr "" +msgstr "Crea cartella" #: links.py:32 msgid "Delete" @@ -58,7 +58,7 @@ msgstr "Cancella" #: links.py:36 msgid "Remove from folder" -msgstr "" +msgstr "Rimuovi dalla cartella" #: links.py:40 msgid "Edit" @@ -66,67 +66,70 @@ msgstr "Modifica" #: models.py:20 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: models.py:23 msgid "Datetime created" -msgstr "" +msgstr "Data e ora di creazione" #: models.py:63 msgid "Document folder" -msgstr "" +msgstr "Cartella documento" #: models.py:64 msgid "Document folders" -msgstr "" +msgstr "Cartella documenti" #: permissions.py:10 msgid "Create folders" -msgstr "" +msgstr "Crea cartelle" #: permissions.py:13 msgid "Edit folders" -msgstr "" +msgstr "Modifica cartelle" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" -msgstr "" +msgstr "Cancella cartelle" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Rimuovere i documenti da cartelle" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" -msgstr "" +msgstr "Vedi cartelle" #: permissions.py:27 msgid "Add documents to folders" -msgstr "" +msgstr "Aggiungi i documenti alle cartelle" #: serializers.py:58 msgid "Primary key of the document to be added." -msgstr "" +msgstr "Chiave primaria del documento da aggiungere" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" -msgstr "" +msgstr "Cancellare la cartella: %s?" #: views.py:66 #, python-format msgid "Documents in folder: %s" -msgstr "" +msgstr "Documenti nella cartella: %s?" #: views.py:93 #, python-format msgid "Edit folder: %s" -msgstr "" +msgstr "Modifica cartella: %s" #: views.py:127 #, python-format msgid "Folders containing document: %s" -msgstr "" +msgstr "Cartelle che contengono il documento: %s" #: views.py:141 msgid "Must provide at least one document." @@ -135,8 +138,7 @@ msgstr "Bisogna fornire almeno un documento." #: views.py:175 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" -"Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." +msgstr "Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." #: views.py:184 #, python-format @@ -146,8 +148,8 @@ msgstr "Documento: %(document)s è già nella cartella: %(folder)s." #: views.py:205 msgid "Add document to folder" msgid_plural "Add documents to folder" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Aggiungi documento alla cartella" +msgstr[1] "Aggiungi documenti alla cartella" #: views.py:227 msgid "Must provide at least one folder document." @@ -167,8 +169,8 @@ msgstr "Documento: %(document)s errore di cancellazione: %(error)s" #, python-format msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Rimuovere il documento selezionato dalla cartella: %(folder)s?" +msgstr[1] "Rimuovere i documenti selezionati dalla cartella: %(folder)s?" #~ msgid "A folder named: %s, already exists." #~ msgstr "A folder named: %s, already exists." @@ -216,11 +218,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -253,12 +255,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo index b90b76719c..e66bca40b5 100644 Binary files a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po index edf3623f83..bff47df7dd 100644 --- a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-01 09:04+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 msgid "Folders" -msgstr "" +msgstr "Mappen" #: apps.py:68 msgid "Created" -msgstr "" +msgstr "Aangemaakt" #: apps.py:71 links.py:47 models.py:26 msgid "Documents" @@ -38,15 +38,15 @@ msgstr "Map" #: links.py:20 msgid "Add to a folder" -msgstr "" +msgstr "Voeg toe aan een map" #: links.py:24 msgid "Add to folder" -msgstr "" +msgstr "Voeg toe aan map" #: links.py:27 views.py:42 msgid "Create folder" -msgstr "" +msgstr "Maak map" #: links.py:32 msgid "Delete" @@ -54,7 +54,7 @@ msgstr "Verwijder" #: links.py:36 msgid "Remove from folder" -msgstr "" +msgstr "Verwijder uit map" #: links.py:40 msgid "Edit" @@ -62,43 +62,45 @@ msgstr "bewerken" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:23 msgid "Datetime created" -msgstr "" +msgstr "Datumtijd aangemaakt" #: models.py:63 msgid "Document folder" -msgstr "" +msgstr "Documentmap" #: models.py:64 msgid "Document folders" -msgstr "" +msgstr "Documentmappen" #: permissions.py:10 msgid "Create folders" -msgstr "" +msgstr "Maak mappen aan" #: permissions.py:13 msgid "Edit folders" -msgstr "" +msgstr "Bewerk mappen" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" -msgstr "" +msgstr "Verwijder mappe" #: permissions.py:19 msgid "Remove documents from folders" -msgstr "" +msgstr "Verwijder documenten van mappen" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" -msgstr "" +msgstr "Bekijk mappen" #: permissions.py:27 msgid "Add documents to folders" -msgstr "" +msgstr "Voeg documenten toe aan mappe" #: serializers.py:58 msgid "Primary key of the document to be added." @@ -106,23 +108,24 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" -msgstr "" +msgstr "Verwijder de map: %s?" #: views.py:66 #, python-format msgid "Documents in folder: %s" -msgstr "" +msgstr "Documenten in map: %s" #: views.py:93 #, python-format msgid "Edit folder: %s" -msgstr "" +msgstr "Bewerk map: %s" #: views.py:127 #, python-format msgid "Folders containing document: %s" -msgstr "" +msgstr "Mappen die document %s bevatten" #: views.py:141 msgid "Must provide at least one document." @@ -131,27 +134,27 @@ msgstr "U dient minstens 1 document aan te geven." #: views.py:175 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" +msgstr "Document: %(document)s succesvol toegevoegd aan map: %(folder)s." #: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." -msgstr "" +msgstr "Document: %(document)s bestaat al in map: %(folder)s." #: views.py:205 msgid "Add document to folder" msgid_plural "Add documents to folder" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Voeg document toe aan map" +msgstr[1] "Voeg documenten toe aan map" #: views.py:227 msgid "Must provide at least one folder document." -msgstr "" +msgstr "U dient tenminste één mapdocument op te geven." #: views.py:248 #, python-format msgid "Document: %s removed successfully." -msgstr "" +msgstr "Document: %s succesvol verwijderd." #: views.py:254 #, python-format @@ -211,11 +214,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -248,12 +251,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo index 6fe75fa312..d96133b64b 100644 Binary files a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po index e6b7ff3e3a..64d57db613 100644 --- a/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pl/LC_MESSAGES/django.po @@ -1,27 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 # mic , 2012-2013,2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -89,6 +87,7 @@ msgid "Edit folders" msgstr "Edytuj foldery" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "Usuń foldery" @@ -97,6 +96,7 @@ msgid "Remove documents from folders" msgstr "Usuń dokumenty z folderów" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "Przeglądaj foldery" @@ -110,6 +110,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "Usunąć folder: %s?" @@ -217,11 +218,11 @@ msgstr[2] "Usunąć wybrane dokumenty z folderu: %(folder)s?" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -254,12 +255,12 @@ msgstr[2] "Usunąć wybrane dokumenty z folderu: %(folder)s?" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo index 4c54906799..0f7ce74b79 100644 Binary files a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po index 86d90c9007..5a8f74114e 100644 --- a/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Renata Oliveira , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -88,6 +87,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -96,6 +96,7 @@ msgid "Remove documents from folders" msgstr "Remover documentos das pastas" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -109,6 +110,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -214,11 +216,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -251,12 +253,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo index bede165f04..40124051ff 100644 Binary files a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po index f831a9ce39..ec519ea5bb 100644 --- a/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/pt_BR/LC_MESSAGES/django.po @@ -1,9 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2012 # Renata Oliveira , 2011 # Roberto Rosario, 2012 @@ -12,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -30,7 +30,7 @@ msgstr "Pastas" #: apps.py:68 msgid "Created" -msgstr "Criando" +msgstr "Criada" #: apps.py:71 links.py:47 models.py:26 msgid "Documents" @@ -66,52 +66,55 @@ msgstr "Editar" #: models.py:20 msgid "Label" -msgstr "Label" +msgstr "Etiqueta" #: models.py:23 msgid "Datetime created" -msgstr "Hora e data criada" +msgstr "Data e hora de criação" #: models.py:63 msgid "Document folder" -msgstr "" +msgstr "Pasta de documento" #: models.py:64 msgid "Document folders" -msgstr "" +msgstr "Pastas de documentos" #: permissions.py:10 msgid "Create folders" -msgstr "" +msgstr "Criar pastas" #: permissions.py:13 msgid "Edit folders" -msgstr "" +msgstr "Editar pastas" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" -msgstr "" +msgstr "Apagar pastas" #: permissions.py:19 msgid "Remove documents from folders" msgstr "Remover documentos das pastas" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" -msgstr "" +msgstr "Visualizar pastas" #: permissions.py:27 msgid "Add documents to folders" -msgstr "" +msgstr "Adicionar documentos para pastas" #: serializers.py:58 msgid "Primary key of the document to be added." -msgstr "" +msgstr "Chave primária do documento a ser adicionado." #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" -msgstr "" +msgstr "Apagar a pasta: %s?" #: views.py:66 #, python-format @@ -145,8 +148,8 @@ msgstr "Documento: %(document)s já está na pasta: %(folder)s ." #: views.py:205 msgid "Add document to folder" msgid_plural "Add documents to folder" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Adicionar documento para pasta" +msgstr[1] "Adicionar documentos para pasta" #: views.py:227 msgid "Must provide at least one folder document." @@ -166,8 +169,8 @@ msgstr "Documento: %(document)s erro ao deletar: %(error)s " #, python-format msgid "Remove the selected document from the folder: %(folder)s?" msgid_plural "Remove the selected documents from the folder: %(folder)s?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Remove o documento selecionado da pasta: %(folder)s?" +msgstr[1] "Remove os documentos selecionados da pasta: %(folder)s?" #~ msgid "A folder named: %s, already exists." #~ msgstr "A folder named: %s, already exists." @@ -215,11 +218,11 @@ msgstr[1] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -252,12 +255,12 @@ msgstr[1] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo index 0d77c3b73f..88ac90571e 100644 Binary files a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po index 369e612402..cecc58b1d8 100644 --- a/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-04-17 09:43+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -52,7 +50,7 @@ msgstr "" #: links.py:32 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:36 msgid "Remove from folder" @@ -64,7 +62,7 @@ msgstr "Editează" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:23 msgid "Datetime created" @@ -87,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -95,6 +94,7 @@ msgid "Remove documents from folders" msgstr "Scoateți documentele din directoare" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -108,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -133,8 +134,7 @@ msgstr "Trebuie selectat cel puțin un document." #: views.py:175 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" -"Documentul:%(document)s a fost adăugat la directorul :%(folder)s cu succes." +msgstr "Documentul:%(document)s a fost adăugat la directorul :%(folder)s cu succes." #: views.py:184 #, python-format @@ -216,11 +216,11 @@ msgstr[2] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -253,12 +253,12 @@ msgstr[2] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo index 3222a044b3..8f3c334adb 100644 Binary files a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po index 29eac3374f..7b075a92c4 100644 --- a/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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" "Content-Transfer-Encoding: 8bit\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" +"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:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -28,7 +25,7 @@ msgstr "Папки" #: apps.py:68 msgid "Created" -msgstr "" +msgstr "Создано" #: apps.py:71 links.py:47 models.py:26 msgid "Documents" @@ -52,7 +49,7 @@ msgstr "" #: links.py:32 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:36 msgid "Remove from folder" @@ -64,7 +61,7 @@ msgstr "Редактировать" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:23 msgid "Datetime created" @@ -87,6 +84,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -95,6 +93,7 @@ msgid "Remove documents from folders" msgstr "Удаление документов из папок" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -108,6 +107,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -217,11 +217,11 @@ msgstr[3] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -254,12 +254,12 @@ msgstr[3] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo index 5b86db5961..bb1e3b162f 100644 Binary files a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po index 6e65672115..dc98b876bb 100644 --- a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:33 links.py:16 links.py:44 models.py:45 permissions.py:7 #: views.py:104 @@ -63,7 +61,7 @@ msgstr "" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:23 msgid "Datetime created" @@ -86,6 +84,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -94,6 +93,7 @@ msgid "Remove documents from folders" msgstr "" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -107,6 +107,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -216,11 +217,11 @@ msgstr[3] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -253,12 +254,12 @@ msgstr[3] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo index 64b7b97ec0..82aaa58b8f 100644 Binary files a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po index b3afea8b04..58601cfeef 100644 --- a/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -86,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -94,6 +94,7 @@ msgid "Remove documents from folders" msgstr "Xóa các tài liệu từ các thư mục" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -107,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -210,11 +212,11 @@ msgstr[0] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -247,12 +249,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo index 25340d1f28..2ad8193dd4 100644 Binary files a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po index 2cd6e4e632..6f7b1920a3 100644 --- a/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:54-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 links.py:16 links.py:44 models.py:45 permissions.py:7 @@ -86,6 +85,7 @@ msgid "Edit folders" msgstr "" #: permissions.py:16 +#| msgid "Delete new folders" msgid "Delete folders" msgstr "" @@ -94,6 +94,7 @@ msgid "Remove documents from folders" msgstr "从文件夹中移除文档" #: permissions.py:22 +#| msgid "Edit new folders" msgid "View folders" msgstr "" @@ -107,6 +108,7 @@ msgstr "" #: views.py:54 #, python-format +#| msgid "Delete new folders" msgid "Delete the folder: %s?" msgstr "" @@ -210,11 +212,11 @@ msgstr[0] "" #~ msgstr "Add documents: %s to folder." #~ msgid "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgstr "" -#~ "Are you sure you wish to remove the documents: %(documents)s from the " -#~ "folder \"%(folder)s\"?" +#~ "Are you sure you wish to remove the documents: %(documents)s from the folder" +#~ " \"%(folder)s\"?" #~ msgid "Document" #~ msgstr "document" @@ -247,12 +249,12 @@ msgstr[0] "" #~ msgstr "What are folders?" #~ msgid "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." #~ msgstr "" -#~ "These folders can also be described as user folders. They are a way to " -#~ "let individual users create their own document organization methods. " -#~ "Folders created by one user and the documents contained by them don't " -#~ "affect any other user folders or documents." +#~ "These folders can also be described as user folders. They are a way to let " +#~ "individual users create their own document organization methods. Folders " +#~ "created by one user and the documents contained by them don't affect any " +#~ "other user folders or documents." diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo index c0afbff400..7a4b4bb3b1 100644 Binary files a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index e66e0442a7..7c0faec79f 100644 --- a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -145,8 +143,8 @@ msgstr "is in regular expression (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -222,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -251,6 +248,7 @@ msgstr "تحرير الرابط الذكي: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -270,6 +268,7 @@ msgstr "تحرير شرط الرابط الذكي" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -377,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo index 07a8e570d6..5bd142a5bb 100644 Binary files a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po index f1815e25a3..7ea2d74596 100644 --- a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -144,8 +143,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -221,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -250,6 +248,7 @@ msgstr "" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +268,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo index 16ffa14841..47f0f219f5 100644 Binary files a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.mo differ 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 a98e7cbd74..0f44c3592b 100644 --- a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -145,8 +143,8 @@ msgstr "je u regularnom izrazu (nije bitno velika ili mala slova)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -222,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -251,6 +248,7 @@ msgstr "Izmjeni smart link: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -270,6 +268,7 @@ msgstr "Izmjeniti uslove smart linka" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -377,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo index f873c57f0a..ddbb8e9cd5 100644 Binary files a/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po index 16a824cab0..d43088399a 100644 --- a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -143,8 +142,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -220,8 +219,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -249,6 +247,7 @@ msgstr "" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -268,6 +267,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -375,14 +375,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index 6b2cae2f3e..7293864310 100644 Binary files a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.mo differ 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 cd30ded4ce..3ed5cd7193 100644 --- a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mathias Behrle , 2014 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -147,12 +146,9 @@ msgstr "ist in regulärem Ausdruck (ohne Groß/Kleinschreibung)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" -"Eine Vorlage zur Verarbeitung eingeben (Django Standard Templating Sprache " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). Die " -"{{ document }} Kontextvariable ist verfügbar." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Eine Vorlage zur Verarbeitung eingeben (Django Standard Templating Sprache (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). Die {{ document }} Kontextvariable ist verfügbar." #: models.py:43 #, python-format @@ -227,10 +223,8 @@ msgstr "Ähnliche Dokumente für %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" -msgstr "" -"Dokumente in Smart Link \"%(smart_link)s\" verknüpft zu \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Dokumente in Smart Link \"%(smart_link)s\" verknüpft zu \"%(document)s\"" #: views.py:97 msgid "Available document types" @@ -257,6 +251,7 @@ msgstr "Smart Link %s bearbeiten" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "Smart Link %s wirklich löschen?" @@ -276,6 +271,7 @@ msgstr "Bedingung für Smart Link bearbeiten" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "Bedingung für Smart Link \"%s\" wirklich löschen?" @@ -383,14 +379,14 @@ msgstr "Bedingung für Smart Link \"%s\" wirklich löschen?" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo index 7d1642e1da..2dc9524097 100644 Binary files a/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po b/mayan/apps/linking/locale/en/LC_MESSAGES/django.po index e42b354981..01b93212bf 100644 --- a/mayan/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/linking/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: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo index 34a4d0f492..c56a9611a7 100644 Binary files a/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index ae95598ae7..c8a4ba799e 100644 --- a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-05-09 01:40+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -146,12 +145,9 @@ msgstr "está en la expresión regular (no sensible a mayúsculas)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" -"Introduzca una plantilla para generar. Use el lenguaje de plantillas de " -"Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). La " -"variable {{ document }} está disponible en el contexto de la plantilla." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Introduzca una plantilla para generar. Use el lenguaje de plantillas de Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). La variable {{ document }} está disponible en el contexto de la plantilla." #: models.py:43 #, python-format @@ -160,9 +156,7 @@ msgstr "Error generando etiqueta dinámica; %s" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "" -"Este enlace inteligente no está permitido para el tipo de documento " -"seleccionado." +msgstr "Este enlace inteligente no está permitido para el tipo de documento seleccionado." #: models.py:88 models.py:100 msgid "Smart link" @@ -228,11 +222,8 @@ msgstr "Documentos en enlace inteligente: %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" -msgstr "" -"Los documentos en enlace inteligente \"%(smart_link)s\" en relación con " -"\"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Los documentos en enlace inteligente \"%(smart_link)s\" en relación con \"%(document)s\"" #: views.py:97 msgid "Available document types" @@ -259,6 +250,7 @@ msgstr "Editar enlace inteligente: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "Borrar enlace inteligente: %s" @@ -278,6 +270,7 @@ msgstr "Editar condición de enlace inteligente" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "¿Borrar condición de enlace inteligente: \"%s\"?" @@ -385,14 +378,14 @@ msgstr "¿Borrar condición de enlace inteligente: \"%s\"?" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo index b869031e1f..751488f12a 100644 Binary files a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po index dc6465ca76..95490a2616 100644 --- a/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 @@ -144,8 +143,8 @@ msgstr "موجود در عبارات منظم (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -221,8 +220,7 @@ msgstr "اسناد در لینک هوشمند: %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -250,6 +248,7 @@ msgstr "ویرایش پیوند هوشمند %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +268,7 @@ msgstr "ویرایش شرط پیوند هوشمند \"%s\"" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo index e9fff0ac34..d0d811bbc9 100644 Binary files a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po index e303807db6..69d42feab8 100644 --- a/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 @@ -145,12 +144,9 @@ msgstr "est une expression régulière (insensible à la casse)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" -"Indiquez un modèle à restituer. Utilise le langage de rendu de Django par " -"défaut (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). La " -"variable de contexte {{ document }} est disponible." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Indiquez un modèle à restituer. Utilise le langage de rendu de Django par défaut (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). La variable de contexte {{ document }} est disponible." #: models.py:43 #, python-format @@ -159,8 +155,7 @@ msgstr "Erreur de génération de l'étiquette dynamique : %s" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "" -"Un lien intelligent n'est pas autorisé pour le type de document sélectionné." +msgstr "Un lien intelligent n'est pas autorisé pour le type de document sélectionné." #: models.py:88 models.py:100 msgid "Smart link" @@ -226,11 +221,8 @@ msgstr "Lien inetlligent du document: %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" -msgstr "" -"Documents du lien intelligent \"%(smart_link)s\" en relation avec " -"\"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Documents du lien intelligent \"%(smart_link)s\" en relation avec \"%(document)s\"" #: views.py:97 msgid "Available document types" @@ -257,6 +249,7 @@ msgstr "Modifier le lien intelligent:%s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "Supprimer le lien intelligent : %s" @@ -276,6 +269,7 @@ msgstr "Modifier la condition sur le lien intelligent" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "Supprimer la condition du lien intelligent : \"%s\" ?" @@ -383,14 +377,14 @@ msgstr "Supprimer la condition du lien intelligent : \"%s\" ?" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo index 182a155710..3ea7887c18 100644 Binary files a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index 346bbaf70f..bbe5bb1871 100644 --- a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -143,8 +142,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -220,8 +219,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -249,6 +247,7 @@ msgstr "" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -268,6 +267,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -375,14 +375,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo index 87ac1438c1..6d018cc2d6 100644 Binary files a/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index 398832e0d2..4dfd49a886 100644 --- a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 @@ -143,8 +142,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -220,8 +219,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -249,6 +247,7 @@ msgstr "" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -268,6 +267,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -375,14 +375,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo index 89d6c9a95a..06d9b9a6d4 100644 Binary files a/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index af4388187f..7a91f099b4 100644 --- a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po @@ -1,36 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-09-24 10:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 msgid "Linking" -msgstr "" +msgstr "Collegamento" #: apps.py:55 models.py:18 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: apps.py:62 models.py:25 msgid "Dynamic label" -msgstr "" +msgstr "Etichetta dinamica" #: apps.py:66 apps.py:71 models.py:27 models.py:124 msgid "Enabled" @@ -38,11 +38,11 @@ msgstr "Abilitato" #: forms.py:35 models.py:109 msgid "Foreign document attribute" -msgstr "" +msgstr "Attributo documento esterno" #: links.py:14 msgid "Create condition" -msgstr "" +msgstr "Crea condizione" #: links.py:19 links.py:36 msgid "Delete" @@ -54,7 +54,7 @@ msgstr "Modifica" #: links.py:27 msgid "Conditions" -msgstr "" +msgstr "Condizioni" #: links.py:32 views.py:183 msgid "Create new smart link" @@ -144,22 +144,22 @@ msgstr "è un'espressione regolare (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Inserisci il template da renderizzare. Usa il linguaggio di template di Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). Variabili di contesto disponibili: {{ document }} " #: models.py:43 #, python-format msgid "Error generating dynamic label; %s" -msgstr "" +msgstr "Errore generando l'etichetta dinamica; %s" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "" +msgstr "Questo link intelligente non è consentito per questo tipo di documento." #: models.py:88 models.py:100 msgid "Smart link" -msgstr "" +msgstr "Link intelligente" #: models.py:104 msgid "The inclusion is ignored for the first item." @@ -167,11 +167,11 @@ msgstr "L'inserimento viene ignorato per la prima voce." #: models.py:108 msgid "This represents the metadata of all other documents." -msgstr "" +msgstr "Questo rappresenta i metadati degli altri documenti." #: models.py:118 msgid "Expression" -msgstr "" +msgstr "Espressione" #: models.py:121 msgid "Inverts the logic of the operator." @@ -179,7 +179,7 @@ msgstr "Inverti la logica dell'operazione" #: models.py:122 msgid "Negated" -msgstr "" +msgstr "Negato" #: models.py:129 msgid "not" @@ -187,11 +187,11 @@ msgstr "not" #: models.py:134 msgid "Link condition" -msgstr "" +msgstr "Condizione link" #: models.py:135 msgid "Link conditions" -msgstr "" +msgstr "Condizioni link" #: permissions.py:10 msgid "View existing smart links" @@ -217,31 +217,30 @@ msgstr "Interrogazione dei link intelligenti, errore: %s" #: views.py:78 #, python-format msgid "Documents in smart link: %s" -msgstr "" +msgstr "Documenti nel link intelligente: %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" -msgstr "" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Documenti nel link intelligente: \"%(smart_link)s\" è correlato con \"%(document)s\"" #: views.py:97 msgid "Available document types" -msgstr "" +msgstr "Tipi di documento disponibili" #: views.py:99 msgid "Document types enabled" -msgstr "" +msgstr "Tipi documento abilitati" #: views.py:108 #, python-format msgid "Document type for which to enable smart link: %s" -msgstr "" +msgstr "Tipo di documento per il quale attivare collegamento intelligente: %s" #: views.py:173 #, python-format msgid "Smart links for document: %s" -msgstr "" +msgstr "Collegamenti intelligenti per il documento: %s" #: views.py:198 #, python-format @@ -250,13 +249,14 @@ msgstr "Modifica il link intelligente: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" -msgstr "" +msgstr "Cancella collegamento intelligente: %s" #: views.py:222 #, python-format msgid "Conditions for smart link: %s" -msgstr "" +msgstr "Condizioni per il collegamento intelligente: %s" #: views.py:253 #, python-format @@ -269,8 +269,9 @@ msgstr "Modifica condizioni per i link intelligenti" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" -msgstr "" +msgstr "Cancella condizione collegamento intelligente: \"%s\" ?" #~ msgid "Smart link condition: \"%s\" created successfully." #~ msgstr "Smart link condition: \"%s\" created successfully." @@ -376,14 +377,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo index 05581ec833..da52ed4221 100644 Binary files a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo differ 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 8bf8cf7b07..1c84a40b76 100644 --- a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-09 15:56+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -26,11 +26,11 @@ msgstr "Koppeling" #: apps.py:55 models.py:18 msgid "Label" -msgstr "" +msgstr "Label" #: apps.py:62 models.py:25 msgid "Dynamic label" -msgstr "" +msgstr "Dynamisch label" #: apps.py:66 apps.py:71 models.py:27 models.py:124 msgid "Enabled" @@ -42,7 +42,7 @@ msgstr "" #: links.py:14 msgid "Create condition" -msgstr "" +msgstr "Voorwaarde aanmaken" #: links.py:19 links.py:36 msgid "Delete" @@ -54,7 +54,7 @@ msgstr "bewerken" #: links.py:27 msgid "Conditions" -msgstr "" +msgstr "Conditie" #: links.py:32 views.py:183 msgid "Create new smart link" @@ -62,7 +62,7 @@ msgstr "Nieuwe 'smartlink' aanmaken" #: links.py:39 models.py:29 msgid "Document types" -msgstr "" +msgstr "Documentsoorten" #: links.py:47 msgid "Documents" @@ -144,8 +144,8 @@ msgstr "komt overeen met 'reguliere expressie (hoofdletter ongevoelig)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -159,7 +159,7 @@ msgstr "" #: models.py:88 models.py:100 msgid "Smart link" -msgstr "" +msgstr "Slimme link" #: models.py:104 msgid "The inclusion is ignored for the first item." @@ -171,7 +171,7 @@ msgstr "" #: models.py:118 msgid "Expression" -msgstr "" +msgstr "Uitdrukking" #: models.py:121 msgid "Inverts the logic of the operator." @@ -221,13 +221,12 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 msgid "Available document types" -msgstr "" +msgstr "Beschikbare documentsoorten" #: views.py:99 msgid "Document types enabled" @@ -250,6 +249,7 @@ msgstr "'smartlink': %s bewerken." #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +269,7 @@ msgstr "Bewerk 'smartlink' conditie." #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +377,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo index 1ca3c85471..7e338b92e4 100644 Binary files a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po index 53a9f91741..f26283a1a3 100644 --- a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012,2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:33 msgid "Linking" @@ -146,12 +144,9 @@ msgstr "jest w wyrażeniu regularnym (wielkość liter ma znaczenie)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" -"Podaj szablon do wyrenderowania. Użyj domyślnego języka szablonów Django " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). Zmienna " -"kontekstowa {{ document }} jest dostępna." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Podaj szablon do wyrenderowania. Użyj domyślnego języka szablonów Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). Zmienna kontekstowa {{ document }} jest dostępna." #: models.py:43 #, python-format @@ -226,8 +221,7 @@ msgstr "Dokumenty w łączu: %s" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "Dokumenty w łączu \"%(smart_link)s\" powiązane z \"%(document)s\"" #: views.py:97 @@ -255,6 +249,7 @@ msgstr "Edytuj łącze: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "Usuń łącze: %s" @@ -274,6 +269,7 @@ msgstr "Edycja warunku łącza" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "Usunąć warunek łącza: \"%s\"?" @@ -381,14 +377,14 @@ msgstr "Usunąć warunek łącza: \"%s\"?" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo index e155982050..d2e09912e2 100644 Binary files a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index b234abef01..15ca42fe00 100644 --- a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 @@ -146,8 +145,8 @@ msgstr "contido em expressão regular (insensível a minúsculas/maiúsculas)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -223,8 +222,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -252,6 +250,7 @@ msgstr "Editar Ligação inteligente: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -271,6 +270,7 @@ msgstr "Editar condição de ligação inteligente" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -378,14 +378,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo index deac5d6a84..291998338c 100644 Binary files a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo differ 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 fed816756c..368c5190ce 100644 --- a/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -1,9 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Roberto Rosario, 2012 # Rogerio Falcone , 2015 @@ -11,20 +12,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 msgid "Linking" -msgstr "" +msgstr "Ligações" #: apps.py:55 models.py:18 msgid "Label" @@ -32,7 +32,7 @@ msgstr "Label" #: apps.py:62 models.py:25 msgid "Dynamic label" -msgstr "" +msgstr "Etiqueta dinâmica" #: apps.py:66 apps.py:71 models.py:27 models.py:124 msgid "Enabled" @@ -146,19 +146,18 @@ msgstr "está em expressão regular (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." -msgstr "" +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." +msgstr "Introduza um template para renderizar. Use a linguagem de templates padrão do Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). A variável {{ document }} está disponível. " #: models.py:43 #, python-format msgid "Error generating dynamic label; %s" -msgstr "" +msgstr "Erro gerando etiqueta dinâmica; %s" #: models.py:52 msgid "This smart link is not allowed for the selected document's type." -msgstr "" -"Este link inteligente não é permitido para o tipo de documento selecionado. " +msgstr "Este link inteligente não é permitido para o tipo de documento selecionado. " #: models.py:88 models.py:100 msgid "Smart link" @@ -224,17 +223,16 @@ msgstr "Os documentos em referência inteligente: %s " #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" -msgstr "" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgstr "Os documentos em link inteligente \"%(smart_link)s\" em relação com \"%(document)s\"" #: views.py:97 msgid "Available document types" -msgstr "" +msgstr "Tipos de documentos disponíveis" #: views.py:99 msgid "Document types enabled" -msgstr "" +msgstr "Tipos de documentos habilitados" #: views.py:108 #, python-format @@ -253,8 +251,9 @@ msgstr "Editar Ligação inteligente: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" -msgstr "" +msgstr "Apagar link inteligente: %s" #: views.py:222 #, python-format @@ -272,8 +271,9 @@ msgstr "Editar condição de ligação Inteligente" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" -msgstr "" +msgstr "Apagar condição de link inteligente: %s?" #~ msgid "Smart link condition: \"%s\" created successfully." #~ msgstr "Smart link condition: \"%s\" created successfully." @@ -379,14 +379,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo index 6be36a43f5..56b85aa338 100644 Binary files a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.mo differ 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 f3699cd158..22ca9f229b 100644 --- a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-04-17 09:43+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:33 msgid "Linking" @@ -27,7 +25,7 @@ msgstr "" #: apps.py:55 models.py:18 msgid "Label" -msgstr "" +msgstr "Etichetă" #: apps.py:62 models.py:25 msgid "Dynamic label" @@ -47,7 +45,7 @@ msgstr "" #: links.py:19 links.py:36 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:23 links.py:43 msgid "Edit" @@ -145,8 +143,8 @@ msgstr "este în expresie regulată (case insensitive)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -222,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -251,6 +248,7 @@ msgstr "Editare legătură inteligentă:% s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -270,6 +268,7 @@ msgstr "Editați condiție legătură inteligentă" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -377,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo index d751434975..cc892430f8 100644 Binary files a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po index cf2af204bc..7a6846669d 100644 --- a/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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" "Content-Transfer-Encoding: 8bit\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" +"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:33 msgid "Linking" @@ -27,7 +24,7 @@ msgstr "Связывание" #: apps.py:55 models.py:18 msgid "Label" -msgstr "" +msgstr "Надпись" #: apps.py:62 models.py:25 msgid "Dynamic label" @@ -47,7 +44,7 @@ msgstr "" #: links.py:19 links.py:36 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:23 links.py:43 msgid "Edit" @@ -63,7 +60,7 @@ msgstr "Создать новое отношение" #: links.py:39 models.py:29 msgid "Document types" -msgstr "" +msgstr "Типы документов" #: links.py:47 msgid "Documents" @@ -145,8 +142,8 @@ msgstr "В регулярном выражении (без учета регис #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -222,13 +219,12 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 msgid "Available document types" -msgstr "" +msgstr "Доступные типы документов" #: views.py:99 msgid "Document types enabled" @@ -251,6 +247,7 @@ msgstr "Редактировать отношение %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -270,6 +267,7 @@ msgstr "Изменить условие отношения" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -377,14 +375,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo index 2a6082ddf5..e620cd4324 100644 Binary files a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.mo differ 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 19ecc7eb81..646079185c 100644 --- a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2016-03-21 21:10+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:33 msgid "Linking" @@ -26,7 +24,7 @@ msgstr "" #: apps.py:55 models.py:18 msgid "Label" -msgstr "" +msgstr "Oznaka" #: apps.py:62 models.py:25 msgid "Dynamic label" @@ -144,8 +142,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -221,8 +219,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -250,6 +247,7 @@ msgstr "" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +267,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +375,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo index bf53f885cb..1b11313613 100644 Binary files a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo differ 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 fc12f223d1..28ddce969b 100644 --- a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 @@ -144,8 +143,8 @@ msgstr "" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -221,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -250,6 +248,7 @@ msgstr "Sửa liên kết thông minh: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +268,7 @@ msgstr "" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo index 85098aa6f7..bf81964d9b 100644 Binary files a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po index ec401f70d4..d607aedd2c 100644 --- a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 @@ -144,8 +143,8 @@ msgstr "正则表达式(大小写不敏感)" #: models.py:21 models.py:114 msgid "" "Enter a template to render. Use Django's default templating language " -"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The " -"{{ document }} context variable is available." +"(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). The {{ " +"document }} context variable is available." msgstr "" #: models.py:43 @@ -221,8 +220,7 @@ msgstr "" #: views.py:81 #, python-format -msgid "" -"Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" +msgid "Documents in smart link \"%(smart_link)s\" as related to \"%(document)s\"" msgstr "" #: views.py:97 @@ -250,6 +248,7 @@ msgstr "编辑智能链接: %s" #: views.py:210 #, python-format +#| msgid "Delete smart links" msgid "Delete smart link: %s" msgstr "" @@ -269,6 +268,7 @@ msgstr "编辑智能链接条件" #: views.py:334 #, python-format +#| msgid "Edit smart link condition" msgid "Delete smart link condition: \"%s\"?" msgstr "" @@ -376,14 +376,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query " -#~ "the database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate " -#~ "in some manner to the document being displayed and allow users the " -#~ "ability to jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query the " +#~ "database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate in " +#~ "some manner to the document being displayed and allow users the ability to " +#~ "jump to and from linked documents very easily." diff --git a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo index 078be1bf2e..221ad445d1 100644 Binary files a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.mo differ 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 db69af0f09..4b665608fe 100644 --- a/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:10 msgid "Lock manager" diff --git a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo index ce85c43d84..e2cd12d3d4 100644 Binary files a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.mo differ 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 16aa55fba7..508066e2cf 100644 --- a/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo index 4a937324de..8b747daee3 100644 Binary files a/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/bs_BA/LC_MESSAGES/django.mo differ 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 d8c241bbbd..d194394497 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:10 msgid "Lock manager" diff --git a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo index bce02dd87d..b1e5c87306 100644 Binary files a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po index 42172d1f13..63a8389a6f 100644 --- a/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo index 87ecab11b9..45cb6d6bbc 100644 Binary files a/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/de_DE/LC_MESSAGES/django.mo differ 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 1dd598a636..45668e68a8 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 @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:04+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo index 6a0a4fc8c9..6bcd9f629a 100644 Binary files a/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/en/LC_MESSAGES/django.mo differ 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 24995afa08..8b89946c4d 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: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-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/lock_manager/locale/es/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo index 60dd1a8559..d4da72101e 100644 Binary files a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.mo differ 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 f849bec9d2..28b9f597cd 100644 --- a/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:04+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo index 849a73a70f..5decc33561 100644 Binary files a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.mo differ 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 220a8dbc5b..bb1eeb1ca3 100644 --- a/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo index 4cf78f9f34..cade42fce7 100644 Binary files a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.mo differ 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 b6c794bc20..8dd496115e 100644 --- a/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:04+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo index 31bc456791..576f0cdf08 100644 Binary files a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.mo differ 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 f23da8db96..8ab470b890 100644 --- a/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo index 61e0fc9f54..2fac201b33 100644 Binary files a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.mo differ 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 3fb4e77904..28aab4d7a8 100644 --- a/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo index a0b07801dd..9c4fb23e94 100644 Binary files a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.mo differ 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 c6a26082a1..c734ff472b 100644 --- a/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/it/LC_MESSAGES/django.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-09-24 09:13+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 msgid "Lock manager" -msgstr "" +msgstr "Gestore blocco" #: models.py:14 msgid "Creation datetime" -msgstr "" +msgstr "Data e ora creazione" #: models.py:17 msgid "Timeout" -msgstr "" +msgstr "Timeout" #: models.py:20 msgid "Name" @@ -36,8 +36,8 @@ msgstr "Nome " #: models.py:46 msgid "Lock" -msgstr "" +msgstr "Blocco" #: models.py:47 msgid "Locks" -msgstr "" +msgstr "Blocchi" diff --git a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo index c3e432f76e..2c3454e151 100644 Binary files a/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/nl_NL/LC_MESSAGES/django.mo differ 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 0e832b5318..97fbc9977c 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 @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-09 16:40+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 @@ -24,7 +24,7 @@ msgstr "" #: models.py:14 msgid "Creation datetime" -msgstr "" +msgstr "Aanmaakdatum en tijd" #: models.py:17 msgid "Timeout" diff --git a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo index 920f3b37eb..2f721648c0 100644 Binary files a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.mo differ 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 fbaf773ace..f1fd7d74aa 100644 --- a/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:10 msgid "Lock manager" diff --git a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo index 971e20307f..123c54baf4 100644 Binary files a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.mo differ 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 d68b7a17d2..3be7f3e8ca 100644 --- a/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo index 28e967ca29..d875d26b9c 100644 Binary files a/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/pt_BR/LC_MESSAGES/django.mo differ 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 1e528d33ee..b33cfb2628 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 @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" -"PO-Revision-Date: 2015-08-20 19:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-04 19:32+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:10 msgid "Lock manager" -msgstr "" +msgstr "Gerenciador de bloqueios" #: models.py:14 msgid "Creation datetime" -msgstr "" +msgstr "Data e hora de criação" #: models.py:17 msgid "Timeout" -msgstr "Timeout" +msgstr "Tempo de expiração" #: models.py:20 msgid "Name" @@ -36,8 +36,8 @@ msgstr "Nome" #: models.py:46 msgid "Lock" -msgstr "" +msgstr "Bloqueio" #: models.py:47 msgid "Locks" -msgstr "" +msgstr "Bloqueios" diff --git a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo index 76b5c11e9c..4160a281ac 100644 Binary files a/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ro_RO/LC_MESSAGES/django.mo differ 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 0fbbebb8c9..3b61ec3c92 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:10 msgid "Lock manager" diff --git a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo index 4fcb8a4cb0..b9970521ac 100644 Binary files a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.mo differ 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 c59a478084..d532d5e137 100644 --- a/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\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" "Content-Transfer-Encoding: 8bit\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" +"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:10 msgid "Lock manager" @@ -30,7 +27,7 @@ msgstr "" #: models.py:17 msgid "Timeout" -msgstr "" +msgstr "Таймаут" #: models.py:20 msgid "Name" diff --git a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo index 4919aa85d0..70062d1c09 100644 Binary files a/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/sl_SI/LC_MESSAGES/django.mo differ 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 4110121b8a..53f4d53e38 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:10 msgid "Lock manager" diff --git a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo index ff3f788e4e..7ff23a51ff 100644 Binary files a/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/vi_VN/LC_MESSAGES/django.mo differ 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 ab30940492..710bb23a22 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 @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:20-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:10 diff --git a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo index 8c6851b7ef..222bc205e2 100644 Binary files a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po index 375c656722..a1edde08ae 100644 --- a/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/lock_manager/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:15+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:10 diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo index e4d593729d..798d7b15f0 100644 Binary files a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index e3b60fdf74..bd25e15981 100644 --- a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:25 msgid "Mailer" diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo index 41a8f565eb..2046c01dcd 100644 Binary files a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po index 5d562fc798..c79c8d79b6 100644 --- a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pavlin Koldamov , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:07+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo index 7479e0e772..6621c1115f 100644 Binary files a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.mo differ 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 c997c8a4ee..b5d974c753 100644 --- a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:25 msgid "Mailer" diff --git a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo index 2add574c51..97a0d55e8d 100644 Binary files a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po index 6699d1623c..2991b80f60 100644 --- a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo index ae3b607a73..4680b55b45 100644 Binary files a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.mo differ 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 f7ae4596c3..2a57caa1e0 100644 --- a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:07+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 @@ -61,11 +60,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Anlagen: {{ document }}\n" -"\n" -" --------\n" -" Diese E-Mail wurde gesendet mit %(project_title)s (%(project_website)s)" +msgstr "Anlagen: {{ document }}\n\n --------\n Diese E-Mail wurde gesendet mit %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -74,12 +69,7 @@ msgid "" "\n" "--------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Um dieses Dokument anzuzeigen klicken Sie bitte auf folgenden Link: " -"{{ link }}\n" -"\n" -"--------\n" -" Diese E-Mail wurde gesendet mit %(project_title)s (%(project_website)s)" +msgstr "Um dieses Dokument anzuzeigen klicken Sie bitte auf folgenden Link: {{ link }}\n\n--------\n Diese E-Mail wurde gesendet mit %(project_title)s (%(project_website)s)" #: models.py:13 msgid "Date time" @@ -115,14 +105,11 @@ msgstr "Link für Dokument: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "" -"Vorlage für die Betreffzeile des Formulars für die Dokumentenlinkversendung" +msgstr "Vorlage für die Betreffzeile des Formulars für die Dokumentenlinkversendung" #: settings.py:20 msgid "Template for the document link email form body line." -msgstr "" -"Vorlage für den Nachrichtenteil des Formulars für die " -"Dokumentenlinkversendung" +msgstr "Vorlage für den Nachrichtenteil des Formulars für die Dokumentenlinkversendung" #: settings.py:24 msgid "Document: {{ document }}" @@ -130,13 +117,11 @@ msgstr "Dokument: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." -msgstr "" -"Vorlage für die Betreffzeile des Formulars für die Dokumentenversendung" +msgstr "Vorlage für die Betreffzeile des Formulars für die Dokumentenversendung" #: settings.py:30 msgid "Template for the document email form body line." -msgstr "" -"Vorlage für den Nachrichtenteil des Formulars für die Dokumentenversendung" +msgstr "Vorlage für den Nachrichtenteil des Formulars für die Dokumentenversendung" #: views.py:56 msgid "Must provide at least one document." diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo index 6a0a4fc8c9..6bcd9f629a 100644 Binary files a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po index 9b4f869bdb..8794297880 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-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/mailer/locale/es/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.mo index 3dc483650f..9388e3b453 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 879d79776e..620c494815 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lory977 , 2015 # Roberto Rosario, 2015 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-05-09 01:36+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 @@ -64,13 +63,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Se adjunta a este correo electrónico es el documento: {{ document }}\n" -"\n" -"\n" -"--------\n" -"Este correo electrónico ha sido enviado desde %(project_title)s " -"(%(project_website)s)" +msgstr "Se adjunta a este correo electrónico es el documento: {{ document }}\n\n\n--------\nEste correo electrónico ha sido enviado desde %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -79,13 +72,7 @@ msgid "" "\n" "--------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Para acceder a este documento, haga clic en el siguiente enlace: {{ link }}\n" -"\n" -"\n" -"--------\n" -"Este correo electrónico ha sido enviado desde %(project_title)s " -"(%(project_website)s)" +msgstr "Para acceder a este documento, haga clic en el siguiente enlace: {{ link }}\n\n\n--------\nEste correo electrónico ha sido enviado desde %(project_title)s (%(project_website)s)" #: models.py:13 msgid "Date time" @@ -121,15 +108,11 @@ msgstr "Enlace para el documento: {{ documento }}" #: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "" -"Plantilla para la línea de asunto del correo electrónico para envío de " -"enlace del documento." +msgstr "Plantilla para la línea de asunto del correo electrónico para envío de enlace del documento." #: settings.py:20 msgid "Template for the document link email form body line." -msgstr "" -"Plantilla para el cuerpo del correo electrónico de envío de enlace de " -"documento." +msgstr "Plantilla para el cuerpo del correo electrónico de envío de enlace de documento." #: settings.py:24 msgid "Document: {{ document }}" @@ -137,15 +120,11 @@ msgstr "Documento: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." -msgstr "" -"Plantilla para la línea de sujeto del correo electrónico de envio de " -"documento." +msgstr "Plantilla para la línea de sujeto del correo electrónico de envio de documento." #: settings.py:30 msgid "Template for the document email form body line." -msgstr "" -"Plantilla para la línea de cuerpo del correo electrónico para envío de " -"documento." +msgstr "Plantilla para la línea de cuerpo del correo electrónico para envío de documento." #: views.py:56 msgid "Must provide at least one document." @@ -153,9 +132,7 @@ msgstr "Debe proveer al menos un documento" #: views.py:105 msgid "Successfully queued for delivery via email." -msgstr "" -"Añadido de forma exitosa a la lista de espera para envío de correo " -"electrónico" +msgstr "Añadido de forma exitosa a la lista de espera para envío de correo electrónico" #: views.py:114 msgid "Send" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo index 09249c1f46..3a0871e711 100644 Binary files a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index efe781c16f..09712e1eff 100644 --- a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mehdi Amani , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:07+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo index 92b49c990a..68ac401944 100644 Binary files a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po index 5a1b0b1405..c4d440791c 100644 --- a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:07+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:25 @@ -62,11 +61,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Attaché à ce courriel , voici le - document: {{ document }}\n" -"\n" -" --------\n" -" Ce courriel a été envoyé depuis %(project_title)s (%(project_website)s)" +msgstr "Attaché à ce courriel , voici le - document: {{ document }}\n\n --------\n Ce courriel a été envoyé depuis %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -75,11 +70,7 @@ msgid "" "\n" "--------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" -"Pour acceder à ce document cliquer sur le lien suivant: {{ link }}\n" -"\n" -"--------\n" -" Ce courriel a été envoyé depuis %(project_title)s (%(project_website)s)" +msgstr "Pour acceder à ce document cliquer sur le lien suivant: {{ link }}\n\n--------\n Ce courriel a été envoyé depuis %(project_title)s (%(project_website)s)" #: models.py:13 msgid "Date time" diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo index 1f25302393..3ad8c86f5d 100644 Binary files a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po index db0f4c3c07..478628ce15 100644 --- a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo index 1d29bd505a..25ce02cbc7 100644 Binary files a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po index cf05435e0a..4a8852851e 100644 --- a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo index 20a3264de4..1ccfce19a4 100644 Binary files a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po index 410c3a9b52..d36773ca27 100644 --- a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-08-20 19:16+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-09-24 10:09+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 msgid "Mailer" -msgstr "" +msgstr "Posta" #: apps.py:37 msgid "Date and time" @@ -28,31 +28,31 @@ msgstr "Data e ora" #: apps.py:41 models.py:16 msgid "Message" -msgstr "" +msgstr "Messaggio" #: forms.py:29 msgid "Email address" -msgstr "" +msgstr "Indirizzo email" #: forms.py:30 msgid "Subject" -msgstr "" +msgstr "Oggetto" #: forms.py:32 msgid "Body" -msgstr "" +msgstr "Corpo" #: links.py:14 msgid "Email document" -msgstr "" +msgstr "Documento email" #: links.py:18 msgid "Email link" -msgstr "" +msgstr "Link email" #: links.py:22 views.py:31 msgid "Document mailing error log" -msgstr "" +msgstr "Log errori mailing documento" #: literals.py:7 #, python-format @@ -61,7 +61,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" +msgstr "Allegato a questa mail è il documento: {{ document }}\n\n --------\nQuesta mail è stata inviata da %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -70,7 +70,7 @@ msgid "" "\n" "--------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" +msgstr "Per accedere al documento fai click sul seguente link: {{ link }}\n\n--------\nQuesta mail è stata inviata da %(project_title)s (%(project_website)s)" #: models.py:13 msgid "Date time" @@ -78,51 +78,51 @@ msgstr "Appuntamento " #: models.py:22 msgid "Log entry" -msgstr "" +msgstr "Elemento log" #: models.py:23 msgid "Log entries" -msgstr "" +msgstr "Elementi log" #: permissions.py:7 settings.py:11 msgid "Mailing" -msgstr "" +msgstr "Mailing" #: permissions.py:10 msgid "Send document link via email" -msgstr "" +msgstr "Invia il link al documento via email" #: permissions.py:13 msgid "Send document via email" -msgstr "" +msgstr "Invia il documento via mail" #: permissions.py:16 msgid "View document mailing error log" -msgstr "" +msgstr "Vedi i log di errore del mailing documenti" #: settings.py:14 msgid "Link for document: {{ document }}" -msgstr "" +msgstr "Link per il documento: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "" +msgstr "Template per l'oggetto del modulo e-mail per l'invio del collegamento al documento." #: settings.py:20 msgid "Template for the document link email form body line." -msgstr "" +msgstr "Template per il corpo del modulo e-mail per l'invio del collegamento al documento." #: settings.py:24 msgid "Document: {{ document }}" -msgstr "" +msgstr "Documento: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." -msgstr "" +msgstr "Template per l'oggetto del modulo e-mail per l'invio documento." #: settings.py:30 msgid "Template for the document email form body line." -msgstr "" +msgstr "Template per il corpo del modulo e-mail per l'invio documento." #: views.py:56 msgid "Must provide at least one document." @@ -130,28 +130,28 @@ msgstr "Fornire almeno un documento " #: views.py:105 msgid "Successfully queued for delivery via email." -msgstr "" +msgstr "Messo in coda per il recapito via email." #: views.py:114 msgid "Send" -msgstr "" +msgstr "Invia" #: views.py:120 #, python-format msgid "Email document: %s" -msgstr "" +msgstr "Email documento: %s" #: views.py:122 #, python-format msgid "Email link for document: %s" -msgstr "" +msgstr "Email link per il documento: %s" #: views.py:125 #, python-format msgid "Email documents: %s" -msgstr "" +msgstr "Email documenti: %s" #: views.py:127 #, python-format msgid "Email links for documents: %s" -msgstr "" +msgstr "Email link per i documenti: %s" 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 7fdab9fb0e..426a200b38 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 a17f95f981..d37cfe6384 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po @@ -1,54 +1,54 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-08-20 19:16+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-10-28 12:35+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 msgid "Mailer" -msgstr "" +msgstr "Mailer" #: apps.py:37 msgid "Date and time" -msgstr "" +msgstr "Datum en tijd" #: apps.py:41 models.py:16 msgid "Message" -msgstr "" +msgstr "Bericht" #: forms.py:29 msgid "Email address" -msgstr "" +msgstr "E-mailadres" #: forms.py:30 msgid "Subject" -msgstr "" +msgstr "Onderwerp" #: forms.py:32 msgid "Body" -msgstr "" +msgstr "Body" #: links.py:14 msgid "Email document" -msgstr "" +msgstr "E-mail document" #: links.py:18 msgid "Email link" -msgstr "" +msgstr "E-mail lin" #: links.py:22 views.py:31 msgid "Document mailing error log" @@ -78,11 +78,11 @@ msgstr "Datum en tijd" #: models.py:22 msgid "Log entry" -msgstr "" +msgstr "Loginvoer" #: models.py:23 msgid "Log entries" -msgstr "" +msgstr "Loginvoer" #: permissions.py:7 settings.py:11 msgid "Mailing" @@ -90,11 +90,11 @@ msgstr "" #: permissions.py:10 msgid "Send document link via email" -msgstr "" +msgstr "Verzend documentlink via e-mail" #: permissions.py:13 msgid "Send document via email" -msgstr "" +msgstr "Verzend document via e-mai" #: permissions.py:16 msgid "View document mailing error log" @@ -102,7 +102,7 @@ msgstr "" #: settings.py:14 msgid "Link for document: {{ document }}" -msgstr "" +msgstr "Link voor document: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." @@ -114,7 +114,7 @@ msgstr "" #: settings.py:24 msgid "Document: {{ document }}" -msgstr "" +msgstr "Document: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." @@ -130,28 +130,28 @@ msgstr "U dient minstens 1 document aan te geven." #: views.py:105 msgid "Successfully queued for delivery via email." -msgstr "" +msgstr "Succesvol in de wachtrij geplaatst voor levering via e-mail." #: views.py:114 msgid "Send" -msgstr "" +msgstr "Verzenden" #: views.py:120 #, python-format msgid "Email document: %s" -msgstr "" +msgstr "E-mail document: %s" #: views.py:122 #, python-format msgid "Email link for document: %s" -msgstr "" +msgstr "E-mail link voor document: %s" #: views.py:125 #, python-format msgid "Email documents: %s" -msgstr "" +msgstr "E-mail documenten: %s" #: views.py:127 #, python-format msgid "Email links for documents: %s" -msgstr "" +msgstr "E-mail links voor documenten: %s" diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo index 9078b6c873..1fb73eb45e 100644 Binary files a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po index 77c9827c47..c38e9cd01a 100644 --- a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Annunnaky , 2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:07+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:25 msgid "Mailer" diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo index 175bbb7aad..f1f05abb0b 100644 Binary files a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po index 62d98edb8c..f419ceacc2 100644 --- a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:25 @@ -106,9 +105,7 @@ msgstr "Hiperligação para o documento: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "" -"Modelo para a linha do assunto do formulário de mensagem da hiperligação de " -"documento." +msgstr "Modelo para a linha do assunto do formulário de mensagem da hiperligação de documento." #: settings.py:20 msgid "Template for the document link email form body line." diff --git a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo index 108fef086f..57b92419df 100644 Binary files a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.mo differ 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 d67c39f1ef..fa2bb6d545 100644 --- a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po @@ -1,35 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:07+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 22:45+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:25 msgid "Mailer" -msgstr "" +msgstr "Envio de emails" #: apps.py:37 msgid "Date and time" -msgstr "data e hora" +msgstr "Data e hora" #: apps.py:41 models.py:16 msgid "Message" -msgstr "" +msgstr "Mensagem" #: forms.py:29 msgid "Email address" @@ -45,15 +45,15 @@ msgstr "Corpo" #: links.py:14 msgid "Email document" -msgstr "Email documento" +msgstr "Documento do e-mail" #: links.py:18 msgid "Email link" -msgstr "Email de ligação" +msgstr "Ligação do e-mail" #: links.py:22 views.py:31 msgid "Document mailing error log" -msgstr "" +msgstr "Registro de erro de envio" #: literals.py:7 #, python-format @@ -62,7 +62,7 @@ msgid "" "\n" " --------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" +msgstr "Se anexa a este documento de e-mail: {{ document }}\n--------\nEste e-mail foi enviado por %(project_title)s (%(project_website)s)" #: literals.py:13 #, python-format @@ -71,15 +71,15 @@ msgid "" "\n" "--------\n" " This email has been sent from %(project_title)s (%(project_website)s)" -msgstr "" +msgstr "Para acessar este documento clique na ligação a seguir: {{ link }}\n--------\nEste email foi enviado por %(project_title)s (%(project_website)s)" #: models.py:13 msgid "Date time" -msgstr "hora, data" +msgstr "Data e hora" #: models.py:22 msgid "Log entry" -msgstr "" +msgstr "Entrada de registro" #: models.py:23 msgid "Log entries" @@ -87,7 +87,7 @@ msgstr "As entradas de log" #: permissions.py:7 settings.py:11 msgid "Mailing" -msgstr "Mailing" +msgstr "Envio de e-mails" #: permissions.py:10 msgid "Send document link via email" @@ -99,7 +99,7 @@ msgstr "Enviar documento por e-mail" #: permissions.py:16 msgid "View document mailing error log" -msgstr "" +msgstr "Visualizar registro de erros de envio de e-mails" #: settings.py:14 msgid "Link for document: {{ document }}" @@ -107,12 +107,11 @@ msgstr "Link para o documento: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." -msgstr "" -"Template para a linha de formulário electrónico Assunto link do documento." +msgstr "Modelo para a linha de assunto do e-mail para envio do link do documento." #: settings.py:20 msgid "Template for the document link email form body line." -msgstr "Modelo para o documento, linha de corpo formulário de e-mail." +msgstr "Modelo para a linha do corpo do formulário do e-mail para envio do link do documento" #: settings.py:24 msgid "Document: {{ document }}" @@ -120,19 +119,19 @@ msgstr "Documento: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." -msgstr "Modelo para o documento, linha de assuntos e-mail." +msgstr "Modelo para a linha de assunto do e-mail de envio de documento." #: settings.py:30 msgid "Template for the document email form body line." -msgstr "Modelo para o documento, linha de corpo formulário de e-mail." +msgstr "Modelo para a linha de corpo do e-mail para envio de documento." #: views.py:56 msgid "Must provide at least one document." -msgstr "Deve fornecer, pelo menos, um documento." +msgstr "Deve fornecer pelo menos um documento." #: views.py:105 msgid "Successfully queued for delivery via email." -msgstr "Sucesso da Fila para a entrega via e-mail." +msgstr "Agregado com êxito à lista de espera para envio de e-mail." #: views.py:114 msgid "Send" @@ -146,7 +145,7 @@ msgstr "E-mail de documentos: %s" #: views.py:122 #, python-format msgid "Email link for document: %s" -msgstr "link de E-mail para documento: %s " +msgstr "link de e-mail para documento: %s " #: views.py:125 #, python-format @@ -156,4 +155,4 @@ msgstr "E-mail de documentos: %s" #: views.py:127 #, python-format msgid "Email links for documents: %s" -msgstr "link de E-mail para documento: %s " +msgstr "link de e-mail para documento: %s " 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 358120ab5e..3a0d42b056 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 967b4d3c91..debd0713cd 100644 --- a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:25 msgid "Mailer" @@ -75,7 +73,7 @@ msgstr "" #: models.py:13 msgid "Date time" -msgstr "" +msgstr "Data și ora" #: models.py:22 msgid "Log entry" diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo index b815247086..5bd5e1c07b 100644 Binary files a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po index db3965edd9..08e00e499f 100644 --- a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po @@ -1,48 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-08-20 19:16+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-07-13 21:46+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:25 msgid "Mailer" -msgstr "" +msgstr "Электронный почтальон" #: apps.py:37 msgid "Date and time" -msgstr "" +msgstr "Дата и время" #: apps.py:41 models.py:16 msgid "Message" -msgstr "" +msgstr "Сообщение" #: forms.py:29 msgid "Email address" -msgstr "" +msgstr "Адрес электронной почты" #: forms.py:30 msgid "Subject" -msgstr "" +msgstr "Тема" #: forms.py:32 msgid "Body" -msgstr "" +msgstr "Тело письма" #: links.py:14 msgid "Email document" @@ -54,7 +52,7 @@ msgstr "" #: links.py:22 views.py:31 msgid "Document mailing error log" -msgstr "" +msgstr "Журнал ошибок отправки электронной почты" #: literals.py:7 #, python-format @@ -80,11 +78,11 @@ msgstr "Дата и время" #: models.py:22 msgid "Log entry" -msgstr "" +msgstr "Запись журнала" #: models.py:23 msgid "Log entries" -msgstr "" +msgstr "Записи журнала" #: permissions.py:7 settings.py:11 msgid "Mailing" @@ -92,19 +90,19 @@ msgstr "" #: permissions.py:10 msgid "Send document link via email" -msgstr "" +msgstr "Отослать ссылку на документ по электронной почте" #: permissions.py:13 msgid "Send document via email" -msgstr "" +msgstr "Отослать документ по электронной почте" #: permissions.py:16 msgid "View document mailing error log" -msgstr "" +msgstr "Просмотр журнала ошибок отправки почты" #: settings.py:14 msgid "Link for document: {{ document }}" -msgstr "" +msgstr "Ссылка на документ: {{ document }}" #: settings.py:15 msgid "Template for the document link email form subject line." @@ -116,7 +114,7 @@ msgstr "" #: settings.py:24 msgid "Document: {{ document }}" -msgstr "" +msgstr "Документ: {{ document }}" #: settings.py:25 msgid "Template for the document email form subject line." @@ -132,11 +130,11 @@ msgstr "Необходимо указатьть хотя бы один доку #: views.py:105 msgid "Successfully queued for delivery via email." -msgstr "" +msgstr "Успешно добавлено в очередь доставки электронной почты." #: views.py:114 msgid "Send" -msgstr "" +msgstr "Отправить" #: views.py:120 #, python-format diff --git a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo index 7f361f8242..7947303cfc 100644 Binary files a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.mo differ 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 694a31d693..193e9e08e9 100644 --- a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:25 msgid "Mailer" diff --git a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo index 389a7422ee..58c2f06787 100644 Binary files a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.mo differ 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 46644b421b..60e533f5f7 100644 --- a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:25 diff --git a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo index 9a8565540e..d8ab2ea206 100644 Binary files a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po index b18141236c..68d6790c07 100644 --- a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-08-20 19:16+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:25 diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo index b54f06132b..6f20d3280a 100644 Binary files a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po index 2afac07b6d..f55324a8bc 100644 --- a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo index bc73bbff7d..8fa341dd15 100644 Binary files a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po index 04b8907be7..6fc0b44d0c 100644 --- a/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo index 6f18c3a6ee..0706344f25 100644 Binary files a/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/bs_BA/LC_MESSAGES/django.mo differ 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 fc7032eaf6..e3e01b024c 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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/da/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo index 385a77f281..6662d5afe8 100644 Binary files a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po index 8f1bdb3790..de0dec79b7 100644 --- a/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/da/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" diff --git a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo index 9fb51e65da..10e9d47bae 100644 Binary files a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo differ 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 ddd1afd196..4c07c4c086 100644 --- a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -7,14 +7,14 @@ # Berny , 2015 # Mathias Behrle , 2014 # Stefan Lodders , 2012 -# Tobias Paepke , 2014 +# Tobias Paepke , 2014,2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-10-31 19:03+0000\n" +"Last-Translator: Tobias Paepke \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" @@ -102,7 +102,7 @@ msgstr "Fehler für Standardwert: %s" #: forms.py:94 models.py:124 #, python-format msgid "\"%s\" is required for this document type." -msgstr "" +msgstr "\"%s\" wird für diesen Dokumententyp benötigt." #: forms.py:130 #| msgid " Available models: %s" @@ -279,7 +279,7 @@ msgstr "Primärschlüssel des hinzuzufügenden Metadatentyps" #: serializers.py:40 msgid "Primary key of the document metadata type." -msgstr "" +msgstr "Primärschlüssel des Metadatendokumententyps." #: serializers.py:46 msgid "Value of the corresponding metadata type instance." diff --git a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo index 1a25f79901..63994bec65 100644 Binary files a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po index 6c837632ca..dca3b971ba 100644 --- a/mayan/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo index c127b53f98..78d02904b0 100644 Binary files a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po index d9396dcd99..cc51820b24 100644 --- a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-23 06:39+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" @@ -32,7 +32,7 @@ msgstr "Documentos que sin metadatos requeridos" #: apps.py:93 msgid "Documents missing optional metadata" -msgstr "" +msgstr "Documentos sin metadatos opcionales" #: apps.py:112 msgid "" @@ -92,22 +92,22 @@ msgstr "Actualizar" #: forms.py:65 #, python-format msgid "Lookup value error: %s" -msgstr "" +msgstr "Error en valor de búsqueda: %s" #: forms.py:78 #, python-format msgid "Default value error: %s" -msgstr "" +msgstr "Error en valor por defecto: %s" #: forms.py:94 models.py:124 #, python-format msgid "\"%s\" is required for this document type." -msgstr "" +msgstr "\"%s\" es requerido para este tipo de documento." #: forms.py:130 #| msgid " Available models: %s" msgid " Available template context variables: " -msgstr "" +msgstr "Variables de contexto de plantilla disponibles:" #: forms.py:141 msgid "Remove" @@ -154,7 +154,7 @@ msgstr "Tipos de metadatos" msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." -msgstr "" +msgstr "Nombre usado por otros módulos para hacer referencia a este valor. No utilize palabras reservadas de Python o espacios." #: models.py:47 msgid "Label" @@ -164,7 +164,7 @@ msgstr "Etiqueta" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "" +msgstr "Introduzca una plantilla para generar. Use el lenguaje de plantillas de Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). " #: models.py:55 msgid "Default" @@ -175,7 +175,7 @@ msgid "" "Enter a template to render. Must result in a comma delimited string. Use " "Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." -msgstr "" +msgstr "Introduzca una plantilla para generar. Debe resultar en una cadena de texto delimitada por comas. Use el lenguaje de plantillas de Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/). " #: models.py:65 msgid "Lookup" @@ -185,7 +185,7 @@ msgstr "Lista de opciones" msgid "" "The validator will reject data entry if the value entered does not conform " "to the expected format." -msgstr "" +msgstr "El validador rechazará la entrada de datos si el valor introducido no se ajusta al formato esperado." #: models.py:72 msgid "Validator" @@ -195,11 +195,11 @@ msgstr "Validador" msgid "" "The parser will reformat the value entered to conform to the expected " "format." -msgstr "" +msgstr "El analizador volverá a formatear el valor introducido para ajustarse al formato esperado." #: models.py:78 msgid "Parser" -msgstr "" +msgstr "Analizador" #: models.py:131 msgid "Value is not one of the provided options." @@ -279,7 +279,7 @@ msgstr "Llave principal del tipo de meta datos a ser agregada." #: serializers.py:40 msgid "Primary key of the document metadata type." -msgstr "" +msgstr "Llave primaria del tipo de metadato del documento." #: serializers.py:46 msgid "Value of the corresponding metadata type instance." @@ -302,7 +302,7 @@ msgstr[1] "Los documentos seleccionados no tienen metadatos." #: views.py:139 #, python-format msgid "Error editing metadata for document: %(document)s; %(exception)s." -msgstr "" +msgstr "Error editando metadato para el documento %(document)s; %(exception)s." #: views.py:150 #, python-format diff --git a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo index 49eef23cad..77a41754ad 100644 Binary files a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/fa/LC_MESSAGES/django.po index 126b729929..6768c807b8 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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 4537391e21..d26681e94e 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 3e3413cd2d..8e705b5f33 100644 --- a/mayan/apps/metadata/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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/metadata/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo index 4a59f15e6b..7befe12136 100644 Binary files a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po index eddf4eddb2..f553baa2f6 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo index 486e031308..25923ff24d 100644 Binary files a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po index 2cdb0292dc..028716db1e 100644 --- a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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/metadata/locale/it/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.mo index 4ebe834b54..3afdd8fbc0 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 b5b1e775e8..83cc6837ee 100644 --- a/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-10-30 21:18+0000\n" +"Last-Translator: Marco Camplese \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" @@ -100,7 +100,7 @@ msgstr "Valore di default errore: %s" #: forms.py:94 models.py:124 #, python-format msgid "\"%s\" is required for this document type." -msgstr "" +msgstr "\"%s\" è richiesto per questo tipo di documento.." #: forms.py:130 #| msgid " Available models: %s" @@ -277,7 +277,7 @@ msgstr "Chiave primaria del tipo metadato da aggiungere." #: serializers.py:40 msgid "Primary key of the document metadata type." -msgstr "" +msgstr "Chiave primaria del tipo metadato del documento" #: serializers.py:46 msgid "Value of the corresponding metadata type instance." diff --git a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo index db2eedb31c..89be2431e2 100644 Binary files a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo differ 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 2477953f41..f64596bedd 100644 --- a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-09 16:41+0000\n" +"Last-Translator: Evelijn Saaltink \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,11 +21,11 @@ msgstr "" #: apps.py:52 apps.py:142 links.py:39 permissions.py:7 settings.py:10 msgid "Metadata" -msgstr "" +msgstr "Metadata" #: apps.py:76 msgid "Documents missing required metadata" -msgstr "" +msgstr "Documenten missen vereiste metadata" #: apps.py:93 msgid "Documents missing optional metadata" @@ -38,15 +39,15 @@ msgstr "" #: apps.py:118 msgid "Metadata type name" -msgstr "" +msgstr "Metadata soortnaam" #: apps.py:121 msgid "Metadata type value" -msgstr "" +msgstr "Metadata typenaam" #: apps.py:125 msgid "Value of a metadata" -msgstr "" +msgstr "Waarde van een metadata" #: apps.py:127 msgid "Return the value of a specific document metadata" @@ -54,11 +55,11 @@ msgstr "" #: apps.py:147 forms.py:19 models.py:158 msgid "Value" -msgstr "" +msgstr "Waarde" #: apps.py:151 forms.py:39 models.py:208 msgid "Required" -msgstr "" +msgstr "Verplicht" #: apps.py:173 forms.py:112 models.py:91 models.py:206 msgid "Metadata type" @@ -75,7 +76,7 @@ msgstr "" #: forms.py:13 msgid "ID" -msgstr "" +msgstr "ID" #: forms.py:16 models.py:45 msgid "Name" @@ -83,7 +84,7 @@ msgstr "Naam" #: forms.py:21 msgid "Update" -msgstr "" +msgstr "Updaten" #: forms.py:65 #, python-format @@ -93,12 +94,12 @@ msgstr "" #: forms.py:78 #, python-format msgid "Default value error: %s" -msgstr "" +msgstr "Standaard waardefout: %s" #: forms.py:94 models.py:124 #, python-format msgid "\"%s\" is required for this document type." -msgstr "" +msgstr "\"%s\" is vereist voor deze documentsoort." #: forms.py:130 #| msgid " Available models: %s" @@ -111,27 +112,27 @@ msgstr "Verwijder" #: links.py:16 links.py:24 msgid "Add metadata" -msgstr "" +msgstr "Voeg metadata toe" #: links.py:20 links.py:27 msgid "Edit metadata" -msgstr "" +msgstr "Bewerk metadata" #: links.py:30 links.py:34 msgid "Remove metadata" -msgstr "" +msgstr "Verwijder metadata" #: links.py:42 msgid "Optional metadata" -msgstr "" +msgstr "Optionele metadata" #: links.py:46 msgid "Required metadata" -msgstr "" +msgstr "Vereiste metadata" #: links.py:51 msgid "Create new" -msgstr "" +msgstr "Maak nieuwe aan" #: links.py:56 msgid "Delete" @@ -143,7 +144,7 @@ msgstr "bewerken" #: links.py:64 models.py:92 views.py:561 msgid "Metadata types" -msgstr "" +msgstr "Metadatasoorten" #: models.py:42 #| msgid "Do not use python reserved words, or spaces." @@ -154,7 +155,7 @@ msgstr "" #: models.py:47 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:51 msgid "" @@ -207,7 +208,7 @@ msgstr "Document" #: models.py:155 msgid "Type" -msgstr "" +msgstr "Type" #: models.py:167 msgid "Metadata type is required for this document type." diff --git a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo index 25596d9d07..674ae93261 100644 Binary files a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po index ea406ac33d..cc9d5d1219 100644 --- a/mayan/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo index 694f7700c8..203a0a0fb1 100644 Binary files a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po index 12fa12f31e..fd1c9fc7f3 100644 --- a/mayan/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo index 3273373dfa..5d8c3cf9ab 100644 Binary files a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo differ 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 797f5a775c..af31537046 100644 --- a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -4,6 +4,7 @@ # # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2013 # Renata Oliveira , 2011 # Rogerio Falcone , 2015 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" -"Last-Translator: Roberto Rosario\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +32,7 @@ msgstr "Documentos em falta metadados necessários" #: apps.py:93 msgid "Documents missing optional metadata" -msgstr "" +msgstr "Documentos sem metadados opcionais" #: apps.py:112 msgid "" @@ -91,22 +92,22 @@ msgstr "Atualizar" #: forms.py:65 #, python-format msgid "Lookup value error: %s" -msgstr "" +msgstr "Erro de valor de pesquisa: %s" #: forms.py:78 #, python-format msgid "Default value error: %s" -msgstr "" +msgstr "Erro de valor padrão: %s" #: forms.py:94 models.py:124 #, python-format msgid "\"%s\" is required for this document type." -msgstr "" +msgstr "\"%s\" é necessário para este tipo de documento." #: forms.py:130 #| msgid " Available models: %s" msgid " Available template context variables: " -msgstr "" +msgstr "Variáveis de contexto do modelo disponíveis:" #: forms.py:141 msgid "Remove" @@ -153,7 +154,7 @@ msgstr "Tipos de metadados" msgid "" "Name used by other apps to reference this value. Do not use python reserved " "words, or spaces." -msgstr "" +msgstr "Nome usado por outros aplicativos em referência a este valor. Não usar palavras reservadas de python, ou espaços." #: models.py:47 msgid "Label" @@ -163,7 +164,7 @@ msgstr "Label" msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" -msgstr "" +msgstr "Insira um modelo para renderizar. Use a linguagem de modelo padrão do Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" #: models.py:55 msgid "Default" @@ -174,7 +175,7 @@ msgid "" "Enter a template to render. Must result in a comma delimited string. Use " "Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)." -msgstr "" +msgstr "Insira um modelo para renderizar. Precisa resultar em uma seqüência de caracteres delimitada por vírgulas. Use a linguagem de modelo padrão do Django (https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" #: models.py:65 msgid "Lookup" @@ -184,25 +185,25 @@ msgstr "Tipo de metadados não é válido, para o tipo de documento" msgid "" "The validator will reject data entry if the value entered does not conform " "to the expected format." -msgstr "" +msgstr "O validador rejeitará a entrada de dados se o valor inserido não estiver de acordo com o formato esperado." #: models.py:72 msgid "Validator" -msgstr "" +msgstr "Validador" #: models.py:76 msgid "" "The parser will reformat the value entered to conform to the expected " "format." -msgstr "" +msgstr "O analisador irá reformatar o valor inserido para estar em conformidade com o formato esperado." #: models.py:78 msgid "Parser" -msgstr "" +msgstr "Analisador" #: models.py:131 msgid "Value is not one of the provided options." -msgstr "" +msgstr "O valor não é uma das opções fornecidas." #: models.py:153 msgid "Document" @@ -278,7 +279,7 @@ msgstr "Chave primária do tipo de metadados a ser adicionado." #: serializers.py:40 msgid "Primary key of the document metadata type." -msgstr "" +msgstr "Chave primária do tipo de metadados a ser adicionado." #: serializers.py:46 msgid "Value of the corresponding metadata type instance." @@ -295,13 +296,13 @@ msgstr "Apenas selecionar documentos do mesmo tipo." #: views.py:75 views.py:370 msgid "The selected document doesn't have any metadata." msgid_plural "The selected documents don't have any metadata." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "O documento selecionado não possui metadados." +msgstr[1] "Os documentos selecionados não possuem metadados." #: views.py:139 #, python-format msgid "Error editing metadata for document: %(document)s; %(exception)s." -msgstr "" +msgstr "Erro editando metadados para o documento: %(document)s; %(exception)s." #: views.py:150 #, python-format @@ -311,8 +312,8 @@ msgstr "Metadados para o documento %s alterados com sucesso." #: views.py:168 msgid "Edit document metadata" msgid_plural "Edit documents metadata" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Editar metadado do documento" +msgstr[1] "Editar metadados dos documentos" #: views.py:256 #, python-format @@ -337,8 +338,8 @@ msgstr "Tipo Metadado: %(metadata_type)s já está presente no documento%(docume #: views.py:313 msgid "Add metadata types to document" msgid_plural "Add metadata types to documents" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Adicionar tipos de metadados para o documento" +msgstr[1] "Adicionar tipos de metadados para os documentos" #: views.py:429 #, python-format @@ -357,8 +358,8 @@ msgstr "Erro para remover o tipo de metadado \"%(metadata_type)s\" do documento: #: views.py:461 msgid "Remove metadata types from the document" msgid_plural "Remove metadata types from the documents" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Remover tipos de metadados do documento" +msgstr[1] "Remover tipos de metadados dos documentos" #: views.py:504 #, python-format @@ -373,7 +374,7 @@ msgstr "Criar Tipo de documento" #, python-format #| msgid "Delete metadata types" msgid "Delete the metadata type: %s?" -msgstr "" +msgstr "Apagar o tipo de metadados: %s?" #: views.py:542 #, python-format @@ -387,11 +388,11 @@ msgstr "nome interno" #: views.py:568 #| msgid "View metadata types" msgid "Available metadata types" -msgstr "" +msgstr "Tipos de metadados disponíveis" #: views.py:569 msgid "Metadata types assigned" -msgstr "" +msgstr "Tipos de metadados atribuídos" #: views.py:600 #, python-format @@ -401,7 +402,7 @@ msgstr "Tipo de metadado opicional para os tipos de documentos : %s" #: views.py:618 #, python-format msgid "Required metadata types for document type: %s" -msgstr "" +msgstr "Tipos de metadados requeridos para documento do tipo: %s" #~ msgid "Missing metadata" #~ msgstr "edit metadata" diff --git a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo index c81b3ab298..78f128bfdf 100644 Binary files a/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ro_RO/LC_MESSAGES/django.mo differ 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 1bf407077c..89d368ad7c 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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.mo b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo index 5bc738f7b6..348cd83c88 100644 Binary files a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po index ea7bd4e0a5..4b031aa240 100644 --- a/mayan/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+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" diff --git a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo index b13708db57..5f7cd966a9 100644 Binary files a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.mo differ 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 aeb0eb999a..5cffd068be 100644 --- a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/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: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-10-28 07:35+0000\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+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" @@ -154,7 +154,7 @@ msgstr "" #: models.py:47 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:51 msgid "" diff --git a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo index c153c3f2fd..e993492b2c 100644 Binary files a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo differ 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 0965b2a857..cb8bfc085e 100644 --- a/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+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_CN/LC_MESSAGES/django.mo b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo index c00fc18ae2..ba9e5196dd 100644 Binary files a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po index 87c852967c..9fbb6e817a 100644 --- a/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-10-28 07:35+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo index 576d64bf6b..de93f15b39 100644 Binary files a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po index 2931cbfb66..c92fce1501 100644 --- a/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:7 msgid "Mirroring" diff --git a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo index 92bf76bc18..0bab54a440 100644 Binary files a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po index f06b22c9e4..07bec77092 100644 --- a/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo index 47901479e5..62051bec48 100644 Binary files a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.mo differ 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 ed09edfcea..ac177fba8f 100644 --- a/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:7 msgid "Mirroring" diff --git a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo index ecfd7f0ea8..51a000c16a 100644 Binary files a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po index 7d9d6b8d98..234d769840 100644 --- a/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo index c5c6b0dfc1..6cff24c793 100644 Binary files a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.mo differ 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 0fab74e146..b087316afb 100644 --- a/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 @@ -25,12 +24,8 @@ msgstr "Spiegelung" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" -"Zeit in Sekunden, die ein Pfad zu einem Dokument zwischengespeichert werden " -"soll." +msgstr "Zeit in Sekunden, die ein Pfad zu einem Dokument zwischengespeichert werden soll." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" -"Zeit in Sekunden, die ein Pfad zu einem zu einem Indexknotenpunkt " -"zwischengespeichert werden soll." +msgstr "Zeit in Sekunden, die ein Pfad zu einem zu einem Indexknotenpunkt zwischengespeichert werden soll." diff --git a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo index 4c0a17b256..6bcd9f629a 100644 Binary files a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/en/LC_MESSAGES/django.po index ca225e962e..4de25c13e7 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-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/mirroring/locale/es/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo index 78067cd9cb..aeaabc0089 100644 Binary files a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po index 7c6bd58de8..bb26ad0ebc 100644 --- a/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:21+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 @@ -25,12 +24,8 @@ msgstr "Reflejado" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" -"Tiempo en segundos durante los cuales se almacenará en caché la ruta de " -"búsqueda de acceso a un documento." +msgstr "Tiempo en segundos durante los cuales se almacenará en caché la ruta de búsqueda de acceso a un documento." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" -"Tiempo en segundos durante los cuales se almacenará en caché la ruta de " -"búsqueda de acceso a un nodo de índice." +msgstr "Tiempo en segundos durante los cuales se almacenará en caché la ruta de búsqueda de acceso a un nodo de índice." diff --git a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo index 864ddf0483..3b64a3b977 100644 Binary files a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po index c1484d7996..cca30de7cb 100644 --- a/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo index e4f0774f51..973c969c2d 100644 Binary files a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po index d61c1d7285..0d80bc74a1 100644 --- a/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Thierry Schott , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:08+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:9 settings.py:7 @@ -25,10 +24,8 @@ msgstr "Duplication" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" -"Temps en secondes de rétention en cache du chemin d'accès à un document." +msgstr "Temps en secondes de rétention en cache du chemin d'accès à un document." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" -"Temps en seconde de rétention en cache du chemin d'accès à un noeud d'index." +msgstr "Temps en seconde de rétention en cache du chemin d'accès à un noeud d'index." diff --git a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo index 2ae13c4f07..4e73198520 100644 Binary files a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po index 9024298060..12c85511a0 100644 --- a/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo index ac4749ac84..479a91534c 100644 Binary files a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po index ba2507506e..d2676a954c 100644 --- a/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo index 8c52273939..5b9e2fce33 100644 Binary files a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po index 21354226e7..0d44e378d7 100644 --- a/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Giovanni Tricarico , 2016 +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:08+0000\n" -"Last-Translator: Giovanni Tricarico \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-09-24 08:52+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 @@ -25,8 +25,8 @@ msgstr "Mirroring " #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" +msgstr "Tempo in secondi per mettere in cache il percorso di ricerca del documento." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" +msgstr "Tempo in secondi per mettere in cache il percorso di ricerca del nodo indice.." diff --git a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo index e45c511217..9cb6cef19b 100644 Binary files a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.mo differ 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 3d84a45bda..efb5a083f6 100644 --- a/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/nl_NL/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-09-24 05:11+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-09 16:40+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 msgid "Mirroring" -msgstr "" +msgstr "Spiegelen" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." diff --git a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo index f160ee771b..1d962cf8cf 100644 Binary files a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po index 64704c4047..050c8c3a01 100644 --- a/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:9 settings.py:7 msgid "Mirroring" diff --git a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo index 549cad4abf..d6cb0d7f17 100644 Binary files a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po index 156dcde1e1..5102d6b7c7 100644 --- a/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo index 604d9bfce8..4aac618884 100644 Binary files a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.mo differ 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 b1507855b1..8996463034 100644 --- a/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/pt_BR/LC_MESSAGES/django.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-09-24 05:11+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-04 19:01+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:9 settings.py:7 msgid "Mirroring" -msgstr "" +msgstr "Espelhamento" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" +msgstr "Tempo em segundos durante o qual se armazenará no cache a rota de busca de acesso a um documento." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" +msgstr "Tempo em segundos durante o qual se armazenará em cache a rota de busca de acesso a um nó de índice." diff --git a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo index 93e81936d7..88d7137d3d 100644 Binary files a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.mo differ 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 3cf8f3f66f..e90bbb5f3c 100644 --- a/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:9 settings.py:7 msgid "Mirroring" diff --git a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo index cbbc14ce5d..50188f62fa 100644 Binary files a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po index 65bb0c7992..eac7a5d1cd 100644 --- a/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/ru/LC_MESSAGES/django.po @@ -1,33 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2015-09-24 05:11+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-07-19 20:05+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:7 msgid "Mirroring" -msgstr "" +msgstr "Зеркалирование" #: settings.py:11 msgid "Time in seconds to cache the path lookup to a document." -msgstr "" +msgstr "Время хранения пути поиска документа в кэше." #: settings.py:15 msgid "Time in seconds to cache the path lookup to an index node." -msgstr "" +msgstr "Время в секундах хранения пути до индексируемого узла в кэше." diff --git a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo index 92bfb0dcbb..eb496c2c01 100644 Binary files a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.mo differ 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 460b14a8ab..393a1b22b8 100644 --- a/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:9 settings.py:7 msgid "Mirroring" diff --git a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo index 02e0ad029a..7acdd78d69 100644 Binary files a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.mo differ 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 948eb7780e..8378a062d1 100644 --- a/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo index 461fd19996..0b05489337 100644 Binary files a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po index 285b33fe2f..90012aad6d 100644 --- a/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/mirroring/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2015-09-24 05:11+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:7 diff --git a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.mo index 39802cd244..56d5a2babf 100644 Binary files a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po index eb172173f1..324015cb62 100644 --- a/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:21 links.py:25 permissions.py:7 msgid "Message of the day" diff --git a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.mo index 6ab92d714d..94f1a9c706 100644 Binary files a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po index d2aa2a2c7c..b1ff9522f6 100644 --- a/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.mo index 7820370430..da5ac9527f 100644 Binary files a/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.mo differ 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 1c62b9f2c6..05d1f0a9c5 100644 --- a/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:21 links.py:25 permissions.py:7 msgid "Message of the day" diff --git a/mayan/apps/motd/locale/da/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/da/LC_MESSAGES/django.mo index 85288ed1c5..84dbc72b69 100644 Binary files a/mayan/apps/motd/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/da/LC_MESSAGES/django.po b/mayan/apps/motd/locale/da/LC_MESSAGES/django.po index c2a08109d1..da83d65c8a 100644 --- a/mayan/apps/motd/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.mo index efef14bcd6..140ebef966 100644 Binary files a/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.mo differ 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 76d84a8014..39006d95d2 100644 --- a/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/de_DE/LC_MESSAGES/django.po @@ -1,26 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Berny , 2016 +# Tobias Paepke , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-05-20 21:31+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Nachricht des Tages" #: apps.py:29 models.py:20 msgid "Enabled" @@ -28,7 +29,7 @@ msgstr "Aktiviert" #: apps.py:32 models.py:24 msgid "Start date time" -msgstr "" +msgstr "Startdatum und Uhrzeit" #: apps.py:33 apps.py:37 msgid "None" @@ -36,11 +37,11 @@ msgstr "Keine" #: apps.py:36 models.py:29 msgid "End date time" -msgstr "" +msgstr "Enddatum und Uhrzeit" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Nachricht erstellen" #: links.py:18 msgid "Delete" @@ -52,7 +53,7 @@ msgstr "Bearbeiten" #: models.py:13 msgid "Short description of this message." -msgstr "" +msgstr "Kurze Beschreibung dieser Nachricht." #: models.py:14 msgid "Label" @@ -60,7 +61,7 @@ msgstr "Bezeichner" #: models.py:17 msgid "The actual message to be displayed." -msgstr "" +msgstr "Die anzuzeigende Nachricht." #: models.py:18 models.py:35 msgid "Message" @@ -68,42 +69,42 @@ msgstr "Nachricht" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" +msgstr "Datum und Uhrzeit ab der die Nachricht angezeigt wird." #: models.py:28 msgid "Date and time until when this message is to be displayed." -msgstr "" +msgstr "Datum und Uhrzeit bis zu der die Nachricht angezeigt wird." #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Nachrichten" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Nachrichten erstellen" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Nachrichten löschen" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Nachrichten bearbeiten" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Nachrichten anzeigen" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Nachrichten des Tages" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Nachricht %s löschen?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Nachricht %s bearbeiten" diff --git a/mayan/apps/motd/locale/en/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/en/LC_MESSAGES/django.mo index 4c0a17b256..6bcd9f629a 100644 Binary files a/mayan/apps/motd/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/en/LC_MESSAGES/django.po b/mayan/apps/motd/locale/en/LC_MESSAGES/django.po index 032dbb106f..0db8de404c 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-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/motd/locale/es/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/es/LC_MESSAGES/django.mo index 874ec161d3..7efba47068 100644 Binary files a/mayan/apps/motd/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/es/LC_MESSAGES/django.po b/mayan/apps/motd/locale/es/LC_MESSAGES/django.po index a23c5ae2f6..34c363de35 100644 --- a/mayan/apps/motd/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 @@ -69,8 +68,7 @@ msgstr "Mensaje" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" -"Fecha y hora después de la cual este mensaje comenzara a ser desplegado." +msgstr "Fecha y hora después de la cual este mensaje comenzara a ser desplegado." #: models.py:28 msgid "Date and time until when this message is to be displayed." diff --git a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.mo index 5ac3e5b6e4..21beb0f96b 100644 Binary files a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po index 9be9cdc444..c0c7967e4b 100644 --- a/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.mo index ce72b67579..19af43041f 100644 Binary files a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po index d2070cd0e7..ebf659b44c 100644 --- a/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/fr/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-04-26 07:54+0000\n" +"Last-Translator: Baptiste GAILLET \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Message du jour" #: apps.py:29 models.py:20 msgid "Enabled" @@ -28,7 +27,7 @@ msgstr "Activé" #: apps.py:32 models.py:24 msgid "Start date time" -msgstr "" +msgstr "Date de début" #: apps.py:33 apps.py:37 msgid "None" @@ -36,11 +35,11 @@ msgstr "Aucun" #: apps.py:36 models.py:29 msgid "End date time" -msgstr "" +msgstr "Date de fin" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Créer un message" #: links.py:18 msgid "Delete" @@ -52,7 +51,7 @@ msgstr "Modifier" #: models.py:13 msgid "Short description of this message." -msgstr "" +msgstr "Description courte du message" #: models.py:14 msgid "Label" @@ -60,7 +59,7 @@ msgstr "Libellé" #: models.py:17 msgid "The actual message to be displayed." -msgstr "" +msgstr "Message à afficher." #: models.py:18 models.py:35 msgid "Message" @@ -68,42 +67,42 @@ msgstr "Message" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" +msgstr "Date et heure de la publication du message." #: models.py:28 msgid "Date and time until when this message is to be displayed." -msgstr "" +msgstr "Date et heure de fin de la publication du message." #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Messages" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Créer des messages" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Supprimer les messages" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Editer les messages" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Voir les messages" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Messages du jour" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Supprimer le message: %s?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Editer le message: %s" diff --git a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.mo index 7ee3bfeecd..1806831aae 100644 Binary files a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po index 6b563210c7..e39f06cc30 100644 --- a/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/id/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/id/LC_MESSAGES/django.mo index 1f3edf1031..e55867630e 100644 Binary files a/mayan/apps/motd/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/id/LC_MESSAGES/django.po b/mayan/apps/motd/locale/id/LC_MESSAGES/django.po index ec4b2be048..d86531e352 100644 --- a/mayan/apps/motd/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/it/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/it/LC_MESSAGES/django.mo index c2ab8a7063..a8a530aaa4 100644 Binary files a/mayan/apps/motd/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/it/LC_MESSAGES/django.po b/mayan/apps/motd/locale/it/LC_MESSAGES/django.po index b4190806e3..c94b91b5a2 100644 --- a/mayan/apps/motd/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/it/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-09-24 10:04+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Messaggio del giorno" #: apps.py:29 models.py:20 msgid "Enabled" @@ -28,7 +28,7 @@ msgstr "Abilitato" #: apps.py:32 models.py:24 msgid "Start date time" -msgstr "" +msgstr "Data e ora inizio" #: apps.py:33 apps.py:37 msgid "None" @@ -36,11 +36,11 @@ msgstr "Nessuna " #: apps.py:36 models.py:29 msgid "End date time" -msgstr "" +msgstr "Data e ora fine" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Crea messaggio" #: links.py:18 msgid "Delete" @@ -52,58 +52,58 @@ msgstr "Modifica" #: models.py:13 msgid "Short description of this message." -msgstr "" +msgstr "Descrizione breve di questo messaggio" #: models.py:14 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: models.py:17 msgid "The actual message to be displayed." -msgstr "" +msgstr "Messaggio effettivo da visualizzare." #: models.py:18 models.py:35 msgid "Message" -msgstr "" +msgstr "Messaggio" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" +msgstr "Orario di inizio visualizzazione di questo messaggio." #: models.py:28 msgid "Date and time until when this message is to be displayed." -msgstr "" +msgstr "Orario di fine visualizzazione di questo messaggio." #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Messaggi" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Crea messaggi" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Cancella messaggi" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Modifica messaggi" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Vedi messaggi" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Messaggi del giorno" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Cancellare il messaggio: %s?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Modificare il messaggio: %s?" diff --git a/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.mo index 54696dca91..12c7950e30 100644 Binary files a/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.mo differ 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 c70d1dfd6a..afed4b1605 100644 --- a/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/nl_NL/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-01 09:04+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Bericht van de dag" #: apps.py:29 models.py:20 msgid "Enabled" @@ -40,7 +40,7 @@ msgstr "" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Maak bericht aan" #: links.py:18 msgid "Delete" @@ -56,7 +56,7 @@ msgstr "" #: models.py:14 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:17 msgid "The actual message to be displayed." @@ -64,7 +64,7 @@ msgstr "" #: models.py:18 models.py:35 msgid "Message" -msgstr "" +msgstr "Bericht" #: models.py:23 msgid "Date and time after which this message will be displayed." @@ -76,34 +76,34 @@ msgstr "" #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Berichten" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Maak berichten aan" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Verwijder berichten" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Bewerk berichten" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Bekijk berichten" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Berichten van de dag" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Verwijder het bericht: %s?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Bewerk bericht: %s" diff --git a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.mo index 89716f4502..37cd5b08d1 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 f0b9b3e29f..b549ae513d 100644 --- a/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" diff --git a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.mo index 6b0e9a4d12..dc6cd83cf8 100644 Binary files a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po index d1281ba228..5b789a953d 100644 --- a/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.mo index 753a0c9935..dcce68a211 100644 Binary files a/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.mo differ 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 d402ef5356..3312d49b26 100644 --- a/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/pt_BR/LC_MESSAGES/django.po @@ -1,26 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Mensagem do dia" #: apps.py:29 models.py:20 msgid "Enabled" @@ -28,7 +28,7 @@ msgstr "habilitado" #: apps.py:32 models.py:24 msgid "Start date time" -msgstr "" +msgstr "Data inicial" #: apps.py:33 apps.py:37 msgid "None" @@ -36,11 +36,11 @@ msgstr "Nenhum" #: apps.py:36 models.py:29 msgid "End date time" -msgstr "" +msgstr "Data final" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Criar mensagem" #: links.py:18 msgid "Delete" @@ -52,7 +52,7 @@ msgstr "Editar" #: models.py:13 msgid "Short description of this message." -msgstr "" +msgstr "Breve descrição da mensagem" #: models.py:14 msgid "Label" @@ -60,50 +60,50 @@ msgstr "Label" #: models.py:17 msgid "The actual message to be displayed." -msgstr "" +msgstr "Mensagem a ser exibida" #: models.py:18 models.py:35 msgid "Message" -msgstr "" +msgstr "Mensagem" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" +msgstr "Data e hora depois da qual esta mensagem começará a ser exibida." #: models.py:28 msgid "Date and time until when this message is to be displayed." -msgstr "" +msgstr "Data e hora até no qual esta mensagem será exibida." #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Mensagens" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Criar mensagens" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Apagar mensagens" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Editar mensagens" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Visualizar mensagens" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Mensagem do dia" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Apagar a mensagem: %s?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Editar mensagem: %s" diff --git a/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.mo index b7aca0d833..8014d5f271 100644 Binary files a/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.mo differ 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 4eb9cf42b6..829432e60a 100644 --- a/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ro_RO/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:21 links.py:25 permissions.py:7 msgid "Message of the day" @@ -45,7 +43,7 @@ msgstr "" #: links.py:18 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:21 msgid "Edit" @@ -57,7 +55,7 @@ msgstr "" #: models.py:14 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:17 msgid "The actual message to be displayed." diff --git a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.mo index cc50c41040..0a5c5af43c 100644 Binary files a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po index 5786bb300b..508e21c03d 100644 --- a/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/ru/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 20:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:21 links.py:25 permissions.py:7 msgid "Message of the day" -msgstr "" +msgstr "Объявление дня" #: apps.py:29 models.py:20 msgid "Enabled" @@ -30,7 +28,7 @@ msgstr "Доступно" #: apps.py:32 models.py:24 msgid "Start date time" -msgstr "" +msgstr "Дата и время начала" #: apps.py:33 apps.py:37 msgid "None" @@ -38,15 +36,15 @@ msgstr "Ни один" #: apps.py:36 models.py:29 msgid "End date time" -msgstr "" +msgstr "Дата и время окончания" #: links.py:13 views.py:29 msgid "Create message" -msgstr "" +msgstr "Создать объявление" #: links.py:18 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:21 msgid "Edit" @@ -54,58 +52,58 @@ msgstr "Редактировать" #: models.py:13 msgid "Short description of this message." -msgstr "" +msgstr "Короткое описание этого объявления." #: models.py:14 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:17 msgid "The actual message to be displayed." -msgstr "" +msgstr "Тело объявления, которое будет отображаться." #: models.py:18 models.py:35 msgid "Message" -msgstr "" +msgstr "Сообщение" #: models.py:23 msgid "Date and time after which this message will be displayed." -msgstr "" +msgstr "Дата и время начала отображения объявления." #: models.py:28 msgid "Date and time until when this message is to be displayed." -msgstr "" +msgstr "Дата и время окончания отображения объявления." #: models.py:36 views.py:66 msgid "Messages" -msgstr "" +msgstr "Объявления" #: permissions.py:10 msgid "Create messages" -msgstr "" +msgstr "Создать объявления" #: permissions.py:13 msgid "Delete messages" -msgstr "" +msgstr "Удалить объявления" #: permissions.py:16 msgid "Edit messages" -msgstr "" +msgstr "Редактировать объявления" #: permissions.py:19 msgid "View messages" -msgstr "" +msgstr "Просмотр объявлений" #: templates/motd/messages.html:8 msgid "Messages of the day" -msgstr "" +msgstr "Объявления дня" #: views.py:42 #, python-format msgid "Delete the message: %s?" -msgstr "" +msgstr "Удалить объявление: %s?" #: views.py:55 #, python-format msgid "Edit message: %s" -msgstr "" +msgstr "Правка объявления: %s" diff --git a/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.mo index 72daf43ada..b135516d4e 100644 Binary files a/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.mo differ 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 ddd4608aac..6d986669c1 100644 --- a/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:21 links.py:25 permissions.py:7 msgid "Message of the day" @@ -57,7 +55,7 @@ msgstr "" #: models.py:14 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:17 msgid "The actual message to be displayed." diff --git a/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.mo index 63c2677790..1130a9a565 100644 Binary files a/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.mo differ 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 afc2593079..e1fd1f8136 100644 --- a/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.mo index ba251235bd..04f6b653de 100644 Binary files a/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.po index 41abc4680d..82766ee890 100644 --- a/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/motd/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:55-0400\n" "PO-Revision-Date: 2016-03-21 20:55+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:21 links.py:25 permissions.py:7 diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo index eb14671fae..d83c33c4ca 100644 Binary files a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index ab9b27cb12..90e3c66bb5 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo index da476f0e46..e6716564af 100644 Binary files a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po index a064c69bc1..4ed1f660e6 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo index 9a2cc56010..c9ab428f67 100644 Binary files a/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/bs_BA/LC_MESSAGES/django.mo differ 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 4c01aa0779..eca126c1e4 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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/da/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo index c3d6d9a622..43d06ec1e4 100644 Binary files a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po index e7aa54caea..492ce519af 100644 --- a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" diff --git a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index 7e1c1cdddb..18cd4f8d85 100644 Binary files a/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo differ 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 93df8b7712..c8499968d3 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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/en/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo index a38083900f..8dde99e136 100644 Binary files a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po index 043adfe354..54e1532594 100644 --- a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo index 46db480d55..cd474a3cf5 100644 Binary files a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po index a339c06518..816e9c1c62 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo index 11c87e20e1..db7c629693 100644 Binary files a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po index 97c72edc0d..023065c1d0 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo index 0fdbd553c7..8a1026afce 100644 Binary files a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po index b0fb5e83f0..66797f1fd8 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo index d1bf858a98..7c684f452f 100644 Binary files a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po index 0f8cb6a279..4c26fa24b9 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo index 52a42afd1a..1cda33dd88 100644 Binary files a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po index dfb336110b..701886ab8a 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo index ae0711975b..af4ed27cf2 100644 Binary files a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po index 8f0391e952..cbc196ffd4 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo index 834541a00c..cfe3cc3136 100644 Binary files a/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo differ 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 508ee15e4b..9de0e5af88 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo index 62c98d66be..eb6c2bd3fe 100644 Binary files a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po index 5bab4ef560..2c703eb33b 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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 ce43fa0a9e..c4533b7293 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 41b6ae356a..2f743c7cba 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo index 8a429c02a4..a53203c2e2 100644 Binary files a/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo differ 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 0798d6183c..4287d93437 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo index 6e84cb2820..c9c921f230 100644 Binary files a/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ro_RO/LC_MESSAGES/django.mo differ 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 b76ab73ccb..63dac74d94 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo index 48276ea81f..17ccc21ae0 100644 Binary files a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po index 06d467f9d3..ff3317c211 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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.mo b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo index 745b82d152..cc2463d6d2 100644 Binary files a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.mo differ 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 3125bfe9c1..fa7649e64e 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo index e34a5bc47c..0dc6a7dcbc 100644 Binary files a/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo differ 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 0e2353bef6..121a78f3f1 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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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_CN/LC_MESSAGES/django.mo b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo index b171c61180..36820d5e92 100644 Binary files a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po index 65e0d1210c..7d201b248b 100644 --- a/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-09-24 05:15+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.mo index 00cf0eb677..d33d02381d 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 88b07b7979..b0206f7384 100644 --- a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -64,6 +62,7 @@ msgid "Contents" msgstr "المحتويات" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -128,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -154,14 +154,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "File path to poppler's pdftotext program used to extract text from PDF files." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -172,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -191,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -211,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -390,11 +394,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -451,11 +455,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.mo index a8ee36a615..4264c34634 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 cf242c82ca..8271504913 100644 --- a/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -63,6 +62,7 @@ msgid "Contents" msgstr "Съдържание" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -127,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -153,12 +154,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -170,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -189,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -209,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -380,11 +386,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -441,11 +447,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 fc751ac455..21a88cf9c2 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 b32e7ac381..4e6ec93fad 100644 --- a/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -64,6 +62,7 @@ msgid "Contents" msgstr "Sadržaj" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -128,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -154,14 +154,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Staza do popplerovog programa pdftotext za vađenje teksta iz PDF datoteka." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Staza do popplerovog programa pdftotext za vađenje teksta iz PDF datoteka." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -172,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -191,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -211,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -384,11 +388,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +449,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo index a4cd1085c8..a921460396 100644 Binary files a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po index cd1edf5b8c..b133f3f72f 100644 --- a/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2013 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -64,6 +63,7 @@ msgid "Contents" msgstr "Indhold" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -128,6 +128,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -154,15 +155,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Fil sti til poppler's pdftotext program, brugt til at identificere tekst fra " -"PDF filer." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Fil sti til poppler's pdftotext program, brugt til at identificere tekst fra PDF filer." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -173,6 +174,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -192,17 +194,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -212,6 +215,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -383,11 +387,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -444,11 +448,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 49480deb6b..e02f73938b 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 f3669741dc..2ebf6dad14 100644 --- a/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Berny , 2015 +# Berny , 2015-2016 # Mathias Behrle , 2014 # Stefan Lodders , 2012 # tilmannsittig , 2012 @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-05-20 21:32+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -67,6 +66,7 @@ msgid "Contents" msgstr "Inhalte" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "In die OCR-Verarbeitung einstellen" @@ -80,7 +80,7 @@ msgstr "OCR Einrichtung" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "Texterkennung pro Dokumententyp durchführen" #: links.py:37 views.py:161 msgid "OCR errors" @@ -131,6 +131,7 @@ msgid "Document page content" msgstr "Seiteninhalt" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "Seiteninhalt" @@ -157,29 +158,26 @@ msgid "Change document type OCR settings" msgstr "OCR-Einstellungen für Dokumententyp beabeiten" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "Pfad zum 'tesseract'-Programm" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Pfad zum \"pdftotext\"-Programm (bereitgestellt von poppler), das benutzt " -"wird, um Text aus PDF-Dateien zu extrahieren." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Pfad zum \"pdftotext\"-Programm (bereitgestellt von poppler), das benutzt wird, um Text aus PDF-Dateien zu extrahieren." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." -msgstr "" -"Vollständiger Pfad zum Backend, das für die OCR-Schrifterkennung verwendet " -"werden soll." +msgstr "Vollständiger Pfad zum Backend, das für die OCR-Schrifterkennung verwendet werden soll." #: settings.py:27 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." +msgstr "Neue Dokumententypen definieren, für die die OCR-Texterkennung automatisch durchgeführt werden soll." #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "Dokumente in die OCR-Verarbeitung einstellen?" @@ -199,18 +197,19 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "Dokument %(document)s in OCR-Warteschlange eingereiht" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "Ausgewählte Dokumente in die OCR-Warteschlange einreihen?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Alle Dokumente eines Typs in die OCR-Verarbeitung einstellen" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d Dokumente vom Typ \"%(document_type)s\" in OCR-Warteschlange eingereiht" #: views.py:132 #, python-format @@ -219,8 +218,9 @@ msgstr "OCR-Einstellungen für Dokumententyp %s bearbeiten" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" -msgstr "" +msgstr "Ergebnis der OCR-Texterkennung für Dokument %s" #~ msgid "Delete" #~ msgstr "delete" @@ -390,11 +390,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -451,11 +451,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo index 1cc81aff51..98fbe96d5d 100644 Binary files a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po index f6de2b8ff1..3fcac13e17 100644 --- a/mayan/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/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: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.mo index 9de25753b4..f5894d90b9 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 09aa4e10ad..e415ac73d5 100644 --- a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-05-09 01:31+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-23 06:34+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -65,6 +64,7 @@ msgid "Contents" msgstr "Contenido" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "Enviar para OCR" @@ -78,7 +78,7 @@ msgstr "Configurar OCR" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "Realizar OCR por tipo de documento" #: links.py:37 views.py:161 msgid "OCR errors" @@ -129,6 +129,7 @@ msgid "Document page content" msgstr "Contenido de página de documento" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "Contenido de página de documento" @@ -152,18 +153,18 @@ msgstr "Ver el texto transcrito de los documentos" #: permissions.py:18 msgid "Change document type OCR settings" -msgstr "" +msgstr "Cambiar opciones OCR por tipo de documento" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." -msgstr "" +msgstr "La ruta de archivo del programa tesseract." #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Ruta de acceso al programa de poppler llamado pdftotext utilizado para " -"extraer texto de archivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Ruta de acceso al programa de poppler llamado pdftotext utilizado para extraer texto de archivos PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -171,9 +172,10 @@ msgstr "Ruta completa a la aplicación que se usará para OCR." #: settings.py:27 msgid "Set new document types to perform OCR automatically by default." -msgstr "" +msgstr "Realizar OCR a nuevo tipos de documentos por defecto." #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "¿Enviar todos los documentos para OCR?" @@ -193,26 +195,28 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "Documento: %(document)s fue añadido a la lista de espera de OCR" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" -msgstr "" +msgstr "¿Enviar los documentos seleccionados para OCR?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Enviar todos los documentos de un tipo para OCR" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d documentos de tipo \"%(document_type)s\" enviados para OCR." #: views.py:132 #, python-format msgid "Edit OCR settings for document type: %s" -msgstr "" +msgstr "Editar opciones OCR para el tipo de documento: %s" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "Resultados del OCR para documento: %s" @@ -384,11 +388,11 @@ msgstr "Resultados del OCR para documento: %s" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +449,9 @@ msgstr "Resultados del OCR para documento: %s" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.mo index a422dff517..30872c763c 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 74d3bc8565..e5e8354592 100644 --- a/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -62,6 +61,7 @@ msgid "Contents" msgstr "محتوا" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -126,6 +126,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -152,12 +153,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "محل فایل POPPLER جهت استخراج TEXT از PDF" #: settings.py:22 @@ -169,6 +172,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -188,17 +192,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "سند : %(document)s جهت ocr وارد صف شد." #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -208,6 +213,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -377,11 +383,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -438,11 +444,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.mo index e6538b2e3e..8da1e81a31 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 4bc72e4d49..fd803f0095 100644 --- a/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po @@ -1,9 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Bruno CAPELETO , 2016 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # Pierre Lhoste , 2012 # Thierry Schott , 2016 @@ -11,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-05-23 19:55+0000\n" +"Last-Translator: Bruno CAPELETO \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -65,6 +66,7 @@ msgid "Contents" msgstr "Contenus" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "Soumettre à l'OCR" @@ -78,7 +80,7 @@ msgstr "Paramétrage de l'OCR" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "OCR documents par type" #: links.py:37 views.py:161 msgid "OCR errors" @@ -90,8 +92,7 @@ msgstr "Type de document" #: models.py:20 msgid "Automatically queue newly created documents for OCR." -msgstr "" -"Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." +msgstr "Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." #: models.py:24 msgid "Document type settings" @@ -130,6 +131,7 @@ msgid "Document page content" msgstr "Contenu de la page du document" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "Contenu des pages du document" @@ -156,15 +158,15 @@ msgid "Change document type OCR settings" msgstr "Modifier les paramétrages OCR du type de document" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "Chemin vers l'exécutable tesseract." #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à " -"partir des fichiers PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Chemin vers l'exécutable poppler pdftotext, utilisé pour extraire du texte à partir des fichiers PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -175,6 +177,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "Traiter automatiquement les nouveaux types de document par l'OCR." #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "Soumettre tous les documents à l'OCR ?" @@ -194,18 +197,19 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "Le document : %(document)s a été ajouté à la file d'attente OCR." #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "Soumettre les documents sélectionnés à la file d'attente OCR ?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Soumettre tous les documents d'un type à l'OCR" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d documents de type \"%(document_type)s\" ajoutés à la file d'attente OCR" #: views.py:132 #, python-format @@ -214,8 +218,9 @@ msgstr "Modifier les paramètres OCR pour le type de document : %s" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" -msgstr "" +msgstr "Résultats de l'OCR pour le document: %s" #~ msgid "Delete" #~ msgstr "delete" @@ -385,11 +390,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -446,11 +451,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.mo index a9ad72e459..44b43ad1b3 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 ee4a3d53f6..26322a1865 100644 --- a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -62,6 +61,7 @@ msgid "Contents" msgstr "Tartalom" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -126,6 +126,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -152,12 +153,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -169,6 +172,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -188,17 +192,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -208,6 +213,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -379,11 +385,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -440,11 +446,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.mo index f9d32cd10e..c86dfd9383 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 74c2baf97a..63c65aae45 100644 --- a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -62,6 +61,7 @@ msgid "Contents" msgstr "Isi" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -126,6 +126,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -152,12 +153,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -169,6 +172,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -188,17 +192,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -208,6 +213,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -377,11 +383,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -438,11 +444,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.mo index f2a7ce7503..9ca1c5e76d 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 62af1e9c96..d2dec0e5e8 100644 --- a/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-09-24 10:33+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -35,23 +35,23 @@ msgstr "Aggiunto" #: apps.py:99 models.py:36 msgid "Result" -msgstr "" +msgstr "Risultato" #: apps.py:160 apps.py:165 apps.py:170 msgid "pdftotext version" -msgstr "" +msgstr "versione pdftotext" #: apps.py:160 apps.py:178 msgid "not found" -msgstr "" +msgstr "non trovato" #: apps.py:166 apps.py:184 msgid "error getting version" -msgstr "" +msgstr "errore recupero versione" #: apps.py:178 apps.py:183 apps.py:188 msgid "tesseract version" -msgstr "" +msgstr "versione tesseract" #: forms.py:40 #, python-format @@ -63,24 +63,25 @@ msgid "Contents" msgstr "Contenuti" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" -msgstr "" +msgstr "Invia per l'OCR" #: links.py:22 msgid "OCR all documents" -msgstr "" +msgstr "Esegui l'OCR per tutti i documenti" #: links.py:28 msgid "Setup OCR" -msgstr "" +msgstr "Configura OCR" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "OCR per tipo documento" #: links.py:37 views.py:161 msgid "OCR errors" -msgstr "" +msgstr "Errori OCR" #: models.py:16 msgid "Document type" @@ -88,15 +89,15 @@ msgstr "Tipo documento " #: models.py:20 msgid "Automatically queue newly created documents for OCR." -msgstr "Automatically queue newly created documents for OCR." +msgstr "Invia automaticamente i nuovi documenti creati all'OCR." #: models.py:24 msgid "Document type settings" -msgstr "" +msgstr "Impostazioni tipo documento" #: models.py:25 msgid "Document types settings" -msgstr "" +msgstr "Impostazioni tipi documento" #: models.py:31 msgid "Document version" @@ -104,15 +105,15 @@ msgstr "Versione documento" #: models.py:34 msgid "Date time submitted" -msgstr "" +msgstr "Data e ora di invio" #: models.py:43 msgid "Document Version OCR Error" -msgstr "" +msgstr "Document Version OCR Error" #: models.py:44 msgid "Document Version OCR Errors" -msgstr "" +msgstr "Document Version OCR Errors" #: models.py:54 msgid "Document page" @@ -124,93 +125,99 @@ msgstr "Contenuto " #: models.py:62 msgid "Document page content" -msgstr "" +msgstr "Contenuto pagina del documento" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" -msgstr "" +msgstr "Contenuti pagine documento" #: parsers.py:102 #, python-format msgid "Exception parsing page; %s" -msgstr "" +msgstr "Eccezione durante il parsing della pagina: %s" #: parsers.py:129 #, python-format msgid "Cannot find pdftotext executable at: %s" -msgstr "" +msgstr "Non trovo l'eseguibile pdftotext in: %s" #: permissions.py:10 msgid "Submit documents for OCR" -msgstr "Inviare documenti all OCR" +msgstr "Invia documenti all'OCR" #: permissions.py:14 msgid "View the transcribed text from document" -msgstr "" +msgstr "Vedi il testo trascritto dal documento" #: permissions.py:18 msgid "Change document type OCR settings" -msgstr "" +msgstr "Cambia impostazioni OCR per tipo documento " #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." -msgstr "" +msgstr "Percorso del programma tesseract." #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Percorso del programma poppler pdftotext.usato per estrarre il testo dai file PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." -msgstr "" +msgstr "Percorso completo al backend utilizzato per eseguire l'OCR." #: settings.py:27 msgid "Set new document types to perform OCR automatically by default." -msgstr "" +msgstr "Imposta i nuovi tipi documento per eseguire automaticamente l'OCR per default." #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" -msgstr "" +msgstr "Inviare tutti i documenti per l'OCR?" #: views.py:40 #, python-format msgid "%d documents added to the OCR queue." -msgstr "" +msgstr "%d documenti aggiunti alla coda OCR." #: views.py:48 #, python-format msgid "Submit \"%s\" to the OCR queue?" -msgstr "" +msgstr "Inviare \"%s\" alla coda OCR?" #: views.py:73 #, python-format msgid "Document: %(document)s was added to the OCR queue." -msgstr "" +msgstr "Documento: %(document)s è stato aggiunto alla coda OCR.." #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" -msgstr "" +msgstr "Inviare i documenti selezionati alla coda OCR?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Invia tutti i documenti del tipo alla coda OCR" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d documenti di tipo \"%(document_type)s\" aggiunti alla coda OCR." #: views.py:132 #, python-format msgid "Edit OCR settings for document type: %s" -msgstr "" +msgstr "Modifica le impostazioni OCR per il tipo documento: %s" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" -msgstr "" +msgstr "Risultati OCR per il documento: %s" #~ msgid "Delete" #~ msgstr "delete" @@ -380,11 +387,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -441,11 +448,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 aef4a9689a..a439c27e41 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 1d1ac3f5a3..942a2120c8 100644 --- a/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-01 09:05+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -31,11 +31,11 @@ msgstr "Document" #: apps.py:95 msgid "Added" -msgstr "" +msgstr "Toegevoegd" #: apps.py:99 models.py:36 msgid "Result" -msgstr "" +msgstr "Resultaat" #: apps.py:160 apps.py:165 apps.py:170 msgid "pdftotext version" @@ -43,11 +43,11 @@ msgstr "" #: apps.py:160 apps.py:178 msgid "not found" -msgstr "" +msgstr "niet gevonden" #: apps.py:166 apps.py:184 msgid "error getting version" -msgstr "" +msgstr "fout bij het ophalen van de versie" #: apps.py:178 apps.py:183 apps.py:188 msgid "tesseract version" @@ -56,13 +56,14 @@ msgstr "" #: forms.py:40 #, python-format msgid "Page %(page_number)d" -msgstr "" +msgstr "Pagina %(page_number)d" #: forms.py:48 msgid "Contents" msgstr "Inhoud" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -80,7 +81,7 @@ msgstr "" #: links.py:37 views.py:161 msgid "OCR errors" -msgstr "" +msgstr "OCR-fouten" #: models.py:16 msgid "Document type" @@ -100,7 +101,7 @@ msgstr "" #: models.py:31 msgid "Document version" -msgstr "" +msgstr "Documentversie" #: models.py:34 msgid "Date time submitted" @@ -116,7 +117,7 @@ msgstr "" #: models.py:54 msgid "Document page" -msgstr "" +msgstr "Documentpagina" #: models.py:56 msgid "Content" @@ -127,6 +128,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -153,15 +155,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF " +"File path to poppler's pdftotext program used to extract text from PDF " "files." +msgstr "Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF files." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -172,6 +174,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -191,17 +194,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -211,6 +215,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -382,11 +387,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -443,11 +448,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 8d7b5e5320..e08822a63b 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 0b3b2f7121..0976e91217 100644 --- a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-03-22 07:14+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -65,6 +63,7 @@ msgid "Contents" msgstr "Zawartość" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "Zgłoś do OCR" @@ -129,6 +128,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -155,12 +155,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -172,6 +174,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -191,17 +194,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "Dokument : %(document)s dodany do kolejki OCR" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -211,6 +215,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -384,11 +389,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +450,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.mo index 98644adae4..a6ee611114 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 23930ca46f..f627db3c80 100644 --- a/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -65,6 +64,7 @@ msgid "Contents" msgstr "Conteúdos" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -129,6 +129,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -155,15 +156,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Caminho para o programa pdftotext de poppler, usado para extrair texto de " -"ficheiros PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Caminho para o programa pdftotext de poppler, usado para extrair texto de ficheiros PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -174,6 +175,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -193,17 +195,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -213,6 +216,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -384,11 +388,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +449,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 49b4757933..dc5993cdb8 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 cf35935ac7..7f235b14eb 100644 --- a/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Renata Oliveira , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-17 22:54+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -64,20 +64,21 @@ msgid "Contents" msgstr "Conteúdos" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" -msgstr "" +msgstr "Enviar para OCR" #: links.py:22 msgid "OCR all documents" -msgstr "" +msgstr "Realizar OCR para todos os documentos" #: links.py:28 msgid "Setup OCR" -msgstr "" +msgstr "Configurar OCR" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "Realizar OCR de documentos por tipo" #: links.py:37 views.py:161 msgid "OCR errors" @@ -93,11 +94,11 @@ msgstr "Automatically queue newly created documents for OCR." #: models.py:24 msgid "Document type settings" -msgstr "" +msgstr "Configuração do tipo de documento" #: models.py:25 msgid "Document types settings" -msgstr "" +msgstr "Configurações de tipos de documentos" #: models.py:31 msgid "Document version" @@ -125,21 +126,22 @@ msgstr "Conteúdo" #: models.py:62 msgid "Document page content" -msgstr "" +msgstr "Conteúdo de página de documento" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" -msgstr "" +msgstr "Conteúdo de páginas de documento" #: parsers.py:102 #, python-format msgid "Exception parsing page; %s" -msgstr "" +msgstr "Erro interpretando página; %s" #: parsers.py:129 #, python-format msgid "Cannot find pdftotext executable at: %s" -msgstr "" +msgstr "Executável pdftotext não foi encontrado em: %s" #: permissions.py:10 msgid "Submit documents for OCR" @@ -147,22 +149,22 @@ msgstr "Submeter documentos para OCR" #: permissions.py:14 msgid "View the transcribed text from document" -msgstr "" +msgstr "Ver o texto transcrito dos documentos" #: permissions.py:18 msgid "Change document type OCR settings" -msgstr "" +msgstr "Alterar configurações de OCR para tipo de documento" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." -msgstr "" +msgstr "Caminho de acesso para o programa tesseract" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Caminho para o programa poppler pdftotext usado para extrair texto de " -"arquivos PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Caminho para o programa poppler pdftotext usado para extrair texto de arquivos PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -170,21 +172,22 @@ msgstr "Caminho completo para o servidor a ser usado para fazer OCR." #: settings.py:27 msgid "Set new document types to perform OCR automatically by default." -msgstr "" +msgstr "Definir novos tipos de documentos para realizar OCR automaticamente" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" -msgstr "" +msgstr "Enviar todos os documentos para OCR?" #: views.py:40 #, python-format msgid "%d documents added to the OCR queue." -msgstr "" +msgstr "%d documentos enviados para OCR." #: views.py:48 #, python-format msgid "Submit \"%s\" to the OCR queue?" -msgstr "" +msgstr "Enviar \"%s\" para OCR?" #: views.py:73 #, python-format @@ -192,28 +195,30 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "Documento: %(document)s foi adicionado à fila de OCR." #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" -msgstr "" +msgstr "Enviar os documentos selecionados para OCR?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Enviar todos os documentos do tipo para OCR" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d documentos do tipo \"%(document_type)s\" enviados para OCR." #: views.py:132 #, python-format msgid "Edit OCR settings for document type: %s" -msgstr "" +msgstr "Editar configurações de OCR para documento de tipo: %s" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" -msgstr "" +msgstr "Resultados de OCR para documento: %s" #~ msgid "Delete" #~ msgstr "delete" @@ -383,11 +388,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -444,11 +449,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 5e26cbcb84..b9eb15eec2 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 ad8d068c5f..542997cb74 100644 --- a/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-04-17 13:17+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -64,6 +62,7 @@ msgid "Contents" msgstr "Conţinut" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -101,7 +100,7 @@ msgstr "" #: models.py:31 msgid "Document version" -msgstr "" +msgstr "Versiune document" #: models.py:34 msgid "Date time submitted" @@ -128,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -154,15 +154,15 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Calea de fișier pentru programul pdftotext folosit pentru a extrage textul " -"din fișiere PDF." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Calea de fișier pentru programul pdftotext folosit pentru a extrage textul din fișiere PDF." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." @@ -173,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -192,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -212,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -385,11 +388,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -446,11 +449,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.mo index e4e7e8c0af..49e7ec9354 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 014f870820..858dd949f5 100644 --- a/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-07-13 21:33+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -28,15 +26,15 @@ msgstr "Распознавание текста" #: apps.py:91 msgid "Document" -msgstr "" +msgstr "Документ" #: apps.py:95 msgid "Added" -msgstr "" +msgstr "Добавлено" #: apps.py:99 models.py:36 msgid "Result" -msgstr "" +msgstr "Результат" #: apps.py:160 apps.py:165 apps.py:170 msgid "pdftotext version" @@ -57,31 +55,32 @@ msgstr "tesseract version" #: forms.py:40 #, python-format msgid "Page %(page_number)d" -msgstr "" +msgstr "Страница %(page_number)d" #: forms.py:48 msgid "Contents" msgstr "Содержание" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" -msgstr "" +msgstr "Отправить на распознавание" #: links.py:22 msgid "OCR all documents" -msgstr "" +msgstr "Распознать все документы" #: links.py:28 msgid "Setup OCR" -msgstr "" +msgstr "Настройки распознавания" #: links.py:33 msgid "OCR documents per type" -msgstr "" +msgstr "Распознавание документов с определенным типом" #: links.py:37 views.py:161 msgid "OCR errors" -msgstr "" +msgstr "Ошибки распознавания" #: models.py:16 msgid "Document type" @@ -93,31 +92,31 @@ msgstr "Automatically queue newly created documents for OCR." #: models.py:24 msgid "Document type settings" -msgstr "" +msgstr "Настройки типа документа" #: models.py:25 msgid "Document types settings" -msgstr "" +msgstr "Настройки типов документа" #: models.py:31 msgid "Document version" -msgstr "" +msgstr "Версия документа" #: models.py:34 msgid "Date time submitted" -msgstr "" +msgstr "Дата и время отправления" #: models.py:43 msgid "Document Version OCR Error" -msgstr "" +msgstr "Ошибка распознавания для версии документа" #: models.py:44 msgid "Document Version OCR Errors" -msgstr "" +msgstr "Ошибки распознавания для версий документов" #: models.py:54 msgid "Document page" -msgstr "" +msgstr "Страница документа" #: models.py:56 msgid "Content" @@ -125,21 +124,22 @@ msgstr "Содержимое" #: models.py:62 msgid "Document page content" -msgstr "" +msgstr "Содержимое страницы документа" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" -msgstr "" +msgstr "Содержимое страниц документа" #: parsers.py:102 #, python-format msgid "Exception parsing page; %s" -msgstr "" +msgstr "Ошибка при чтении страницы; %s" #: parsers.py:129 #, python-format msgid "Cannot find pdftotext executable at: %s" -msgstr "" +msgstr "Не удаётся найти исполняемый файл pdftotext: %s" #: permissions.py:10 msgid "Submit documents for OCR" @@ -147,73 +147,76 @@ msgstr "Отправить документы для распознавания #: permissions.py:14 msgid "View the transcribed text from document" -msgstr "" +msgstr "Просмотр распознанного текста документа" #: permissions.py:18 msgid "Change document type OCR settings" -msgstr "" +msgstr "Изменить настройки распознавания документа" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." -msgstr "" +msgstr "Путь до программы tesseract." #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Путь к файлу программы pdftotext Poppler, используемой для извлечения текста " -"из PDF файлов." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "Путь к файлу программы pdftotext Poppler, используемой для извлечения текста из PDF файлов." #: settings.py:22 msgid "Full path to the backend to be used to do OCR." -msgstr "" +msgstr "Полный путь до бекенда, выполняющего OCR." #: settings.py:27 msgid "Set new document types to perform OCR automatically by default." -msgstr "" +msgstr "Задать новые типы документов для которых распознавание будет запускаться по умолчанию. " #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" -msgstr "" +msgstr "Отправить все документы на распознавание?" #: views.py:40 #, python-format msgid "%d documents added to the OCR queue." -msgstr "" +msgstr "%d документов помещено в очередь распознавания." #: views.py:48 #, python-format msgid "Submit \"%s\" to the OCR queue?" -msgstr "" +msgstr "Отправить \"%s\" в очередь распознавания?" #: views.py:73 #, python-format msgid "Document: %(document)s was added to the OCR queue." -msgstr "" +msgstr "Документ: %(document)s добавлен в очередь распознавания." #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" -msgstr "" +msgstr "Отправить выделенные документы в очедерь распознавания?" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" -msgstr "" +msgstr "Отправить все документы определённого типа на распознавание" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." -msgstr "" +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgstr "%(count)d документов с типом \"%(document_type)s\" помещены в очередь распознавания." #: views.py:132 #, python-format msgid "Edit OCR settings for document type: %s" -msgstr "" +msgstr "Редактировать настройки распознавания для типа документов: %s" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" -msgstr "" +msgstr "Результат распозанвания для документа: %s" #~ msgid "Delete" #~ msgstr "delete" @@ -387,11 +390,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -448,11 +451,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 9dbf5f3555..e35991b20c 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 bbb2a94a79..5f2edb3248 100644 --- a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 #: settings.py:7 @@ -63,6 +61,7 @@ msgid "Contents" msgstr "Vsebina" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -127,6 +126,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -153,12 +153,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -170,6 +172,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -189,17 +192,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -209,6 +213,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -384,11 +389,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -445,11 +450,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" 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 b325acc58e..670680549f 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 d0cb37ea0d..e112f9d5e1 100644 --- a/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -63,6 +62,7 @@ msgid "Contents" msgstr "Nội dung" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -127,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -153,12 +154,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "" #: settings.py:22 @@ -170,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -189,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -209,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -378,11 +384,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +445,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo index 55ee0395d3..922e7f38d7 100644 Binary files a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po index 0d71a6fbc0..0f89ee503c 100644 --- a/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:58 apps.py:116 apps.py:154 links.py:14 permissions.py:7 @@ -63,6 +62,7 @@ msgid "Contents" msgstr "内容" #: links.py:18 links.py:25 +#| msgid "Submit documents for OCR" msgid "Submit for OCR" msgstr "" @@ -127,6 +127,7 @@ msgid "Document page content" msgstr "" #: models.py:63 +#| msgid "Document pages content clean up error: %s" msgid "Document pages contents" msgstr "" @@ -153,12 +154,14 @@ msgid "Change document type OCR settings" msgstr "" #: settings.py:10 +#| msgid "File path to unpaper program." msgid "File path to tesseract program." msgstr "" #: settings.py:15 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." +"File path to poppler's pdftotext program used to extract text from PDF " +"files." msgstr "程序pdftotext文件路径,用以从PDF文件中提取文本。" #: settings.py:22 @@ -170,6 +173,7 @@ msgid "Set new document types to perform OCR automatically by default." msgstr "" #: views.py:28 +#| msgid "Submit documents for OCR" msgid "Submit all documents for OCR?" msgstr "" @@ -189,17 +193,18 @@ msgid "Document: %(document)s was added to the OCR queue." msgstr "" #: views.py:87 +#| msgid "Submit documents for OCR" msgid "Submit the selected documents to the OCR queue?" msgstr "" #: views.py:94 +#| msgid "Submit documents for OCR" msgid "Submit all documents of a type for OCR" msgstr "" #: views.py:109 #, python-format -msgid "" -"%(count)d documents of type \"%(document_type)s\" added to the OCR queue." +msgid "%(count)d documents of type \"%(document_type)s\" added to the OCR queue." msgstr "" #: views.py:132 @@ -209,6 +214,7 @@ msgstr "" #: views.py:154 #, python-format +#| msgid "Queued documents: %d" msgid "OCR result for document: %s" msgstr "" @@ -378,11 +384,11 @@ msgstr "" #~ msgstr "Are you sure you wish to activate document queue: %s" #~ msgid "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgstr "" -#~ "Amount of seconds to delay OCR of documents to allow for the node's " -#~ "storage replication overhead." +#~ "Amount of seconds to delay OCR of documents to allow for the node's storage " +#~ "replication overhead." #~ msgid "Maximum amount of concurrent document OCRs a node can perform." #~ msgstr "Maximum amount of concurrent document OCRs a node can perform." @@ -439,11 +445,9 @@ msgstr "" #~ msgstr "Error deleting queue transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete queue transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete queue transformation \"%(transformation)s\"" #~ msgid "Queue transformation created successfully" #~ msgstr "Queue transformation created successfully" diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo index 7ba9de908c..5643d71d86 100644 Binary files a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po index 39350929a0..0d4107d58e 100644 --- a/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:21-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" @@ -127,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -163,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo index 1b24a9fc57..a26fbb3a04 100644 Binary files a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po index 9d23711ead..7bfa05a31b 100644 --- a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Iliya Georgiev , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-06-13 13:45+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -70,7 +69,7 @@ msgstr "Име" #: models.py:46 msgid "Permission" -msgstr "" +msgstr "Разрешение" #: models.py:67 msgid "Label" @@ -126,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -162,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -181,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo index 44decd640c..1bda6dbd5b 100644 Binary files a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.mo differ 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 60ce8f28b1..54108716e4 100644 --- a/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" @@ -127,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -163,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo index 1c3e124f88..f36971500f 100644 Binary files a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po index 4820089678..1b2106a20e 100644 --- a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -125,6 +124,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -161,10 +161,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -180,17 +178,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index 7448e80ddf..973c850551 100644 Binary files a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo differ 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 8c73a7aeb0..1ff5bc00e7 100644 --- a/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Berny , 2015 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -128,6 +127,7 @@ msgid "Available permissions" msgstr "Verfügbare Berechtigungen" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Erteilte Berechtigungen" @@ -164,10 +164,8 @@ msgstr "Berechtigungen der Rolle %s" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -183,17 +181,13 @@ msgstr "Berechtigungen der Rolle %s" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo index f8dc07e568..09cc32a000 100644 Binary files a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po index 3df8cbb2a8..f62e6c72fb 100644 --- a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2012-02-02 18:18+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.mo index d6ed63743f..165c15ebb3 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 4322080393..860f19069c 100644 --- a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 # Lory977 , 2015 -# Roberto Rosario, 2015 +# Roberto Rosario, 2015-2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-23 06:40+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -116,18 +115,19 @@ msgstr "Grupos disponibles" #: views.py:46 msgid "Role groups" -msgstr "" +msgstr "Grupos del rol" #: views.py:56 #, python-format msgid "Groups of role: %s" -msgstr "" +msgstr "Grupos del rol: %s" #: views.py:79 msgid "Available permissions" msgstr "Permisos disponibles" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Permisos otorgados" @@ -164,10 +164,8 @@ msgstr "Permisos para el rol: %s" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -183,17 +181,13 @@ msgstr "Permisos para el rol: %s" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo index 8b2bc8609b..0d18520194 100644 Binary files a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index c01842a506..390ff7b3c3 100644 --- a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mehdi Amani , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -127,6 +126,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -163,10 +163,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +180,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.mo index 8eb505e965..55a3d2737b 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 8640cd8a46..d5bc7867c6 100644 --- a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Christophe CHAUVET , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -128,6 +127,7 @@ msgid "Available permissions" msgstr "Permissions disponibles" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Permissions accordées" @@ -164,10 +164,8 @@ msgstr "Permissions pour le rôle : %s" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -183,17 +181,13 @@ msgstr "Permissions pour le rôle : %s" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo index 59a849d56b..c51f4d7e48 100644 Binary files a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index 84bfd5ff06..08650b0d58 100644 --- a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -125,6 +124,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -161,10 +161,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -180,17 +178,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo index 6a8bdf5734..db3d647001 100644 Binary files a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po index 2a83198db9..3306082a3a 100644 --- a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-24 05:21+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -125,6 +124,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -161,10 +161,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -180,17 +178,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo index 05b1bd04ae..f2b5e96d66 100644 Binary files a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po index fe488dbfe0..96c545f732 100644 --- a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Giovanni Tricarico , 2016 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" -"Last-Translator: Giovanni Tricarico \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-09-24 10:09+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -127,6 +126,7 @@ msgid "Available permissions" msgstr "Autorizzazioni disponibili " #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Autorizzazioni concesse " @@ -163,10 +163,8 @@ msgstr "Autorizzazioni per ruolo: %s" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +180,13 @@ msgstr "Autorizzazioni per ruolo: %s" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo index 032f23427c..352d591f41 100644 Binary files a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo differ 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 d406914124..99ea11a0f2 100644 --- a/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-10-28 12:44+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -38,7 +38,7 @@ msgstr "Intrekken" #: links.py:22 msgid "Create new role" -msgstr "" +msgstr "Nieuwe gebruikersrol aanmaken" #: links.py:26 msgid "Delete" @@ -58,11 +58,11 @@ msgstr "Leden" #: links.py:43 msgid "Role permissions" -msgstr "" +msgstr "Permissies gebruikersro" #: models.py:18 msgid "Namespace" -msgstr "" +msgstr "Namespace" #: models.py:19 msgid "Name" @@ -74,7 +74,7 @@ msgstr "Permissies" #: models.py:67 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:73 msgid "Groups" @@ -114,25 +114,26 @@ msgstr "Beschikbare groepen" #: views.py:46 msgid "Role groups" -msgstr "" +msgstr "Gebruikersrolgroepen" #: views.py:56 #, python-format msgid "Groups of role: %s" -msgstr "" +msgstr "Groepen van gebruikersrollen: %s" #: views.py:79 msgid "Available permissions" msgstr "Beschikbare permissies" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Toegekende permissies" #: views.py:93 #, python-format msgid "Permissions for role: %s" -msgstr "" +msgstr "Permissies voor gebruikersrol: %s" #~ msgid "Permission holder" #~ msgstr "permission holder" @@ -162,10 +163,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -181,17 +180,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo index 937254d813..c382d23f18 100644 Binary files a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po index badfa03f24..773fb3e624 100644 --- a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012,2015 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-08-04 09:54+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" @@ -51,7 +49,7 @@ msgstr "Edytuj" #: links.py:35 models.py:91 views.py:134 msgid "Roles" -msgstr "" +msgstr "Role" #: links.py:38 msgid "Members" @@ -111,7 +109,7 @@ msgstr "" #: views.py:45 msgid "Available groups" -msgstr "" +msgstr "Dostępne grupy" #: views.py:46 msgid "Role groups" @@ -127,6 +125,7 @@ msgid "Available permissions" msgstr "Dostępne uprawnienia" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "Przyznane uprawnienia" @@ -163,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo index d2240cf1b0..c301a8a7f6 100644 Binary files a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po index 3b264ee31e..d31394dbd0 100644 --- a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -128,6 +127,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -164,10 +164,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -183,17 +181,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo index 1fc6b27739..1964cf01c3 100644 Binary files a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo differ 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 6fe1026052..1429b5c836 100644 --- a/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -1,9 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Roberto Rosario, 2012 # Rogerio Falcone , 2015 @@ -11,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -112,29 +112,30 @@ msgstr "Revogar as permissões" #: views.py:45 msgid "Available groups" -msgstr "" +msgstr "Grupos disponíveis" #: views.py:46 msgid "Role groups" -msgstr "" +msgstr "Grupos de papéis" #: views.py:56 #, python-format msgid "Groups of role: %s" -msgstr "" +msgstr "Grupos do papel: %s" #: views.py:79 msgid "Available permissions" -msgstr "" +msgstr "Permissões disponíveis" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" -msgstr "" +msgstr "Permissões outorgadas" #: views.py:93 #, python-format msgid "Permissions for role: %s" -msgstr "" +msgstr "Permissões para papel: %s" #~ msgid "Permission holder" #~ msgstr "permission holder" @@ -164,10 +165,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -183,17 +182,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" 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 d9f7a52332..4b503e0d49 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 f86ec53319..4361fc6aae 100644 --- a/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-04-17 09:43+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" @@ -43,7 +41,7 @@ msgstr "" #: links.py:26 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:30 msgid "Edit" @@ -55,7 +53,7 @@ msgstr "Roluri" #: links.py:38 msgid "Members" -msgstr "" +msgstr "Membri" #: links.py:43 msgid "Role permissions" @@ -75,7 +73,7 @@ msgstr "" #: models.py:67 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:73 msgid "Groups" @@ -111,7 +109,7 @@ msgstr "Revocați permisiunile" #: views.py:45 msgid "Available groups" -msgstr "" +msgstr "Grupuri disponibile" #: views.py:46 msgid "Role groups" @@ -127,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -163,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo index 74be78a59e..b7ca371aea 100644 Binary files a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po index 006d7efdf3..b41872d643 100644 --- a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" @@ -39,11 +37,11 @@ msgstr "Отозвать" #: links.py:22 msgid "Create new role" -msgstr "" +msgstr "Создать новую роль" #: links.py:26 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:30 msgid "Edit" @@ -55,15 +53,15 @@ msgstr "Роли" #: links.py:38 msgid "Members" -msgstr "" +msgstr "Участники" #: links.py:43 msgid "Role permissions" -msgstr "" +msgstr "Разрешения роли" #: models.py:18 msgid "Namespace" -msgstr "" +msgstr "Пространство имен" #: models.py:19 msgid "Name" @@ -71,11 +69,11 @@ msgstr "Имя" #: models.py:46 msgid "Permission" -msgstr "" +msgstr "Разрешение" #: models.py:67 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:73 msgid "Groups" @@ -83,7 +81,7 @@ msgstr "Группы" #: models.py:90 msgid "Role" -msgstr "" +msgstr "Роль" #: permissions.py:10 msgid "View roles" @@ -111,29 +109,30 @@ msgstr "Отмена разрешений" #: views.py:45 msgid "Available groups" -msgstr "" +msgstr "Доступные группы" #: views.py:46 msgid "Role groups" -msgstr "" +msgstr "Группы роли" #: views.py:56 #, python-format msgid "Groups of role: %s" -msgstr "" +msgstr "Группы роли: %s" #: views.py:79 msgid "Available permissions" -msgstr "" +msgstr "Доступные разрешения" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" -msgstr "" +msgstr "Предоставленные разрешения" #: views.py:93 #, python-format msgid "Permissions for role: %s" -msgstr "" +msgstr "Разрешения роли: %s" #~ msgid "Permission holder" #~ msgstr "permission holder" @@ -163,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -182,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo index e66997dfbd..c5f0349f00 100644 Binary files a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.mo differ 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 263f622062..dbb75c4e17 100644 --- a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:03+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:22 models.py:47 models.py:70 permissions.py:7 msgid "Permissions" -msgstr "" +msgstr "Pravice" #: classes.py:63 msgid "Insufficient permissions." @@ -30,11 +28,11 @@ msgstr "" #: links.py:14 msgid "Grant" -msgstr "" +msgstr "Odobri" #: links.py:18 msgid "Revoke" -msgstr "" +msgstr "Prekliči" #: links.py:22 msgid "Create new role" @@ -50,7 +48,7 @@ msgstr "" #: links.py:35 models.py:91 views.py:134 msgid "Roles" -msgstr "" +msgstr "Vloge" #: links.py:38 msgid "Members" @@ -62,7 +60,7 @@ msgstr "" #: models.py:18 msgid "Namespace" -msgstr "" +msgstr "Imenski prostor" #: models.py:19 msgid "Name" @@ -70,15 +68,15 @@ msgstr "Ime" #: models.py:46 msgid "Permission" -msgstr "" +msgstr "Pravice" #: models.py:67 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:73 msgid "Groups" -msgstr "" +msgstr "Skupine" #: models.py:90 msgid "Role" @@ -126,6 +124,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -162,10 +161,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -181,17 +178,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo index e9869932ce..15f90c971e 100644 Binary files a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo differ 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 52e17b7fa8..bfb5279281 100644 --- a/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -126,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -162,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -181,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo index 860323202b..bb23b13241 100644 Binary files a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po index 2dc5f9b642..3d2e04cb1a 100644 --- a/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:03+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:22 models.py:47 models.py:70 permissions.py:7 @@ -126,6 +125,7 @@ msgid "Available permissions" msgstr "" #: views.py:80 +#| msgid "Grant permissions" msgid "Granted permissions" msgstr "" @@ -162,10 +162,8 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" granted to: %(requester)s." #~ msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#~ msgid "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." #~ msgid "" #~ "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -181,17 +179,13 @@ msgstr "" #~ msgid "Permission \"%(permission)s\" revoked from: %(requester)s." #~ msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#~ msgid "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -#~ msgstr "" -#~ "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +#~ msgstr "%(requester)s, doesn't have the permission \"%(permission)s\" granted." #~ msgid "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgstr "" -#~ "Are you sure you wish to revoke the %(permissions_label)s " -#~ "%(title_suffix)s?" +#~ "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" #~ msgid "Users" #~ msgstr "Users" diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo index 9c80818a78..41c712e524 100644 Binary files a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo differ 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 1f4a348b58..39117fe29c 100644 --- a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:16 links.py:8 msgid "REST API" diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo index e1e6d13ace..08a8368551 100644 Binary files a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo differ 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 1807e142c5..700454133b 100644 --- a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo index 009b320cd6..a2b29641af 100644 Binary files a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo differ 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 63a4db3190..8930dea0d3 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:16 links.py:8 msgid "REST API" diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo index f8f95d176f..5786ff1255 100644 Binary files a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po index d78c48c9fd..41c74e859c 100644 --- a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo index ac976cfc25..ce3e338294 100644 Binary files a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo differ 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 ee414e0474..e4faadae74 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 @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo index e49bff386e..4233b5c52c 100644 Binary files a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo differ 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 4b80d8ef9d..2440018fb8 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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-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/rest_api/locale/es/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo index f0bd8d07d9..2812c5cef8 100644 Binary files a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo differ 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 624d4776ec..070f7a296c 100644 --- a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 # Roberto Rosario, 2015 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo index 4262ba457b..db7be773e0 100644 Binary files a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo differ 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 3ad4dd6c22..946928e0ed 100644 --- a/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mehdi Amani , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo index 16d442cbb7..e50d874bce 100644 Binary files a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo differ 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 6242e077b7..641340ed59 100644 --- a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo index e363d80d85..136e76ce92 100644 Binary files a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo differ 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 30203b7f4f..38c56de033 100644 --- a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo index 4172da175c..63a22c3d43 100644 Binary files a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo differ 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 d79d9ca021..8372c7714a 100644 --- a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo index fb76601f97..2dbaa04f26 100644 Binary files a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo differ 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 30c3656596..cd69ac28a6 100644 --- a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Giovanni Tricarico , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Giovanni Tricarico \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo index cb19d5c1be..e84bded8af 100644 Binary files a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo differ 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 8e9b058b58..7325b55273 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 @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-10-28 09:43+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 msgid "REST API" -msgstr "" +msgstr "REST API" #: links.py:12 msgid "API Documentation" -msgstr "" +msgstr "API-documentatie" diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo index f262c0b42b..2365243908 100644 Binary files a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo differ 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 93daf844af..229ee8c7d3 100644 --- a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Annunnaky , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:16 links.py:8 msgid "REST API" diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo index 90c6fe4c84..9e9d7641f6 100644 Binary files a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo differ 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 f93a356012..d421fbffad 100644 --- a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo index 066187bfff..17620a6438 100644 Binary files a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo differ 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 58f9cf04a5..96ec65c16a 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 @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-04 19:55+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:16 links.py:8 @@ -25,4 +25,4 @@ msgstr "REST API" #: links.py:12 msgid "API Documentation" -msgstr "" +msgstr "Documentação da API" diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo index 22ff3b0385..b7e889c94a 100644 Binary files a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo differ 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 55daf9548e..3773630648 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:16 links.py:8 msgid "REST API" diff --git a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo index c5a451eea6..5ffeeb884c 100644 Binary files a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo differ 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 15f8c8224f..1b75decbe2 100644 --- a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-07-19 20:05+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:16 links.py:8 msgid "REST API" -msgstr "" +msgstr "REST API" #: links.py:12 msgid "API Documentation" -msgstr "" +msgstr "Документация API" diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo index f7fb3a988c..46cbaabbf9 100644 Binary files a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo differ 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 7323427dc3..8b4263f7c0 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 @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:16 links.py:8 msgid "REST API" diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo index 100b6b84bd..b4343e627b 100644 Binary files a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo differ 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 b50171a7ae..8f5c85b32b 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 @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo index f72c87a5ec..f590993e9f 100644 Binary files a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po index f12ebc30a4..1d781e7003 100644 --- a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-20 19:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:16 links.py:8 diff --git a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo index ad40c3d9de..548116b58b 100644 Binary files a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo differ 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 0893552e96..e88d7ea2cb 100644 --- a/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ar/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 msgid "Smart settings" diff --git a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo index ac4d04c957..cc892e5fca 100644 Binary files a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo differ 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 ce685d9ac4..2be7dd9758 100644 --- a/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo index 445b9fc00c..c52394f1ea 100644 Binary files a/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/bs_BA/LC_MESSAGES/django.mo differ 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 ee3638c56e..92d79599ca 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21: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" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 msgid "Smart settings" diff --git a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo index ec6de71e62..ba6d0b7dc7 100644 Binary files a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po index 71e5a0931c..ebae68cbfa 100644 --- a/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo index 9c44a1ef13..9fc6ce3de9 100644 Binary files a/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo differ 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 441fb5ab4d..1c3d4ab687 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mathias Behrle , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo index ccdd738a5c..8dde99e136 100644 Binary files a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.mo differ 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 0f4319dce4..df4424f65f 100644 --- a/mayan/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index a59d8a9e3a..4f7ee202de 100644 Binary files a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.mo differ 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 b3399973e5..9a222e2fe9 100644 --- a/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lory977 , 2015 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-05-09 01:32+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo index 8d5a84685d..e871465a86 100644 Binary files a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.mo differ 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 5ae286fac5..176d446380 100644 --- a/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mehdi Amani , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 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 70e387d928..db1c4af7f5 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 b2f579511c..4c31ff39f7 100644 --- a/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Christophe CHAUVET , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo index 38ff854a65..7124e333dc 100644 Binary files a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.mo differ 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 e1ed079f4d..f361f4b040 100644 --- a/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo index 8d737c3c50..2b4b4cee56 100644 Binary files a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.mo differ 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 0159d3529d..18ae6163e3 100644 --- a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index b893bd53f3..70b395ba5c 100644 Binary files a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.mo differ 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 8c0c8fd206..0f9e090c04 100644 --- a/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-09-24 09:38+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 msgid "Smart settings" -msgstr "" +msgstr "Impostazioni intelligenti" #: apps.py:26 msgid "Setting count" -msgstr "" +msgstr "Conteggio impostazioni" #: apps.py:30 msgid "Name" @@ -37,33 +37,33 @@ msgstr "Valore" #: apps.py:37 msgid "Found in path" -msgstr "" +msgstr "Trovato nel percorso" #: apps.py:40 msgid "n/a" -msgstr "" +msgstr "n/a" #: links.py:11 links.py:14 msgid "Settings" -msgstr "" +msgstr "Impostazioni" #: permissions.py:10 msgid "View settings" -msgstr "" +msgstr "Vedi impostazioni" #: views.py:15 msgid "Setting namespaces" -msgstr "" +msgstr "Spazio dei nomi impostazioni" #: views.py:29 #, python-format msgid "Settings in namespace: %s" -msgstr "" +msgstr "Impostazioni nello spazio dei nomi: %s" #: views.py:37 #, python-format msgid "Namespace: %s, not found" -msgstr "" +msgstr "Spazio dei nomi: %s, non trovato" #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo index 6080cefbf3..709f33def4 100644 Binary files a/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo differ 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 e88906ee50..4493fc2ae5 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 @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-10-28 10:23+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 msgid "Smart settings" -msgstr "" +msgstr "Slimme instellingen" #: apps.py:26 msgid "Setting count" @@ -33,11 +33,11 @@ msgstr "Naam" #: apps.py:34 msgid "Value" -msgstr "" +msgstr "Waarde" #: apps.py:37 msgid "Found in path" -msgstr "" +msgstr "Gevonden in pad" #: apps.py:40 msgid "n/a" @@ -45,11 +45,11 @@ msgstr "" #: links.py:11 links.py:14 msgid "Settings" -msgstr "" +msgstr "Instellingen" #: permissions.py:10 msgid "View settings" -msgstr "" +msgstr "Bekijk instellingen" #: views.py:15 msgid "Setting namespaces" diff --git a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index 2606ebe331..7f631eb02d 100644 Binary files a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo differ 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 9d7fa084db..e18088ef25 100644 --- a/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pl/LC_MESSAGES/django.po @@ -1,28 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 # mic , 2012 # mic , 2012 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:18 permissions.py:7 msgid "Smart settings" diff --git a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index bfdb57947c..3910ca596e 100644 Binary files a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo differ 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 ab582cee78..50dce019e6 100644 --- a/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo index a21867adcd..b9ca7fb0ed 100644 Binary files a/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo differ 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 6f42c86e57..51a2e080a9 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 @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-04 19:09+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:18 permissions.py:7 msgid "Smart settings" -msgstr "" +msgstr "Ajustes inteligentes" #: apps.py:26 msgid "Setting count" -msgstr "" +msgstr "Contagem de ajustes" #: apps.py:30 msgid "Name" @@ -39,11 +39,11 @@ msgstr "Valor" #: apps.py:37 msgid "Found in path" -msgstr "" +msgstr "Existe no caminho" #: apps.py:40 msgid "n/a" -msgstr "" +msgstr "n/a" #: links.py:11 links.py:14 msgid "Settings" @@ -51,21 +51,21 @@ msgstr "Definições" #: permissions.py:10 msgid "View settings" -msgstr "" +msgstr "Ver configurações" #: views.py:15 msgid "Setting namespaces" -msgstr "" +msgstr "Categoria de ajustes" #: views.py:29 #, python-format msgid "Settings in namespace: %s" -msgstr "" +msgstr "Ajustes na categoria: %s" #: views.py:37 #, python-format msgid "Namespace: %s, not found" -msgstr "" +msgstr "Categoria: %s, não encontrada" #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo index af60aa3c28..f3b1eacf33 100644 Binary files a/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ro_RO/LC_MESSAGES/django.mo differ 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 48aef04bef..36a97d72ee 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:18 permissions.py:7 msgid "Smart settings" diff --git a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 4422beb58b..8fd7313507 100644 Binary files a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo differ 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 cd4d476536..3e8cdb176a 100644 --- a/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -1,33 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:02+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-07-19 20:00+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:18 permissions.py:7 msgid "Smart settings" -msgstr "" +msgstr "Гибкие настройки" #: apps.py:26 msgid "Setting count" -msgstr "" +msgstr "Количество настроек" #: apps.py:30 msgid "Name" @@ -39,33 +37,33 @@ msgstr "Значение" #: apps.py:37 msgid "Found in path" -msgstr "" +msgstr "Найдено в пути" #: apps.py:40 msgid "n/a" -msgstr "" +msgstr "не задано" #: links.py:11 links.py:14 msgid "Settings" -msgstr "" +msgstr "Настройки" #: permissions.py:10 msgid "View settings" -msgstr "" +msgstr "Просмотр настроек" #: views.py:15 msgid "Setting namespaces" -msgstr "" +msgstr "Пространство имён параметра" #: views.py:29 #, python-format msgid "Settings in namespace: %s" -msgstr "" +msgstr "Параметры в пространстве имён: %s" #: views.py:37 #, python-format msgid "Namespace: %s, not found" -msgstr "" +msgstr "Пространство имён: %s, не найдено" #~ msgid "Default" #~ msgstr "default" diff --git a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo index 5d950dc957..50e863802e 100644 Binary files a/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/sl_SI/LC_MESSAGES/django.mo differ 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 8d38dfc747..755c80bf6d 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:18 permissions.py:7 msgid "Smart settings" diff --git a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo index 473ec9d990..f5c06ef6e3 100644 Binary files a/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo differ 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 772f19af0e..ae3860801d 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 @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo index 054b0f595a..e669f661eb 100644 Binary files a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po index b1cf4bc491..de302b6284 100644 --- a/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/zh_CN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:02+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:18 permissions.py:7 diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo index a39b66cba2..f3dbbafa42 100644 Binary files a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index 9943dae4a9..41c790b791 100644 --- a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,23 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -306,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -408,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -422,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -449,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -464,6 +467,7 @@ msgstr "انشاء مصدر جديد من النوع: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -582,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo index 4fb17d1349..6ebd272756 100644 Binary files a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index 1e6f68fe90..c5e0b1135e 100644 --- a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Iliya Georgiev , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -305,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -407,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -421,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -448,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -463,6 +467,7 @@ msgstr "" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -581,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo index 04f7162d5d..3d7419f220 100644 Binary files a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.mo differ 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 63e8ab3a1a..0230eb46f0 100644 --- a/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,23 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -306,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -408,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -422,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -449,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -464,6 +467,7 @@ msgstr "Kreiraj novi tip izvora: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -582,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo index ce0686338d..f73fd7ff4b 100644 Binary files a/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po index f7eda4b54a..681b2a1908 100644 --- a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -305,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -407,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -421,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -448,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -463,6 +467,7 @@ msgstr "Dan en ny kilde af typen: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -581,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo index 00408e1ca5..b148fe64b4 100644 Binary files a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.mo differ 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 f5334c04a3..4235d01a05 100644 --- a/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -1,28 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Berny , 2015 +# Berny , 2015-2016 # Ingo, 2013 # Mathias Behrle , 2014 # tetjarediske , 2012 # tilmannsittig , 2012 -# Tobias Paepke , 2014 +# Tobias Paepke , 2014,2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-10-31 18:57+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -30,6 +29,7 @@ msgid "Sources" msgstr "Quellen" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "Quelle definieren" @@ -38,10 +38,7 @@ msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" -"Dokumentenquellen definieren verschiedene Möglichkeiten für die Einspeisung " -"in Mayan EDMS. Minimal ein Webformular für das Hochladen mittels Browser ist " -"erforderlich." +msgstr "Dokumentenquellen definieren verschiedene Möglichkeiten für die Einspeisung in Mayan EDMS. Minimal ein Webformular für das Hochladen mittels Browser ist erforderlich." #: apps.py:65 msgid "Created" @@ -281,9 +278,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Typische Werte sind 110 für POP3, 995 für POP3 über SSL, 143 für IMAP, 993 " -"für IMAP über SSL" +msgstr "Typische Werte sind 110 für POP3, 995 für POP3 über SSL, 143 für IMAP, 993 für IMAP über SSL" #: models.py:338 msgid "Port" @@ -302,10 +297,7 @@ 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. Note: This " "attachment has to be the first attachment." -msgstr "" -"Name des Anhangs, der die Metadatentypen (Paare von Namen und Werten) für " -"die folgenden Anhänge enthält (Bemerkung: dieser Anhang muss der erste " -"Anhang sein)." +msgstr "Name des Anhangs, der die Metadatentypen (Paare von Namen und Werten) für die folgenden Anhänge enthält (Bemerkung: dieser Anhang muss der erste Anhang sein)." #: models.py:349 msgid "Metadata attachment name" @@ -315,43 +307,44 @@ msgstr "Name Metadatenattachment" msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's subject." -msgstr "" +msgstr "Wählen Sie einen Metadatentyp zur Speicherung des E-Mail-Betreffs, der für den ausgewählten Dokumententyp zulässig ist" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" -msgstr "" +msgstr "Metadatentyp des Betreffs" #: models.py:360 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's \"from\" value." -msgstr "" +msgstr "Wählen Sie einen Metadatentyp zur Speicherung des E-Mail-Absenders, der für den ausgewählten Dokumententyp zulässig ist" #: models.py:363 msgid "From metadata type" -msgstr "" +msgstr "Metadatentyp des Absenders" #: models.py:367 msgid "Store the body of the email as a text document." -msgstr "" +msgstr "Textkörper der Nachricht als Textdokument speichern" #: models.py:368 msgid "Store email body" -msgstr "" +msgstr "Textkörper der E-Mail speichern" #: models.py:377 #, python-format msgid "" "Subject metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Metadatentyp \"%(metadata_type)s\" des Betreffs ist für den Dokumententyp \"%(document_type)s\" nicht zulässig." #: models.py:391 #, python-format msgid "" "\"From\" metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Metadatentyp \"%(metadata_type)s\" des Absenders ist für den Dokumententyp \"%(document_type)s\" nicht zulässig." #: models.py:441 #, python-format @@ -376,7 +369,7 @@ msgstr "POP email" #: models.py:534 msgid "IMAP Mailbox from which to check for messages." -msgstr "" +msgstr "IMAP-Mailbox, die auf Nachrichten überprüft werden soll. " #: models.py:535 msgid "Mailbox" @@ -416,16 +409,17 @@ msgstr "Existierende Dokumentenquellen anzeigen" #: permissions.py:21 msgid "Delete staging files" -msgstr "" +msgstr "Staging-Datei löschen" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "Fehler bei der Verarbeitung der Quelle %s" #: templates/sources/upload_multiform_subtemplate.html:35 msgid "Clear" -msgstr "" +msgstr "Löschen" #: views.py:64 #, python-format @@ -434,13 +428,12 @@ msgstr "Logeinträge für Quelle %s" #: views.py:129 wizards.py:49 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." +"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:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "Dokumenteneigenschaften" @@ -450,8 +443,7 @@ msgstr "Dateien im Staging Pfad" #: views.py:262 msgid "New document queued for uploaded and will be available shortly." -msgstr "" -"Neues Dokument in die Upload-Warteschlange eingereiht und demnächst verfügbar" +msgstr "Neues Dokument in die Upload-Warteschlange eingereiht und demnächst verfügbar" #: views.py:302 #, python-format @@ -461,13 +453,12 @@ msgstr "Ein Dokument aus Quelle %s hochladen" #: views.py:327 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." -msgstr "" +msgstr "Vom Dokument \"%s\" können keine neuen Versionen hochgeladen werden." #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Neue Dokumentenvrsion in die Upload-Warteschlange eingereiht und demnächst " -"verfügbar" +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Neue Dokumentenvrsion in die Upload-Warteschlange eingereiht und demnächst verfügbar" #: views.py:419 #, python-format @@ -481,6 +472,7 @@ msgstr "Quelle des Typs %s erstellen" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "Quelle %s wirklich löschen?" @@ -499,15 +491,15 @@ msgstr "Seitenbild Stagingdatei" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Schritt 1 von 3: Dokumententyp auswählen" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Schritt 2 von 3: Metadaten des Dokuments eingeben" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Schritt 3 von 3: Tags auswählen" #: wizards.py:66 msgid "Next step" @@ -599,11 +591,9 @@ msgstr "Uploadassistent" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo index cc6d0f99ae..240f0068ce 100644 Binary files a/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index 2691cb7dda..4b311ed4d1 100644 --- a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/sources/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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2013-11-20 13:14+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/es/LC_MESSAGES/django.mo index 551d91245c..7497f502a3 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 ced69a3764..5baae4eb66 100644 --- a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-05-09 01:31+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-23 06:42+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -28,6 +27,7 @@ msgid "Sources" msgstr "Fuentes" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "Crear una nueva fuente de documentos" @@ -36,10 +36,7 @@ msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" -"Las fuentes de documentos son la manera en la que se almacenan nuevos " -"documentos en Mayan EDMS. Crea por lo menos una fuente del tipo formulario " -"web para poder cargar documentos desde un navegador." +msgstr "Las fuentes de documentos son la manera en la que se almacenan nuevos documentos en Mayan EDMS. Crea por lo menos una fuente del tipo formulario web para poder cargar documentos desde un navegador." #: apps.py:65 msgid "Created" @@ -67,8 +64,7 @@ msgstr "Expandir archivos comprimidos" #: forms.py:46 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Subir los archivos de un archivo comprimido como documentos individuales" +msgstr "Subir los archivos de un archivo comprimido como documentos individuales" #: forms.py:67 views.py:432 msgid "Staging file" @@ -250,8 +246,7 @@ msgstr "Intérvalo" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Asignar un tipo de documento a los documentos subidos desde esta fuente" +msgstr "Asignar un tipo de documento a los documentos subidos desde esta fuente" #: models.py:275 msgid "Document type" @@ -281,9 +276,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Las opciones típicas son 110 para POP3, 995 para POP3 sobre SSL, 143 para " -"IMAP, 993 para IMAP sobre SSL." +msgstr "Las opciones típicas son 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, 993 para IMAP sobre SSL." #: models.py:338 msgid "Port" @@ -302,15 +295,11 @@ 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. Note: This " "attachment has to be the first attachment." -msgstr "" -"Nombre del archivo adjunto que contiene los nombres de los tipos de " -"metadatos y los pares de valores que se asignará al resto de los archivos " -"adjuntos descargados. Nota: Este anejo tiene que ser el primer archivo " -"adjunto." +msgstr "Nombre del archivo adjunto que contiene los nombres de los tipos de metadatos y los pares de valores que se asignará al resto de los archivos adjuntos descargados. Nota: Este anejo tiene que ser el primer archivo adjunto." #: models.py:349 msgid "Metadata attachment name" -msgstr "" +msgstr "Nombre del anejo de metadatos" #: models.py:353 msgid "" @@ -319,6 +308,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "Tipo de metadatos de asunto " @@ -417,10 +407,11 @@ msgstr "Ver fuentes de documento existentes" #: permissions.py:21 msgid "Delete staging files" -msgstr "" +msgstr "Borrar archivos provisionales" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "Error procesando fuente: %s" @@ -435,13 +426,12 @@ msgstr "Entradas de bitácora para fuente: %s" #: views.py:129 wizards.py:49 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." +"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:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "Propiedades de documento" @@ -464,10 +454,9 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Nueva versión del documento en cola para ser cargado, estará disponible en " -"breve." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Nueva versión del documento en cola para ser cargado, estará disponible en breve." #: views.py:419 #, python-format @@ -481,6 +470,7 @@ msgstr "Crear nuevo tipo de fuente: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "¿Eliminar la fuente: %s?" @@ -499,15 +489,15 @@ msgstr "Imagen de página de archivo provisional" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Paso 1 de 3: Seleccione tipo de documento" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Paso 2 de 3: Entre la metadata del documento" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Pago 3 de 3: Seleccione las etiquetas" #: wizards.py:66 msgid "Next step" @@ -515,7 +505,7 @@ msgstr "Siguiente paso" #: wizards.py:68 msgid "Document upload wizard" -msgstr "" +msgstr "Asistente de carga de documentos" #~ msgid "Staging file delete successfully." #~ msgstr "Staging file delete successfully." @@ -599,11 +589,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo index 0e2a8e2894..1c1075e131 100644 Binary files a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index de680a39ca..732e2b8877 100644 --- a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "سورس" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -133,9 +133,7 @@ msgstr "پرسیدن از کاربر" #: literals.py:27 models.py:252 msgid "Web form" -msgstr "" -"وب فرم " -"ا " +msgstr "وب فرم ا " #: literals.py:28 models.py:232 msgid "Staging folder" @@ -275,9 +273,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " -"for IMAP over SSL." +msgstr "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 for IMAP over SSL." #: models.py:338 msgid "Port" @@ -309,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -411,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -425,13 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع " -"بسازید." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "هیچ منبع محاوره ای سند تعریف و یا فعال نشده، قبل از ادامه دادن یک منبع بسازید." #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -454,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "نسخه سند جدید که جهت آپلود وارد صف شد بزودی قابل دسترس خواهد بود." #: views.py:419 @@ -469,6 +467,7 @@ msgstr "ایجاد سورس جدید از نوع %s." #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -587,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo index f95549f432..217c04ccdb 100644 Binary files a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index 74eb8c3a01..301d826e7a 100644 --- a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Bruno CAPELETO , 2016 +# Christophe CHAUVET , 2015 # Christophe CHAUVET , 2015 # Pierre Lhoste , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-05-23 20:06+0000\n" +"Last-Translator: Bruno CAPELETO \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -26,6 +27,7 @@ msgid "Sources" msgstr "Sources" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "Créer un document source" @@ -34,10 +36,7 @@ msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" -"Les sources de document seront la façon pour lesquels les nouveaux documents " -"seront suivis dans Mayan EDMS, créer par au moins un formulaire web pour " -"téléverser le document depuis le navigateur" +msgstr "Les sources de document seront la façon pour lesquels les nouveaux documents seront suivis dans Mayan EDMS, créer par au moins un formulaire web pour téléverser le document depuis le navigateur" #: apps.py:65 msgid "Created" @@ -65,9 +64,7 @@ msgstr "Décompresser les fichiers" #: forms.py:46 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" +msgstr "Importer le contenu d'un ensemble de fichiers compressés comme fichiers individuels" #: forms.py:67 views.py:432 msgid "Staging file" @@ -249,8 +246,7 @@ msgstr "Intervalle" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Assigner un type de document aux documents importés à partir de cette source." +msgstr "Assigner un type de document aux documents importés à partir de cette source." #: models.py:275 msgid "Document type" @@ -280,9 +276,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Les choix typiques sont 110 pour le POP3, 995 pour le POP3 over SSL, 143 " -"pour l'IMAP, 993 pour l'IMAP over SSL." +msgstr "Les choix typiques sont 110 pour le POP3, 995 pour le POP3 over SSL, 143 pour l'IMAP, 993 pour l'IMAP over SSL." #: models.py:338 msgid "Port" @@ -301,10 +295,7 @@ 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. Note: This " "attachment has to be the first attachment." -msgstr "" -"Le nom de la pièce jointe qui contiendra les noms des type de métadonnée et " -"aux couple de valeur qui seront assignés au reste des documents téléversés. " -"Noter que cette pièce jointe sera la première." +msgstr "Le nom de la pièce jointe qui contiendra les noms des type de métadonnée et aux couple de valeur qui seront assignés au reste des documents téléversés. Noter que cette pièce jointe sera la première." #: models.py:349 msgid "Metadata attachment name" @@ -314,43 +305,44 @@ msgstr "Métadonnées de la pièce jointe" msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's subject." -msgstr "" +msgstr "Sélectionner un type de métadonnée correct pour le type de document sélectionné, dans lequel enregistrer le sujet de l'email" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" -msgstr "" +msgstr "Type de métadonnée du sujet" #: models.py:360 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's \"from\" value." -msgstr "" +msgstr "Sélectionner un type de métadonnée correct pour le type de document sélectionné, dans lequel enregistrer la valeur du champs \"de\"" #: models.py:363 msgid "From metadata type" -msgstr "" +msgstr "Type de métadonnée du champs \"de\"" #: models.py:367 msgid "Store the body of the email as a text document." -msgstr "" +msgstr "Sauvegarder le corps de l'email en tant que document texte." #: models.py:368 msgid "Store email body" -msgstr "" +msgstr "Sauvegarder le corps de l'email" #: models.py:377 #, python-format msgid "" "Subject metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Le type de métadonnée du sujet \"%(metadata_type)s\" n'est pas correct pour le document de type: %(document_type)s" #: models.py:391 #, python-format msgid "" "\"From\" metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Le type de métadonnée du champs \"de\" \"%(metadata_type)s\" n'est pas correct pour le document de type: %(document_type)s" #: models.py:441 #, python-format @@ -375,7 +367,7 @@ msgstr "Compte POP" #: models.py:534 msgid "IMAP Mailbox from which to check for messages." -msgstr "" +msgstr "Boîte IMAP où chercher les messages" #: models.py:535 msgid "Mailbox" @@ -415,16 +407,17 @@ msgstr "Afficher les sources du document en cours" #: permissions.py:21 msgid "Delete staging files" -msgstr "" +msgstr "Supprimer les fichiers en attente" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "Erreur lors du traitement de la source: %s" #: templates/sources/upload_multiform_subtemplate.html:35 msgid "Clear" -msgstr "" +msgstr "Effacer" #: views.py:64 #, python-format @@ -433,13 +426,12 @@ msgstr "Entrée du journal pour la source: %s" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" -"Aucune source de document interactifs n'a été définie ou/ni activée, créer " -"en une avant de continuer." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "Aucune source de document interactifs n'a été définie ou/ni activée, créer en une avant de continuer." #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "Propriété du document" @@ -449,9 +441,7 @@ msgstr "Fichiers dans l'index, en cours de modification" #: views.py:262 msgid "New document queued for uploaded and will be available shortly." -msgstr "" -"Nouveau document ajouter dans la file d'attente pour transfert et disponible " -"dans les plus bref délai." +msgstr "Nouveau document ajouter dans la file d'attente pour transfert et disponible dans les plus bref délai." #: views.py:302 #, python-format @@ -461,13 +451,12 @@ msgstr "importer un document local à partir de la source: %s" #: views.py:327 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." -msgstr "" +msgstr "L'ajout d'une nouvelle version pour le document \"%s\" est bloqué." #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Une nouvelle version du document mis en fille d'attente pour importation qui " -"sera disponible dans les plus brefs délai." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Une nouvelle version du document mis en fille d'attente pour importation qui sera disponible dans les plus brefs délai." #: views.py:419 #, python-format @@ -481,6 +470,7 @@ msgstr "Créer une nouvelle source de type:%s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "Supprimer la source: %s?" @@ -499,15 +489,15 @@ msgstr "Affichage sous forme d'image de la page de fichier" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Etape 1 sur 3: Sélectionner le type du document" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Etape 2 sur 3: Entrer les metadonnées" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Etape 3 sur 3: Sélectionner les tags" #: wizards.py:66 msgid "Next step" @@ -599,11 +589,9 @@ msgstr "Assistant d'envoi de document" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo index 2a88e2994a..902f61a8c6 100644 Binary files a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index a917cd0b80..1ffec0bb11 100644 --- a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Dezső József , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -305,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -407,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -421,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -448,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -463,6 +467,7 @@ msgstr "" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -581,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo index 082d94d50d..eb8f82deb9 100644 Binary files a/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index 550af98087..acadcb0714 100644 --- a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Sehat , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -61,9 +61,7 @@ msgstr "Kembangkan berkas-berkas terkompresi" #: forms.py:46 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Unggah berkas terkompresi yang mengandung berkas-berkas sebagai dokumen-" -"dokumen individual" +msgstr "Unggah berkas terkompresi yang mengandung berkas-berkas sebagai dokumen-dokumen individual" #: forms.py:67 views.py:432 msgid "Staging file" @@ -307,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -409,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -423,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -450,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -465,6 +467,7 @@ msgstr "Membuat sumber baru dengan jenis: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -583,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo index 0806762a82..f6706e49df 100644 Binary files a/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index 2977886ce9..445c620dae 100644 --- a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po @@ -1,44 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Giovanni Tricarico , 2014 +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-09-24 13:19+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 msgid "Sources" -msgstr "" +msgstr "Sorgenti" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Crea una sorgente documento" #: apps.py:55 msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" +msgstr "Sorgenti documento è il mezzo con cui i nuovi documenti alimentano Mayan EDMS, crea almeno una modulo web per poter caricare documenti da un browser." #: apps.py:65 msgid "Created" -msgstr "" +msgstr "Creato" #: apps.py:71 msgid "Thumbnail" @@ -46,11 +47,11 @@ msgstr "Miniatura" #: apps.py:81 models.py:606 msgid "Date time" -msgstr "Appuntamento " +msgstr "Data e ora" #: apps.py:86 models.py:609 msgid "Message" -msgstr "" +msgstr "Messaggio" #: forms.py:29 msgid "Comment" @@ -78,27 +79,27 @@ msgstr "Default" #: links.py:26 msgid "New document" -msgstr "" +msgstr "Nuovo documento" #: links.py:35 msgid "Add new IMAP email" -msgstr "" +msgstr "Aggiungi nuova email IMAP" #: links.py:40 msgid "Add new POP3 email" -msgstr "" +msgstr "Aggiungi nuova Email POP3" #: links.py:45 msgid "Add new staging folder" -msgstr "" +msgstr "Aggiungi una nuova cartella di stage" #: links.py:50 msgid "Add new watch folder" -msgstr "" +msgstr "Aggiungi una nuova cartella monitorata" #: links.py:55 msgid "Add new webform source" -msgstr "" +msgstr "Aggiungi nuova sorgente webform" #: links.py:60 links.py:74 msgid "Delete" @@ -114,11 +115,11 @@ msgstr "Sorgente del documento" #: links.py:80 msgid "Upload new version" -msgstr "" +msgstr "Carica nuova versione" #: links.py:83 msgid "Logs" -msgstr "" +msgstr "Log" #: literals.py:10 literals.py:15 msgid "Always" @@ -134,27 +135,27 @@ msgstr "Chiedi all'utente" #: literals.py:27 models.py:252 msgid "Web form" -msgstr "" +msgstr "Form web" #: literals.py:28 models.py:232 msgid "Staging folder" -msgstr "" +msgstr "Cartella di stage" #: literals.py:29 models.py:597 msgid "Watch folder" -msgstr "" +msgstr "Cartella monitorata" #: literals.py:30 msgid "POP3 email" -msgstr "" +msgstr "Email POP3" #: literals.py:31 models.py:570 models.py:571 msgid "IMAP email" -msgstr "" +msgstr "Email IMAP" #: models.py:48 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: models.py:49 views.py:514 msgid "Enabled" @@ -162,41 +163,39 @@ msgstr "Abilitato" #: models.py:144 models.py:603 msgid "Source" -msgstr "" +msgstr "Sorgente" #: models.py:152 msgid "Interactive source" -msgstr "" +msgstr "Sorgente interattiva" #: models.py:153 msgid "Interactive sources" -msgstr "" +msgstr "Sorgenti interattive" #: models.py:161 models.py:578 msgid "Server side filesystem path." -msgstr "Path del server di filesystem" +msgstr "Path sul filesystem del server" #: models.py:162 models.py:579 msgid "Folder path" -msgstr "" +msgstr "Percorso cartella" #: models.py:165 msgid "Width value to be passed to the converter backend." -msgstr "" -"valore della larghezza da passare per le operazioni di conversione in backend" +msgstr "valore della larghezza da passare per le operazioni di conversione in backend" #: models.py:166 msgid "Preview width" -msgstr "" +msgstr "Larghezza anteprima" #: models.py:170 msgid "Height value to be passed to the converter backend." -msgstr "" -"valore dell'altezza da passare per le operazioni di conversione in backend" +msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" #: models.py:171 msgid "Preview height" -msgstr "" +msgstr "Altezza anteprima" #: models.py:175 models.py:243 msgid "Whether to expand or not compressed archives." @@ -204,7 +203,7 @@ msgstr "Se espandere o meno degli archivi compressi." #: models.py:176 models.py:244 models.py:280 msgid "Uncompress" -msgstr "" +msgstr "Decomprimi" #: models.py:181 msgid "Delete the file after is has been successfully uploaded." @@ -212,7 +211,7 @@ msgstr "Cancella il file dopo essere stato caricato" #: models.py:183 msgid "Delete after upload" -msgstr "" +msgstr "Cancella dopo aver caricato" #: models.py:207 #, python-format @@ -222,31 +221,31 @@ msgstr "Impossibile ottenere lista dei file di gestione temporanea: %s" #: models.py:228 #, python-format msgid "Error deleting staging file; %s" -msgstr "" +msgstr "Errore cancellando il file di stage; %s" #: models.py:233 msgid "Staging folders" -msgstr "" +msgstr "Cartelle di stage" #: models.py:253 msgid "Web forms" -msgstr "" +msgstr "Form web" #: models.py:260 models.py:261 msgid "Out of process" -msgstr "" +msgstr "Fuori dal processo" #: models.py:267 msgid "Interval in seconds between checks for new documents." -msgstr "" +msgstr "Intervallo in secondi tra le ricerche dei nuovi documenti." #: models.py:268 msgid "Interval" -msgstr "" +msgstr "Intervallo" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" +msgstr "Assegna un tipo documento ai documenti caricati da questa sorgente." #: models.py:275 msgid "Document type" @@ -254,37 +253,37 @@ msgstr "Tipo documento " #: models.py:279 msgid "Whether to expand or not, compressed archives." -msgstr "" +msgstr "Determina se espandere o no gli archivi compressi." #: models.py:329 msgid "Interval source" -msgstr "" +msgstr "Intervallo sorgente" #: models.py:330 msgid "Interval sources" -msgstr "" +msgstr "Intervallo sorgenti" #: models.py:334 msgid "Host" -msgstr "" +msgstr "Host" #: models.py:335 msgid "SSL" -msgstr "" +msgstr "SSL" #: models.py:337 msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" +msgstr "Le scelte tipiche sono 110 per POP3, 995 per POP3 su SSL, 143 per IMAP, 993 per IMAP su SSL." #: models.py:338 msgid "Port" -msgstr "" +msgstr "Porta" #: models.py:340 msgid "Username" -msgstr "" +msgstr "Nome utente" #: models.py:341 msgid "Password" @@ -295,94 +294,95 @@ 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. Note: This " "attachment has to be the first attachment." -msgstr "" +msgstr "Nome degli allegati che possono contenere i nomi dei tipi metadati e le coppie di valori che saranno assegnate al resto degli allegati caricati. Nota: Questo allegato sarà il primo degli allegati." #: models.py:349 msgid "Metadata attachment name" -msgstr "" +msgstr "Nome allegato metadati" #: models.py:353 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's subject." -msgstr "" +msgstr "Selezionare il tipo metadato valido per il documento selezionato dove impostare l'oggetto della mail." #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" -msgstr "" +msgstr "Tipo metadato oggetto" #: models.py:360 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's \"from\" value." -msgstr "" +msgstr "Selezionare il tipo metadato valido per il documento selezionato dove impostare il mittente della mail." #: models.py:363 msgid "From metadata type" -msgstr "" +msgstr "Tipo metadato mittente" #: models.py:367 msgid "Store the body of the email as a text document." -msgstr "" +msgstr "Salva il contenuto della mail in un documento di testo" #: models.py:368 msgid "Store email body" -msgstr "" +msgstr "Salva il contenuto della mail" #: models.py:377 #, python-format msgid "" "Subject metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Il tipo metadato \"oggetto\" \"%(metadata_type)s\" non è valido per il tipo documento: %(document_type)s" #: models.py:391 #, python-format msgid "" "\"From\" metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Il tipo metadato \"mittente\" \"%(metadata_type)s\" non è valido per il tipo documento: %(document_type)s" #: models.py:441 #, python-format msgid "attachment-%i" -msgstr "" +msgstr "allegato-%i" #: models.py:480 msgid "Email source" -msgstr "" +msgstr "Email sorgente" #: models.py:481 msgid "Email sources" -msgstr "" +msgstr "Email sorgenti" #: models.py:488 msgid "Timeout" -msgstr "" +msgstr "Timeout" #: models.py:525 models.py:526 msgid "POP email" -msgstr "" +msgstr "Email POP" #: models.py:534 msgid "IMAP Mailbox from which to check for messages." -msgstr "" +msgstr "Casella di posta IMAP dove controllare i messaggi." #: models.py:535 msgid "Mailbox" -msgstr "" +msgstr "Casella" #: models.py:598 msgid "Watch folders" -msgstr "" +msgstr "Cartelle monitorate" #: models.py:615 msgid "Log entry" -msgstr "" +msgstr "Elementi log" #: models.py:616 msgid "Log entries" -msgstr "" +msgstr "Elementi log" #: permissions.py:7 msgid "Sources setup" @@ -406,58 +406,61 @@ msgstr "Visualizza sorgenti documento esistente" #: permissions.py:21 msgid "Delete staging files" -msgstr "" +msgstr "Cancella i file temporanei" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" -msgstr "" +msgstr "Errore processando la sorgente: %s" #: templates/sources/upload_multiform_subtemplate.html:35 msgid "Clear" -msgstr "" +msgstr "Pulisci" #: views.py:64 #, python-format msgid "Log entries for source: %s" -msgstr "" +msgstr "Log per la sorgente: %s" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" +"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:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Proprietà documento" #: views.py:163 msgid "Files in staging path" -msgstr "" +msgstr "File nel percorso di stage" #: views.py:262 msgid "New document queued for uploaded and will be available shortly." -msgstr "" +msgstr "Il nuovo documento pronto in coda per il carico e sarà disponibile a breve." #: views.py:302 #, python-format msgid "Upload a local document from source: %s" -msgstr "" +msgstr "Carica un documento locale dalla sorgente: %s" #: views.py:327 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." -msgstr "" +msgstr "Il documento \"%s\" è bloccato per il caricamento di nuove versioni." #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "La nuova versione del documento è in coda per il caricamento e sarà disponibile a breve." #: views.py:419 #, python-format msgid "Upload a new version from source: %s" -msgstr "" +msgstr "Carica la nuova versione dalla sorgente: %s" #: views.py:460 #, python-format @@ -466,13 +469,14 @@ msgstr "Crea nuovo tipo di sorgente:%s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" -msgstr "" +msgstr "Cancellare la sorgente: %s?" #: views.py:499 #, python-format msgid "Edit source: %s" -msgstr "" +msgstr "Modifica sorgente: %s" #: views.py:510 msgid "Type" @@ -480,19 +484,19 @@ msgstr "Tipo" #: widgets.py:26 msgid "Staging file page image" -msgstr "" +msgstr "Immagine pagina file di stage" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Passo 1 di 3: Seleziona il tipo documento" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Passo 2 di 3: Inserisci i metadati del documento" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Passo 3 di 3: Seleziona i tag" #: wizards.py:66 msgid "Next step" @@ -500,7 +504,7 @@ msgstr "Prossimo passo " #: wizards.py:68 msgid "Document upload wizard" -msgstr "" +msgstr "Procedura guidata carico documenti" #~ msgid "Staging file delete successfully." #~ msgstr "Staging file delete successfully." @@ -584,11 +588,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" 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 6d2d801723..7eec5fe13c 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 467e53286b..0d55ab1878 100644 --- a/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-09 15:57+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,8 +25,9 @@ msgid "Sources" msgstr "Bronnen" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Maak een documentbron aan" #: apps.py:55 msgid "" @@ -37,11 +38,11 @@ msgstr "" #: apps.py:65 msgid "Created" -msgstr "" +msgstr "Aangemaakt" #: apps.py:71 msgid "Thumbnail" -msgstr "" +msgstr "Thumbnail" #: apps.py:81 models.py:606 msgid "Date time" @@ -49,7 +50,7 @@ msgstr "Datum en tijd" #: apps.py:86 models.py:609 msgid "Message" -msgstr "" +msgstr "Bericht" #: forms.py:29 msgid "Comment" @@ -61,8 +62,7 @@ msgstr "Uitpakken gecomprimeerde bestanden" #: forms.py:46 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Upload een gecomprimeerd archief van bestanden als individuele documenten" +msgstr "Upload een gecomprimeerd archief van bestanden als individuele documenten" #: forms.py:67 views.py:432 msgid "Staging file" @@ -78,11 +78,11 @@ msgstr "Verstekwaarde" #: links.py:26 msgid "New document" -msgstr "" +msgstr "Nieuw document" #: links.py:35 msgid "Add new IMAP email" -msgstr "" +msgstr "Voeg nieuwe IMAP-email toe." #: links.py:40 msgid "Add new POP3 email" @@ -114,11 +114,11 @@ msgstr "Documentbronnen" #: links.py:80 msgid "Upload new version" -msgstr "" +msgstr "Nieuwe versie uploaden" #: links.py:83 msgid "Logs" -msgstr "" +msgstr "Logs" #: literals.py:10 literals.py:15 msgid "Always" @@ -134,7 +134,7 @@ msgstr "Vraag gebruiker" #: literals.py:27 models.py:252 msgid "Web form" -msgstr "" +msgstr "Webformulier" #: literals.py:28 models.py:232 msgid "Staging folder" @@ -154,7 +154,7 @@ msgstr "IMAP e-mail" #: models.py:48 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:49 views.py:514 msgid "Enabled" @@ -162,15 +162,15 @@ msgstr "Ingeschakeld" #: models.py:144 models.py:603 msgid "Source" -msgstr "" +msgstr "BronB" #: models.py:152 msgid "Interactive source" -msgstr "" +msgstr "Interactieve bro" #: models.py:153 msgid "Interactive sources" -msgstr "" +msgstr "Interactieve bronnen" #: models.py:161 models.py:578 msgid "Server side filesystem path." @@ -178,7 +178,7 @@ msgstr "pad naar filesysteem server" #: models.py:162 models.py:579 msgid "Folder path" -msgstr "" +msgstr "Mappad" #: models.py:165 msgid "Width value to be passed to the converter backend." @@ -202,7 +202,7 @@ msgstr "Keuze om te expanderen of uitpakken van archief. (TODO: review this)" #: models.py:176 models.py:244 models.py:280 msgid "Uncompress" -msgstr "" +msgstr "Uitpakken" #: models.py:181 msgid "Delete the file after is has been successfully uploaded." @@ -215,9 +215,7 @@ msgstr "" #: models.py:207 #, python-format msgid "Unable get list of staging files: %s" -msgstr "" -"Het is niet mogelijk om een lijst met tijdelijke bestanden aan te maken. " -"Foutmelding: %s" +msgstr "Het is niet mogelijk om een lijst met tijdelijke bestanden aan te maken. Foutmelding: %s" #: models.py:228 #, python-format @@ -246,8 +244,7 @@ msgstr "" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Wijs een documentsoort toe voor documenten die worden geüpload van deze bron." +msgstr "Wijs een documentsoort toe voor documenten die worden geüpload van deze bron." #: models.py:275 msgid "Document type" @@ -309,6 +306,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -379,11 +377,11 @@ msgstr "" #: models.py:615 msgid "Log entry" -msgstr "" +msgstr "Loginvoer" #: models.py:616 msgid "Log entries" -msgstr "" +msgstr "Loginvoer" #: permissions.py:7 msgid "Sources setup" @@ -411,6 +409,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -425,11 +424,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -452,7 +452,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -467,6 +468,7 @@ msgstr "Aanmaken van nieuw documentbron van type: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -477,7 +479,7 @@ msgstr "" #: views.py:510 msgid "Type" -msgstr "" +msgstr "Type" #: widgets.py:26 msgid "Staging file page image" @@ -585,11 +587,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo index f31f12873e..873139386b 100644 Binary files a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 86d9ac7a7b..888e95601b 100644 --- a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012-2013 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-03-23 13:44+0000\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -115,7 +115,7 @@ msgstr "" #: links.py:80 msgid "Upload new version" -msgstr "" +msgstr "Prześlij nową wersję" #: links.py:83 msgid "Logs" @@ -307,6 +307,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -409,6 +410,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -423,13 +425,14 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Właściwości dokumentu" #: views.py:163 msgid "Files in staging path" @@ -450,7 +453,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -465,6 +469,7 @@ msgstr "Utwórz nowe typ źródło:%s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -483,23 +488,23 @@ msgstr "" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Krok 1 z 3: Wybierz typ dokumentu" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Krok 2 z 3: Wprowadź metadane dokumentu" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Krok 3 z 3: Wybierz tagi" #: wizards.py:66 msgid "Next step" -msgstr "" +msgstr "Następny krok" #: wizards.py:68 msgid "Document upload wizard" -msgstr "" +msgstr "Kreator przesyłania dokumentu" #~ msgid "Staging file delete successfully." #~ msgstr "Staging file delete successfully." @@ -583,11 +588,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo index e6bbe3c179..3c42f755c6 100644 Binary files a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index e1a9e84d6d..f51f73f634 100644 --- a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 -# Manuela Silva , 2015 +# Manuela Silva , 2015 # Vítor Figueiró , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -27,6 +26,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -63,9 +63,7 @@ msgstr "Expandir ficheiros comprimidos" #: forms.py:46 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Enviar os ficheiros contidos num ficheiro comprimido como documentos " -"individuais" +msgstr "Enviar os ficheiros contidos num ficheiro comprimido como documentos individuais" #: forms.py:67 views.py:432 msgid "Staging file" @@ -309,6 +307,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -411,6 +410,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -425,11 +425,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -452,7 +453,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -467,6 +469,7 @@ msgstr "Criar nova fonte do tipo: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -585,11 +588,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo index 1bb9207c61..56c4810ca7 100644 Binary files a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo differ 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 def5055b7f..043157c177 100644 --- a/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2011 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -26,15 +26,16 @@ msgid "Sources" msgstr "Fontes" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Criar uma nova fonte de documentos" #: apps.py:55 msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" +msgstr "Fontes de documentos são a forma como os novos documentos são alimentados ao Mayan EDMS, crie pelo menos uma fonte de formulário da web para poder carregar documentos a partir de um navegador." #: apps.py:65 msgid "Created" @@ -50,7 +51,7 @@ msgstr "hora, data" #: apps.py:86 models.py:609 msgid "Message" -msgstr "" +msgstr "Mensagem" #: forms.py:29 msgid "Comment" @@ -62,8 +63,7 @@ msgstr "Expandir arquivos compactados" #: forms.py:46 msgid "Upload a compressed file's contained files as individual documents" -msgstr "" -"Upload de um arquivo compactado contendo arquivos como documentos individuais" +msgstr "Upload de um arquivo compactado contendo arquivos como documentos individuais" #: forms.py:67 views.py:432 msgid "Staging file" @@ -79,7 +79,7 @@ msgstr "Padrão" #: links.py:26 msgid "New document" -msgstr "" +msgstr "Novo documento" #: links.py:35 msgid "Add new IMAP email" @@ -119,7 +119,7 @@ msgstr "Upload de uma nova versão" #: links.py:83 msgid "Logs" -msgstr "" +msgstr "Logs" #: literals.py:10 literals.py:15 msgid "Always" @@ -221,11 +221,11 @@ msgstr "Unable get list of staging files: %s" #: models.py:228 #, python-format msgid "Error deleting staging file; %s" -msgstr "" +msgstr "Error removendo arquivo de teste; %s" #: models.py:233 msgid "Staging folders" -msgstr "" +msgstr "Pastas de teste" #: models.py:253 msgid "Web forms" @@ -245,8 +245,7 @@ msgstr "intervalo" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Atribuir um tipo de documento para documentos enviados a partir desta fonte." +msgstr "Atribuir um tipo de documento para documentos enviados a partir desta fonte." #: models.py:275 msgid "Document type" @@ -276,9 +275,7 @@ msgstr "SSL" msgid "" "Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " "for IMAP over SSL." -msgstr "" -"Escolhas típicas : 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, " -"993 para IMAP sobre SSL." +msgstr "Escolhas típicas : 110 para POP3, 995 para POP3 sobre SSL, 143 para IMAP, 993 para IMAP sobre SSL." #: models.py:338 msgid "Port" @@ -297,58 +294,59 @@ 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. Note: This " "attachment has to be the first attachment." -msgstr "" +msgstr "Nome do anexo que contém os nomes de tipo de metadados e os pares de valores a serem atribuídos ao restante dos anexos transferidos. Nota: Este anexo tem de ser o primeiro anexo." #: models.py:349 msgid "Metadata attachment name" -msgstr "" +msgstr "Nome do metadado anexado" #: models.py:353 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's subject." -msgstr "" +msgstr "Selecione um tipo de metadados válido para o tipo de documento selecionado para armazenar o assunto do e-mail." #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" -msgstr "" +msgstr "Tipo de metadado do assunto" #: models.py:360 msgid "" "Select a metadata type valid for the document type selected in which to " "store the email's \"from\" value." -msgstr "" +msgstr "Selecione um tipo de metadados válido para o tipo de documento selecionado para armazenar o valor \"de\" do e-mail." #: models.py:363 msgid "From metadata type" -msgstr "" +msgstr "Tipo de documento do remetente" #: models.py:367 msgid "Store the body of the email as a text document." -msgstr "" +msgstr "Armazenar o corpo do e-mail como um documento de texto." #: models.py:368 msgid "Store email body" -msgstr "" +msgstr "Armazenar o corpo do e-mail" #: models.py:377 #, python-format msgid "" "Subject metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Tipo de metadado do assunto \"%(metadata_type)s\" não é válido para o documento do tipo: %(document_type)s" #: models.py:391 #, python-format msgid "" "\"From\" metadata type \"%(metadata_type)s\" is not valid for the document " "type: %(document_type)s" -msgstr "" +msgstr "Tipo de metadados do campo \"de\" \"%(metadata_type)s\" não é válido para o tipo de documento: %(document_type)s" #: models.py:441 #, python-format msgid "attachment-%i" -msgstr "" +msgstr "anexo-%i" #: models.py:480 msgid "Email source" @@ -368,7 +366,7 @@ msgstr "E-mail POP3" #: models.py:534 msgid "IMAP Mailbox from which to check for messages." -msgstr "" +msgstr "Pasta de email IMAP de onde checar por mensagens." #: models.py:535 msgid "Mailbox" @@ -380,7 +378,7 @@ msgstr "Pastas Temporárias" #: models.py:615 msgid "Log entry" -msgstr "" +msgstr "Entrada de registro" #: models.py:616 msgid "Log entries" @@ -408,33 +406,33 @@ msgstr "Ver fontes de documentos existentes" #: permissions.py:21 msgid "Delete staging files" -msgstr "" +msgstr "Apagar arquivos temporários" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" -msgstr "" +msgstr "Erro processando fonte: %s" #: templates/sources/upload_multiform_subtemplate.html:35 msgid "Clear" -msgstr "" +msgstr "Limpar" #: views.py:64 #, python-format msgid "Log entries for source: %s" -msgstr "" +msgstr "Registrar entradas para fonte: %s" #: views.py:129 wizards.py:49 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." +"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:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Propriedades do documento" #: views.py:163 msgid "Files in staging path" @@ -452,13 +450,12 @@ msgstr "Carregar um documento no local de origem:%s " #: views.py:327 #, python-format msgid "Document \"%s\" is blocked from uploading new versions." -msgstr "" +msgstr "Documento \"%s\" está bloqueado para carregar novas versões." #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." -msgstr "" -"Nova versão do documento na fila para carregados e estará disponível em " -"breve." +msgid "" +"New document version queued for uploaded and will be available shortly." +msgstr "Nova versão do documento na fila para carregados e estará disponível em breve." #: views.py:419 #, python-format @@ -472,13 +469,14 @@ msgstr "Criar nova fonte do tipo: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" -msgstr "" +msgstr "Apagar a fonte: %s?" #: views.py:499 #, python-format msgid "Edit source: %s" -msgstr "" +msgstr "Editar fonte: %s" #: views.py:510 msgid "Type" @@ -490,15 +488,15 @@ msgstr "Imagem da página do arquivo temporário" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Passo 1 de 3: Selecione o tipo de documento" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Passo 2 de 3: Insira metadados do documento" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Passo 3 de 3: Selecione etiquetas" #: wizards.py:66 msgid "Next step" @@ -506,7 +504,7 @@ msgstr "Próximo passo" #: wizards.py:68 msgid "Document upload wizard" -msgstr "" +msgstr "Assistente de upload de documentos" #~ msgid "Staging file delete successfully." #~ msgstr "Staging file delete successfully." @@ -590,11 +588,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" 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 1e73170a08..81a74e86cc 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 42d5a0e036..3ce1f3146d 100644 --- a/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Abalaru Paul , 2013 @@ -10,23 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-04-17 13:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -43,11 +42,11 @@ msgstr "" #: apps.py:71 msgid "Thumbnail" -msgstr "" +msgstr "Iconiță" #: apps.py:81 models.py:606 msgid "Date time" -msgstr "" +msgstr "Data și ora" #: apps.py:86 models.py:609 msgid "Message" @@ -63,9 +62,7 @@ msgstr "Dezarhivare fișiere comprimate" #: forms.py:46 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" +msgstr "Încărcați fișiere de fișier comprimat care sunt incluse ca documente individuale" #: forms.py:67 views.py:432 msgid "Staging file" @@ -105,7 +102,7 @@ msgstr "" #: links.py:60 links.py:74 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:64 msgid "Edit" @@ -157,7 +154,7 @@ msgstr "" #: models.py:48 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:49 views.py:514 msgid "Enabled" @@ -309,6 +306,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -411,6 +409,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -425,11 +424,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -452,7 +452,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -467,6 +468,7 @@ msgstr "Creați o nouă sursă de tipul:% s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -477,7 +479,7 @@ msgstr "" #: views.py:510 msgid "Type" -msgstr "" +msgstr "Tip" #: widgets.py:26 msgid "Staging file page image" @@ -585,11 +587,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo index a24ef50a05..187874981d 100644 Binary files a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index 8c9d3091d4..bc8fe338a7 100644 --- a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "Источники" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" -msgstr "" +msgstr "Создать источник документов" #: apps.py:55 msgid "" "Document sources are the way in which new documents are feed to Mayan EDMS, " "create at least a web form source to be able to upload documents from a " "browser." -msgstr "" +msgstr "Источники документов - это способы получения Mayan EDMS новых документов. Как минимум, чтобы можно было загружать документы из браузера, создайте веб-форму." #: apps.py:65 msgid "Created" -msgstr "" +msgstr "Создано" #: apps.py:71 msgid "Thumbnail" -msgstr "" +msgstr "Миниатюра" #: apps.py:81 models.py:606 msgid "Date time" @@ -50,7 +49,7 @@ msgstr "Дата и время" #: apps.py:86 models.py:609 msgid "Message" -msgstr "" +msgstr "Сообщение" #: forms.py:29 msgid "Comment" @@ -78,7 +77,7 @@ msgstr "Умолчание" #: links.py:26 msgid "New document" -msgstr "" +msgstr "Новый документ" #: links.py:35 msgid "Add new IMAP email" @@ -102,7 +101,7 @@ msgstr "" #: links.py:60 links.py:74 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:64 msgid "Edit" @@ -114,11 +113,11 @@ msgstr "Источники документов" #: links.py:80 msgid "Upload new version" -msgstr "" +msgstr "Загрузить новую версию" #: links.py:83 msgid "Logs" -msgstr "" +msgstr "Журналы" #: literals.py:10 literals.py:15 msgid "Always" @@ -134,15 +133,15 @@ msgstr "Спросить пользователя" #: literals.py:27 models.py:252 msgid "Web form" -msgstr "" +msgstr "Веб-форма" #: literals.py:28 models.py:232 msgid "Staging folder" -msgstr "" +msgstr "Промежуточная папка" #: literals.py:29 models.py:597 msgid "Watch folder" -msgstr "" +msgstr "Наблюдаемая папка" #: literals.py:30 msgid "POP3 email" @@ -154,7 +153,7 @@ msgstr "почтовый ящик IMAP" #: models.py:48 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:49 views.py:514 msgid "Enabled" @@ -162,15 +161,15 @@ msgstr "Доступно" #: models.py:144 models.py:603 msgid "Source" -msgstr "" +msgstr "Источник" #: models.py:152 msgid "Interactive source" -msgstr "" +msgstr "Интерактивный источник" #: models.py:153 msgid "Interactive sources" -msgstr "" +msgstr "Интерактивные источники" #: models.py:161 models.py:578 msgid "Server side filesystem path." @@ -178,7 +177,7 @@ msgstr "Путь на сервере" #: models.py:162 models.py:579 msgid "Folder path" -msgstr "" +msgstr "Путь к папке" #: models.py:165 msgid "Width value to be passed to the converter backend." @@ -186,7 +185,7 @@ msgstr "Ширина после обработки." #: models.py:166 msgid "Preview width" -msgstr "" +msgstr "Ширина предпросмотра" #: models.py:170 msgid "Height value to be passed to the converter backend." @@ -194,7 +193,7 @@ msgstr "Высота после обработки." #: models.py:171 msgid "Preview height" -msgstr "" +msgstr "Высота предпросмотра" #: models.py:175 models.py:243 msgid "Whether to expand or not compressed archives." @@ -202,7 +201,7 @@ msgstr "Независимо от того распакованы или нет #: models.py:176 models.py:244 models.py:280 msgid "Uncompress" -msgstr "" +msgstr "Распаковать" #: models.py:181 msgid "Delete the file after is has been successfully uploaded." @@ -210,7 +209,7 @@ msgstr "Удалить файл после загрузки." #: models.py:183 msgid "Delete after upload" -msgstr "" +msgstr "Удалить после загрузки" #: models.py:207 #, python-format @@ -220,15 +219,15 @@ msgstr "Не удалось получить список промежуточн #: models.py:228 #, python-format msgid "Error deleting staging file; %s" -msgstr "" +msgstr "Ошибка удаления промежуточного файла; %s" #: models.py:233 msgid "Staging folders" -msgstr "" +msgstr "Промежуточные папки" #: models.py:253 msgid "Web forms" -msgstr "" +msgstr "Веб-формы" #: models.py:260 models.py:261 msgid "Out of process" @@ -236,16 +235,15 @@ msgstr "" #: models.py:267 msgid "Interval in seconds between checks for new documents." -msgstr "" +msgstr "Временной интервал проверки на наличие новых документов." #: models.py:268 msgid "Interval" -msgstr "" +msgstr "Интервал" #: models.py:273 msgid "Assign a document type to documents uploaded from this source." -msgstr "" -"Назначить тип документов для документов, загружаемых из этого источника." +msgstr "Назначить тип документов для документов, загружаемых из этого источника." #: models.py:275 msgid "Document type" @@ -265,7 +263,7 @@ msgstr "" #: models.py:334 msgid "Host" -msgstr "" +msgstr "Хост" #: models.py:335 msgid "SSL" @@ -279,15 +277,15 @@ msgstr "" #: models.py:338 msgid "Port" -msgstr "" +msgstr "Порт" #: models.py:340 msgid "Username" -msgstr "" +msgstr "Имя пользователя" #: models.py:341 msgid "Password" -msgstr "" +msgstr "Пароль" #: models.py:345 msgid "" @@ -307,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -357,7 +356,7 @@ msgstr "" #: models.py:488 msgid "Timeout" -msgstr "" +msgstr "Таймаут" #: models.py:525 models.py:526 msgid "POP email" @@ -365,7 +364,7 @@ msgstr "POP email" #: models.py:534 msgid "IMAP Mailbox from which to check for messages." -msgstr "" +msgstr "IMAP ящик в котором проверять сообщения." #: models.py:535 msgid "Mailbox" @@ -377,11 +376,11 @@ msgstr "" #: models.py:615 msgid "Log entry" -msgstr "" +msgstr "Запись журнала" #: models.py:616 msgid "Log entries" -msgstr "" +msgstr "Записи журнала" #: permissions.py:7 msgid "Sources setup" @@ -409,27 +408,29 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" -msgstr "" +msgstr "Ошибка обработки источника: %s" #: templates/sources/upload_multiform_subtemplate.html:35 msgid "Clear" -msgstr "" +msgstr "Очистить" #: views.py:64 #, python-format msgid "Log entries for source: %s" -msgstr "" +msgstr "Записи журнала для источника: %s" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." -msgstr "" +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." +msgstr "Интерактивные источники документов не были определены или включены, создайте один для продолжения." #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" -msgstr "" +msgstr "Свойства документа" #: views.py:163 msgid "Files in staging path" @@ -450,13 +451,14 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 #, python-format msgid "Upload a new version from source: %s" -msgstr "" +msgstr "Загрузка новой версии из источника %s" #: views.py:460 #, python-format @@ -465,6 +467,7 @@ msgstr "Создать новый источник типа: %s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -475,7 +478,7 @@ msgstr "" #: views.py:510 msgid "Type" -msgstr "" +msgstr "Тип" #: widgets.py:26 msgid "Staging file page image" @@ -483,15 +486,15 @@ msgstr "" #: wizards.py:38 msgid "Step 1 of 3: Select document type" -msgstr "" +msgstr "Шаг 1 из 3: Выбор типа документа" #: wizards.py:39 msgid "Step 2 of 3: Enter document metadata" -msgstr "" +msgstr "Шаг 2 из 3: Заполните метаданные документа" #: wizards.py:40 msgid "Step 3 of 3: Select tags" -msgstr "" +msgstr "Шаг 3 из 3%: выберите метки" #: wizards.py:66 msgid "Next step" @@ -499,7 +502,7 @@ msgstr "Далее" #: wizards.py:68 msgid "Document upload wizard" -msgstr "" +msgstr "Мастер загрузки документов" #~ msgid "Staging file delete successfully." #~ msgstr "Staging file delete successfully." @@ -583,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo index 417b883d0c..150b9feeda 100644 Binary files a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.mo differ 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 2b9c0383d5..8c9c5da189 100644 --- a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:11+0000\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:37 links.py:31 models.py:145 views.py:521 msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -153,7 +152,7 @@ msgstr "" #: models.py:48 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:49 views.py:514 msgid "Enabled" @@ -305,6 +304,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -407,6 +407,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -421,11 +422,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -448,7 +450,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -463,6 +466,7 @@ msgstr "" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -581,11 +585,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo index 41af5d8e71..7b8f2cbe10 100644 Binary files a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo differ 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 a7addf7b6e..252393531c 100644 --- a/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -25,6 +24,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -305,6 +305,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -407,6 +408,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -421,11 +423,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -448,7 +451,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -463,6 +467,7 @@ msgstr "" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -581,11 +586,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo index 3b8aa0ab54..0f42b2b457 100644 Binary files a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po index be9c379564..fe5203d4a6 100644 --- a/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:56-0400\n" "PO-Revision-Date: 2016-03-21 21:11+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 links.py:31 models.py:145 views.py:521 @@ -26,6 +25,7 @@ msgid "Sources" msgstr "" #: apps.py:53 +#| msgid "Create new document sources" msgid "Create a document source" msgstr "" @@ -306,6 +306,7 @@ msgid "" msgstr "" #: models.py:356 +#| msgid "Current metadata" msgid "Subject metadata type" msgstr "" @@ -408,6 +409,7 @@ msgstr "" #: tasks.py:31 #, python-format +#| msgid "Error creating source; %s" msgid "Error processing source: %s" msgstr "" @@ -422,11 +424,12 @@ msgstr "" #: views.py:129 wizards.py:49 msgid "" -"No interactive document sources have been defined or none have been enabled, " -"create one before proceeding." +"No interactive document sources have been defined or none have been enabled," +" create one before proceeding." msgstr "" #: views.py:155 views.py:173 +#| msgid "Document sources" msgid "Document properties" msgstr "" @@ -449,7 +452,8 @@ msgid "Document \"%s\" is blocked from uploading new versions." msgstr "" #: views.py:381 -msgid "New document version queued for uploaded and will be available shortly." +msgid "" +"New document version queued for uploaded and will be available shortly." msgstr "" #: views.py:419 @@ -464,6 +468,7 @@ msgstr "新建数据源类型:%s" #: views.py:480 #, python-format +#| msgid "Delete document sources" msgid "Delete the source: %s?" msgstr "" @@ -582,11 +587,9 @@ msgstr "" #~ msgstr "Error deleting source transformation; %(error)s" #~ msgid "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgstr "" -#~ "Are you sure you wish to delete source transformation \"%(transformation)s" -#~ "\"" +#~ "Are you sure you wish to delete source transformation \"%(transformation)s\"" #~ msgid "Source transformation created successfully" #~ msgstr "Source transformation created successfully" diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo index c9fda9caf2..672822fbee 100644 Binary files a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po index d694afce6d..a3f0cc2abf 100644 --- a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mohammed ALDOUB , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:24 links.py:28 permissions.py:7 msgid "Statistics" diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo index c73ad0578f..26274c7e27 100644 Binary files a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po index 18955fe21e..0f4cea307c 100644 --- a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Iliya Georgiev , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo index 67b658baac..d88811ab0a 100644 Binary files a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po index 068f6616ca..eb470c7b54 100644 --- a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # www.ping.ba , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:24 links.py:28 permissions.py:7 msgid "Statistics" diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo index 1a937e5d34..34f06b0ae1 100644 Binary files a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po index 1b0c17ed4c..ec47a54150 100644 --- a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mads L. Nielsen , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo index 760577daff..2656da7e0b 100644 Binary files a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po index 1e2d1eaf2e..0e1eb1f3f8 100644 --- a/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/de_DE/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 # Mathias Behrle , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo index e49bff386e..f1fa87dd04 100644 Binary files a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po index d1806b8449..56b621f2bb 100644 --- a/mayan/apps/statistics/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-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/statistics/locale/es/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo index f8d3702883..fa9d1583be 100644 Binary files a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po index 776fb23018..01e6577cec 100644 --- a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lory977 , 2015 # Roberto Rosario, 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:23+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo index d0a4ad04e7..d65858ad27 100644 Binary files a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po index 13809bcce9..267d8a8785 100644 --- a/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Mehdi Amani , 2014 # Mohammad Dashtizadeh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo index 7be0f683f3..2245b13036 100644 Binary files a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po index 44137ceac7..1f00d53b03 100644 --- a/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012 # Thierry Schott , 2016 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Thierry Schott \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo index b599eac864..291819e27c 100644 Binary files a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po index 9be40f19a5..0b0b18df86 100644 --- a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dezső József , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo index 1e4b479054..a4c41cc528 100644 Binary files a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po index d05a9c42a3..1cf0504186 100644 --- a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sehat , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo index 676c7ebfe8..6676cb110e 100644 Binary files a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po index 40d18c304d..c169cd9b98 100644 --- a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Giovanni Tricarico , 2016 +# Marco Camplese , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Giovanni Tricarico \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-09-24 10:01+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 @@ -39,17 +39,17 @@ msgstr "Vista " #: links.py:19 msgid "Namespace details" -msgstr "Dettagli spazio nome " +msgstr "Dettagli spazio dei nomi " #: links.py:23 msgid "Namespace list" -msgstr "Lista spazio nome " +msgstr "Lista spazio dei nomi " #. Translators: 'Slug' refers to the URL valid ID of the statistic #. More info: https://docs.djangoproject.com/en/1.7/glossary/#term-slug #: models.py:14 msgid "Slug" -msgstr "lumaca " +msgstr "Titolo URL (Slug)" #: models.py:16 msgid "Date time" @@ -77,12 +77,12 @@ msgstr "Nessun dato ancora disponibile " #: views.py:17 msgid "Statistics namespaces" -msgstr "Statistiche spazio nome " +msgstr "Statistiche spazio dei nomi " #: views.py:33 #, python-format msgid "Namespace details for: %s" -msgstr "Dettagli spazio nome per: %s" +msgstr "Dettagli spazio dei nomi per: %s" #: views.py:53 #, python-format @@ -97,4 +97,4 @@ msgstr "Statistica \"%s\" non trovata." #: views.py:77 #, python-format msgid "Queue statistic \"%s\" to be updated?" -msgstr "Coda statistica \"%s\" da aggiornare? " +msgstr "Mettere in coda le statistiche \"%s\" da aggiornare? " diff --git a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo index 10bcc3bd5f..a93b512aaa 100644 Binary files a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po index 64d62a5cfe..ef3ef753ce 100644 --- a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-09 16:41+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 @@ -27,15 +27,15 @@ msgstr "Statistiek" #. statistic will be updated #: apps.py:43 msgid "Schedule" -msgstr "" +msgstr "Schema" #: links.py:11 msgid "Queue" -msgstr "" +msgstr "Wachtrij" #: links.py:15 msgid "View" -msgstr "" +msgstr "Bekijk" #: links.py:19 msgid "Namespace details" @@ -43,7 +43,7 @@ msgstr "" #: links.py:23 msgid "Namespace list" -msgstr "" +msgstr "Namespacelijst" #. Translators: 'Slug' refers to the URL valid ID of the statistic #. More info: https://docs.djangoproject.com/en/1.7/glossary/#term-slug @@ -57,7 +57,7 @@ msgstr "Datum en tijd" #: models.py:18 msgid "Data" -msgstr "" +msgstr "Gegevens" #: models.py:31 msgid "Statistics result" @@ -69,11 +69,11 @@ msgstr "" #: permissions.py:10 msgid "View statistics" -msgstr "" +msgstr "Bekijk statistieken" #: templates/statistics/backends/chartjs/line.html:19 msgid "No data available yet" -msgstr "" +msgstr "Nog geen gegevens beschikbaar" #: views.py:17 msgid "Statistics namespaces" @@ -87,12 +87,12 @@ msgstr "" #: views.py:53 #, python-format msgid "Results for: %s" -msgstr "" +msgstr "Resultaten voor: %s" #: views.py:60 views.py:85 #, python-format msgid "Statistic \"%s\" not found." -msgstr "" +msgstr "Statistiek \"%s\" niet gevonden" #: views.py:77 #, python-format diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo index 87f884787d..067786d37a 100644 Binary files a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po index d2540480a5..7a2c9ae962 100644 --- a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Wojciech Warczakowski \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"Last-Translator: Wojtek Warczakowski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:24 links.py:28 permissions.py:7 msgid "Statistics" diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo index 240d3bb680..45e6e7b5e4 100644 Binary files a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po index 0d9c888845..06ad1b0ba4 100644 --- a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Manuela Silva , 2015 +# Manuela Silva , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Manuela Silva \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Last-Translator: Manuela Silva \n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo index 4c2ede1012..f84fc839f9 100644 Binary files a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po index ac157ef3b0..f0f3d14b3b 100644 --- a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:24 links.py:28 permissions.py:7 @@ -27,62 +27,62 @@ msgstr "Estatísticas" #. statistic will be updated #: apps.py:43 msgid "Schedule" -msgstr "" +msgstr "Programação" #: links.py:11 msgid "Queue" -msgstr "" +msgstr "Programar" #: links.py:15 msgid "View" -msgstr "" +msgstr "Visualizar" #: links.py:19 msgid "Namespace details" -msgstr "" +msgstr "Detalhes da categoria" #: links.py:23 msgid "Namespace list" -msgstr "Lista de Namespace" +msgstr "Lista de categorias" #. Translators: 'Slug' refers to the URL valid ID of the statistic #. More info: https://docs.djangoproject.com/en/1.7/glossary/#term-slug #: models.py:14 msgid "Slug" -msgstr "Slug" +msgstr "Identificador" #: models.py:16 msgid "Date time" -msgstr "hora, data" +msgstr "Data e hora" #: models.py:18 msgid "Data" -msgstr "" +msgstr "Dados" #: models.py:31 msgid "Statistics result" -msgstr "" +msgstr "Resultado das estatísticas" #: models.py:32 msgid "Statistics results" -msgstr "" +msgstr "Resultados das estatísticas" #: permissions.py:10 msgid "View statistics" -msgstr "" +msgstr "Visualizar estatísticas" #: templates/statistics/backends/chartjs/line.html:19 msgid "No data available yet" -msgstr "" +msgstr "Não há dados disponíveis ainda" #: views.py:17 msgid "Statistics namespaces" -msgstr "Estatística do namespaces" +msgstr "Estatística de categorias" #: views.py:33 #, python-format msgid "Namespace details for: %s" -msgstr "Detalhes do namespace para: %s" +msgstr "Detalhes da categoria para: %s" #: views.py:53 #, python-format @@ -92,9 +92,9 @@ msgstr "Resultados para: %s" #: views.py:60 views.py:85 #, python-format msgid "Statistic \"%s\" not found." -msgstr "" +msgstr "Estatística \"%s\" não encontrada." #: views.py:77 #, python-format msgid "Queue statistic \"%s\" to be updated?" -msgstr "" +msgstr "Programar estatística \"%s\" para ser executada?" diff --git a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo index 98406ca186..d6a402985a 100644 Binary files a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po index 5d36e4b970..1660cf993b 100644 --- a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Badea Gabriel , 2013 +# Stefaniu Criste , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-17 12:06+0000\n" +"Last-Translator: Stefaniu Criste \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:24 links.py:28 permissions.py:7 msgid "Statistics" @@ -54,15 +53,15 @@ msgstr "" #: models.py:16 msgid "Date time" -msgstr "" +msgstr "Data și ora" #: models.py:18 msgid "Data" -msgstr "" +msgstr "Data" #: models.py:31 msgid "Statistics result" -msgstr "" +msgstr "Statistici rezultate" #: models.py:32 msgid "Statistics results" @@ -70,11 +69,11 @@ msgstr "" #: permissions.py:10 msgid "View statistics" -msgstr "" +msgstr "Afișare statistici" #: templates/statistics/backends/chartjs/line.html:19 msgid "No data available yet" -msgstr "" +msgstr "Nu sunt disponibile încă" #: views.py:17 msgid "Statistics namespaces" diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo index ecb0d1c36f..279a3ac462 100644 Binary files a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po index 5d3be48caf..1c9f5a96f4 100644 --- a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 # Sergey Glita , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2016-03-21 21:05+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-07-19 20:06+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:24 links.py:28 permissions.py:7 msgid "Statistics" @@ -29,15 +27,15 @@ msgstr "Статистика" #. statistic will be updated #: apps.py:43 msgid "Schedule" -msgstr "" +msgstr "Запланировать" #: links.py:11 msgid "Queue" -msgstr "" +msgstr "Очередь" #: links.py:15 msgid "View" -msgstr "" +msgstr "Просмотр" #: links.py:19 msgid "Namespace details" @@ -59,7 +57,7 @@ msgstr "Дата и время" #: models.py:18 msgid "Data" -msgstr "" +msgstr "Данные" #: models.py:31 msgid "Statistics result" @@ -71,30 +69,30 @@ msgstr "" #: permissions.py:10 msgid "View statistics" -msgstr "" +msgstr "Просмотр статистики" #: templates/statistics/backends/chartjs/line.html:19 msgid "No data available yet" -msgstr "" +msgstr "Данные пока недоступны" #: views.py:17 msgid "Statistics namespaces" -msgstr "" +msgstr "Статистика пространств имён" #: views.py:33 #, python-format msgid "Namespace details for: %s" -msgstr "" +msgstr "Детали пространства имён для: %s" #: views.py:53 #, python-format msgid "Results for: %s" -msgstr "" +msgstr "Результаты для: %s" #: views.py:60 views.py:85 #, python-format msgid "Statistic \"%s\" not found." -msgstr "" +msgstr "Статистика \"%s\" не найдена." #: views.py:77 #, python-format diff --git a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo index a36b2e6370..96d10306fe 100644 Binary files a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po index 90a93224e1..e98b40d96e 100644 --- a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-09-24 05:16+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:24 links.py:28 permissions.py:7 msgid "Statistics" diff --git a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo index c5d581bb09..e9dbf37f1f 100644 Binary files a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po index a8b9b97c99..ca427b5d39 100644 --- a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Trung Phan Minh , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo index 5a35d3ab30..f85e963756 100644 Binary files a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po index 760eefad71..ecc16c85c2 100644 --- a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ford Guo , 2014 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:05+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:24 links.py:28 permissions.py:7 diff --git a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo index 34eced1ddb..e0af7c8ebb 100644 Binary files a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po index 9e65ff7350..1d98a945f3 100644 --- a/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:10 msgid "Storage" diff --git a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo index 645eab1fc8..6c8fcea159 100644 Binary files a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po index 77cdb0cdb2..d9cbff3beb 100644 --- a/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bg/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo index 8e575d5360..b16699b58a 100644 Binary files a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.mo differ 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 8aa42b61f7..1ab354e68d 100644 --- a/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/bs_BA/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:10 msgid "Storage" diff --git a/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo index 43fcf55ebc..1588f0b80b 100644 Binary files a/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/da/LC_MESSAGES/django.po b/mayan/apps/storage/locale/da/LC_MESSAGES/django.po index 01d5b0191e..22e6558343 100644 --- a/mayan/apps/storage/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo index 2fc5c78f52..4d77c4d6c2 100644 Binary files a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.mo differ 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 7e697bdd8e..7869c00e46 100644 --- a/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Berny , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Mathias Behrle \n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo index 105563c981..f1fa87dd04 100644 Binary files a/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/en/LC_MESSAGES/django.po b/mayan/apps/storage/locale/en/LC_MESSAGES/django.po index 42f6fcf7cf..5619954167 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: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-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/storage/locale/es/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo index 86c9b3dbe9..c8c0abdce9 100644 Binary files a/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po index 2b3e4eb8cc..253e1a3c28 100644 --- a/mayan/apps/storage/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario, 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo index 0839db2f98..d0f6c3b5dc 100644 Binary files a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po index 11d0217385..e89f7ea07a 100644 --- a/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fa/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo index 4adfda01d2..2142f7d5b0 100644 Binary files a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po index cfa7b13c2a..4b63a94262 100644 --- a/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Christophe CHAUVET , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo index 73c808fe3f..d3f6f52bca 100644 Binary files a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po index 2678a8a7b7..66572c9709 100644 --- a/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo index 1c0fdc85a5..237412df64 100644 Binary files a/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po index 0ca86b5072..c9a9dc72dc 100644 --- a/mayan/apps/storage/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo index 45bc19b0d9..a9f5fa4ac3 100644 Binary files a/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po index 3d7f9a2755..71410927b8 100644 --- a/mayan/apps/storage/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Giovanni Tricarico , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" "Last-Translator: Giovanni Tricarico \n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo index 984d3862bc..70aceefa93 100644 Binary files a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.mo differ 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 f809a8642c..79a3599d17 100644 --- a/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-10-28 09:41+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 msgid "Storage" -msgstr "" +msgstr "Opslag" diff --git a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo index 41941cfdac..73e24eb3c6 100644 Binary files a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po index 76af3fa3be..d2f4362e47 100644 --- a/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Daniel Winiarski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-08-04 09:32+0000\n" +"Last-Translator: Daniel Winiarski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:9 settings.py:10 msgid "Storage" -msgstr "" +msgstr "Magazyn" diff --git a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo index 0eef336a99..da99c6af02 100644 Binary files a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po index a55ce217d9..c85879a8dd 100644 --- a/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Manuela Silva , 2015 +# Manuela Silva , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:10+0000\n" -"Last-Translator: Manuela Silva \n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Last-Translator: Manuela Silva \n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo index 69c521e02e..3b965c6d95 100644 Binary files a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.mo differ 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 be97147014..38d7c664bb 100644 --- a/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Aline Freitas , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-04 19:03+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:9 settings.py:10 msgid "Storage" -msgstr "" +msgstr "Armazenamento" diff --git a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo index 576c311666..2b60498a7f 100644 Binary files a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.mo differ 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 c74f6837fb..9d3cfcac89 100644 --- a/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ro_RO/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Stefaniu Criste , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-17 09:42+0000\n" +"Last-Translator: Stefaniu Criste \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:9 settings.py:10 msgid "Storage" -msgstr "" +msgstr "Stocare" diff --git a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo index 15e2aa21e8..100272eb83 100644 Binary files a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po index fc134d97ea..b18fe918d9 100644 --- a/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" -"PO-Revision-Date: 2015-08-20 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-07-14 01:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:9 settings.py:10 msgid "Storage" -msgstr "" +msgstr "Хранилище" diff --git a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo index 5c9ab1af89..6360098ac0 100644 Binary files a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.mo differ 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 0ba6b2b2f8..82331b5c0d 100644 --- a/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/sl_SI/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:9 settings.py:10 msgid "Storage" diff --git a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo index ec988613cf..c08af74dc8 100644 Binary files a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.mo differ 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 11dc3eb3ba..8645d1e283 100644 --- a/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo index cd7be672f3..a9433c9333 100644 Binary files a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po index ae364a3118..163d16dc06 100644 --- a/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/storage/locale/zh_CN/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2015-08-20 19:23+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:9 settings.py:10 diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo index 67d713c933..b68eb4af8d 100644 Binary files a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index 8cb4c1e531..2ef5e5d294 100644 --- a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:22-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -197,16 +195,22 @@ msgstr "ازالة الكلمة الاستدلالية من الوثائق: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -223,8 +227,7 @@ msgstr "الوثيقة \"%(document)s\" لم تربط مع: \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." +msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo index f8a3dc562c..ef999b129e 100644 Binary files a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index 20d0b7e56e..5b2a818072 100644 --- a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -188,16 +187,22 @@ msgstr "" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo index fee1a39b15..e52a90b654 100644 Binary files a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.mo differ 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 ee21468f56..9d58d5d9e3 100644 --- a/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -191,16 +189,22 @@ msgstr "Ukloni tag iz dokumenata: %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo index 10341f863b..8a4bc9828e 100644 Binary files a/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po index 53d8ec09c6..fa43de7037 100644 --- a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -188,16 +187,22 @@ msgstr "Fjern tag fra dokumenter: %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index fb04991820..2b63b3b3d0 100644 Binary files a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.mo differ 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 cb4bd8cfc9..66b1952f91 100644 --- a/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Berny , 2015 +# Berny , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-05-20 21:33+0000\n" +"Last-Translator: Tobias Paepke \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -35,7 +34,7 @@ msgstr "Dokumente" #: forms.py:53 msgid "Tags to attach to the document." -msgstr "" +msgstr "Dem Dokument hinzuzufügende Tags." #: links.py:14 msgid "Remove tag" @@ -188,17 +187,22 @@ msgstr "Tag von Dokumenten %s entfernen." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" -msgstr "" -"Wollen Sie den Tag %(tag)s wirklich vom Dokument %(document)s entfernen?" +msgstr "Wollen Sie den Tag %(tag)s wirklich vom Dokument %(document)s entfernen?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Tag \"%(tag)s\" wirklich von den Dokumenten %(documents)s entfernen?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Wollen Sie die Tags %(tags)s vom Dokument %(document)s entfernen?" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo index eae7e6d97d..30e20e69f1 100644 Binary files a/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/en/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index 6e62262734..acae517c0b 100644 --- a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/tags/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: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo index 7194a45dbc..0f458e7487 100644 Binary files a/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/es/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index 7de0b8087f..97ace02593 100644 --- a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-05-09 01:32+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -190,16 +189,22 @@ msgstr "Quitar etiqueta de los documentos: %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "¿Remover la etiqueta \"%(tag)s\" del documento: %(document)s?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "¿Remover la etiqueta \"%(tag)s\" de los documentos: %(documents)s?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "¿Remover las etiquetas: %(tags)s del documento: %(document)s?" @@ -216,8 +221,7 @@ msgstr "Documento \"%(document)s\" no estaba etiquetado como \"%(tag)s \"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"Etiqueta \"%(tag)s\" eliminada con éxito del documento \"%(document)s\"." +msgstr "Etiqueta \"%(tag)s\" eliminada con éxito del documento \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo index ed2c9bbda4..2a0d66deb5 100644 Binary files a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index 134c1c2298..5280182912 100644 --- a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammad Dashtizadeh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -186,16 +185,22 @@ msgstr "حذف برچسب از اسناد: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo index 921a1e79b0..1f188df70e 100644 Binary files a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index 19959cce28..85164ca4c7 100644 --- a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Christophe CHAUVET , 2015 +# Christophe CHAUVET , 2015 # Pierre Lhoste , 2012 # SadE54 , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-25 12:07+0000\n" +"Last-Translator: Baptiste GAILLET \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -37,7 +37,7 @@ msgstr "Documents" #: forms.py:53 msgid "Tags to attach to the document." -msgstr "" +msgstr "Tags a attacher au document" #: links.py:14 msgid "Remove tag" @@ -127,9 +127,7 @@ msgstr "Le document \"%(document)s\" est déjà étiqueté comme \"%(tag)s\"" #: views.py:96 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "" -"L'étiquette \"%(tag)s\" a été attachée avec succès au document \"%(document)s" -"\"." +msgstr "L'étiquette \"%(tag)s\" a été attachée avec succès au document \"%(document)s\"." #: views.py:110 msgid "Attach tag to document" @@ -192,16 +190,22 @@ msgstr "Supprimer l'étiquette des documents: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "Supprimer l'étiquette \"%(tag)s\" du document %(document)s?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Supprimer l'étiquette \"%(tag)s\" des documents %(documents)s?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Supprimer les étiquettes \"%(tags)s\" du document %(document)s?" @@ -218,9 +222,7 @@ msgstr "Le document \"%(document)s\" n'a pas été étiqueté avec \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"L'étiquette \"%(tag)s\" à été supprimée avec succès du document " -"\"%(document)s\"." +msgstr "L'étiquette \"%(tag)s\" à été supprimée avec succès du document \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo index c380683930..78263a536f 100644 Binary files a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po index ffb3c84774..f5610de111 100644 --- a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -187,16 +186,22 @@ msgstr "" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo index 0cd22efbba..3c8ac587c0 100644 Binary files a/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/id/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po index cb2be0319f..8a895fd530 100644 --- a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -185,16 +184,22 @@ msgstr "" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo index a80ed13cf4..b78100f1a7 100644 Binary files a/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/it/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po index 2e5cd933bb..63be8e09fd 100644 --- a/mayan/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/it/LC_MESSAGES/django.po @@ -1,25 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Giovanni Tricarico , 2016 +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011-2012 # Roberto Rosario, 2011 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-09-24 10:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -37,7 +37,7 @@ msgstr "Documenti" #: forms.py:53 msgid "Tags to attach to the document." -msgstr "" +msgstr "Tag da attaccare al documento." #: links.py:14 msgid "Remove tag" @@ -65,7 +65,7 @@ msgstr "Modifica" #: models.py:20 msgid "Label" -msgstr "etichetta" +msgstr "Etichetta" #: models.py:22 msgid "Color" @@ -127,15 +127,13 @@ msgstr "Il documento \"%(document)s\" è stato già etichettato come \"%(tag)s\" #: views.py:96 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "" -"L'etichetta \"%(tag)s\" è stata allegata con successo al documento " -"\"%(document)s\"" +msgstr "L'etichetta \"%(tag)s\" è stata allegata con successo al documento \"%(document)s\"" #: views.py:110 msgid "Attach tag to document" msgid_plural "Attach tag to documents" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Aggiungi tag al documento" +msgstr[1] "Aggiungi tag ai documenti" #: views.py:160 msgid "Must provide at least one tag." @@ -158,8 +156,8 @@ msgstr "Sarà rimossa da tutti i documenti" #: views.py:199 msgid "Delete the selected tag?" msgid_plural "Delete the selected tags?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Cancellare il tag selezionato?" +msgstr[1] "Cancellare i tag selezionati?" #: views.py:231 #, python-format @@ -192,16 +190,22 @@ msgstr "Rimuovi l'etichetta dai documenti: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "Rimuovere l'etichetta \"%(tag)s\" dal documento %(document)s?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "Rimuovere l'etichetta \"%(tag)s\" dai documenti: %(documents)s?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "Rimuovere le etichette: %(tags)s dal documento: %(document)s?" @@ -218,8 +222,7 @@ msgstr "Il documento \"%(document)s\" non è stato etichettato come \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"Etichetta \"%(tag)s\" rimossa con successo dal documento \"%(document)s\"." +msgstr "Etichetta \"%(tag)s\" rimossa con successo dal documento \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo index ed91d6e1e2..223a67dff7 100644 Binary files a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo differ 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 ecf6d6cbb3..4f10953a7a 100644 --- a/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-09 15:49+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -26,7 +26,7 @@ msgstr "Labels" #: apps.py:68 apps.py:80 msgid "Preview" -msgstr "" +msgstr "Preview" #: apps.py:84 models.py:24 msgid "Documents" @@ -38,19 +38,19 @@ msgstr "" #: links.py:14 msgid "Remove tag" -msgstr "" +msgstr "Label verwijderen" #: links.py:17 links.py:24 msgid "Attach tag" -msgstr "" +msgstr "Voeg label bij" #: links.py:20 msgid "Remove tags" -msgstr "" +msgstr "Labels verwijderen" #: links.py:28 msgid "Create new tag" -msgstr "" +msgstr "Maak een nieuw label aan" #: links.py:32 links.py:45 msgid "Delete" @@ -62,7 +62,7 @@ msgstr "bewerken" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Label" #: models.py:22 msgid "Color" @@ -70,15 +70,15 @@ msgstr "Kleur" #: models.py:34 msgid "Tag" -msgstr "" +msgstr "Label" #: models.py:53 msgid "Document tag" -msgstr "" +msgstr "Documentlabel" #: models.py:54 msgid "Document tags" -msgstr "" +msgstr "Documentlabels" #: permissions.py:10 msgid "Create new tags" @@ -110,7 +110,7 @@ msgstr "" #: views.py:34 msgid "Create tag" -msgstr "" +msgstr "maak label aan" #: views.py:59 msgid "Must provide at least one document." @@ -144,8 +144,7 @@ msgstr "Label \"%s\" verwijderd." #: views.py:186 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" -msgstr "" -"Fout bij het verwijderen van label: \"%(tag)s\". Foutmelding: %(error)s" +msgstr "Fout bij het verwijderen van label: \"%(tag)s\". Foutmelding: %(error)s" #: views.py:196 msgid "Will be removed from all documents." @@ -154,13 +153,13 @@ msgstr "Zal van alle documenten worden verwijderd." #: views.py:199 msgid "Delete the selected tag?" msgid_plural "Delete the selected tags?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Geselecteerd label verwijderen?" +msgstr[1] "Geselecteerde labels verwijderen?" #: views.py:231 #, python-format msgid "Edit tag: %s" -msgstr "" +msgstr "Bewerk label: %s" #: views.py:244 #, python-format @@ -188,16 +187,22 @@ msgstr "Verwijder label van documenten: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -214,7 +219,7 @@ msgstr "Document \"%(document)s\" is niet gelabeld als: \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Label: \"%(tag)s\" is verwijdert van document \"%(document)s\"." +msgstr "Label: \"%(tag)s\" is verwijderd van document \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo index b4ea86ca32..d748866723 100644 Binary files a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index f5b58f4c86..7aa09f160d 100644 --- a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -1,27 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 # mic , 2012,2015 -# Wojciech Warczakowski , 2016 +# Wojtek Warczakowski , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: 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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -193,16 +191,22 @@ msgstr "Usuń tagi z dokumentów: %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo index eabb05627e..e09b344967 100644 Binary files a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index cfcd8fddea..81cde1bb0d 100644 --- a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -190,16 +189,22 @@ msgstr "" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo index f51e18cb41..995c537541 100644 Binary files a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo differ 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 f7961df114..202cf6074d 100644 --- a/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/pt_BR/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Roberto Rosario, 2012 # Rogerio Falcone , 2015 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-17 23:07+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -36,7 +36,7 @@ msgstr "Documentos" #: forms.py:53 msgid "Tags to attach to the document." -msgstr "" +msgstr "Etiquetas para anexar ao documento." #: links.py:14 msgid "Remove tag" @@ -76,11 +76,11 @@ msgstr "Etiqueta" #: models.py:53 msgid "Document tag" -msgstr "" +msgstr "Etiqueta do documento" #: models.py:54 msgid "Document tags" -msgstr "" +msgstr "Etiquetas do documento" #: permissions.py:10 msgid "Create new tags" @@ -108,7 +108,7 @@ msgstr "Remover etiquetas de documentos" #: serializers.py:46 msgid "Primary key of the tag to be added." -msgstr "" +msgstr "Chave primária da etiqueta a ser adicionada." #: views.py:34 msgid "Create tag" @@ -126,14 +126,13 @@ msgstr "Documento \"%(document)s\" já está marcado como \"%(tag)s\"" #: views.py:96 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "" -"Etiqueta \"%(tag)s\" anexada com sucesso para o documento \"%(document)s\"." +msgstr "Etiqueta \"%(tag)s\" anexada com sucesso para o documento \"%(document)s\"." #: views.py:110 msgid "Attach tag to document" msgid_plural "Attach tag to documents" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Adicionar etiqueta ao documento" +msgstr[1] "Adicionar etiqueta aos documentos" #: views.py:160 msgid "Must provide at least one tag." @@ -156,8 +155,8 @@ msgstr "Será removido de todos os documentos." #: views.py:199 msgid "Delete the selected tag?" msgid_plural "Delete the selected tags?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Apagar a etiqueta selecionada?" +msgstr[1] "Apagar as etiquetas selecionadas?" #: views.py:231 #, python-format @@ -190,33 +189,39 @@ msgstr "Remove etiqueta dos documentos: %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" -msgstr "" +msgstr "Remover a etiqueta \"%(tag)s\" do documento: %(document)s?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" -msgstr "" +msgstr "Remover a etiqueta \"%(tag)s\" dos documentos: %(documents)s?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" -msgstr "" +msgstr "Remover as etiquetas: %(tags)s do documento: %(document)s?" #: views.py:367 #, python-format msgid "Remove the tags %(tags)s from the documents: %(documents)s?" -msgstr "" +msgstr "Remover as etiquetas %(tags)s dos documentos: %(documents)s?" #: views.py:379 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "" +msgstr "Documento \"%(document)s\" não estava etiquetado como \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" +msgstr "Etiqueta \"%(tag)s\" removida com sucesso do documento \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo index 9b044b2878..6eedd58ce7 100644 Binary files a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.mo differ 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 a5760b1885..f712089923 100644 --- a/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ro_RO/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Abalaru Paul , 2013 # Badea Gabriel , 2013 +# Stefaniu Criste , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-17 09:44+0000\n" +"Last-Translator: Stefaniu Criste \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -41,15 +40,15 @@ msgstr "" #: links.py:14 msgid "Remove tag" -msgstr "" +msgstr "Elimină eticheta" #: links.py:17 links.py:24 msgid "Attach tag" -msgstr "" +msgstr "Atașează etichetă" #: links.py:20 msgid "Remove tags" -msgstr "" +msgstr "Elimină etichete" #: links.py:28 msgid "Create new tag" @@ -57,15 +56,15 @@ msgstr "" #: links.py:32 links.py:45 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:36 msgid "Edit" -msgstr "Editează" +msgstr "Modifică" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Etichetă" #: models.py:22 msgid "Color" @@ -73,7 +72,7 @@ msgstr "Culoare" #: models.py:34 msgid "Tag" -msgstr "" +msgstr "Etichetă" #: models.py:53 msgid "Document tag" @@ -127,8 +126,7 @@ msgstr "Documentul \"%(document)s\" este deja etichetat cu \"%(tag)s\"" #: views.py:96 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "" -"Eticheta \"%(tag)s\" a fost atașată cu succes la documentul \"%(document)s\"." +msgstr "Eticheta \"%(tag)s\" a fost atașată cu succes la documentul \"%(document)s\"." #: views.py:110 msgid "Attach tag to document" @@ -165,17 +163,17 @@ msgstr[2] "" #: views.py:231 #, python-format msgid "Edit tag: %s" -msgstr "" +msgstr "Modifică eticheta: %s" #: views.py:244 #, python-format msgid "Documents with the tag: %s" -msgstr "" +msgstr "Documente cu eticheta: %s" #: views.py:271 #, python-format msgid "Tags for document: %s" -msgstr "" +msgstr "Etichetele documentului: %s" #: views.py:286 msgid "Must provide at least one tagged document." @@ -193,16 +191,22 @@ msgstr "Eliminați eticheta de la documentele:% s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" @@ -219,9 +223,7 @@ msgstr "Documentul \"%(document)s\" nu a fost etichetat cu \"%(tag)s\"" #: views.py:388 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"Eticheta \"%(tag)s\" a fost eliminată cu succes din documentul \"%(document)s" -"\"." +msgstr "Eticheta \"%(tag)s\" a fost eliminată cu succes din documentul \"%(document)s\"." #~ msgid "remove tags" #~ msgstr "remove tags" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.mo index 9e70d71035..b86ee3ea2b 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 b4f1d92fe2..f449b78be3 100644 --- a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-02 04:15+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -28,7 +26,7 @@ msgstr "Метки" #: apps.py:68 apps.py:80 msgid "Preview" -msgstr "" +msgstr "Предварительный просмотр" #: apps.py:84 models.py:24 msgid "Documents" @@ -36,27 +34,27 @@ msgstr "Документы" #: forms.py:53 msgid "Tags to attach to the document." -msgstr "" +msgstr "Метки, прикрепляемые к документу." #: links.py:14 msgid "Remove tag" -msgstr "" +msgstr "Снять метку" #: links.py:17 links.py:24 msgid "Attach tag" -msgstr "" +msgstr "Прикрепить метку" #: links.py:20 msgid "Remove tags" -msgstr "" +msgstr "Снять метки" #: links.py:28 msgid "Create new tag" -msgstr "" +msgstr "Создать новую метку" #: links.py:32 links.py:45 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:36 msgid "Edit" @@ -64,7 +62,7 @@ msgstr "Редактировать" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Надпись" #: models.py:22 msgid "Color" @@ -72,15 +70,15 @@ msgstr "Цвет" #: models.py:34 msgid "Tag" -msgstr "" +msgstr "Метка" #: models.py:53 msgid "Document tag" -msgstr "" +msgstr "Метка документа" #: models.py:54 msgid "Document tags" -msgstr "" +msgstr "Метки документов" #: permissions.py:10 msgid "Create new tags" @@ -108,11 +106,11 @@ msgstr "Удаление тегов из документов" #: serializers.py:46 msgid "Primary key of the tag to be added." -msgstr "" +msgstr "Первичный ключ добавляемой метки." #: views.py:34 msgid "Create tag" -msgstr "" +msgstr "Создать метку" #: views.py:59 msgid "Must provide at least one document." @@ -131,10 +129,10 @@ msgstr "Метка \"%(tag)s\" присвоена \"%(document)s\"." #: views.py:110 msgid "Attach tag to document" msgid_plural "Attach tag to documents" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Прикрепить метку к документам" +msgstr[1] "Прикрепить метки к документам" +msgstr[2] "Прикрепить метки к документам" +msgstr[3] "Прикрепить метки к документам" #: views.py:160 msgid "Must provide at least one tag." @@ -157,25 +155,25 @@ msgstr "Будет удален из всех документов." #: views.py:199 msgid "Delete the selected tag?" msgid_plural "Delete the selected tags?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Удалить выбранную метку?" +msgstr[1] "Удалить выбранные метки?" +msgstr[2] "Удалить выбранные метки?" +msgstr[3] "Удалить выбранные метки?" #: views.py:231 #, python-format msgid "Edit tag: %s" -msgstr "" +msgstr "Редактировать метку %s" #: views.py:244 #, python-format msgid "Documents with the tag: %s" -msgstr "" +msgstr "Документы с меткой: %s" #: views.py:271 #, python-format msgid "Tags for document: %s" -msgstr "" +msgstr "Метки документа: %s" #: views.py:286 msgid "Must provide at least one tagged document." @@ -193,23 +191,29 @@ msgstr "Снять метку с документов %s." #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" -msgstr "" +msgstr "Снять метку \"%(tag)s\" с документа %(document)s?" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" -msgstr "" +msgstr "Снять метку \"%(tag)s\" с документов %(documents)s?" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" -msgstr "" +msgstr "Снять метки \"%(tags)s\" с документа %(document)s?" #: views.py:367 #, python-format msgid "Remove the tags %(tags)s from the documents: %(documents)s?" -msgstr "" +msgstr "Снять метки \"%(tags)s\" с документов %(documents)s?" #: views.py:379 #, python-format diff --git a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo index 76aca74a2f..72bc579bf1 100644 Binary files a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.mo differ 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 4cd54fd9d0..78def0b01c 100644 --- a/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/sl_SI/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # kontrabant , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-17 08:59+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 #: links.py:43 models.py:35 permissions.py:7 views.py:139 @@ -64,7 +62,7 @@ msgstr "" #: models.py:20 msgid "Label" -msgstr "" +msgstr "Oznaka" #: models.py:22 msgid "Color" @@ -193,16 +191,22 @@ msgstr "" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo index f3df646cd8..d48b0dd7da 100644 Binary files a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo differ 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 f09f10aa15..7b5e8bbcc4 100644 --- a/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -186,16 +185,22 @@ msgstr "Xóa tag từ các tài liệu: %s" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo index c0a6af088f..d900244e2d 100644 Binary files a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po index ada7fc98e1..9349954ebb 100644 --- a/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:33 apps.py:73 apps.py:90 forms.py:34 forms.py:52 links.py:40 @@ -187,16 +186,22 @@ msgstr "从文档: %s移除标签" #: views.py:344 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the document: ment)s?" msgid "Remove the tag \"%(tag)s\" from the document: %(document)s?" msgstr "" #: views.py:351 #, python-format +#| msgid "" +#| "u sure you wish to remove the tag \"%(tag)s\" from the documents: ments)s?" msgid "Remove the tag \"%(tag)s\" from the documents: %(documents)s?" msgstr "" #: views.py:360 #, python-format +#| msgid "" +#| "u sure you wish to remove the tags: %(tags)s from the document: ment)s?" msgid "Remove the tags: %(tags)s from the document: %(document)s?" msgstr "" diff --git a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo index 18a7a23e51..875cfe5317 100644 Binary files a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.mo differ 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 e73d987389..5382d82cd7 100644 --- a/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" -"ar/)\n" -"Language: ar\n" +"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:37 permissions.py:7 msgid "User management" @@ -128,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -175,9 +174,7 @@ msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." #: views.py:237 #, python-format @@ -191,11 +188,13 @@ msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -207,9 +206,7 @@ msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo index 54c9ede82c..c140e8308c 100644 Binary files a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.mo differ 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 73d6de8e25..ea0c98084a 100644 --- a/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Iliya Georgiev , 2012 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -127,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -174,9 +174,7 @@ msgstr "Трябва да изберете поне един потребите msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Изтриване на потребители от супер потребител и служител не е разрешено. " -"Използвайте администраторския модул за тези случаи." +msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." #: views.py:237 #, python-format @@ -190,11 +188,13 @@ msgstr "Грешка при изтриването на потребител \"% #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -206,9 +206,7 @@ msgstr "Паролата не съвпада. Опитайте отново." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Промяна на парола на потребители от супер потребител и служител не е " -"разрешено. Използвайте администраторския модул за тези случаи." +msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo index ac2d4138db..b4488727f7 100644 Binary files a/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/bs_BA/LC_MESSAGES/django.mo differ 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 e6837bb85c..340a4d0570 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,17 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"rosarior/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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:37 permissions.py:7 msgid "User management" @@ -128,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -175,9 +174,7 @@ msgstr "Mora biti obebjeđen bar jedan korisnik." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super user i staff user brisanja nisu dozvoljena, koristite administratorski " -"interface za takve slučajeve" +msgstr "Super user i staff user brisanja nisu dozvoljena, koristite administratorski interface za takve slučajeve" #: views.py:237 #, python-format @@ -191,11 +188,13 @@ msgstr "Greška brisanja korisnika \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -207,9 +206,7 @@ msgstr "Lozinke se ne podudaraju, pokušajte ponovo." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super user i staff user reset lozinke nije dozvoljen, koristite " -"administratorski interface za takve slučajeve" +msgstr "Super user i staff user reset lozinke nije dozvoljen, koristite administratorski interface za takve slučajeve" #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo index 160b1d958e..fc052d0b9f 100644 Binary files a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po index ca528bf317..4be90828f6 100644 --- a/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # René Rovsing Bach , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" -"da/)\n" -"Language: da\n" +"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -127,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -174,9 +174,7 @@ msgstr "Der skal angives mindst én bruger." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Det er ikke tilladt at slette superbruger og personalebruger. Anvend " -"administrator brugerfladen i disse tilfælde." +msgstr "Det er ikke tilladt at slette superbruger og personalebruger. Anvend administrator brugerfladen i disse tilfælde." #: views.py:237 #, python-format @@ -190,11 +188,13 @@ msgstr "Fejl ved sletning af bruger \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -206,9 +206,7 @@ msgstr "De to password stemmer ikke overens, prøv igen." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Det er ikke tilladt at nulstille Superbruger og personale brugeradgangskode. " -"Anvend administrator brugerflade istedet." +msgstr "Det er ikke tilladt at nulstille Superbruger og personale brugeradgangskode. Anvend administrator brugerflade istedet." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo index f19027b81a..9976a65f11 100644 Binary files a/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo differ 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 727b38f895..382fcb8474 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 @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Berny , 2015 +# Berny , 2015-2016 # Mathias Behrle , 2014 # Stefan Lodders , 2012 # tetjarediske , 2012 @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-11 21:48+0000\n" +"Last-Translator: Berny \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" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -131,12 +130,13 @@ msgstr "Gruppe %s bearbeiten" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Gruppe %s löschen?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Verfügbare Nutzer" #: views.py:73 msgid "Members of groups" @@ -178,9 +178,7 @@ msgstr "Es muss mindestens ein Benutzer angegeben werden" msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die " -"Administratoren-Oberfläche dafür." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." #: views.py:237 #, python-format @@ -194,11 +192,13 @@ msgstr "Fehler beim Löschen des Benutzers \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "Benutzer %s löschen?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "Die Benutzer %s löschen?" @@ -210,9 +210,7 @@ msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen" msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die " -"Administratoren-Oberfläche dafür." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie die Administratoren-Oberfläche dafür." #: views.py:319 #, python-format @@ -222,9 +220,7 @@ msgstr "Passwort erfolgreich zurückgesetzt für Benutzer %s" #: views.py:325 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Fehler beim Zurücksetzen des Passworts für den Benutzer \"%(user)s\": " -"%(error)s" +msgstr "Fehler beim Zurücksetzen des Passworts für den Benutzer \"%(user)s\": %(error)s" #: views.py:342 #, python-format diff --git a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo index 7768e4efff..934b7744aa 100644 Binary files a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/en/LC_MESSAGES/django.mo differ 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 5a77f1a280..5e341ed74d 100644 --- a/mayan/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/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: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" 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 3b05df345a..b61d51bd26 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 faecd46eca..8ebc0a5b00 100644 --- a/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-05-09 01:33+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -131,6 +130,7 @@ msgstr "Editar grupo: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "¿Borrar el grupo: %s?" @@ -178,9 +178,7 @@ msgstr "Debe indicar al menos un usuario." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"No se permite eliminar el super usuario y usuario de personal. Use la " -"interfaz de administración para estos casos." +msgstr "No se permite eliminar el super usuario y usuario de personal. Use la interfaz de administración para estos casos." #: views.py:237 #, python-format @@ -194,11 +192,13 @@ msgstr "Error eliminando el usuario \"%(user)s\": %(error)s " #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "¿Borrar el usuario: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "¿Borrar los usuarios: %s?" @@ -210,9 +210,7 @@ msgstr "Las contraseñas no coinciden. Vuelva a intentarlo." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"No se permite cambiar la contraseña del super usuario y del usuario de " -"personal. Use la interfaz de administración para estos casos." +msgstr "No se permite cambiar la contraseña del super usuario y del usuario de personal. Use la interfaz de administración para estos casos." #: views.py:319 #, python-format @@ -222,8 +220,7 @@ msgstr "Contraseña restablecida para el usuario: %s." #: views.py:325 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Error restaurando la contraseña para el usuario \"%(user)s\": %(error)s " +msgstr "Error restaurando la contraseña para el usuario \"%(user)s\": %(error)s " #: views.py:342 #, python-format diff --git a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo index fbdb3acaee..27ae4a936c 100644 Binary files a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.mo differ 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 2e2cb1d07f..3a3687b028 100644 --- a/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fa/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mehdi Amani , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" -"language/fa/)\n" -"Language: fa\n" +"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 permissions.py:7 @@ -127,6 +126,7 @@ msgstr "ویرایش گروه : %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -188,11 +188,13 @@ msgstr "خطا در حذف کاربر \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" 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 27ea533c87..eb2734cea8 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 083f4f659a..b463e91843 100644 --- a/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/fr/LC_MESSAGES/django.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Christophe CHAUVET , 2014 +# Christophe CHAUVET , 2014 # Pierre Lhoste , 2012 # SadE54 , 2013 # Thierry Schott , 2016 @@ -12,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" -"fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-28 15:12+0000\n" +"Last-Translator: Baptiste GAILLET \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" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:37 permissions.py:7 @@ -130,12 +130,13 @@ msgstr "Modification du groupe : %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Supprimer le groupe : %s ?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Utilisateurs disponibles" #: views.py:73 msgid "Members of groups" @@ -177,9 +178,7 @@ msgstr "Vous devez indiquer au moins un utilisateur." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"La suppression des comptes super utilisateur et staff n'est pas autorisée " -"ici, veuillez le faire via l'interface d'administration." +msgstr "La suppression des comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'administration." #: views.py:237 #, python-format @@ -189,16 +188,17 @@ msgstr "Utilisateur \"%s\" supprimé avec succès." #: views.py:241 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" -msgstr "" -"Erreur lors de la suppression de l'utilisateur \"%(user)s\" : %(error)s" +msgstr "Erreur lors de la suppression de l'utilisateur \"%(user)s\" : %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "Supprimer l'utilisateur : %s ?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "Supprimer les utilisateurs : %s ?" @@ -210,10 +210,7 @@ msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"La réinitialisation des mots de passe pour les comptes super utilisateur et " -"staff n'est pas autorisée ici, veuillez le faire via l'interface " -"d'administration." +msgstr "La réinitialisation des mots de passe pour les comptes super utilisateur et staff n'est pas autorisée ici, veuillez le faire via l'interface d'administration." #: views.py:319 #, python-format @@ -223,9 +220,7 @@ msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur : %s." #: views.py:325 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Erreur lors de la ré-initialisation du mot de passe pour l'utilisateur " -"\"%(user)s\" : %(error)s" +msgstr "Erreur lors de la ré-initialisation du mot de passe pour l'utilisateur \"%(user)s\" : %(error)s" #: views.py:342 #, python-format diff --git a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo index 3b28c7922e..7826a7171e 100644 Binary files a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.mo differ 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 f00c0729df..67048c3845 100644 --- a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" -"language/hu/)\n" -"Language: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -126,6 +125,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -187,11 +187,13 @@ msgstr "" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" diff --git a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo index af923b7772..fe54f6375c 100644 Binary files a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.mo differ 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 981ccea8db..28b3fb4384 100644 --- a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" -"language/id/)\n" -"Language: id\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" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 permissions.py:7 @@ -126,6 +125,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -187,11 +187,13 @@ msgstr "" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" diff --git a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo index f118ccd475..a7673e6709 100644 Binary files a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.mo differ 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 434cd53db9..abd1a7dd27 100644 --- a/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Marco Camplese , 2016 # Pierpaolo Baldan , 2011 # Roberto Rosario, 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-09-24 11:31+0000\n" +"Last-Translator: Marco Camplese \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -27,11 +27,11 @@ msgstr "Gestione utenti" #: apps.py:47 msgid "All the groups." -msgstr "" +msgstr "Tutti i gruppi" #: apps.py:51 msgid "All the users." -msgstr "" +msgstr "Tutti gli utenti" #: apps.py:56 links.py:30 msgid "Members" @@ -39,7 +39,7 @@ msgstr "Membri " #: apps.py:60 msgid "Full name" -msgstr "" +msgstr "Nome completo" #: apps.py:63 msgid "Email" @@ -47,11 +47,11 @@ msgstr "Email" #: apps.py:66 msgid "Active" -msgstr "" +msgstr "Attivo" #: apps.py:72 msgid "Has usable password?" -msgstr "" +msgstr "La password è utilizzabile?" #: forms.py:16 msgid "New password" @@ -63,7 +63,7 @@ msgstr "Conferma password" #: links.py:14 views.py:29 msgid "Create new group" -msgstr "" +msgstr "Crea nuovo gruppo" #: links.py:18 links.py:42 links.py:58 msgid "Delete" @@ -79,7 +79,7 @@ msgstr "Gruppi" #: links.py:38 views.py:197 msgid "Create new user" -msgstr "" +msgstr "Crea nuovo utente" #: links.py:54 links.py:70 views.py:169 msgid "Users" @@ -87,7 +87,7 @@ msgstr "Utenti" #: links.py:62 links.py:66 msgid "Reset password" -msgstr "" +msgstr "Reset della password" #: permissions.py:10 msgid "Create new groups" @@ -124,30 +124,31 @@ msgstr "Visualizza utenti" #: views.py:45 #, python-format msgid "Edit group: %s" -msgstr "" +msgstr "Modifica gruppo: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" -msgstr "" +msgstr "Cancellare il gruppo: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Utenti disponibili" #: views.py:73 msgid "Members of groups" -msgstr "" +msgstr "Membri dei gruppi" #: views.py:94 #, python-format msgid "Members of group: %s" -msgstr "" +msgstr "Membri del gruppo: %s" #: views.py:127 #, python-format msgid "Edit user: %s" -msgstr "" +msgstr "Modifica utente: %s" #: views.py:133 msgid "Available groups" @@ -155,12 +156,12 @@ msgstr "Gruppi disponibili " #: views.py:134 msgid "Groups joined" -msgstr "" +msgstr "Gruppi aggiunti" #: views.py:143 #, python-format msgid "Groups of user: %s" -msgstr "" +msgstr "Gruppi per l'utente: %s" #: views.py:188 #, python-format @@ -175,9 +176,7 @@ msgstr "Devi fornire almeno un utente." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Al super utente e utente non è consentito la cancellazione del personale, " -"utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "Al super utente e utente non è consentito la cancellazione del personale, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:237 #, python-format @@ -191,13 +190,15 @@ msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "Cancellare l'utente: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" -msgstr "" +msgstr "Cancellare gli utenti: %s?" #: views.py:300 msgid "Passwords do not match, try again." @@ -207,9 +208,7 @@ msgstr "La password non corrisponde, riprova." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Al super utente e utente non è consentito di reimpostare la password " -"personale, utilizzare l'interfaccia di amministrazione per questi casi." +msgstr "Al super utente e utente non è consentito di reimpostare la password personale, utilizzare l'interfaccia di amministrazione per questi casi." #: views.py:319 #, python-format @@ -219,9 +218,7 @@ msgstr "Password reimpostata per l'utente: %s." #: views.py:325 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Errore per il reimpostamento della password per l'utente \"%(user)s\": " -"%(error)s" +msgstr "Errore per il reimpostamento della password per l'utente \"%(user)s\": %(error)s" #: views.py:342 #, python-format 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 65f047cd5d..46da193108 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 fc786aa0ba..acdee61588 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 @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Evelijn Saaltink , 2016 # Justin Albstbstmeijer , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" -"edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-10-28 08:58+0000\n" +"Last-Translator: Evelijn Saaltink \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" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -127,12 +127,13 @@ msgstr "Bewerk groep: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Verwijder de groep: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Beschikbare gebruikers" #: views.py:73 msgid "Members of groups" @@ -174,9 +175,7 @@ msgstr "U dient minimaal één gebruiker in te voeren." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super gebruiker en medewerker verwijderen is niet toegestaan, gebruik de " -"admin gebruiker voor deze zaken." +msgstr "Super gebruiker en medewerker verwijderen is niet toegestaan, gebruik de admin gebruiker voor deze zaken." #: views.py:237 #, python-format @@ -190,11 +189,13 @@ msgstr "Fout tijdens het verwijderen van gebruiker \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "Verwijder de gebruiker: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "Verwijder de gebruikers: %s?" @@ -206,9 +207,7 @@ msgstr "Wachtwoord is niet het zelfde, probeer het opnieuw." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super gebruiker en medewerker wachtwoord aanpassen is niet toegestaan, " -"gebruik de admin gebruiker voor deze zaken." +msgstr "Super gebruiker en medewerker wachtwoord aanpassen is niet toegestaan, gebruik de admin gebruiker voor deze zaken." #: views.py:319 #, python-format @@ -218,9 +217,7 @@ msgstr "Succesvol wachtwoord aangepast voor gebruiker: %s" #: views.py:325 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" -msgstr "" -"Fout tijdens het veranderen van het wachtwoord voor gebruiker \"%(user)s\": " -"%(error)s" +msgstr "Fout tijdens het veranderen van het wachtwoord voor gebruiker \"%(user)s\": %(error)s" #: views.py:342 #, python-format 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 e2c996f11f..358f2966ca 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 a3174240e5..b8edad641e 100644 --- a/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Annunnaky , 2015 +# Daniel Winiarski , 2016 # mic , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" -"pl/)\n" -"Language: pl\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-08-04 09:31+0000\n" +"Last-Translator: Daniel Winiarski \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: apps.py:37 permissions.py:7 msgid "User management" @@ -28,11 +27,11 @@ msgstr "Zarządzanie użytkownikami" #: apps.py:47 msgid "All the groups." -msgstr "" +msgstr "Wszystkie grupy." #: apps.py:51 msgid "All the users." -msgstr "" +msgstr "Wszyscy użytkownicy." #: apps.py:56 links.py:30 msgid "Members" @@ -64,7 +63,7 @@ msgstr "Potwierdź hasło" #: links.py:14 views.py:29 msgid "Create new group" -msgstr "utwórz nową grupę" +msgstr "Utwórz nową grupę" #: links.py:18 links.py:42 links.py:58 msgid "Delete" @@ -129,16 +128,17 @@ msgstr "Edycja grupy: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" -msgstr "" +msgstr "Usunąć grupę: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Dostępni użytkownicy" #: views.py:73 msgid "Members of groups" -msgstr "" +msgstr "Członkowie grup" #: views.py:94 #, python-format @@ -152,7 +152,7 @@ msgstr "Edytuj użytkownika: %s" #: views.py:133 msgid "Available groups" -msgstr "" +msgstr "Dostępne grupy" #: views.py:134 msgid "Groups joined" @@ -176,9 +176,7 @@ msgstr "Musi podać co najmniej jednego użytkownika." 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 "Super user oraz staff user usuwanie nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." #: views.py:237 #, python-format @@ -192,13 +190,15 @@ msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "Usunąć użytkownika: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" -msgstr "" +msgstr "Usunąć użytkowników: %s?" #: views.py:300 msgid "Passwords do not match, try again." @@ -208,9 +208,7 @@ msgstr "Hasła nie pasują, spróbuj ponownie." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu " -"administratora w takich przypadkach." +msgstr "Super user oraz staff user reset nie jest możliwa , należy użyć interfejsu administratora w takich przypadkach." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo index a79fd1d4b7..f67d8e8835 100644 Binary files a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.mo differ 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 c375c54e22..ca1d75b3cf 100644 --- a/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: -# Manuela Silva , 2015 +# Manuela Silva , 2015 # Renata Oliveira , 2011 # Roberto Rosario, 2012 # Vítor Figueiró , 2012 @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps.py:37 permissions.py:7 @@ -130,6 +129,7 @@ msgstr "Editar grupo: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "Eliminar o grupo: %s?" @@ -177,9 +177,7 @@ msgstr "Deve indicar pelo menos um utilizador." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Não é permitida a eliminação de administradores ou membros da equipa, " -"utilize a interface de administrador para estes casos." +msgstr "Não é permitida a eliminação de administradores ou membros da equipa, utilize a interface de administrador para estes casos." #: views.py:237 #, python-format @@ -193,11 +191,13 @@ msgstr "Erro ao eliminar o utilizador \"%(user)s\": %(error)s " #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "Eliminar o utilizador: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "Eliminar os utilizadores: %s?" @@ -209,9 +209,7 @@ msgstr "As senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Não é permitido redefinir a senha de administradores ou de membros da " -"equipa, utilize a interface de administrador para estes casos." +msgstr "Não é permitido redefinir a senha de administradores ou de membros da equipa, utilize a interface de administrador para estes casos." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo index 8c1b467756..6b391e6508 100644 Binary files a/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo differ 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 ed680d568b..77fb0ea810 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 @@ -1,9 +1,10 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# Aline Freitas , 2016 # Emerson Soares , 2013 # Renata Oliveira , 2011 # Roberto Rosario, 2012 @@ -12,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" -"edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-10 19:25+0000\n" +"Last-Translator: Aline Freitas \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: apps.py:37 permissions.py:7 @@ -29,11 +29,11 @@ msgstr "Gerenciar usuários" #: apps.py:47 msgid "All the groups." -msgstr "" +msgstr "Todos os grupos." #: apps.py:51 msgid "All the users." -msgstr "" +msgstr "Todos os usuários." #: apps.py:56 links.py:30 msgid "Members" @@ -130,16 +130,17 @@ msgstr "Editar grupo:%s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" -msgstr "" +msgstr "Apagar o grupo: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Usuários disponíveis" #: views.py:73 msgid "Members of groups" -msgstr "" +msgstr "Membros dos grupos" #: views.py:94 #, python-format @@ -153,11 +154,11 @@ msgstr "Editar usuário:%s" #: views.py:133 msgid "Available groups" -msgstr "" +msgstr "Grupos disponíveis" #: views.py:134 msgid "Groups joined" -msgstr "" +msgstr "Grupos ingressados" #: views.py:143 #, python-format @@ -177,9 +178,7 @@ msgstr "Deve fornecer pelo menos um usuário." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Excluir super usuário e usuário pessoal não é permitido, use a interface de " -"administração para esses casos." +msgstr "Excluir super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." #: views.py:237 #, python-format @@ -193,13 +192,15 @@ msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "Apagar o usuário: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" -msgstr "" +msgstr "Apagar os usuários: %s?" #: views.py:300 msgid "Passwords do not match, try again." @@ -209,9 +210,7 @@ msgstr "Senhas não coincidem, tente novamente." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Redefinir senha de super usuário e usuário pessoal não é permitido, use a " -"interface de administração para esses casos." +msgstr "Redefinir senha de super usuário e usuário pessoal não é permitido, use a interface de administração para esses casos." #: views.py:319 #, python-format 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 2d48eb29b3..ea975af9f4 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 8a59814ffe..078f8a89f3 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 @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 +# Stefaniu Criste , 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-04-17 11:31+0000\n" +"Last-Translator: Stefaniu Criste \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"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:37 permissions.py:7 msgid "User management" @@ -27,19 +26,19 @@ msgstr "Management utilizatori" #: apps.py:47 msgid "All the groups." -msgstr "" +msgstr "Toate grupurile." #: apps.py:51 msgid "All the users." -msgstr "" +msgstr "Toți utilizatorii." #: apps.py:56 links.py:30 msgid "Members" -msgstr "" +msgstr "Membri" #: apps.py:60 msgid "Full name" -msgstr "" +msgstr "Numele întreg" #: apps.py:63 msgid "Email" @@ -47,7 +46,7 @@ msgstr "email" #: apps.py:66 msgid "Active" -msgstr "" +msgstr "Activ" #: apps.py:72 msgid "Has usable password?" @@ -67,7 +66,7 @@ msgstr "" #: links.py:18 links.py:42 links.py:58 msgid "Delete" -msgstr "" +msgstr "Șterge" #: links.py:22 links.py:46 msgid "Edit" @@ -87,7 +86,7 @@ msgstr "Utilizatorii" #: links.py:62 links.py:66 msgid "Reset password" -msgstr "" +msgstr "Schimbare parolă" #: permissions.py:10 msgid "Create new groups" @@ -124,16 +123,17 @@ msgstr "Vizualizați utilizatorii existenți" #: views.py:45 #, python-format msgid "Edit group: %s" -msgstr "" +msgstr "Modificați grupul: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" -msgstr "" +msgstr "Ștergeți grupul: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Utilizatori disponibili" #: views.py:73 msgid "Members of groups" @@ -142,16 +142,16 @@ msgstr "" #: views.py:94 #, python-format msgid "Members of group: %s" -msgstr "" +msgstr "Membrii grupului: %s" #: views.py:127 #, python-format msgid "Edit user: %s" -msgstr "" +msgstr "Modificați utilizatorul: %s" #: views.py:133 msgid "Available groups" -msgstr "" +msgstr "Grupuri disponibile" #: views.py:134 msgid "Groups joined" @@ -160,7 +160,7 @@ msgstr "" #: views.py:143 #, python-format msgid "Groups of user: %s" -msgstr "" +msgstr "Grupurile utilizatorului: %s" #: views.py:188 #, python-format @@ -175,9 +175,7 @@ msgstr "Trebuie să furnizeze cel puțin un utilizator." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super-utilizator și personalul ștergerea utilizator nu este permisă, " -"utilizați interfata de administrare pentru aceste cazuri." +msgstr "Super-utilizator și personalul ștergerea utilizator nu este permisă, utilizați interfata de administrare pentru aceste cazuri." #: views.py:237 #, python-format @@ -191,11 +189,13 @@ msgstr "Eroare la ștergerea utilizator \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "Ștergeți utilizatorul: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -207,9 +207,7 @@ msgstr "Parolele nu corespund, încercați din nou." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super utilizator și parola de utilizator personalul resetarea nu este " -"permisă, utilizați interfata de administrare pentru aceste cazuri." +msgstr "Super utilizator și parola de utilizator personalul resetarea nu este permisă, utilizați interfata de administrare pentru aceste cazuri." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo index 2777f310c9..f378e611ee 100644 Binary files a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.mo differ 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 0a1381e9d7..2ef9664596 100644 --- a/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: +# lilo.panic, 2016 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-07-14 10:52+0000\n" +"Last-Translator: lilo.panic\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" "Content-Transfer-Encoding: 8bit\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" +"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:37 permissions.py:7 msgid "User management" @@ -27,19 +25,19 @@ msgstr "Управление пользователями" #: apps.py:47 msgid "All the groups." -msgstr "" +msgstr "Все группы" #: apps.py:51 msgid "All the users." -msgstr "" +msgstr "Все пользователи." #: apps.py:56 links.py:30 msgid "Members" -msgstr "" +msgstr "Участники" #: apps.py:60 msgid "Full name" -msgstr "" +msgstr "Полное имя" #: apps.py:63 msgid "Email" @@ -47,11 +45,11 @@ msgstr "Email" #: apps.py:66 msgid "Active" -msgstr "" +msgstr "Активен" #: apps.py:72 msgid "Has usable password?" -msgstr "" +msgstr "Есть действующий пароль?" #: forms.py:16 msgid "New password" @@ -63,11 +61,11 @@ msgstr "Подтвердите пароль" #: links.py:14 views.py:29 msgid "Create new group" -msgstr "" +msgstr "Создать новую группу" #: links.py:18 links.py:42 links.py:58 msgid "Delete" -msgstr "" +msgstr "Удалить" #: links.py:22 links.py:46 msgid "Edit" @@ -79,7 +77,7 @@ msgstr "Группы" #: links.py:38 views.py:197 msgid "Create new user" -msgstr "" +msgstr "Создать нового пользователя" #: links.py:54 links.py:70 views.py:169 msgid "Users" @@ -87,7 +85,7 @@ msgstr "Пользователи" #: links.py:62 links.py:66 msgid "Reset password" -msgstr "" +msgstr "Сбросить пароль" #: permissions.py:10 msgid "Create new groups" @@ -124,43 +122,44 @@ msgstr "Просмотр существующих пользователей" #: views.py:45 #, python-format msgid "Edit group: %s" -msgstr "" +msgstr "Редактировать группу: %s" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" -msgstr "" +msgstr "Удалить группу: %s?" #: views.py:72 msgid "Available users" -msgstr "" +msgstr "Доступные пользователи" #: views.py:73 msgid "Members of groups" -msgstr "" +msgstr "Участники групп" #: views.py:94 #, python-format msgid "Members of group: %s" -msgstr "" +msgstr "Член групп: %s" #: views.py:127 #, python-format msgid "Edit user: %s" -msgstr "" +msgstr "Редактировать пользователя: %s." #: views.py:133 msgid "Available groups" -msgstr "" +msgstr "Доступные группы" #: views.py:134 msgid "Groups joined" -msgstr "" +msgstr "Участник групп" #: views.py:143 #, python-format msgid "Groups of user: %s" -msgstr "" +msgstr "Группы пользователя: %s" #: views.py:188 #, python-format @@ -175,9 +174,7 @@ msgstr "Должен быть хотя бы один пользователь." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Удаление суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:237 #, python-format @@ -191,13 +188,15 @@ msgstr "Ошибка при удалении пользователя \"%(user)s #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" -msgstr "" +msgstr "Удалить пользователя: %s?" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" -msgstr "" +msgstr "Удалить пользователей: %s?" #: views.py:300 msgid "Passwords do not match, try again." @@ -207,9 +206,7 @@ msgstr "Пароли не совпадают, попробуйте еще раз msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Сброс паролей суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo index 14e5713b53..ea0561d947 100644 Binary files a/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/sl_SI/LC_MESSAGES/django.mo differ 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 e2f65eb7cc..34ae367601 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 @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" -"PO-Revision-Date: 2016-03-21 21:12+0000\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" +"PO-Revision-Date: 2016-11-17 08:53+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" -"edms/language/sl_SI/)\n" -"Language: sl_SI\n" +"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"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:37 permissions.py:7 msgid "User management" @@ -74,7 +72,7 @@ msgstr "" #: links.py:26 links.py:34 links.py:50 views.py:52 msgid "Groups" -msgstr "" +msgstr "Skupine" #: links.py:38 views.py:197 msgid "Create new user" @@ -82,7 +80,7 @@ msgstr "" #: links.py:54 links.py:70 views.py:169 msgid "Users" -msgstr "" +msgstr "Uporabniki" #: links.py:62 links.py:66 msgid "Reset password" @@ -127,6 +125,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -188,11 +187,13 @@ msgstr "" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" diff --git a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo index bbbadb0a27..9ea5073f9f 100644 Binary files a/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo differ 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 f1fdda1362..3957372185 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 @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 permissions.py:7 @@ -127,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -174,9 +174,7 @@ msgstr "Cần cung cấp ít nhất một user." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Super user and staff user deleting is not allowed, use the admin interface " -"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." #: views.py:237 #, python-format @@ -190,11 +188,13 @@ msgstr "Lỗi xóa người dùng \"%(user)s\": %(error)s" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" @@ -206,9 +206,7 @@ msgstr "Mật khẩu không khớp, thử lại." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super user and staff user password reseting is not allowed, use the admin " -"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." #: views.py:319 #, python-format diff --git a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo index a0110d25e4..0a232bc2c5 100644 Binary files a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo and b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po index 871e76c4cd..1a7f90fae0 100644 --- a/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-28 03:23-0400\n" +"POT-Creation-Date: 2016-11-23 02:57-0400\n" "PO-Revision-Date: 2016-03-21 21:12+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" -"language/zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: apps.py:37 permissions.py:7 @@ -127,6 +126,7 @@ msgstr "" #: views.py:66 #, python-format +#| msgid "Delete existing groups" msgid "Delete the group: %s?" msgstr "" @@ -188,11 +188,13 @@ msgstr "删除用户: \"%(user)s\": %(error)s出错。" #: views.py:255 #, python-format +#| msgid "Delete existing users" msgid "Delete the user: %s?" msgstr "" #: views.py:257 #, python-format +#| msgid "Delete existing users" msgid "Delete the users: %s?" msgstr "" diff --git a/setup.py b/setup.py index 91abdbc887..7572512447 100644 --- a/setup.py +++ b/setup.py @@ -95,8 +95,6 @@ with open('README.rst') as f: readme = f.read() with open('HISTORY.rst') as f: history = f.read() -with open('LICENSE') as f: - license = f.read() setup( author='Roberto Rosario', @@ -120,7 +118,7 @@ setup( description='Free Open Source Electronic Document Management System', include_package_data=True, install_requires=install_requires, - license=license, + license='Apache 2.0', long_description=readme + '\n\n' + history, name=PACKAGE_NAME, packages=find_packages(PACKAGE_DIR),