Merge remote-tracking branch 'origin/series/2.0' into merge

This commit is contained in:
Roberto Rosario
2016-12-19 21:59:00 -04:00
1310 changed files with 7832 additions and 7818 deletions

View File

@@ -15,6 +15,11 @@ the user links
- Tags are alphabetically ordered by label (GitLab #342). - Tags are alphabetically ordered by label (GitLab #342).
- Stop loading theme fonts from the web (Gitlab #343). - 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) 2.1.5 (2016-11-08)
================== ==================
- Backport resize transformation math operation fix (GitLab #319). - Backport resize transformation math operation fix (GitLab #319).

View File

@@ -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| |Logo|
@@ -41,8 +41,6 @@ Point your browser to 127.0.0.1:8000 and use the automatically created admin
account. account.
.. _Website: http://www.mayan-edms.com .. _Website: http://www.mayan-edms.com
.. _Video demostration: http://bit.ly/pADNXv .. _Video demostration: http://bit.ly/pADNXv
.. _Documentation: http://readthedocs.org/docs/mayan/en/latest/ .. _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 .. |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 .. |PyPI badge| image:: http://img.shields.io/pypi/v/mayan-edms.svg?style=flat
:target: http://badge.fury.io/py/mayan-edms :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 .. |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 .. |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 :target: https://codecov.io/gitlab/mayan-edms/mayan-edms?branch=master
.. |Documentation| image:: https://readthedocs.org/projects/mayan/badge/?version=latest .. |Documentation| image:: https://readthedocs.org/projects/mayan/badge/?version=latest
:target: http://mayan.readthedocs.io/en/latest :target: http://mayan.readthedocs.io/en/latest
.. |Python version| images:: https://img.shields.io/pypi/pyversions/mayan-edms.svg
|Analytics| |Analytics|

73
docs/releases/2.1.6.rst Normal file
View File

@@ -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/

View File

@@ -23,6 +23,7 @@ versions of the documentation contain the release notes for any later releases.
:maxdepth: 1 :maxdepth: 1
2.2 2.2
2.1.6
2.1.5 2.1.5
2.1.4 2.1.4
2.1.3 2.1.3

View File

@@ -196,8 +196,9 @@ Make the installation directory readable and writable by the webserver user::
Restart the services:: Restart the services::
/etc/init.d/nginx restart systemctl enable supervisor
/etc/init.d/supervisor restart systemctl restart supervisor
systemctl restart nginx
Docker method Docker method
============= =============

View File

@@ -1,8 +1,8 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '2.1.5' __version__ = '2.1.6'
__build__ = 0x020105 __build__ = 0x020106
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System' __description__ = 'Free Open Source Electronic Document Management System'

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"

View File

@@ -5,13 +5,14 @@
# Translators: # Translators:
# Translators: # Translators:
# Berny <berny@bernhard-marx.de>, 2015 # Berny <berny@bernhard-marx.de>, 2015
# Tobias Paepke <tobias.paepke@paepke.net>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-31 18:56+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Tobias Paepke <tobias.paepke@paepke.net>\n"
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -57,7 +58,7 @@ msgstr "Berechtigungseinträge"
#, python-format #, python-format
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
msgid "Permissions \"%(permissions)s\" to role \"%(role)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 #: models.py:64
msgid "None" msgid "None"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2012-02-02 18:20+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:38+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"

View File

@@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-30 21:18+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -57,7 +57,7 @@ msgstr "Voci di accesso"
#, python-format #, python-format
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
msgid "Permissions \"%(permissions)s\" to role \"%(role)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 #: models.py:64
msgid "None" msgid "None"

View File

@@ -4,14 +4,15 @@
# #
# Translators: # Translators:
# Translators: # Translators:
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016 # Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 12:43+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Evelijn Saaltink <evelijnsaaltink@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -57,7 +58,7 @@ msgstr "Authorisaties invoer"
#, python-format #, python-format
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
msgid "Permissions \"%(permissions)s\" to role \"%(role)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 #: models.py:64
msgid "None" msgid "None"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"

View File

@@ -4,13 +4,14 @@
# #
# Translators: # Translators:
# Translators: # Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-11-17 22:31+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Aline Freitas <aline@alinefreitas.com.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,7 +39,7 @@ msgstr "Excluir"
#: links.py:35 #: links.py:35
#| msgid "View ACLs" #| msgid "View ACLs"
msgid "New ACL" msgid "New ACL"
msgstr "" msgstr "Nova ACL"
#: managers.py:85 #: managers.py:85
msgid "Insufficient access." msgid "Insufficient access."
@@ -56,7 +57,7 @@ msgstr "Entradas de acesso"
#, python-format #, python-format
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s." #| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
msgid "Permissions \"%(permissions)s\" to role \"%(role)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 #: models.py:64
msgid "None" msgid "None"
@@ -77,13 +78,13 @@ msgstr "Visualizar ACLs"
#: views.py:78 #: views.py:78
#, python-format #, python-format
msgid "New access control lists for: %s" msgid "New access control lists for: %s"
msgstr "" msgstr "Nova lista de controle de acesso para: %s"
#: views.py:109 #: views.py:109
#, python-format #, python-format
#| msgid "Default ACLs" #| msgid "Default ACLs"
msgid "Delete ACL: %s" msgid "Delete ACL: %s"
msgstr "" msgstr "Apagar ACL: %s"
#: views.py:151 #: views.py:151
#, python-format #, python-format
@@ -92,20 +93,20 @@ msgstr "listas de controle de acesso para: %s"
#: views.py:162 #: views.py:162
msgid "Available permissions" msgid "Available permissions"
msgstr "" msgstr "Permissões disponíveis"
#: views.py:163 #: views.py:163
msgid "Granted permissions" msgid "Granted permissions"
msgstr "" msgstr "Permissões outorgadas"
#: views.py:222 #: views.py:222
#, python-format #, python-format
msgid "Role \"%(role)s\" permission's for \"%(object)s\"" msgid "Role \"%(role)s\" permission's for \"%(object)s\""
msgstr "" msgstr "Permissões do papel \"%(role)s\" para \"%(object)s\""
#: views.py:242 #: views.py:242
msgid "Disabled permissions are inherited from a parent object." msgid "Disabled permissions are inherited from a parent object."
msgstr "" msgstr "As permissões inativas foram herdadas de um objeto precedente."
#~ msgid "New holder" #~ msgid "New holder"
#~ msgstr "New holder" #~ msgstr "New holder"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-11-17 08:58+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -20,11 +20,11 @@ msgstr ""
#: apps.py:14 links.py:31 #: apps.py:14 links.py:31
msgid "ACLs" msgid "ACLs"
msgstr "" msgstr "Pravice"
#: apps.py:22 links.py:40 models.py:36 #: apps.py:22 links.py:40 models.py:36
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr "Pravice"
#: apps.py:26 models.py:38 #: apps.py:26 models.py:38
#| msgid "Roles" #| msgid "Roles"
@@ -42,15 +42,15 @@ msgstr ""
#: managers.py:85 #: managers.py:85
msgid "Insufficient access." msgid "Insufficient access."
msgstr "" msgstr "Nezadosten dostop"
#: models.py:44 #: models.py:44
msgid "Access entry" msgid "Access entry"
msgstr "" msgstr "Vstopna točka"
#: models.py:45 #: models.py:45
msgid "Access entries" msgid "Access entries"
msgstr "" msgstr "Vstopne točke"
#: models.py:48 #: models.py:48
#, python-format #, python-format
@@ -64,15 +64,15 @@ msgstr "Brez"
#: permissions.py:7 #: permissions.py:7
msgid "Access control lists" msgid "Access control lists"
msgstr "" msgstr "Seznami za nadzor dostopa"
#: permissions.py:10 #: permissions.py:10
msgid "Edit ACLs" msgid "Edit ACLs"
msgstr "" msgstr "Uredi dostopne pravice"
#: permissions.py:13 #: permissions.py:13
msgid "View ACLs" msgid "View ACLs"
msgstr "" msgstr "Preglej dostopne pravice"
#: views.py:78 #: views.py:78
#, python-format #, python-format
@@ -88,7 +88,7 @@ msgstr ""
#: views.py:151 #: views.py:151
#, python-format #, python-format
msgid "Access control lists for: %s" msgid "Access control lists for: %s"
msgstr "" msgstr "Dostopne pravice za %s"
#: views.py:162 #: views.py:162
msgid "Available permissions" msgid "Available permissions"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:32+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"

View File

@@ -7,17 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
"ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "Language: ar\n"
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 #: apps.py:11
msgid "Appearance" msgid "Appearance"
@@ -45,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -229,9 +227,7 @@ msgstr "First time login"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "You have just finished installing <strong>Mayan EDMS</strong>, congratulations!"
"You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -256,9 +252,7 @@ msgstr "Password: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Be sure to change the password to increase security and to disable this message."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
"language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -228,8 +227,7 @@ msgstr "Логване за първи път"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Вие приключихте инсталирането на <strong>Mayan EDMS</strong>, поздравления!"
"Вие приключихте инсталирането на <strong>Mayan EDMS</strong>, поздравления!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -254,9 +252,7 @@ msgstr "Парола: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Моля променете паролата, за да повишите нивото на сигурност и да деактивирате това съобщение."
"Моля променете паролата, за да повишите нивото на сигурност и да "
"деактивирате това съобщение."
#: templates/appearance/login.html:45 templates/appearance/login.html.py:54 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,17 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
"rosarior/mayan-edms/language/bs_BA/)\n"
"Language: bs_BA\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Language: bs_BA\n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 #: apps.py:11
msgid "Appearance" msgid "Appearance"
@@ -45,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -229,8 +227,7 @@ msgstr "Prijava - prvi put"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Upravo ste završili instalaciju <strong>Mayan EDMS</strong>, čestitamo!"
"Upravo ste završili instalaciju <strong>Mayan EDMS</strong>, čestitamo!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -255,9 +252,7 @@ msgstr "Pasvord: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje prikazivanje ove poruke."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14

View File

@@ -8,15 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
"edms/language/de_DE/)\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -45,19 +44,15 @@ msgstr "Serverfehler"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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."
"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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "identifier:"
msgstr "" msgstr "Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung referenzieren: "
"Wenn Sie Hilfe brauchen, können Sie den Fehler über folgende Kennung "
"referenzieren: "
#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
@@ -185,9 +180,7 @@ msgstr "Kein Ergebnis"
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(total_pages)s)"
msgstr "" msgstr "Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von %(total_pages)s)"
"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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
@@ -235,9 +228,7 @@ msgstr "Erstanmeldung"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Herzlichen Glückwunsch! Sie haben die Installation von <strong>Mayan EDMS</strong> erfolgreich abgeschlossen. "
"Herzlichen Glückwunsch! Sie haben die Installation von <strong>Mayan EDMS</"
"strong> erfolgreich abgeschlossen. "
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -262,9 +253,7 @@ msgstr "Passwort: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese Nachricht zu deaktivieren."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-10-28 07:41+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
"language/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -228,9 +227,7 @@ msgstr "دفعه اول لاگین "
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "You have just finished installing <strong>Mayan EDMS</strong>, congratulations!"
"You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"

View File

@@ -8,15 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\n" "Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\n"
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:11 #: apps.py:11
@@ -45,20 +44,15 @@ msgstr "Erreur du serveur"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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."
"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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "identifier:"
msgstr "" msgstr "Si vous avez besoin d'assistance, vous pouvez faire référence à cette erreur grâce à l'identifiant suivant :"
"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 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
@@ -186,9 +180,7 @@ msgstr "Pas de résultats"
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(total_pages)s)"
msgstr "" msgstr "Total (%(start)s - %(end)s surof %(total)s) (Page %(page_number)s sur %(total_pages)s)"
"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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
@@ -210,9 +202,7 @@ msgstr "Démarrage"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" msgid "Before you can fully use Mayan EDMS you need the following:"
msgstr "" msgstr "Avant d'utiliser pleinement Mayan EDMS, les éléments suivants sont nécessaires :"
"Avant d'utiliser pleinement Mayan EDMS, les éléments suivants sont "
"nécessaires :"
#: templates/appearance/home.html:57 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
@@ -238,14 +228,11 @@ msgstr "Première connexion"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Vous venez de finaliser l'installation de <strong>Mayan EDMS</strong>, félicitations!"
"Vous venez de finaliser l'installation de <strong>Mayan EDMS</strong>, "
"félicitations!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
msgstr "" msgstr "Connectez-vous en utilisant les informations d'identification suivantes :"
"Connectez-vous en utilisant les informations d'identification suivantes :"
#: templates/appearance/login.html:26 #: templates/appearance/login.html:26
#, python-format #, python-format
@@ -266,9 +253,7 @@ msgstr "Mot de passe : <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Assurez-vous de modifier votre mot de passe pour accroître la sécurité et pour ne plus avoir ce message."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
"language/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
"language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14

View File

@@ -3,24 +3,24 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Marco Camplese <marco.camplese.mc@gmail.com>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-09-24 10:35+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
"language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
msgid "Appearance" msgid "Appearance"
msgstr "" msgstr "Aspetto"
#: templates/403.html:5 templates/403.html.py:9 #: templates/403.html:5 templates/403.html.py:9
msgid "Insufficient permissions" msgid "Insufficient permissions"
@@ -40,23 +40,23 @@ msgstr "Scusa ma la pagina richiesta non è disponibile"
#: templates/500.html:5 templates/500.html.py:9 #: templates/500.html:5 templates/500.html.py:9
msgid "Server error" msgid "Server error"
msgstr "" msgstr "Errore del server"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "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 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
msgstr "About" msgstr "Informazioni"
#: templates/appearance/about.html:62 #: templates/appearance/about.html:62
msgid "Version" msgid "Version"
@@ -65,19 +65,19 @@ msgstr "Versione"
#: templates/appearance/about.html:64 #: templates/appearance/about.html:64
#, python-format #, python-format
msgid "Build number: %(build_number)s" msgid "Build number: %(build_number)s"
msgstr "" msgstr "Build numbero: %(build_number)s"
#: templates/appearance/about.html:88 #: templates/appearance/about.html:88
msgid "Released under the Apache 2.0 License" msgid "Released under the Apache 2.0 License"
msgstr "" msgstr "Rilasciato sotto la licenza Apache 2.0"
#: templates/appearance/about.html:100 #: templates/appearance/about.html:100
msgid "Copyright &copy; 2011-2015 Roberto Rosario." msgid "Copyright &copy; 2011-2015 Roberto Rosario."
msgstr "" msgstr "Copyright &copy; 2011-2015 Roberto Rosario."
#: templates/appearance/base.html:43 #: templates/appearance/base.html:43
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr "Cambia navigazione"
#: templates/appearance/base.html:72 #: templates/appearance/base.html:72
msgid "Anonymous" msgid "Anonymous"
@@ -89,19 +89,19 @@ msgstr "Dettagli utente"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Success" msgid "Success"
msgstr "" msgstr "Riuscito"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Information" msgid "Information"
msgstr "" msgstr "Informazione"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Warning" msgid "Warning"
msgstr "" msgstr "Attenzione"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Error" msgid "Error"
msgstr "" msgstr "Errore"
#: templates/appearance/base.html:116 #: templates/appearance/base.html:116
msgid "Actions" msgid "Actions"
@@ -109,7 +109,7 @@ msgstr "Azioni "
#: templates/appearance/base.html:117 #: templates/appearance/base.html:117
msgid "Toggle Dropdown" msgid "Toggle Dropdown"
msgstr "" msgstr "Apri dropdown"
#: templates/appearance/calculate_form_title.html:7 #: templates/appearance/calculate_form_title.html:7
#, python-format #, python-format
@@ -119,7 +119,7 @@ msgstr "Detaglio per: %(object)s"
#: templates/appearance/calculate_form_title.html:10 #: templates/appearance/calculate_form_title.html:10
#, python-format #, python-format
msgid "Edit: %(object)s" msgid "Edit: %(object)s"
msgstr "" msgstr "Modifica: %(object)s"
#: templates/appearance/calculate_form_title.html:12 #: templates/appearance/calculate_form_title.html:12
msgid "Create" msgid "Create"
@@ -137,7 +137,7 @@ msgstr "Conferma la cancellazione"
#: templates/appearance/generic_confirm.html:27 #: templates/appearance/generic_confirm.html:27
#, python-format #, python-format
msgid "Delete: %(object)s?" msgid "Delete: %(object)s?"
msgstr "" msgstr "Cancella: %(object)s?"
#: templates/appearance/generic_confirm.html:47 #: templates/appearance/generic_confirm.html:47
msgid "Yes" msgid "Yes"
@@ -163,7 +163,7 @@ msgstr "Salva"
#: templates/appearance/generic_list_subtemplate.html:31 #: templates/appearance/generic_list_subtemplate.html:31
#: templates/appearance/generic_multiform_subtemplate.html:65 #: templates/appearance/generic_multiform_subtemplate.html:65
msgid "Submit" msgid "Submit"
msgstr "Presentare" msgstr "Conferma"
#: templates/appearance/generic_form_subtemplate.html:74 #: templates/appearance/generic_form_subtemplate.html:74
#: templates/appearance/generic_multiform_subtemplate.html:69 #: templates/appearance/generic_multiform_subtemplate.html:69
@@ -173,20 +173,20 @@ msgstr "Annullare"
#: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_horizontal.html:21
#: templates/appearance/generic_list_subtemplate.html:108 #: templates/appearance/generic_list_subtemplate.html:108
msgid "No results" msgid "No results"
msgstr "" msgstr "Nessun risultato"
#: templates/appearance/generic_list_subtemplate.html:12 #: templates/appearance/generic_list_subtemplate.html:12
#, python-format #, python-format
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
#, python-format #, python-format
msgid "Total: %(total)s" msgid "Total: %(total)s"
msgstr "" msgstr "Totale: %(total)s"
#: templates/appearance/generic_list_subtemplate.html:51 #: templates/appearance/generic_list_subtemplate.html:51
msgid "Identifier" msgid "Identifier"
@@ -194,19 +194,19 @@ msgstr "Identificatore"
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 #: templates/appearance/home.html:8 templates/appearance/home.html.py:12
msgid "Home" msgid "Home"
msgstr "" msgstr "Home"
#: templates/appearance/home.html:21 #: templates/appearance/home.html:21
msgid "Getting started" msgid "Getting started"
msgstr "" msgstr "Iniziare"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" 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 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
msgstr "" msgstr "Parole separate da spazi"
#: templates/appearance/home.html:59 #: templates/appearance/home.html:59
msgid "Search" msgid "Search"
@@ -214,7 +214,7 @@ msgstr "Cerca"
#: templates/appearance/home.html:60 #: templates/appearance/home.html:60
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr "Avanzato"
#: templates/appearance/login.html:10 #: templates/appearance/login.html:10
msgid "Login" msgid "Login"
@@ -222,42 +222,42 @@ msgstr "Login"
#: templates/appearance/login.html:21 #: templates/appearance/login.html:21
msgid "First time login" msgid "First time login"
msgstr "" msgstr "Primo login"
#: templates/appearance/login.html:24 #: templates/appearance/login.html:24
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Complimenti!, Hai finito di installare <strong>Mayan EDMS</strong>"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
msgstr "" msgstr "Accedi con le seguenti credenziali:"
#: templates/appearance/login.html:26 #: templates/appearance/login.html:26
#, python-format #, python-format
msgid "Username: <strong>%(account)s</strong>" msgid "Username: <strong>%(account)s</strong>"
msgstr "" msgstr "Nome utente: <strong>%(account)s</strong>"
#: templates/appearance/login.html:27 #: templates/appearance/login.html:27
#, python-format #, python-format
msgid "Email: <strong>%(email)s</strong>" msgid "Email: <strong>%(email)s</strong>"
msgstr "" msgstr "Email: <strong>%(email)s</strong>"
#: templates/appearance/login.html:28 #: templates/appearance/login.html:28
#, python-format #, python-format
msgid "Password: <strong>%(password)s</strong>" msgid "Password: <strong>%(password)s</strong>"
msgstr "" msgstr "Password: <strong>%(password)s</strong>"
#: templates/appearance/login.html:29 #: templates/appearance/login.html:29
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr "Accedi"
#: templatetags/appearance_tags.py:16 #: templatetags/appearance_tags.py:16
msgid "None" msgid "None"

View File

@@ -8,15 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n" "Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
"edms/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -45,20 +44,15 @@ msgstr "Server fout"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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."
"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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "identifier:"
msgstr "" msgstr "Als u hulp nodig heeft, kunt u naar deze fout refereren via de volgende identifier:"
"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 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
@@ -186,9 +180,7 @@ msgstr "Geen resultaten"
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(total_pages)s)"
msgstr "" msgstr "Totaal (%(start)s - %(end)s van %(total)s) (Pagina %(page_number)s van %(total_pages)s)"
"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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
@@ -210,9 +202,7 @@ msgstr "Beginnen"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" msgid "Before you can fully use Mayan EDMS you need the following:"
msgstr "" msgstr "Voordat u volledig gebruik kunt maken van Mayan EDMS heeft u het volgende nodig:"
"Voordat u volledig gebruik kunt maken van Mayan EDMS heeft u het volgende "
"nodig:"
#: templates/appearance/home.html:57 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
@@ -238,8 +228,7 @@ msgstr "Eerste aanmelding"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "U heeft de installatie volbracht <strong>Mayan EDMS</strong>, gefeliciteerd!"
"U heeft de installatie volbracht <strong>Mayan EDMS</strong>, gefeliciteerd!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -264,9 +253,7 @@ msgstr "Wachtwoord: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Pas het wachtwoord aan om de beveiliging te verbeteren en om deze melding uit te schakelen."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -3,23 +3,21 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016 # Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n" "Last-Translator: Wojtek Warczakowski <w.warczakowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"
"pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "Language: pl\n"
"|| n%100>=20) ? 1 : 2);\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 #: apps.py:11
msgid "Appearance" msgid "Appearance"
@@ -47,19 +45,15 @@ msgstr "Błąd serwera"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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ść."
"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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "identifier:"
msgstr "" msgstr "Jeśli potrzebujesz pomocy, możesz odwołać się do tego błędu poprzez następujący identyfikator:"
"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 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
@@ -187,9 +181,7 @@ msgstr "Brak wyników"
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(total_pages)s)"
msgstr "" msgstr "Razem (%(start)s - %(end)s z %(total)s) (Strona %(page_number)s z %(total_pages)s)"
"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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
@@ -262,9 +254,7 @@ msgstr "Hasło: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić hasła."
"Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić "
"hasła."
#: templates/appearance/login.html:45 templates/appearance/login.html.py:54 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"
"language/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -253,9 +252,7 @@ msgstr "Senha: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Certifique-se de que altera a senha para aumentar a segurança e que desativa esta mensagem."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -3,24 +3,24 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Aline Freitas <aline@alinefreitas.com.br>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-11-17 22:36+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Aline Freitas <aline@alinefreitas.com.br>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
"edms/language/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:11 #: apps.py:11
msgid "Appearance" msgid "Appearance"
msgstr "" msgstr "Aparência"
#: templates/403.html:5 templates/403.html.py:9 #: templates/403.html:5 templates/403.html.py:9
msgid "Insufficient permissions" 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 #: templates/404.html:5 templates/404.html.py:9
msgid "Page not found" msgid "Page not found"
msgstr "Pagina não encontrada" msgstr "Página não encontrada"
#: templates/404.html:11 #: templates/404.html:11
msgid "Sorry, but the requested page could not be found." 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 #: templates/500.html:5 templates/500.html.py:9
msgid "Server error" msgid "Server error"
msgstr "" msgstr "Erro de servidor"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" 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 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "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 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
@@ -65,19 +65,19 @@ msgstr "Versão"
#: templates/appearance/about.html:64 #: templates/appearance/about.html:64
#, python-format #, python-format
msgid "Build number: %(build_number)s" msgid "Build number: %(build_number)s"
msgstr "" msgstr "Número de compilação: %(build_number)s"
#: templates/appearance/about.html:88 #: templates/appearance/about.html:88
msgid "Released under the Apache 2.0 License" 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 #: templates/appearance/about.html:100
msgid "Copyright &copy; 2011-2015 Roberto Rosario." msgid "Copyright &copy; 2011-2015 Roberto Rosario."
msgstr "" msgstr "Todos os direitos reservados &copy; 2011-2015 Roberto Rosario."
#: templates/appearance/base.html:43 #: templates/appearance/base.html:43
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr "Ativar/desativar navegação"
#: templates/appearance/base.html:72 #: templates/appearance/base.html:72
msgid "Anonymous" msgid "Anonymous"
@@ -89,19 +89,19 @@ msgstr "Detalhes do usuário"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Success" msgid "Success"
msgstr "" msgstr "Sucesso"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Information" msgid "Information"
msgstr "" msgstr "Informação"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Warning" msgid "Warning"
msgstr "" msgstr "Advertência"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Error" msgid "Error"
msgstr "" msgstr "Erro"
#: templates/appearance/base.html:116 #: templates/appearance/base.html:116
msgid "Actions" msgid "Actions"
@@ -109,7 +109,7 @@ msgstr "Ações"
#: templates/appearance/base.html:117 #: templates/appearance/base.html:117
msgid "Toggle Dropdown" msgid "Toggle Dropdown"
msgstr "" msgstr "Mostrar/esconder menu"
#: templates/appearance/calculate_form_title.html:7 #: templates/appearance/calculate_form_title.html:7
#, python-format #, python-format
@@ -137,7 +137,7 @@ msgstr "Confirmar Exclusão"
#: templates/appearance/generic_confirm.html:27 #: templates/appearance/generic_confirm.html:27
#, python-format #, python-format
msgid "Delete: %(object)s?" msgid "Delete: %(object)s?"
msgstr "" msgstr "Excluir: %(object)s?"
#: templates/appearance/generic_confirm.html:47 #: templates/appearance/generic_confirm.html:47
msgid "Yes" msgid "Yes"
@@ -145,14 +145,14 @@ msgstr "Sim"
#: templates/appearance/generic_confirm.html:49 #: templates/appearance/generic_confirm.html:49
msgid "No" msgid "No"
msgstr "não" msgstr "Não"
#: templates/appearance/generic_form_instance.html:39 #: templates/appearance/generic_form_instance.html:39
#: templates/appearance/generic_form_instance.html:46 #: templates/appearance/generic_form_instance.html:46
#: templates/appearance/generic_form_subtemplate.html:51 #: templates/appearance/generic_form_subtemplate.html:51
#: templates/appearance/generic_multiform_subtemplate.html:43 #: templates/appearance/generic_multiform_subtemplate.html:43
msgid "required" msgid "required"
msgstr "exigido" msgstr "requerido"
#: templates/appearance/generic_form_subtemplate.html:71 #: templates/appearance/generic_form_subtemplate.html:71
#: templates/appearance/generic_multiform_subtemplate.html:65 #: templates/appearance/generic_multiform_subtemplate.html:65
@@ -163,7 +163,7 @@ msgstr "Salvar"
#: templates/appearance/generic_list_subtemplate.html:31 #: templates/appearance/generic_list_subtemplate.html:31
#: templates/appearance/generic_multiform_subtemplate.html:65 #: templates/appearance/generic_multiform_subtemplate.html:65
msgid "Submit" msgid "Submit"
msgstr "Submeter" msgstr "Enviar"
#: templates/appearance/generic_form_subtemplate.html:74 #: templates/appearance/generic_form_subtemplate.html:74
#: templates/appearance/generic_multiform_subtemplate.html:69 #: templates/appearance/generic_multiform_subtemplate.html:69
@@ -173,20 +173,20 @@ msgstr "Cancelar"
#: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_horizontal.html:21
#: templates/appearance/generic_list_subtemplate.html:108 #: templates/appearance/generic_list_subtemplate.html:108
msgid "No results" msgid "No results"
msgstr "resultados" msgstr "Nenhum resultado"
#: templates/appearance/generic_list_subtemplate.html:12 #: templates/appearance/generic_list_subtemplate.html:12
#, python-format #, python-format
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
#, python-format #, python-format
msgid "Total: %(total)s" msgid "Total: %(total)s"
msgstr "" msgstr "Total: %(total)s"
#: templates/appearance/generic_list_subtemplate.html:51 #: templates/appearance/generic_list_subtemplate.html:51
msgid "Identifier" msgid "Identifier"
@@ -194,15 +194,15 @@ msgstr "Identificador"
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 #: templates/appearance/home.html:8 templates/appearance/home.html.py:12
msgid "Home" msgid "Home"
msgstr "inicio" msgstr "Início"
#: templates/appearance/home.html:21 #: templates/appearance/home.html:21
msgid "Getting started" msgid "Getting started"
msgstr "" msgstr "Iniciando"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" 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 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
@@ -214,22 +214,21 @@ msgstr "Pesquisa"
#: templates/appearance/home.html:60 #: templates/appearance/home.html:60
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr "Avançada"
#: templates/appearance/login.html:10 #: templates/appearance/login.html:10
msgid "Login" msgid "Login"
msgstr "Login" msgstr "Iniciar sessão"
#: templates/appearance/login.html:21 #: templates/appearance/login.html:21
msgid "First time login" msgid "First time login"
msgstr "Primeiro login" msgstr "Primeiro início de sessão"
#: templates/appearance/login.html:24 #: templates/appearance/login.html:24
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Você acaba de terminar de instalar <strong> Maia EDMS </ strong>, parabéns!"
"Você acaba de terminar de instalar <strong> Maia EDMS </ strong>, parabéns!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -254,13 +253,11 @@ msgstr "Senha: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Certifique-se de alterar a senha para aumentar a segurança e para desativar esta mensagem."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr "Entrar"
#: templatetags/appearance_tags.py:16 #: templatetags/appearance_tags.py:16
msgid "None" msgid "None"

