Merge branch 'master' into development
This commit is contained in:
11
HISTORY.rst
11
HISTORY.rst
@@ -4,10 +4,19 @@
|
||||
- Add support for document page search
|
||||
- Remove recent searches feature
|
||||
|
||||
2.1.4 (2016-XX-XX)
|
||||
2.1.4 (2016-10-28)
|
||||
==================
|
||||
- Add missing link to the 2.1.3 release notes in the index file.
|
||||
- Improve TempfileCheckMixin.
|
||||
- Fix statistics namespace list display view.
|
||||
- Fix events list display view.
|
||||
- Update required Django version to 1.8.15.
|
||||
- Update required python-gnupg version to 0.3.9.
|
||||
- Improved orphaned temporary files test mixin.
|
||||
- Re-enable and improve GitLab CI MySQL testing.
|
||||
- Improved GPG handling.
|
||||
- New GPG backend system.
|
||||
- Minor documentation updates.
|
||||
|
||||
2.1.3 (2016-06-29)
|
||||
==================
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|PyPI badge| |Build Status| |Coverage badge| |License badge|
|
||||
|PyPI badge| |Build Status| |Coverage badge| |Documentation| |License badge|
|
||||
|
||||
|Logo|
|
||||
|
||||
@@ -33,7 +33,7 @@ To install Mayan EDMS, simply do:
|
||||
|
||||
$ virtualenv venv
|
||||
$ source venv/bin/activate
|
||||
$ pip install mayan-edms
|
||||
(venv) $ pip install mayan-edms
|
||||
(venv) $ mayan-edms.py initialsetup
|
||||
(venv) $ mayan-edms.py runserver
|
||||
|
||||
@@ -60,5 +60,7 @@ account.
|
||||
.. |Analytics| image:: https://ga-beacon.appspot.com/UA-52965619-2/mayan-edms/readme?pixel
|
||||
.. |Coverage badge| image:: https://codecov.io/gitlab/mayan-edms/mayan-edms/coverage.svg?branch=master
|
||||
:target: https://codecov.io/gitlab/mayan-edms/mayan-edms?branch=master
|
||||
.. |Documentation| image:: https://readthedocs.org/projects/mayan/badge/?version=latest
|
||||
:target: http://mayan.readthedocs.io/en/latest
|
||||
|
||||
|Analytics|
|
||||
|
||||
@@ -10,12 +10,12 @@ and install it from PyPI with the following commands:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt-get install libjpeg-dev libmagic1 libpng-dev libreoffice libtiff-dev gcc ghostscript gnupg1 python-dev python-virtualenv tesseract-ocr poppler-utils -y
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install mayan-edms
|
||||
mayan-edms.py initialsetup
|
||||
mayan-edms.py runserver
|
||||
$ sudo apt-get install libjpeg-dev libmagic1 libpng-dev libreoffice libtiff-dev gcc ghostscript gnupg1 python-dev python-virtualenv tesseract-ocr poppler-utils -y
|
||||
$ virtualenv venv
|
||||
$ source venv/bin/activate
|
||||
(venv) pip install mayan-edms
|
||||
(venv) mayan-edms.py initialsetup
|
||||
(venv) mayan-edms.py runserver
|
||||
|
||||
Point your browser to 127.0.0.1:8000 and use the automatically created admin
|
||||
account.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Mayan EDMS v2.1.4 release notes
|
||||
===============================
|
||||
|
||||
Released: XX, 2016
|
||||
Released: October 28, 2016
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
@@ -22,7 +22,6 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
=======
|
||||
2.2
|
||||
2.1.4
|
||||
2.1.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__title__ = 'Mayan EDMS'
|
||||
__version__ = '2.1.3'
|
||||
__version__ = '2.1.4'
|
||||
__build__ = 0x020103
|
||||
__author__ = 'Roberto Rosario'
|
||||
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"ar/)\n"
|
||||
"Language: ar\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "الصلاحيات"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -52,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "لا شيء"
|
||||
|
||||
@@ -75,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -172,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Разрешения"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -45,13 +46,19 @@ msgstr "Недостатъчен достъп."
|
||||
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
msgstr "достъп вписване"
|
||||
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "достъп вписвания"
|
||||
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Няма"
|
||||
|
||||
@@ -61,11 +68,11 @@ msgstr "Контролни списъци за достъп"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
msgstr "Редактиране на контролни списъци за достъп"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
msgstr "Преглед на контролни списъци за достъп"
|
||||
|
||||
#: views.py:78
|
||||
#, python-format
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Language: bs_BA\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Dozvole"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -52,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Nijedno"
|
||||
|
||||
@@ -75,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -172,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"da/)\n"
|
||||
"Language: da\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Ingen"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2015
|
||||
@@ -9,34 +9,35 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "Zugriffsberechtigungen"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Berechtigungen"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rolle"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Neue Berechtigung"
|
||||
|
||||
@@ -52,7 +53,13 @@ msgstr "Berechtigungseintrag"
|
||||
msgid "Access entries"
|
||||
msgstr "Berechtigungseinträge"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
@@ -75,6 +82,7 @@ msgstr "Neue Zugriffsberechtigung für %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "ACL \"%s\" löschen"
|
||||
|
||||
@@ -98,8 +106,7 @@ msgstr "Berechtigungen von Rolle \"%(role)s\" für \"%(object)s\""
|
||||
|
||||
#: views.py:242
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
"Deaktivierte Berechtigungen sind von einem übergeordneten Objekt vererbt."
|
||||
msgstr "Deaktivierte Berechtigungen sind von einem übergeordneten Objekt vererbt."
|
||||
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
@@ -173,9 +180,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -195,10 +199,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -18,11 +18,11 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
#, fuzzy
|
||||
msgid "Permissions"
|
||||
msgstr "permissions"
|
||||
@@ -33,11 +33,11 @@ msgstr "permissions"
|
||||
msgid "Role"
|
||||
msgstr "Roles"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
@@ -57,7 +57,13 @@ msgstr "access entry"
|
||||
msgid "Access entries"
|
||||
msgstr "access entries"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@@ -191,9 +197,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
|
||||
@@ -11,8 +11,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-05-09 01:48+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:38+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -21,11 +21,11 @@ msgstr ""
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "LCAs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permisos"
|
||||
|
||||
@@ -34,11 +34,11 @@ msgstr "Permisos"
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nueva LCA"
|
||||
@@ -55,7 +55,13 @@ msgstr "Entrada de acceso"
|
||||
msgid "Access entries"
|
||||
msgstr "Entradas de acceso"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr "Permisos \"%(permissions)s\" para el rol \"%(role)s\" para \"%(object)s\""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
@@ -176,9 +182,6 @@ msgstr "Los permisos inactivos se heredan de un objeto precedente."
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "مجوزها"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "نقش"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr "ورودی دسترسی"
|
||||
msgid "Access entries"
|
||||
msgstr "ورودیهای دسترسی"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "هیچکدام."
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
|
||||
@@ -9,34 +9,35 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"fr/)\n"
|
||||
"Language: fr\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "Droits"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permissions"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rôle"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Suppression"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nouveau droit"
|
||||
|
||||
@@ -52,7 +53,13 @@ msgstr "Entrée d'accès"
|
||||
msgid "Access entries"
|
||||
msgstr "Entrées d'accès"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
@@ -75,6 +82,7 @@ msgstr "Nouvelle liste de contrôle d'accès pour: %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Supprimer le droit: %s"
|
||||
|
||||
@@ -172,9 +180,6 @@ msgstr "La désactivation de permission est hérité de l'objet parent"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +199,8 @@ msgstr "La désactivation de permission est hérité de l'objet parent"
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACL-ek"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Semmi"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2015-09-24 05:15+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/id/)\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,43 +1,45 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/it/)\n"
|
||||
"Language: it\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permessi"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Ruolo"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Cancella"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
msgstr "Nuova ACL"
|
||||
|
||||
#: managers.py:85
|
||||
msgid "Insufficient access."
|
||||
@@ -51,7 +53,13 @@ msgstr "Voce di accesso"
|
||||
msgid "Access entries"
|
||||
msgstr "Voci di accesso"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Nessuna "
|
||||
|
||||
@@ -70,12 +78,13 @@ msgstr "Visualizza ACL"
|
||||
#: views.py:78
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
msgstr "Nuova lista di controllo accesso per: %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
msgstr "Cancella ACL: %s"
|
||||
|
||||
#: views.py:151
|
||||
#, python-format
|
||||
@@ -93,11 +102,11 @@ msgstr "Autorizzazioni concesse "
|
||||
#: views.py:222
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
msgstr "Permessi del ruolo \"%(role)s\" per \"%(object)s\""
|
||||
|
||||
#: views.py:242
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
msgstr "Il permesso disabilita è ereditato dall'oggetto padre"
|
||||
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
@@ -171,9 +180,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +199,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016
|
||||
@@ -9,34 +9,35 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "Authorisatielijsten"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permissies"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Gebruikersrol"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Verwijder"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nieuwe authorisatielijst"
|
||||
|
||||
@@ -52,7 +53,13 @@ msgstr "Authorisatie invoer"
|
||||
msgid "Access entries"
|
||||
msgstr "Authorisaties invoer"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
@@ -75,6 +82,7 @@ msgstr "Nieuwe authorisatielijsten voor: %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Verwijder authorisatielijst: %s"
|
||||
|
||||
@@ -172,9 +180,6 @@ msgstr "Uitgeschakelde permissies zijn geërfd van een parent object."
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +199,8 @@ msgstr "Uitgeschakelde permissies zijn geërfd van een parent object."
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2016
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"pl/)\n"
|
||||
"Language: pl\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "Listy ACL"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rola"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nowa lista ACL"
|
||||
|
||||
@@ -53,7 +53,13 @@ msgstr "Zgłoszenie dostępu"
|
||||
msgid "Access entries"
|
||||
msgstr "Zgłoszenia dostępu"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Brak"
|
||||
|
||||
@@ -76,6 +82,7 @@ msgstr "Nowe listy ACL dla: %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Usuń listę ACL: %s"
|
||||
|
||||
@@ -173,9 +180,6 @@ msgstr "Domyślne uprawnienia są dziedziczone z obiektu nadrzędnego."
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -195,10 +199,8 @@ msgstr "Domyślne uprawnienia są dziedziczone z obiektu nadrzędnego."
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACL's"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Regras"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr "Excluir"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr "Acesso entrada"
|
||||
msgid "Access entries"
|
||||
msgstr "Entradas de acesso"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/ro_RO/)\n"
|
||||
"Language: ro_RO\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACL-uri"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Permisiuni"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Șterge"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -52,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Nici unul"
|
||||
|
||||
@@ -75,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -172,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,61 +1,67 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# lilo.panic, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
msgstr "СУДы"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "Разрешения"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
msgstr "Роль"
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Удалить"
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
msgstr "Создать СУД"
|
||||
|
||||
#: managers.py:85
|
||||
msgid "Insufficient access."
|
||||
msgstr "Недостаточный доступ."
|
||||
msgstr "Неполный доступ."
|
||||
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
msgstr "Элемент доступа"
|
||||
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "Элементы доступа"
|
||||
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Ни один"
|
||||
msgstr "Пусто"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
@@ -63,43 +69,44 @@ msgstr "Списки контроля доступа"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Редактировать списки ACL"
|
||||
msgstr "Редактировать СУДы"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Просмотр списков ACL"
|
||||
msgstr "Просмотр СУДов"
|
||||
|
||||
#: views.py:78
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
msgstr "Новый СУД для: %s"
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
msgstr "Удалить СУД: %s"
|
||||
|
||||
#: views.py:151
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
msgstr "СУДы для: %s"
|
||||
|
||||
#: views.py:162
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
msgstr "Доступные разрешения"
|
||||
|
||||
#: views.py:163
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
msgstr "Предоставленные разрешения"
|
||||
|
||||
#: views.py:222
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
msgstr "Права роли \"%(role)s\" для \"%(object)s\""
|
||||
|
||||
#: views.py:242
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
msgstr "Отключенные права наследуются от родительского объекта."
|
||||
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
@@ -173,9 +180,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -195,10 +199,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/sl_SI/)\n"
|
||||
"Language: sl_SI\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
"Language: sl_SI\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -52,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "Brez"
|
||||
|
||||
@@ -75,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -172,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -194,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/"
|
||||
"mayan-edms/language/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr ""
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:03+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:32+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:14 links.py:30
|
||||
#: apps.py:14 links.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "访问控制列表"
|
||||
|
||||
#: apps.py:22 links.py:38 models.py:36
|
||||
#: apps.py:22 links.py:40 models.py:36
|
||||
msgid "Permissions"
|
||||
msgstr "权限"
|
||||
|
||||
#: apps.py:26 models.py:38
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:26
|
||||
#: links.py:27
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:34
|
||||
#: links.py:35
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -51,7 +52,13 @@ msgstr "访问入口"
|
||||
msgid "Access entries"
|
||||
msgstr "多个访问入口"
|
||||
|
||||
#: models.py:60
|
||||
#: models.py:48
|
||||
#, python-format
|
||||
#| msgid "mission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
@@ -74,6 +81,7 @@ msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -171,9 +179,6 @@ msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
@@ -193,10 +198,8 @@ msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
@@ -171,7 +171,7 @@ msgstr "ارسال"
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr "Подаване"
|
||||
msgid "Cancel"
|
||||
msgstr "Отказ"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
@@ -171,7 +171,7 @@ msgstr "Podnijeti"
|
||||
msgid "Cancel"
|
||||
msgstr "Otkazati"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:17-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
@@ -170,7 +170,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
@@ -175,7 +175,7 @@ msgstr "Absenden"
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Kein Ergebnis"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -169,7 +169,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-05-09 01:48+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:41+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -46,7 +46,7 @@ msgstr "Error de servidor"
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via "
|
||||
"e-mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
msgstr "Ha habido un error. Se ha informado a los administradores del sitio vía e-mail y debería corregirse en breve. Gracias por su paciencia."
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
@@ -109,7 +109,7 @@ msgstr "Acciones"
|
||||
|
||||
#: templates/appearance/base.html:117
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
msgstr "Alternar desplegable"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
@@ -170,7 +170,7 @@ msgstr "Enviar"
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Ningún resultado"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr "ارسال"
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "بی جواب و یا بی جواب"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Thierry Schott <DarkDare@users.noreply.github.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
@@ -176,7 +176,7 @@ msgstr "Soumettre"
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Pas de résultats"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr "Presentare"
|
||||
msgid "Cancel"
|
||||
msgstr "Annullare"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
|
||||
@@ -176,7 +176,7 @@ msgstr "Verstuur"
|
||||
msgid "Cancel"
|
||||
msgstr "Onderbreek"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Geen resultaten"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
@@ -177,7 +177,7 @@ msgstr "Wykonaj"
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Brak wyników"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr "Submeter"
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "Sem resultados"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-"
|
||||
@@ -170,7 +170,7 @@ msgstr "Submeter"
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr "resultados"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-"
|
||||
@@ -171,7 +171,7 @@ msgstr "Trimiteţi"
|
||||
msgid "Cancel"
|
||||
msgstr "Anulează"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -172,7 +172,7 @@ msgstr "Подтвердить"
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-"
|
||||
@@ -171,7 +171,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/"
|
||||
@@ -170,7 +170,7 @@ msgstr ""
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:06+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
@@ -170,7 +170,7 @@ msgstr "提交"
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:20
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_subtemplate.html:108
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Justin Albstbstmeijer <justin@albstmeijer.nl>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:10+0000\n"
|
||||
"Last-Translator: Manuela Silva <h_manuela_rodsilva@gmail.com>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2015-08-20 19:09+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2012-07-10 15:47+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Roberto Rosario, 2015
|
||||
# Roberto Rosario, 2015-2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:44+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/es/)\n"
|
||||
"Language: es\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:31 links.py:30
|
||||
@@ -46,23 +45,26 @@ msgstr "El documento ya está reservado."
|
||||
|
||||
#: forms.py:28
|
||||
msgid "Document status"
|
||||
msgstr ""
|
||||
msgstr "Estatus del documento"
|
||||
|
||||
#: forms.py:37 models.py:37 views.py:85
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#: forms.py:41
|
||||
#| msgid "Check out time: %s"
|
||||
msgid "Check out time"
|
||||
msgstr ""
|
||||
msgstr "Hora de reserva"
|
||||
|
||||
#: forms.py:46
|
||||
msgid "Check out expiration"
|
||||
msgstr ""
|
||||
msgstr "Salida de la reserva"
|
||||
|
||||
#: forms.py:51
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions allowed?"
|
||||
msgstr ""
|
||||
msgstr "¿Nuevas versiones permitidas?"
|
||||
|
||||
#: forms.py:52
|
||||
msgid "Yes"
|
||||
@@ -117,6 +119,7 @@ msgid "Block new version upload"
|
||||
msgstr "Restringir la subida de nuevas versiones"
|
||||
|
||||
#: models.py:54
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Fecha y hora de la expiración de la reserva deben ser en el futuro."
|
||||
|
||||
@@ -142,7 +145,7 @@ msgstr "Reservar documentos"
|
||||
|
||||
#: permissions.py:19
|
||||
msgid "Check out details view"
|
||||
msgstr ""
|
||||
msgstr "Detalles de la reserva"
|
||||
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
@@ -178,15 +181,17 @@ msgstr "Detalles de la reserva para el documento: %s"
|
||||
|
||||
#: views.py:136
|
||||
#, python-format
|
||||
#| msgid ""
|
||||
#| "dn't originally checked out this document. Are you sure you wish cefully "
|
||||
#| "check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Usted no reservó inicialmente este documento. ¿Devolver forzosamente el "
|
||||
"documento: %s?"
|
||||
msgstr "Usted no reservó inicialmente este documento. ¿Devolver forzosamente el documento: %s?"
|
||||
|
||||
#: views.py:140
|
||||
#, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "¿Devolver el documento: %s?"
|
||||
|
||||
@@ -248,11 +253,11 @@ msgstr "Periodo"
|
||||
#~ msgstr "Enter a valid time difference."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ "Amount of time to hold the document in the checked out state in days, hours "
|
||||
#~ "and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ "Amount of time to hold the document in the checked out state in days, hours "
|
||||
#~ "and/or minutes."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:09-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
|
||||
@@ -9,17 +9,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"ar/)\n"
|
||||
"Language: ar\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
msgid "Common"
|
||||
@@ -29,53 +27,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "الاختيار"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "إضافة"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "إزالة"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -177,27 +175,30 @@ msgid "User locale profiles"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -217,6 +218,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -226,6 +228,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -279,11 +282,11 @@ msgstr "لا شيء"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -292,11 +295,11 @@ msgstr "لا شيء"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
|
||||
@@ -9,15 +9,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -28,53 +27,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Добави"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Премахнете"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -176,27 +175,30 @@ msgid "User locale profiles"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -216,6 +218,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -225,6 +228,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -278,11 +282,11 @@ msgstr "Няма"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -291,11 +295,11 @@ msgstr "Няма"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# www.ping.ba <jomer@ping.ba>, 2013
|
||||
@@ -9,17 +9,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Language: bs_BA\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
msgid "Common"
|
||||
@@ -29,53 +27,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "Odabir"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Dodati"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Ukloniti"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -177,27 +175,30 @@ msgid "User locale profiles"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -217,6 +218,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -226,6 +228,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -279,11 +282,11 @@ msgstr "Nijedno"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -292,11 +295,11 @@ msgstr "Nijedno"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"da/)\n"
|
||||
"Language: da\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -27,53 +26,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -175,27 +174,30 @@ msgid "User locale profiles"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -215,6 +217,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -224,6 +227,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -277,11 +281,11 @@ msgstr "Ingen"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -290,11 +294,11 @@ msgstr "Ingen"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,26 +1,25 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2015
|
||||
# Berny <berny@bernhard-marx.de>, 2015-2016
|
||||
# Mathias Behrle <mbehrle@m9s.biz>, 2014
|
||||
# Stefan Lodders <sl@suchreflex.de>, 2012
|
||||
# Tobias Paepke <tobias.paepke@paepke.net>, 2014
|
||||
# Tobias Paepke <tobias.paepke@paepke.net>, 2014,2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -31,56 +30,56 @@ msgstr "Allgemein"
|
||||
msgid "Available attributes: "
|
||||
msgstr "Verfügbare Attribute:"
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "Auswahl"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr "Filter"
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr "Auswahl %s kann nicht übertragen werden"
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Entfernen"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
msgstr "%(object)s nicht erstellt, Fehler: %(error)s"
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s erfolgreich erstellt."
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s nicht gelöscht, Fehler: %(error)s."
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s erfolgreich gelöscht."
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s nicht aktualisiert, Fehler: %(error)s."
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s erfolgreich aktualisiert."
|
||||
|
||||
#: links.py:9
|
||||
msgid "About"
|
||||
@@ -179,34 +178,31 @@ msgid "User locale profiles"
|
||||
msgstr "Benutzerlokalisierungsprofile"
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
"Temporäres Verzeichnis für die Speicherung von Miniaturen, Vorschauen und "
|
||||
"temporären Dateien. Wenn keines definiert ist, wird es automatisch erstellt "
|
||||
"(per tempfile.mkdtemp())."
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr "Datenbackend, das alle Worker benutzen können, um Dateien zu teilen"
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
"Eine Ganzzahl, die die Anzahl der angezeigten Datensätze pro Seite angibt."
|
||||
msgstr "Eine Ganzzahl, die die Anzahl der angezeigten Datensätze pro Seite angibt."
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr "Protokollierung für alle Apps automatisch freischalten."
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
msgstr ""
|
||||
"Zeit für die Verzögerung von Hintergrundaufgaben, die für ihre Fortsetzung "
|
||||
"auf einen Datenbankcommit warten."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr "Zeit für die Verzögerung von Hintergrundaufgaben, die für ihre Fortsetzung auf einen Datenbankcommit warten."
|
||||
|
||||
#: views.py:37
|
||||
msgid "Current user details"
|
||||
@@ -225,6 +221,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr "Aktuelle Benutzerlokalisierungsdetails bearbeiten"
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr "Filterauswahl"
|
||||
|
||||
@@ -234,6 +231,7 @@ msgid "Results for filter: %s"
|
||||
msgstr "Ergebnis für Filter %s"
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr "Filter nicht gefunden"
|
||||
|
||||
@@ -287,11 +285,11 @@ msgstr "Kein(e)"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -300,11 +298,11 @@ msgstr "Kein(e)"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -26,53 +26,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "Selection"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, fuzzy, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr "Unable to add %(selection)s to %(right_list_title)s."
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Remove"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -184,26 +184,25 @@ msgstr ""
|
||||
#| "tempfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()"
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
msgstr ""
|
||||
|
||||
@@ -12,8 +12,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-05-09 01:42+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:51+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -30,53 +30,53 @@ msgstr "Común"
|
||||
msgid "Available attributes: "
|
||||
msgstr "Atributos disponibles:"
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "Selección"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr "Filtro"
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr "No se ha podido transferir la selección: %s."
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Agregar"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
msgstr "%(object)s no se pudo crear, error: %(error)s"
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr "%(object)s creado con éxito."
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s no se pudo borrar, error: %(error)s."
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr "%(object)s borrado con éxito."
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s no se pudo actualizar, error: %(error)s."
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr "%(object)s actualizado con éxito."
|
||||
@@ -183,27 +183,26 @@ msgstr "Perfiles de localización de usuario"
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using "
|
||||
"tempfile.mkdtemp()."
|
||||
msgstr "El directorio temporaro es el utilizado por todo el proyecto para almacenar miniaturas, previsualizaciones y los archivos temporales. Si no se especifica ninguno, se creará utilizando tempfile.mkdtemp ()."
|
||||
"temporary files."
|
||||
msgstr "Directorio temporero utilizado en todo el sitio para almacenar imágenes en miniatura, visualizaciones y archivos temporeros."
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr "Un soporte de almacenamiento que todos los 'workers' puedan utilizar para compartir archivos."
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
msgstr "Un número entero que especifica cuántos objetos se debe mostrar por página."
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
msgstr "Activar bitácoras automáticamente a todas las aplicaciones."
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
msgstr "Tiempo para retrasar las tareas de fondo que dependen de la propagación de información en la base de datos."
|
||||
|
||||
#: views.py:37
|
||||
msgid "Current user details"
|
||||
@@ -224,12 +223,12 @@ msgstr "Editar los detalles del perfil del usuario local"
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
msgstr "Selección de filtro"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
msgstr "Resultados para el filtro: %s"
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2013
|
||||
@@ -9,15 +9,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -28,53 +27,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr "خصوصیات موجود"
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "انتخاب"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "افزودن"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -176,27 +175,30 @@ msgid "User locale profiles"
|
||||
msgstr "پروفایل محلی کاربر"
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr "محلی که کلیه کاربران جهت به اشتراک گذاری فایل میتوانند استفاه کنند."
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -216,6 +218,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr "ویرایش شرح پروفایل محلی کاربر فعلی"
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -225,6 +228,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -278,11 +282,11 @@ msgstr "هیچکدام."
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -291,11 +295,11 @@ msgstr "هیچکدام."
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Franck Boucher <boucher.fk@gmail.com>, 2016
|
||||
@@ -13,15 +13,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/"
|
||||
"fr/)\n"
|
||||
"Language: fr\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -32,56 +31,56 @@ msgstr "Commun"
|
||||
msgid "Available attributes: "
|
||||
msgstr "Options disponibles"
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr "Sélection"
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr "Filtre"
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr "Impossible de transférer la sélection: %s."
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
msgstr "%(object)s n'a pas été créé, erreur: %(error)s"
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s, creation réussi."
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s non supprimé, erreur: %(error)s."
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s, suppression réussie."
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
msgstr "%(object)s n'a pas été mis à jour, erreur: %(error)s."
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
msgstr "%(object)s, mise à jour réussie."
|
||||
|
||||
#: links.py:9
|
||||
msgid "About"
|
||||
@@ -180,36 +179,31 @@ msgid "User locale profiles"
|
||||
msgstr "Paramètres régionaux des profils utilisateur"
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
"Répertoire temporaire utilisé pour stocker les miniatures, les aperçus et "
|
||||
"les fichiers temporaires. Si aucun n'est indiqué, celui-ci sera crée à "
|
||||
"l'aide de la fonction tempfile.mdktemp()"
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
"Un espace de stockage que tous les agents pourront utiliser pour partager "
|
||||
"des fichiers."
|
||||
msgstr "Un espace de stockage que tous les agents pourront utiliser pour partager des fichiers."
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
"Valeur entière indiquant combien d'objets sont affichés sur chaque page."
|
||||
msgstr "Valeur entière indiquant combien d'objets sont affichés sur chaque page."
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr "Activation automatique de la trace pour toutes les applications."
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
msgstr ""
|
||||
"Durée pendant laquelle les tâches d'arrière plan sont différées pour les "
|
||||
"tâches dépendant d'une mise à jour de la base de données."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr "Durée pendant laquelle les tâches d'arrière plan sont différées pour les tâches dépendant d'une mise à jour de la base de données."
|
||||
|
||||
#: views.py:37
|
||||
msgid "Current user details"
|
||||
@@ -228,6 +222,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr "Éditer le détail des paramètres régionaux de l'utilisateur actuel"
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr "Sélection du filtre"
|
||||
|
||||
@@ -237,6 +232,7 @@ msgid "Results for filter: %s"
|
||||
msgstr "Résultats pour le filtre : %s"
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr "Filtre non trouvé"
|
||||
|
||||
@@ -290,11 +286,11 @@ msgstr "Aucun"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -303,11 +299,11 @@ msgstr "Aucun"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-04-27 14:10-0400\n"
|
||||
"PO-Revision-Date: 2016-03-21 21:08+0000\n"
|
||||
"POT-Creation-Date: 2016-10-28 03:18-0400\n"
|
||||
"PO-Revision-Date: 2016-10-28 07:33+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:72 settings.py:9
|
||||
@@ -27,53 +26,53 @@ msgstr ""
|
||||
msgid "Available attributes: "
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:26
|
||||
#: forms.py:27
|
||||
msgid "Selection"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:105
|
||||
#: forms.py:106
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:127
|
||||
#: generics.py:126
|
||||
#, python-format
|
||||
msgid "Unable to transfer selection: %s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:151
|
||||
#: generics.py:150
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:162
|
||||
#: generics.py:161
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:288
|
||||
#: generics.py:287
|
||||
#, python-format
|
||||
msgid "%(object)s not created, error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:299
|
||||
#: generics.py:298
|
||||
#, python-format
|
||||
msgid "%(object)s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:324
|
||||
#: generics.py:323
|
||||
#, python-format
|
||||
msgid "%(object)s not deleted, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:335
|
||||
#: generics.py:334
|
||||
#, python-format
|
||||
msgid "%(object)s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:380
|
||||
#: generics.py:379
|
||||
#, python-format
|
||||
msgid "%(object)s not updated, error: %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: generics.py:391
|
||||
#: generics.py:390
|
||||
#, python-format
|
||||
msgid "%(object)s updated successfully."
|
||||
msgstr ""
|
||||
@@ -175,27 +174,30 @@ msgid "User locale profiles"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:13
|
||||
#| msgid ""
|
||||
#| "ary directory used site wide to store thumbnails, previews and porary es. "
|
||||
#| "If none is specified, one will be created using pfile.mkdtemp()"
|
||||
msgid ""
|
||||
"Temporary directory used site wide to store thumbnails, previews and "
|
||||
"temporary files. If none is specified, one will be created using tempfile."
|
||||
"mkdtemp()."
|
||||
"temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:22
|
||||
#: settings.py:21
|
||||
msgid "A storage backend that all workers can use to share files."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:28
|
||||
#: settings.py:27
|
||||
msgid "An integer specifying how many objects should be displayed per page."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:34
|
||||
#: settings.py:33
|
||||
msgid "Automatically enable logging to all apps."
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:40
|
||||
#: settings.py:39
|
||||
msgid ""
|
||||
"Time to delay background tasks that depend on a database commit to propagate."
|
||||
"Time to delay background tasks that depend on a database commit to "
|
||||
"propagate."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
@@ -215,6 +217,7 @@ msgid "Edit current user locale profile details"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:113
|
||||
#| msgid "Selection"
|
||||
msgid "Filter selection"
|
||||
msgstr ""
|
||||
|
||||
@@ -224,6 +227,7 @@ msgid "Results for filter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:136
|
||||
#| msgid "Page not found"
|
||||
msgid "Filter not found"
|
||||
msgstr ""
|
||||
|
||||
@@ -277,11 +281,11 @@ msgstr "Semmi"
|
||||
#~ msgstr "Email"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Please enter a correct email and password. Note that the password field "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password field is "
|
||||
#~ "case-sensitive."
|
||||
#~ msgstr ""
|
||||
#~ "Please enter a correct email and password. Note that the password fields "
|
||||
#~ "is case-sensitive."
|
||||
#~ "Please enter a correct email and password. Note that the password fields is "
|
||||
#~ "case-sensitive."
|
||||
|
||||
#~ msgid "This account is inactive."
|
||||
#~ msgstr "This account is inactive."
|
||||
@@ -290,11 +294,11 @@ msgstr "Semmi"
|
||||
#~ msgstr "change password"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
#~ msgstr ""
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: "
|
||||
#~ "username, email"
|
||||
#~ "Controls the mechanism used to authenticated user. Options are: username, "
|
||||
#~ "email"
|
||||
|
||||
#~ msgid "Allow non authenticated users, access to all views"
|
||||
#~ msgstr "Allow non authenticated users, access to all views"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user