View File

@@ -3,21 +3,20 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Stefaniu Criste <gupi@hangar.ro>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-04-17 13:14+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Stefaniu Criste <gupi@hangar.ro>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-" "Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
"edms/language/ro_RO/)\n"
"Language: ro_RO\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "Language: ro_RO\n"
"2:1));\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: apps.py:11 #: apps.py:11
msgid "Appearance" msgid "Appearance"
@@ -45,8 +44,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -57,7 +56,7 @@ msgstr ""
#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
msgstr "" msgstr "Despre"
#: templates/appearance/about.html:62 #: templates/appearance/about.html:62
msgid "Version" msgid "Version"
@@ -90,19 +89,19 @@ msgstr "detalii utilizator"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Success" msgid "Success"
msgstr "" msgstr "Succes"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Information" msgid "Information"
msgstr "" msgstr "Informație"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Warning" msgid "Warning"
msgstr "" msgstr "Alertă"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Error" msgid "Error"
msgstr "" msgstr "Eroare"
#: templates/appearance/base.html:116 #: templates/appearance/base.html:116
msgid "Actions" msgid "Actions"
@@ -120,11 +119,11 @@ msgstr "Detalii pentru: %(object)s"
#: templates/appearance/calculate_form_title.html:10 #: templates/appearance/calculate_form_title.html:10
#, python-format #, python-format
msgid "Edit: %(object)s" msgid "Edit: %(object)s"
msgstr "" msgstr "Modifică %(object)s"
#: templates/appearance/calculate_form_title.html:12 #: templates/appearance/calculate_form_title.html:12
msgid "Create" msgid "Create"
msgstr "Creati" msgstr "Creează"
#: templates/appearance/generic_confirm.html:6 #: templates/appearance/generic_confirm.html:6
#: templates/appearance/generic_confirm.html:13 #: templates/appearance/generic_confirm.html:13
@@ -195,15 +194,15 @@ msgstr "ID"
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 #: templates/appearance/home.html:8 templates/appearance/home.html.py:12
msgid "Home" msgid "Home"
msgstr "" msgstr "Acasă"
#: templates/appearance/home.html:21 #: templates/appearance/home.html:21
msgid "Getting started" msgid "Getting started"
msgstr "" msgstr "Să începem"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" 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 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
@@ -229,8 +228,7 @@ msgstr "Prima autentificare"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Tocmai ați terminat de instalat <strong>Mayan EDMS,</strong> felicitări!"
"Tocmai ați terminat de instalat <strong>Mayan EDMS,</strong> felicitări!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -244,7 +242,7 @@ msgstr "Utilizator: <strong>%(account)s</strong>"
#: templates/appearance/login.html:27 #: templates/appearance/login.html:27
#, python-format #, python-format
msgid "Email: <strong>%(email)s</strong>" msgid "Email: <strong>%(email)s</strong>"
msgstr "" msgstr "Email: <strong>%(email)s</strong/>"
#: templates/appearance/login.html:28 #: templates/appearance/login.html:28
#, python-format #, python-format
@@ -255,13 +253,11 @@ msgstr "Parola: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru a dezactiva acest mesaj."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr "Înscriere"
#: templatetags/appearance_tags.py:16 #: templatetags/appearance_tags.py:16
msgid "None" msgid "None"

View File

@@ -3,26 +3,24 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# lilo.panic, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-07-14 11:22+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: lilo.panic\n"
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"
"language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Language: ru\n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (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"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#: apps.py:11 #: apps.py:11
msgid "Appearance" msgid "Appearance"
msgstr "" msgstr "Внешний вид"
#: templates/403.html:5 templates/403.html.py:9 #: templates/403.html:5 templates/403.html.py:9
msgid "Insufficient permissions" msgid "Insufficient permissions"
@@ -42,23 +40,23 @@ msgstr "Извините, но запрашиваемая страница не
#: templates/500.html:5 templates/500.html.py:9 #: templates/500.html:5 templates/500.html.py:9
msgid "Server error" msgid "Server error"
msgstr "" msgstr "Ошибка сервера"
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr "Тут какая-то ошибка. Её нужно сообщить администрации сайта по электронной почте, и она будет исправлена. Спасибо за терпение."
#: templates/500.html:14 #: templates/500.html:14
msgid "" msgid ""
"If you need assistance, you may reference this error via the following " "If you need assistance, you may reference this error via the following "
"identifier:" "identifier:"
msgstr "" msgstr "Если вам нужна помощь, вы можете сослаться на эту ошибку по следующему идентификатору:"
#: templates/appearance/about.html:8 templates/appearance/about.html.py:57 #: templates/appearance/about.html:8 templates/appearance/about.html.py:57
msgid "About" msgid "About"
msgstr "" msgstr "Инфо"
#: templates/appearance/about.html:62 #: templates/appearance/about.html:62
msgid "Version" msgid "Version"
@@ -67,19 +65,19 @@ msgstr "Версия"
#: templates/appearance/about.html:64 #: templates/appearance/about.html:64
#, python-format #, python-format
msgid "Build number: %(build_number)s" msgid "Build number: %(build_number)s"
msgstr "" msgstr "Версия сборки: %(build_number)s"
#: templates/appearance/about.html:88 #: templates/appearance/about.html:88
msgid "Released under the Apache 2.0 License" msgid "Released under the Apache 2.0 License"
msgstr "" msgstr "Выпущено под лицензией Apache 2.0"
#: templates/appearance/about.html:100 #: templates/appearance/about.html:100
msgid "Copyright &copy; 2011-2015 Roberto Rosario." msgid "Copyright &copy; 2011-2015 Roberto Rosario."
msgstr "" msgstr "&copy; 2011-2015 Roberto Rosario, все права защищены."
#: templates/appearance/base.html:43 #: templates/appearance/base.html:43
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr "Переключение навигации"
#: templates/appearance/base.html:72 #: templates/appearance/base.html:72
msgid "Anonymous" msgid "Anonymous"
@@ -91,19 +89,19 @@ msgstr "сведения о пользователе"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Success" msgid "Success"
msgstr "" msgstr "Успех"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Information" msgid "Information"
msgstr "" msgstr "Информация"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Warning" msgid "Warning"
msgstr "" msgstr "Предупреждение"
#: templates/appearance/base.html:87 #: templates/appearance/base.html:87
msgid "Error" msgid "Error"
msgstr "" msgstr "Ошибка"
#: templates/appearance/base.html:116 #: templates/appearance/base.html:116
msgid "Actions" msgid "Actions"
@@ -111,7 +109,7 @@ msgstr "Действия"
#: templates/appearance/base.html:117 #: templates/appearance/base.html:117
msgid "Toggle Dropdown" msgid "Toggle Dropdown"
msgstr "" msgstr "Переключение выпадающего списка"
#: templates/appearance/calculate_form_title.html:7 #: templates/appearance/calculate_form_title.html:7
#, python-format #, python-format
@@ -121,7 +119,7 @@ msgstr "Подробности: %(object)s"
#: templates/appearance/calculate_form_title.html:10 #: templates/appearance/calculate_form_title.html:10
#, python-format #, python-format
msgid "Edit: %(object)s" msgid "Edit: %(object)s"
msgstr "" msgstr "Редактировать: %(object)s"
#: templates/appearance/calculate_form_title.html:12 #: templates/appearance/calculate_form_title.html:12
msgid "Create" msgid "Create"
@@ -139,7 +137,7 @@ msgstr "Подтвердить удаление"
#: templates/appearance/generic_confirm.html:27 #: templates/appearance/generic_confirm.html:27
#, python-format #, python-format
msgid "Delete: %(object)s?" msgid "Delete: %(object)s?"
msgstr "" msgstr "Удалить: %(object)s?"
#: templates/appearance/generic_confirm.html:47 #: templates/appearance/generic_confirm.html:47
msgid "Yes" msgid "Yes"
@@ -175,20 +173,20 @@ msgstr "Отменить"
#: templates/appearance/generic_list_horizontal.html:21 #: templates/appearance/generic_list_horizontal.html:21
#: templates/appearance/generic_list_subtemplate.html:108 #: templates/appearance/generic_list_subtemplate.html:108
msgid "No results" msgid "No results"
msgstr "" msgstr "Нет результатов"
#: templates/appearance/generic_list_subtemplate.html:12 #: templates/appearance/generic_list_subtemplate.html:12
#, python-format #, python-format
msgid "" msgid ""
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of " "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
"%(total_pages)s)" "%(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:14
#: templates/appearance/generic_list_subtemplate.html:17 #: templates/appearance/generic_list_subtemplate.html:17
#, python-format #, python-format
msgid "Total: %(total)s" msgid "Total: %(total)s"
msgstr "" msgstr "Всего: %(total)s"
#: templates/appearance/generic_list_subtemplate.html:51 #: templates/appearance/generic_list_subtemplate.html:51
msgid "Identifier" msgid "Identifier"
@@ -196,19 +194,19 @@ msgstr "Идентификатор"
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12 #: templates/appearance/home.html:8 templates/appearance/home.html.py:12
msgid "Home" msgid "Home"
msgstr "" msgstr "Начало"
#: templates/appearance/home.html:21 #: templates/appearance/home.html:21
msgid "Getting started" msgid "Getting started"
msgstr "" msgstr "Приступая к работе"
#: templates/appearance/home.html:24 #: templates/appearance/home.html:24
msgid "Before you can fully use Mayan EDMS you need the following:" msgid "Before you can fully use Mayan EDMS you need the following:"
msgstr "" msgstr "Вам кое-что понадобится, прежде чем вы начнёте полноценно использовать Mayan EDMS:"
#: templates/appearance/home.html:57 #: templates/appearance/home.html:57
msgid "Space separated terms" msgid "Space separated terms"
msgstr "" msgstr "Поисковые запросы через пробел"
#: templates/appearance/home.html:59 #: templates/appearance/home.html:59
msgid "Search" msgid "Search"
@@ -216,7 +214,7 @@ msgstr "Поиск"
#: templates/appearance/home.html:60 #: templates/appearance/home.html:60
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr "Дополнительно"
#: templates/appearance/login.html:10 #: templates/appearance/login.html:10
msgid "Login" msgid "Login"
@@ -230,8 +228,7 @@ msgstr "Первое время входа в систему"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Вы только что закончили установку <strong>Mayan EDMS</strong>, поздравляем!"
"Вы только что закончили установку <strong>Mayan EDMS</strong>, поздравляем!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -245,7 +242,7 @@ msgstr "Имя пользователя: <strong>%(account)s</strong>"
#: templates/appearance/login.html:27 #: templates/appearance/login.html:27
#, python-format #, python-format
msgid "Email: <strong>%(email)s</strong>" msgid "Email: <strong>%(email)s</strong>"
msgstr "" msgstr "Адрес электронной почты: <strong>%(email)s</strong>"
#: templates/appearance/login.html:28 #: templates/appearance/login.html:28
#, python-format #, python-format
@@ -256,13 +253,11 @@ msgstr "Пароль: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" msgstr "Обязательно измените пароль для повышения безопасности и отключения этого сообщения."
"Обязательно измените пароль для повышения безопасности и отключения этого "
"сообщения."
#: templates/appearance/login.html:45 templates/appearance/login.html.py:54 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr "Вход"
#: templatetags/appearance_tags.py:16 #: templatetags/appearance_tags.py:16
msgid "None" msgid "None"

View File

@@ -7,17 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
"edms/language/sl_SI/)\n"
"Language: sl_SI\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "Language: sl_SI\n"
"%100==4 ? 2 : 3);\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 #: apps.py:11
msgid "Appearance" msgid "Appearance"
@@ -45,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"
"mayan-edms/language/vi_VN/)\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14
@@ -228,9 +227,7 @@ msgstr "Đăng nhập lần đầu"
msgid "" msgid ""
"You have just finished installing <strong>Mayan EDMS</strong>, " "You have just finished installing <strong>Mayan EDMS</strong>, "
"congratulations!" "congratulations!"
msgstr "" msgstr "Bạn đã cài đặt xong <strong>Hệ thống quản lý tài liệu điện tử Mayan EDMS</strong>. Xin chúc mừng bạn!"
"Bạn đã cài đặt xong <strong>Hệ thống quản lý tài liệu điện tử Mayan EDMS</"
"strong>. Xin chúc mừng bạn!"
#: templates/appearance/login.html:25 #: templates/appearance/login.html:25
msgid "Login using the following credentials:" msgid "Login using the following credentials:"
@@ -255,9 +252,7 @@ msgstr "Mật khẩu: <strong>%(password)s</strong>"
msgid "" msgid ""
"Be sure to change the password to increase security and to disable this " "Be sure to change the password to increase security and to disable this "
"message." "message."
msgstr "" 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."
"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 #: templates/appearance/login.html:45 templates/appearance/login.html.py:54
msgid "Sign in" msgid "Sign in"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:06+0000\n"
"Last-Translator: Roberto Rosario\n" "Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
"language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:11 #: apps.py:11
@@ -44,8 +43,8 @@ msgstr ""
#: templates/500.html:11 #: templates/500.html:11
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "e-mail and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/500.html:14 #: templates/500.html:14

View File

@@ -7,17 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2015-08-20 19:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
"ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "Language: ar\n"
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 #: apps.py:17 settings.py:7
msgid "Authentication" msgid "Authentication"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2015-08-20 19:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/" "Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
"language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:17 settings.py:7 #: apps.py:17 settings.py:7

View File

@@ -7,17 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2015-08-20 19:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
"rosarior/mayan-edms/language/bs_BA/)\n"
"Language: bs_BA\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Language: bs_BA\n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 #: apps.py:17 settings.py:7
msgid "Authentication" msgid "Authentication"

View File

@@ -7,15 +7,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2015-08-20 19:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/" "Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
"da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:17 settings.py:7 #: apps.py:17 settings.py:7

View File

@@ -8,15 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Mayan EDMS\n" "Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2016-03-21 21:10+0000\n"
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n" "Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-" "Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
"edms/language/de_DE/)\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:17 settings.py:7 #: apps.py:17 settings.py:7
@@ -35,9 +34,7 @@ msgstr "Passwort"
msgid "" msgid ""
"Please enter a correct email and password. Note that the password field is " "Please enter a correct email and password. Note that the password field is "
"case-sensitive." "case-sensitive."
msgstr "" msgstr "Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass das Passwortfeld Groß- und Kleinschreibung unterscheidet."
"Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass "
"das Passwortfeld Groß- und Kleinschreibung unterscheidet."
#: forms.py:26 #: forms.py:26
msgid "This account is inactive." msgid "This account is inactive."
@@ -55,9 +52,7 @@ msgstr "Passwort ändern"
msgid "" msgid ""
"Controls the mechanism used to authenticated user. Options are: username, " "Controls the mechanism used to authenticated user. Options are: username, "
"email" "email"
msgstr "" msgstr "Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-Mail-Adresse"
"Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-"
"Mail-Adresse"
#: views.py:39 #: views.py:39
msgid "Current user password change" msgid "Current user password change"

Some files were not shown because too many files have changed in this diff Show More