Merge remote-tracking branch 'origin/master' into development
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__title__ = 'Mayan EDMS'
|
||||
__version__ = '2.5rc1'
|
||||
__build__ = 0x020500
|
||||
__version__ = '2.6.4'
|
||||
__build__ = 0x020604
|
||||
__author__ = 'Roberto Rosario'
|
||||
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
||||
__description__ = 'Free Open Source Electronic Document Management System'
|
||||
|
||||
@@ -26,6 +26,10 @@ class ModelPermission(object):
|
||||
|
||||
model.add_to_class('acls', GenericRelation(AccessControlList))
|
||||
|
||||
@classmethod
|
||||
def get_for_class(cls, klass):
|
||||
return cls._registry.get(klass, ())
|
||||
|
||||
@classmethod
|
||||
def get_for_instance(cls, instance):
|
||||
StoredPermission = apps.get_model(
|
||||
|
||||
16
mayan/apps/acls/exceptions.py
Normal file
16
mayan/apps/acls/exceptions.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class ACLsBaseException(Exception):
|
||||
"""
|
||||
Base exception for the acls app
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class PermissionNotValidForClass(ACLsBaseException):
|
||||
"""
|
||||
The permission is not one that has been registered for a class using the
|
||||
ModelPermission class.
|
||||
"""
|
||||
pass
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "الصلاحيات"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Разрешения"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr "достъп вписвания"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-10 07:57+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Dozvole"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -46,15 +45,14 @@ msgstr "Nedovoljne dozvole."
|
||||
|
||||
#: models.py:52
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
msgstr "Pristupni unos"
|
||||
|
||||
#: models.py:53
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
msgstr "Pristupni unosi"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
msgstr "Liste kontrole pristupa (ACL) za: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,7 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2015
|
||||
# Jesaja Everling <jeverling@gmail.com>, 2017
|
||||
# Tobias Paepke <tobias.paepke@paepke.net>, 2016
|
||||
@@ -11,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-24 23:10+0000\n"
|
||||
"Last-Translator: Jesaja Everling <jeverling@gmail.com>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/rosarior/mayan-edms/language/de_DE/)\n"
|
||||
@@ -30,7 +31,6 @@ msgid "Permissions"
|
||||
msgstr "Berechtigungen"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rolle"
|
||||
|
||||
@@ -39,7 +39,6 @@ msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Neue Berechtigung"
|
||||
|
||||
@@ -57,7 +56,6 @@ msgstr "Berechtigungseinträge"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Berechtigungen \"%(permissions)s\" zur Rolle \"%(role)s\" für \"%(object)s\""
|
||||
|
||||
@@ -94,7 +92,6 @@ msgstr "Primary key der zur ACL hinzuzufügenden Berechtigung."
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Keine solche Berechtigung: %s"
|
||||
|
||||
@@ -108,36 +105,35 @@ msgstr "Durch Komma getrennte Liste von Primary Keys der zu dieser ACL hinzuzuf
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Primary Key der Rolle die dieser ACL zugeordnet ist."
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Neue Zugriffsberechtigung für %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "ACL \"%s\" löschen"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Zugriffsberechtigungen für %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Verfügbare Berechtigungen"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Erteilte Berechtigungen"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Berechtigungen von Rolle \"%(role)s\" für \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Deaktivierte Berechtigungen sind von einem übergeordneten Objekt vererbt."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,21 +1,22 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/language/en/)\n"
|
||||
"Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/en/)\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:15 links.py:35
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Permissions"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr "Delete"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "New ACL"
|
||||
|
||||
@@ -54,9 +53,9 @@ msgstr "Access entries"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr ""
|
||||
"Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
|
||||
#: models.py:74
|
||||
msgid "None"
|
||||
@@ -77,13 +76,16 @@ msgstr "View ACLs"
|
||||
#: serializers.py:24 serializers.py:132
|
||||
msgid ""
|
||||
"API URL pointing to the list of permissions for this access control list."
|
||||
msgstr "API URL pointing to the list of permissions for this access control list."
|
||||
msgstr ""
|
||||
"API URL pointing to the list of permissions for this access control list."
|
||||
|
||||
#: serializers.py:57
|
||||
msgid ""
|
||||
"API URL pointing to a permission in relation to the access control list to "
|
||||
"which it is attached. This URL is different than the canonical workflow URL."
|
||||
msgstr "API URL pointing to a permission in relation to the access control list to which it is attached. This URL is different than the canonical workflow URL."
|
||||
msgstr ""
|
||||
"API URL pointing to a permission in relation to the access control list to "
|
||||
"which it is attached. This URL is different than the canonical workflow URL."
|
||||
|
||||
#: serializers.py:87
|
||||
msgid "Primary key of the new permission to grant to the access control list."
|
||||
@@ -91,7 +93,6 @@ msgstr "Primary key of the new permission to grant to the access control list."
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "No such permission: %s"
|
||||
|
||||
@@ -99,42 +100,43 @@ msgstr "No such permission: %s"
|
||||
msgid ""
|
||||
"Comma separated list of permission primary keys to grant to this access "
|
||||
"control list."
|
||||
msgstr "Comma separated list of permission primary keys to grant to this access control list."
|
||||
msgstr ""
|
||||
"Comma separated list of permission primary keys to grant to this access "
|
||||
"control list."
|
||||
|
||||
#: serializers.py:138
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Primary keys of the role to which this access control list binds to."
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "New access control lists for: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Delete ACL: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Access control lists for: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Available permissions"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Granted permissions"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Disabled permissions are inherited from a parent object."
|
||||
|
||||
@@ -229,8 +231,10 @@ msgstr "Disabled permissions are inherited from a 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"
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,7 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# jmcainzos <jmcainzos@vodafone.es>, 2015
|
||||
# Roberto Rosario, 2015
|
||||
# Roberto Rosario, 2015-2017
|
||||
@@ -11,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-05-28 19:52+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
@@ -30,7 +31,6 @@ msgid "Permissions"
|
||||
msgstr "Permisos"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
@@ -39,7 +39,6 @@ msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nueva LCA"
|
||||
|
||||
@@ -57,7 +56,6 @@ msgstr "Entradas de acceso"
|
||||
|
||||
#: models.py:57
|
||||
#, 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\""
|
||||
|
||||
@@ -94,7 +92,6 @@ msgstr "Llave primaria del nuevo permiso para conceder a la lista de control de
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "No existe el permiso: %s"
|
||||
|
||||
@@ -108,36 +105,35 @@ msgstr "Lista separada por comas de las llaves primarias de permisos para conced
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Las llaves primarias de los roles a los que se vincula esta lista de control de acceso."
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nueva lista de control de acceso para: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Borrar LCA: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Listas de control de acceso para: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Permisos disponibles"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Permisos otorgados"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Permisos del rol \"%(role)s\" para \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Los permisos inactivos se heredan de un objeto precedente."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Nima Towhidi <nima.towhidi@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-05-12 07:22+0000\n"
|
||||
"Last-Translator: Nima Towhidi <nima.towhidi@gmail.com>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
|
||||
@@ -28,7 +29,6 @@ msgid "Permissions"
|
||||
msgstr "مجوزها"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "نقش"
|
||||
|
||||
@@ -37,7 +37,6 @@ msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -55,7 +54,6 @@ msgstr "ورودیهای دسترسی"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -92,7 +90,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -106,36 +103,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "لیست کنترل دسترسی ها برای : %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "مجوزهای موجود"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "مجوزهای داده شده"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "مجوزهای غیرفعال، از شیء بالاتر به ارث رسیدهاند."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: French (http://www.transifex.com/rosarior/mayan-edms/language/fr/)\n"
|
||||
@@ -29,7 +30,6 @@ msgid "Permissions"
|
||||
msgstr "Permissions"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rôle"
|
||||
|
||||
@@ -38,7 +38,6 @@ msgid "Delete"
|
||||
msgstr "Suppression"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nouveau droit"
|
||||
|
||||
@@ -56,7 +55,6 @@ msgstr "Entrées d'accès"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Permissions \"%(permissions)s\" du rôle \"%(role)s\" pour \"%(object)s\""
|
||||
|
||||
@@ -93,7 +91,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -107,36 +104,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nouvelle liste de contrôle d'accès pour: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Supprimer le droit: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Liste des contrôle d'accès pour: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Permissions disponibles"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Permissions autorisées"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Permission du rôle \"%(role)s\" pour \"%(object)s\"@"
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "La désactivation de permission est hérité de l'objet parent"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-28 07:26+0000\n"
|
||||
"Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
|
||||
@@ -28,7 +29,6 @@ msgid "Permissions"
|
||||
msgstr "Permessi"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Ruolo"
|
||||
|
||||
@@ -37,7 +37,6 @@ msgid "Delete"
|
||||
msgstr "Cancella"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nuova ACL"
|
||||
|
||||
@@ -55,7 +54,6 @@ msgstr "Voci di accesso"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Permessi \"%(permissions)s\" del ruolo \"%(role)s\" per \"%(object)s\""
|
||||
|
||||
@@ -92,7 +90,6 @@ msgstr "Chiavi primarie del permesso per garantire la lista controllo accessi"
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Nessun permesso: %s"
|
||||
|
||||
@@ -106,36 +103,35 @@ msgstr "Lista separata da virgole delle chiavi primarie dei permessi per garanti
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Chiavi primarie del ruolo a cui si lega la lista controllo accessi"
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nuova lista di controllo accesso per: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Cancella ACL: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Lista dei permessi d'accesso per: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Autorizzazioni disponibili "
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Autorizzazioni concesse "
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Permessi del ruolo \"%(role)s\" per \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Il permesso disabilita è ereditato dall'oggetto padre"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016
|
||||
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/rosarior/mayan-edms/language/nl_NL/)\n"
|
||||
@@ -29,7 +30,6 @@ msgid "Permissions"
|
||||
msgstr "Permissies"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Gebruikersrol"
|
||||
|
||||
@@ -38,7 +38,6 @@ msgid "Delete"
|
||||
msgstr "Verwijder"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nieuwe authorisatielijst"
|
||||
|
||||
@@ -56,7 +55,6 @@ msgstr "Authorisaties invoer"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Permissies \"%(permissions)s\" voor gebruikersrol \"%(role)s\" voor \"%(object)s\""
|
||||
|
||||
@@ -93,7 +91,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -107,36 +104,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nieuwe authorisatielijsten voor: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Verwijder authorisatielijst: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Authorisatielijsten voor: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Beschikbare permissies"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Toegekende permissies"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Rol \"%(role)s\" permissies voor \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Uitgeschakelde permissies zijn geërfd van een parent object."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-06-02 17:23+0000\n"
|
||||
"Last-Translator: Wojtek Warczakowski <w.warczakowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"
|
||||
@@ -29,7 +30,6 @@ msgid "Permissions"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rola"
|
||||
|
||||
@@ -38,7 +38,6 @@ msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nowa lista ACL"
|
||||
|
||||
@@ -56,7 +55,6 @@ msgstr "Zgłoszenia dostępu"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Uprawnienia \"%(permissions)s\" dla roli \"%(role)s\" dotyczące \"%(object)s\""
|
||||
|
||||
@@ -93,7 +91,6 @@ msgstr "Klucz główny nowego uprawnienia dla udzielenia dostępu do listy kontr
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Brak uprawnienia: %s"
|
||||
|
||||
@@ -107,36 +104,35 @@ msgstr "Rozdzielona przecinkami lista uprawnień kluczy głównych dla udzieleni
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Klucze główne roli, z którymi związana jest ta lista kontroli dostępu."
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nowe listy ACL dla: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Usuń listę ACL: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Listy ACL dla: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Dostępne uprawnienia"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Przyznane uprawnienia"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Uprawnienia roli \"%(role)s\" dla obiektu \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Domyślne uprawnienia są dziedziczone z obiektu nadrzędnego."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aline Freitas <aline@alinefreitas.com.br>, 2016
|
||||
# Jadson Ribeiro <jadsonbr@outlook.com.br>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-05-04 19:12+0000\n"
|
||||
"Last-Translator: Jadson Ribeiro <jadsonbr@outlook.com.br>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
|
||||
@@ -29,7 +30,6 @@ msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Regras"
|
||||
|
||||
@@ -38,7 +38,6 @@ msgid "Delete"
|
||||
msgstr "Excluir"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Nova regra"
|
||||
|
||||
@@ -56,7 +55,6 @@ msgstr "Entradas de acesso"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 "Permissões \"%(permissions)s\" do papel \"%(role)s\" para \"%(object)s\""
|
||||
|
||||
@@ -93,7 +91,6 @@ msgstr "Chave primária da nova permissão para conceder à lista de controle de
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Sem permissão: %s"
|
||||
|
||||
@@ -107,36 +104,35 @@ msgstr "Lista de chaves primárias de permissão separadas por vírgulas para co
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "As chaves primárias da função a que esta lista de controle de acesso se liga."
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Nova lista de controle de acesso para: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Apagar ACL: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "listas de controle de acesso para: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Permissões disponíveis"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Permissões outorgadas"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Permissões do papel \"%(role)s\" para \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "As permissões inativas foram herdadas de um objeto precedente."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Permisiuni"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr "Șterge"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# lilo.panic, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"
|
||||
@@ -28,7 +29,6 @@ msgid "Permissions"
|
||||
msgstr "Разрешения"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Роль"
|
||||
|
||||
@@ -37,7 +37,6 @@ msgid "Delete"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Создать СУД"
|
||||
|
||||
@@ -55,7 +54,6 @@ msgstr "Элементы доступа"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -92,7 +90,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -106,36 +103,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Новый СУД для: %s"
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Удалить СУД: %s"
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "СУДы для: %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Доступные разрешения"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "Предоставленные разрешения"
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "Права роли \"%(role)s\" для \"%(object)s\""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Отключенные права наследуются от родительского объекта."
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "Pravice"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr "Vstopne točke"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Dostopne pravice za %s"
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
BIN
mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
254
mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po
Normal file
254
mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,254 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# serhatcan77 <serhat_can@yahoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-03 19:27+0000\n"
|
||||
"Last-Translator: serhatcan77 <serhat_can@yahoo.com>\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:15 links.py:35
|
||||
msgid "ACLs"
|
||||
msgstr "Erişim Kontrol Listeleri"
|
||||
|
||||
#: apps.py:25 links.py:44 models.py:44
|
||||
msgid "Permissions"
|
||||
msgstr "İzinler"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
#: links.py:31
|
||||
msgid "Delete"
|
||||
msgstr "Sil"
|
||||
|
||||
#: links.py:39
|
||||
msgid "New ACL"
|
||||
msgstr "Yeni Erişim Kontrol Listesi"
|
||||
|
||||
#: managers.py:109
|
||||
msgid "Insufficient access."
|
||||
msgstr "Yetersiz yetki"
|
||||
|
||||
#: models.py:52
|
||||
msgid "Access entry"
|
||||
msgstr "Erişim Girişi"
|
||||
|
||||
#: models.py:53
|
||||
msgid "Access entries"
|
||||
msgstr "Erişim Girişleri"
|
||||
|
||||
#: models.py:57
|
||||
#, python-format
|
||||
msgid "Permissions \"%(permissions)s\" to role \"%(role)s\" for \"%(object)s\""
|
||||
msgstr "\"%(permissions)s\", \"%(object)s\" için \"%(role)s\" rolüne izinler"
|
||||
|
||||
#: models.py:74
|
||||
msgid "None"
|
||||
msgstr "Yok"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Erişim Kontrol Listesi"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Erişim Kontrolünü Düzenle"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Erişim Kontrolünü Görüntüle"
|
||||
|
||||
#: serializers.py:24 serializers.py:132
|
||||
msgid ""
|
||||
"API URL pointing to the list of permissions for this access control list."
|
||||
msgstr "Bu erişim kontrol listesinin izin listesine işaret eden API URL'si."
|
||||
|
||||
#: serializers.py:57
|
||||
msgid ""
|
||||
"API URL pointing to a permission in relation to the access control list to "
|
||||
"which it is attached. This URL is different than the canonical workflow URL."
|
||||
msgstr "API URL'si, bağlı olduğu erişim kontrol listesiyle ilgili olarak bir izne işaret ediyor. Bu URL, kurallı iş akışı URL'sinden farklı."
|
||||
|
||||
#: serializers.py:87
|
||||
msgid "Primary key of the new permission to grant to the access control list."
|
||||
msgstr "Erişim kontrol listesine yeni izin verilmesi için birincil anahtar."
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
msgid "No such permission: %s"
|
||||
msgstr "Böyle bir izin yok: %s"
|
||||
|
||||
#: serializers.py:126
|
||||
msgid ""
|
||||
"Comma separated list of permission primary keys to grant to this access "
|
||||
"control list."
|
||||
msgstr "Bu erişim denetim listesine vermek üzere birincil anahtarların virgülle ayrılmış listesi."
|
||||
|
||||
#: serializers.py:138
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr "Bu erişim denetim listesinin bağlandığı role ait birincil anahtarlar."
|
||||
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Için yeni erişim kontrol listeleri: %s"
|
||||
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr "Erişim Kontrol Listesi sil: %s"
|
||||
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "%s için Erişim kontrol listeleri"
|
||||
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr "Kullanılabilir izinler"
|
||||
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr "İzinler izin verildi"
|
||||
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr "\"%(role)s\" yetkisi \"%(object)s\" için rol"
|
||||
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr "Devre Dışı İzinler üst nesneden devralınır."
|
||||
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Users"
|
||||
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Groups"
|
||||
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Special"
|
||||
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "details"
|
||||
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "grant"
|
||||
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "revoke"
|
||||
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "classes"
|
||||
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs for class"
|
||||
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "permissions"
|
||||
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "default access entry"
|
||||
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "default access entries"
|
||||
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Creator"
|
||||
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Edit class default ACLs"
|
||||
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "View class default ACLs"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "holder"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "permissions available to: %(actor)s for %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "namespace"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "label"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr " for %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " to %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
|
||||
#~ 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 ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " from %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
|
||||
#~ 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 "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Select"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "class"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "default access control lists for class: %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "permissions available to: %(actor)s for class %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "add new holder for class: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr ""
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,11 +4,12 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
|
||||
@@ -27,7 +28,6 @@ msgid "Permissions"
|
||||
msgstr "权限"
|
||||
|
||||
#: apps.py:29 models.py:46
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
@@ -36,7 +36,6 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:39
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
@@ -54,7 +53,6 @@ msgstr "多个访问入口"
|
||||
|
||||
#: models.py:57
|
||||
#, 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 ""
|
||||
|
||||
@@ -91,7 +89,6 @@ msgstr ""
|
||||
|
||||
#: serializers.py:111 serializers.py:187
|
||||
#, python-format
|
||||
#| msgid "permission"
|
||||
msgid "No such permission: %s"
|
||||
msgstr ""
|
||||
|
||||
@@ -105,36 +102,35 @@ msgstr ""
|
||||
msgid "Primary keys of the role to which this access control list binds to."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:74
|
||||
#, python-format
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:100
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
#| msgid "Default ACLs"
|
||||
msgid "Delete ACL: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#: views.py:139
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:150
|
||||
#: views.py:151
|
||||
msgid "Available permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:152
|
||||
msgid "Granted permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:206
|
||||
#: views.py:207
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:226
|
||||
#: views.py:227
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ from common.utils import return_attrib
|
||||
from permissions import Permission
|
||||
from permissions.models import StoredPermission
|
||||
|
||||
from .exceptions import PermissionNotValidForClass
|
||||
from .classes import ModelPermission
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
@@ -22,31 +23,6 @@ class AccessControlListManager(models.Manager):
|
||||
Implement a 3 tier permission system, involving a permissions, an actor
|
||||
and an object
|
||||
"""
|
||||
|
||||
def get_inherited_permissions(self, role, obj):
|
||||
try:
|
||||
instance = obj.first()
|
||||
except AttributeError:
|
||||
instance = obj
|
||||
else:
|
||||
if not instance:
|
||||
return StoredPermission.objects.none()
|
||||
|
||||
try:
|
||||
parent_accessor = ModelPermission.get_inheritance(type(instance))
|
||||
except KeyError:
|
||||
return StoredPermission.objects.none()
|
||||
else:
|
||||
parent_object = getattr(instance, parent_accessor)
|
||||
content_type = ContentType.objects.get_for_model(parent_object)
|
||||
try:
|
||||
return self.get(
|
||||
role=role, content_type=content_type,
|
||||
object_id=parent_object.pk
|
||||
).permissions.all()
|
||||
except self.model.DoesNotExist:
|
||||
return StoredPermission.objects.none()
|
||||
|
||||
def check_access(self, permissions, user, obj, related=None):
|
||||
if user.is_superuser or user.is_staff:
|
||||
logger.debug(
|
||||
@@ -141,22 +117,41 @@ class AccessControlListManager(models.Manager):
|
||||
instance = queryset.first()
|
||||
if instance:
|
||||
parent_object = getattr(instance, parent_accessor)
|
||||
parent_content_type = ContentType.objects.get_for_model(
|
||||
parent_object
|
||||
)
|
||||
parent_queryset = self.filter(
|
||||
content_type=parent_content_type, role__in=user_roles,
|
||||
permissions=permission.stored_permission
|
||||
)
|
||||
parent_acl_query = Q(
|
||||
**{
|
||||
'{}__pk__in'.format(
|
||||
parent_accessor
|
||||
): parent_queryset.values_list(
|
||||
'object_id', flat=True
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
try:
|
||||
# Try to see if parent_object is a function
|
||||
parent_object()
|
||||
except TypeError:
|
||||
# Is not a function, try it as a field
|
||||
parent_content_type = ContentType.objects.get_for_model(
|
||||
parent_object
|
||||
)
|
||||
parent_queryset = self.filter(
|
||||
content_type=parent_content_type, role__in=user_roles,
|
||||
permissions=permission.stored_permission
|
||||
)
|
||||
parent_acl_query = Q(
|
||||
**{
|
||||
'{}__pk__in'.format(
|
||||
parent_accessor
|
||||
): parent_queryset.values_list(
|
||||
'object_id', flat=True
|
||||
)
|
||||
}
|
||||
)
|
||||
else:
|
||||
# Is a function. Can't perform Q object filtering.
|
||||
# Perform iterative filtering.
|
||||
result = []
|
||||
for entry in queryset:
|
||||
try:
|
||||
self.check_access(permissions=permission, user=user, obj=entry)
|
||||
except PermissionDenied:
|
||||
pass
|
||||
else:
|
||||
result.append(entry.pk)
|
||||
|
||||
return queryset.filter(pk__in=result)
|
||||
else:
|
||||
parent_acl_query = Q()
|
||||
|
||||
@@ -174,3 +169,52 @@ class AccessControlListManager(models.Manager):
|
||||
return queryset.filter(parent_acl_query | acl_query)
|
||||
else:
|
||||
return queryset
|
||||
|
||||
def get_inherited_permissions(self, role, obj):
|
||||
try:
|
||||
instance = obj.first()
|
||||
except AttributeError:
|
||||
instance = obj
|
||||
else:
|
||||
if not instance:
|
||||
return StoredPermission.objects.none()
|
||||
|
||||
try:
|
||||
parent_accessor = ModelPermission.get_inheritance(type(instance))
|
||||
except KeyError:
|
||||
return StoredPermission.objects.none()
|
||||
else:
|
||||
parent_object = return_attrib(instance, parent_accessor)
|
||||
content_type = ContentType.objects.get_for_model(parent_object)
|
||||
try:
|
||||
return self.get(
|
||||
role=role, content_type=content_type,
|
||||
object_id=parent_object.pk
|
||||
).permissions.all()
|
||||
except self.model.DoesNotExist:
|
||||
return StoredPermission.objects.none()
|
||||
|
||||
def grant(self, permission, role, obj):
|
||||
class_permissions = ModelPermission.get_for_class(klass=obj.__class__)
|
||||
if permission not in class_permissions:
|
||||
raise PermissionNotValidForClass
|
||||
|
||||
content_type = ContentType.objects.get_for_model(model=obj)
|
||||
acl, created = self.get_or_create(
|
||||
content_type=content_type, object_id=obj.pk,
|
||||
role=role
|
||||
)
|
||||
|
||||
acl.permissions.add(permission.stored_permission)
|
||||
|
||||
def revoke(self, permission, role, obj):
|
||||
content_type = ContentType.objects.get_for_model(model=obj)
|
||||
acl, created = self.get_or_create(
|
||||
content_type=content_type, object_id=obj.pk,
|
||||
role=role
|
||||
)
|
||||
|
||||
acl.permissions.remove(permission.stored_permission)
|
||||
|
||||
if acl.permissions.count() == 0:
|
||||
acl.delete()
|
||||
|
||||
@@ -30,7 +30,7 @@ class AccessControlList(models.Model):
|
||||
in the Setup menu.
|
||||
"""
|
||||
content_type = models.ForeignKey(
|
||||
ContentType,
|
||||
ContentType, on_delete=models.CASCADE,
|
||||
related_name='object_content_type'
|
||||
)
|
||||
object_id = models.PositiveIntegerField()
|
||||
@@ -43,7 +43,10 @@ class AccessControlList(models.Model):
|
||||
StoredPermission, blank=True, related_name='acls',
|
||||
verbose_name=_('Permissions')
|
||||
)
|
||||
role = models.ForeignKey(Role, related_name='acls', verbose_name=_('Role'))
|
||||
role = models.ForeignKey(
|
||||
Role, on_delete=models.CASCADE, related_name='acls',
|
||||
verbose_name=_('Role')
|
||||
)
|
||||
|
||||
objects = AccessControlListManager()
|
||||
|
||||
|
||||
@@ -2,15 +2,15 @@ from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.test import override_settings
|
||||
from django.urls import reverse
|
||||
|
||||
from rest_framework.test import APITestCase
|
||||
|
||||
from documents.models import DocumentType
|
||||
from documents.permissions import permission_document_view
|
||||
from documents.tests.literals import (
|
||||
TEST_DOCUMENT_TYPE, TEST_SMALL_DOCUMENT_PATH
|
||||
TEST_DOCUMENT_TYPE_LABEL, TEST_SMALL_DOCUMENT_PATH
|
||||
)
|
||||
from permissions.classes import Permission
|
||||
from permissions.models import Role
|
||||
@@ -36,7 +36,7 @@ class ACLAPITestCase(APITestCase):
|
||||
)
|
||||
|
||||
self.document_type = DocumentType.objects.create(
|
||||
label=TEST_DOCUMENT_TYPE
|
||||
label=TEST_DOCUMENT_TYPE_LABEL
|
||||
)
|
||||
|
||||
with open(TEST_SMALL_DOCUMENT_PATH) as file_object:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
|
||||
from documents.tests.test_views import GenericDocumentViewTestCase
|
||||
from user_management.tests.literals import (
|
||||
|
||||
@@ -8,26 +8,27 @@ from django.test import override_settings
|
||||
from common.tests import BaseTestCase
|
||||
from documents.models import Document, DocumentType
|
||||
from documents.permissions import permission_document_view
|
||||
from documents.tests import TEST_SMALL_DOCUMENT_PATH, TEST_DOCUMENT_TYPE
|
||||
from documents.tests import (
|
||||
TEST_SMALL_DOCUMENT_PATH, TEST_DOCUMENT_TYPE_LABEL,
|
||||
TEST_DOCUMENT_TYPE_2_LABEL
|
||||
)
|
||||
from permissions.models import Role
|
||||
from permissions.tests.literals import TEST_ROLE_LABEL
|
||||
from user_management.tests.literals import TEST_USER_USERNAME, TEST_GROUP_NAME
|
||||
|
||||
from ..models import AccessControlList
|
||||
|
||||
TEST_DOCUMENT_TYPE_2 = 'test document type 2'
|
||||
|
||||
|
||||
@override_settings(OCR_AUTO_OCR=False)
|
||||
class PermissionTestCase(BaseTestCase):
|
||||
def setUp(self):
|
||||
super(PermissionTestCase, self).setUp()
|
||||
self.document_type_1 = DocumentType.objects.create(
|
||||
label=TEST_DOCUMENT_TYPE
|
||||
label=TEST_DOCUMENT_TYPE_LABEL
|
||||
)
|
||||
|
||||
self.document_type_2 = DocumentType.objects.create(
|
||||
label=TEST_DOCUMENT_TYPE_2
|
||||
label=TEST_DOCUMENT_TYPE_2_LABEL
|
||||
)
|
||||
|
||||
with open(TEST_SMALL_DOCUMENT_PATH) as file_object:
|
||||
|
||||
@@ -4,9 +4,9 @@ import itertools
|
||||
import logging
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.http import Http404, HttpResponseRedirect
|
||||
from django.shortcuts import get_object_or_404
|
||||
from django.urls import reverse
|
||||
from django.utils.encoding import force_text
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/rosarior/mayan-edms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "مجهول"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "الإجراءات"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "تفاصيل عن %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "انشاء"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "نعم"
|
||||
msgid "No"
|
||||
msgstr "لا"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "مطلوب"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "حفظ"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "ارسال"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "معرف"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "البحث"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "First time login"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "You have just finished installing <strong>Mayan EDMS</strong>, congratulations!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Login using the following credentials:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Username: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Password: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Be sure to change the password to increase security and to disable this message."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "لا شيء"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/rosarior/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Анонимен"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Действия"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Създаване"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "Да"
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Запазване"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Подаване"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Отказ"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "Идентификатор"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Търсене"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Влез"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Логване за първи път"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Вие приключихте инсталирането на <strong>Mayan EDMS</strong>, поздравления!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Логване, използвайки следните параметри:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Потребителско име: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Парола: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Моля променете паролата, за да повишите нивото на сигурност и да деактивирате това съобщение."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Няма"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/rosarior/mayan-edms/language/bs_BA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonimni"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Akcije"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detalji o: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Kreirati"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "Da"
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "potrebno"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Sačuvati"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Podnijeti"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Otkazati"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "Identifikator"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Pretraga"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Prijava"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Prijava - prvi put"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Upravo ste završili instalaciju <strong>Mayan EDMS</strong>, čestitamo!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Prijava korištenjem sljedećih podataka:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Korisnik: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Pasvord: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje prikazivanje ove poruke."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Nijedno"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/rosarior/mayan-edms/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonym"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Handlinger"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr ""
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Log ind"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Ingen"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,15 +3,16 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Berny <berny@bernhard-marx.de>, 2015
|
||||
# Jesaja Everling <jeverling@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-26 15:55+0000\n"
|
||||
"Last-Translator: Jesaja Everling <jeverling@gmail.com>\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+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"
|
||||
@@ -80,49 +81,25 @@ msgstr "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Navigation ein-/ausschalten"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonymer Benutzer"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Erfolg"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Warnung"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Fehler"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Aktionen"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Ausklappmenü ein-/ausschalten"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Details für: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "%(object)s bearbeiten"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Erstellen"
|
||||
|
||||
@@ -152,34 +129,39 @@ msgstr "Ja"
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "erforderlich"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Speichern"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Absenden"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Kein Ergebnis"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -187,6 +169,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Gesamt (%(start)s - %(end)s von %(total)s) (Seite %(page_number)s von %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -197,77 +181,122 @@ msgstr "Gesamt: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Bezeichner"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Erste Schritte"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Bevor Mayan EDMS voll genutzt werden kann, muss folgendes passieren:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Seiten durchsuchen"
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Erweitert"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Dokumente durchsuchen"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Erstanmeldung"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Herzlichen Glückwunsch! Sie haben die Installation von <strong>Mayan EDMS</strong> erfolgreich abgeschlossen. "
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Einloggen mit folgenden Zugangsdaten:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Benutzername: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "E-Mail: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Passwort: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese Nachricht zu deaktivieren."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Anmelden"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -1,20 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/language/en/)\n"
|
||||
"Language-Team: English (http://www.transifex.com/rosarior/mayan-edms/"
|
||||
"language/en/)\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:12 settings.py:9
|
||||
@@ -43,15 +44,19 @@ msgstr "Server error"
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via "
|
||||
"e-mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience."
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr "If you need assistance, you may reference this error via the following identifier:"
|
||||
msgstr ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html:57
|
||||
msgid "About"
|
||||
@@ -78,49 +83,25 @@ msgstr "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Toggle navigation"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Profile"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonymous"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Success"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Warning"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Toggle Dropdown"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Details for: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Edit: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Create"
|
||||
|
||||
@@ -150,41 +131,50 @@ msgstr "Yes"
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "required"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Save"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Submit"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "No results"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr "Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of %(total_pages)s)"
|
||||
msgstr ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +185,127 @@ msgstr "Total: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identifier"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Getting started"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Before you can fully use Mayan EDMS you need the following:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Search pages"
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Search"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Advanced"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Search documents"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "First time login"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "You have just finished installing <strong>Mayan EDMS</strong>, congratulations!"
|
||||
msgstr ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Login using the following credentials:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Username: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Password: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Be sure to change the password to increase security and to disable this message."
|
||||
msgstr ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Sign in"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#, fuzzy
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Roberto Rosario, 2015-2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-05-28 19:52+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 07:04+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/rosarior/mayan-edms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -79,49 +80,25 @@ msgstr "Todos los derechos reservados © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Activar/Desactivar navegación"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Perfil"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anónimo"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Exitoso"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Información"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Advertencia"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Alternar desplegable"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detalles para: %(object)s "
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Editar: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
@@ -151,34 +128,39 @@ msgstr "Sí"
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "requerido"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Ningún resultado"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -186,6 +168,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Total (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -196,77 +180,122 @@ msgstr "Total: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identificador"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Tablero"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Iniciando"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Antes de comenzar a utilizar Mayan EDMS usted necesita lo siguiente:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Buscar páginas "
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Búsqueda"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Avanzada"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Buscar documentos"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Iniciar sesión"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Primer inicio de sesión"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "!Felicitaciones! Acaba de terminar de instalar <strong>Mayan EDMS</strong>"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Inicie sesión con las siguientes credenciales:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Usuario: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Correo electrónico: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Contraseña: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Asegúrese de cambiar su contraseña para aumentar la seguridad y para desactivar este mensaje"
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Entrar"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr "¿Olvidaste tu contraseña?"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr "Restablecimiento de contraseña"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr "Reajuste de contraseña completado! Haga clic en el enlace de abajo para iniciar sesión."
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr "Página de inicio de sesión"
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr "Correo electrónico de restablecimiento de contraseña enviado!"
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/rosarior/mayan-edms/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr "کپی رایت و کپی"
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "ناشناس"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "عملیات"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "جزئیات : %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "ویرایش : %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "ایجاد"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "بلی"
|
||||
msgid "No"
|
||||
msgstr "خیر"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "الزامی"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "ذخیره"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "ارسال"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "بی جواب و یا بی جواب"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "مشخصه Identifier"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "جستجو"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "لاگین"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "دفعه اول لاگین "
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "You have just finished installing <strong>Mayan EDMS</strong>, congratulations!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "نام کاربری و پسورد زیر را استفاده کنید"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Username: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Password: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "برای امنیت بیشتر پسورد خود را تغییر دهید"
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "هیچکدام."
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Thierry Schott <DarkDare@users.noreply.github.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+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"
|
||||
@@ -79,49 +80,25 @@ msgstr "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Activer la navigation"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonyme"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Succès de l'opération"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Alerte"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Erreur"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Activer la liste déroulante"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Détails de : %(object)s "
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Modifie r: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
|
||||
@@ -151,34 +128,39 @@ msgstr "Oui"
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "Requis"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Enregistrer"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Soumettre"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Pas de résultats"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -186,6 +168,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Total (%(start)s - %(end)s surof %(total)s) (Page %(page_number)s sur %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -196,77 +180,122 @@ msgstr "Total : %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Démarrage"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Avant d'utiliser pleinement Mayan EDMS, les éléments suivants sont nécessaires :"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Recherche"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Avancé"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Connexion"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Première connexion"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Vous venez de finaliser l'installation de <strong>Mayan EDMS</strong>, félicitations!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Connectez-vous en utilisant les informations d'identification suivantes :"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Nom d'utilisateur : <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Courriel : <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Mot de passe : <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Assurez-vous de modifier votre mot de passe pour accroître la sécurité et pour ne plus avoir ce message."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Connexion"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/rosarior/mayan-edms/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "névtelen felhasználó"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Műveletek"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr ""
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Keresés"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Bejelentkezés"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Semmi"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/rosarior/mayan-edms/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr ""
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Marco Camplese <marco.camplese.mc@gmail.com>, 2016-2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-05-30 07:49+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-10 07:11+0000\n"
|
||||
"Last-Translator: Marco Camplese <marco.camplese.mc@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/rosarior/mayan-edms/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -79,49 +80,25 @@ msgstr "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Cambia navigazione"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Profilo"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonimo"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Riuscito"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Informazione"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Attenzione"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Errore"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Azioni "
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Apri dropdown"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detaglio per: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Modifica: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
@@ -151,34 +128,39 @@ msgstr "Si"
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "richiesto"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Salva"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Conferma"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Annullare"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Nessun risultato"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -186,6 +168,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Totale (%(start)s - %(end)s di %(total)s) (Pagina %(page_number)s di %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -196,77 +180,122 @@ msgstr "Totale: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identificatore"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Iniziare"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Prima di usare completamente Mayan EDMS hai bisogno di:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Cerca pagine"
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Cerca"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Avanzato"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Cerca documenti"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Primo login"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Complimenti!, Hai finito di installare <strong>Mayan EDMS</strong>"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Accedi con le seguenti credenziali:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Nome utente: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Password: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Ricordati di cambiare la password per aumentare la sicurezza e disabilitare questo messaggio."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Accedi"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr "Dimenticato la password?"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr "Reimposta la password"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr "Reimpostazione della password completata! Clicca sul link sotto per accedere"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr "Pagina di login"
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr "Email per la reimpostazione della password inviata!"
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Nessuna "
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,14 +3,15 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Johan Braeken, 2017
|
||||
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+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"
|
||||
@@ -80,49 +81,25 @@ msgstr "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Toggle navigatie"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anoniem"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Succes"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Informatie"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Waarschuwing"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Fout"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Acties"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Toggle Dropdown"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Details voor: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Aanpassen: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Maak aan"
|
||||
|
||||
@@ -152,34 +129,39 @@ msgstr "Ja"
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "Verplicht"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Opslaan"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Verstuur"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Onderbreek"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Geen resultaten"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -187,6 +169,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Totaal (%(start)s - %(end)s van %(total)s) (Pagina %(page_number)s van %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -197,77 +181,122 @@ msgstr "Totaal: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identifier"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Beginnen"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Voordat u volledig gebruik kunt maken van Mayan EDMS heeft u het volgende nodig:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Zoek"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Geavanceerd"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Aanmelden"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Eerste aanmelding"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "U heeft de installatie volbracht <strong>Mayan EDMS</strong>, gefeliciteerd!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Meld u aan met de volgende gegevens:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Gebruikersnaam: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Wachtwoord: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Pas het wachtwoord aan om de beveiliging te verbeteren en om deze melding uit te schakelen."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Meld u aan"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,6 +3,7 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2017
|
||||
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
|
||||
@@ -10,8 +11,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-05-30 16:11+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 18:16+0000\n"
|
||||
"Last-Translator: Wojtek Warczakowski <w.warczakowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -81,49 +82,25 @@ msgstr "Prawa autorskie © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Rozwiń nawigację"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonimowy"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Sukces"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Informacja"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Ostrzeżenie"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Błąd"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Akcje"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Rozwiń listę"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Szczegóły dla: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Edytuj: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Utwórz"
|
||||
|
||||
@@ -153,34 +130,39 @@ msgstr "Tak"
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "wymagane"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Zapisz"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Wykonaj"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Brak wyników"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -188,6 +170,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Razem (%(start)s - %(end)s z %(total)s) (Strona %(page_number)s z %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -198,77 +182,122 @@ msgstr "Razem: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identyfikator"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Strona główna"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Rozpoczynamy"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Zanim w pełni zaczniesz używać Mayan EDMS musisz:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Przeszukaj strony"
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Zaawansowane"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Przeszukaj dokumenty"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Logowanie"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Pierwsze logowanie"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Właśnie ukończyłeś instalację <strong>Mayan EDMS</strong>. Gratulacje!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Logowanie przy użyciu następujących poświadczeń:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Nazwa użytkownika: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Hasło: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić hasła."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Zaloguj"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr "Zapomniałeś hasło?"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr "Reset hasła"
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr "Reset hasła wykonano pomyślnie! Kliknij na link poniżej i zaloguj się."
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr "Strona logowania"
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr "Wiadomość z nowym hasłem została wysłana!"
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Brak"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/rosarior/mayan-edms/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anónimo"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Ações"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detalhes para: %(object)s "
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Editar: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "Sim"
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "obrigatório"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Submeter"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Sem resultados"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "Identificador"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Procurar"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Iniciar a sessão"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Primeiro início de sessão"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Senha: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Certifique-se de que altera a senha para aumentar a segurança e que desativa esta mensagem."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,15 +3,16 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Aline Freitas <aline@alinefreitas.com.br>, 2016
|
||||
# Jadson Ribeiro <jadsonbr@outlook.com.br>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-05-04 19:14+0000\n"
|
||||
"Last-Translator: Jadson Ribeiro <jadsonbr@outlook.com.br>\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/rosarior/mayan-edms/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -80,49 +81,25 @@ msgstr "Todos os direitos reservados © 2011-2015 Roberto Rosario."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Ativar/desativar navegação"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr "Perfil"
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anônimo"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Sucesso"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Informação"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Advertência"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Erro"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Ações"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Mostrar/esconder menu"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detalhes para: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Editar: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
|
||||
@@ -152,34 +129,39 @@ msgstr "Sim"
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "requerido"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Salvar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Nenhum resultado"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -187,6 +169,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Total (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -197,77 +181,122 @@ msgstr "Total: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Identificador"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Painel de controle"
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Iniciando"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Antes de começar a usar Mayan EDMS você precisa do seguinte:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Páginas de pesquisa"
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Pesquisa"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Avançada"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Pesquisar documentos"
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Iniciar sessão"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Primeiro início de sessão"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Você acaba de terminar de instalar <strong> Maia EDMS </ strong>, parabéns!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Entre usando as seguintes credenciais"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Nome: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "E-mail: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Senha: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Certifique-se de alterar a senha para aumentar a segurança e para desativar esta mensagem."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Entrar"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Stefaniu Criste <gupi@hangar.ro>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/rosarior/mayan-edms/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -79,49 +80,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "anonim"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Succes"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Informație"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Alertă"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Eroare"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Acţiuni"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Detalii pentru: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Modifică %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Creează"
|
||||
|
||||
@@ -151,34 +128,39 @@ msgstr "Da"
|
||||
msgid "No"
|
||||
msgstr "Nu"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "necesar"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "salvează"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Trimiteţi"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Anulează"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -186,6 +168,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -196,77 +180,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "ID"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Să începem"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Înainte de a putea utiliza Mayan EDMS în totalitate, trebuie sa faceți următoarele:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Căută"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Conectare"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Prima autentificare"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Tocmai ați terminat de instalat <strong>Mayan EDMS,</strong> felicitări!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Intrare utilizând acreditările următoarele:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Utilizator: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Email: <strong>%(email)s</strong/>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Parola: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru a dezactiva acest mesaj."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Înscriere"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Nici unul"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,13 +3,14 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -79,49 +80,25 @@ msgstr "© 2011-2015 Roberto Rosario, все права защищены."
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Переключение навигации"
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Анонимно"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr "Успех"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr "Информация"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr "Предупреждение"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr "Ошибка"
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Действия"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Переключение выпадающего списка"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "Подробности: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Редактировать: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Создать"
|
||||
|
||||
@@ -151,34 +128,39 @@ msgstr "Да"
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "требуется"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Сохранить"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Подтвердить"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Нет результатов"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -186,6 +168,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr "Всего (%(start)s - %(end)s из %(total)s) (Страница %(page_number)s из %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -196,77 +180,122 @@ msgstr "Всего: %(total)s"
|
||||
msgid "Identifier"
|
||||
msgstr "Идентификатор"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Приступая к работе"
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Вам кое-что понадобится, прежде чем вы начнёте полноценно использовать Mayan EDMS:"
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "Дополнительно"
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Войти"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Первое время входа в систему"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Вы только что закончили установку <strong>Mayan EDMS</strong>, поздравляем!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Войти, используя следующие учетные данные:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Имя пользователя: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "Адрес электронной почты: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Пароль: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Обязательно измените пароль для повышения безопасности и отключения этого сообщения."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Вход"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Ни один"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/rosarior/mayan-edms/language/sl_SI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr ""
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Brez"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
BIN
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
302
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po
Normal file
302
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,302 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Nurgül Özkan <nurgulozkan@hotmail.com>, 2017
|
||||
# serhatcan77 <serhat_can@yahoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/rosarior/mayan-edms/language/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:12 settings.py:9
|
||||
msgid "Appearance"
|
||||
msgstr "Görünüm"
|
||||
|
||||
#: templates/403.html:5 templates/403.html:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr "Yetersiz yetkiler"
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr "Bu işlem için yeterli izniniz yok."
|
||||
|
||||
#: templates/404.html:5 templates/404.html:9
|
||||
msgid "Page not found"
|
||||
msgstr "sayfa bulunamadı"
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr "Üzgünüz, ancak istenen sayfa bulunamadı."
|
||||
|
||||
#: templates/500.html:5 templates/500.html:9
|
||||
msgid "Server error"
|
||||
msgstr "Server hatası"
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via "
|
||||
"e-mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr "Bir hata oldu. Site yöneticilerine e-posta yoluyla bildirildi ve kısa süre içinde düzeltilmesi gerekiyor. Sabrınız için teşekkürler."
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr "Yardıma ihtiyacınız varsa, aşağıdaki tanımlayıcı aracılığıyla bu hataya başvurabilirsiniz:"
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html:57
|
||||
msgid "About"
|
||||
msgstr "Hakkında"
|
||||
|
||||
#: templates/appearance/about.html:62
|
||||
msgid "Version"
|
||||
msgstr "Versiyon"
|
||||
|
||||
#: templates/appearance/about.html:64
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr "Yapım numarası: %(build_number)s"
|
||||
|
||||
#: templates/appearance/about.html:76
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr "Apache 2.0 Lisansı altında yayınlandı"
|
||||
|
||||
#: templates/appearance/about.html:88
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr "Telif hakkı © 2011-2015 Roberto Rosario."
|
||||
|
||||
#: templates/appearance/base.html:56
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Gezinmeyi aç / kapat"
|
||||
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Eylemler"
|
||||
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Açılır pencereyi aç / kapat"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "%(object)s için ayrıntı:"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "Düzenle: %(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Oluştur"
|
||||
|
||||
#: templates/appearance/dashboard_widget.html:25
|
||||
msgid "View details"
|
||||
msgstr "Detayları göster"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr "Onayla"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr "Silme işlemini onayla"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Delete: %(object)s?"
|
||||
msgstr "%(object)s silinecek?"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:48
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: templates/appearance/generic_confirm.html:52
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "Gerekli"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "Kaydet"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "Gönder"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr "Sonuç yok"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr "Toplam (%(start)s - %(end)s / %(total)s) (Sayfa %(page_number)s / %(total_pages)s)"
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr "Toplam: %(total)s"
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:53
|
||||
msgid "Identifier"
|
||||
msgstr "Tanımlayıcı"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr "Gösterge Paneli"
|
||||
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr "Başlarken"
|
||||
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr "Maya EDMS'i tam olarak kullanabilmeniz için aşağıdakilere ihtiyacınız vardır:"
|
||||
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr "Sayfalarda ara"
|
||||
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Arama"
|
||||
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr "İleri düzey"
|
||||
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr "Belgeleri ara"
|
||||
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Oturum aç"
|
||||
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Ilk kez giriş"
|
||||
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "<strong>Mayan EDMS </strong>'yi kurmayı henüz bitirdiniz, tebrikler!"
|
||||
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Aşağıdaki kimlik bilgilerini kullanarak giriş yapın:"
|
||||
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Kullanıcı adı: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "E-posta: <strong>%(email)s</strong>"
|
||||
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Parola: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Güvenliği arttırmak ve bu mesajı devre dışı bırakmak için şifreyi değiştirdiğinizden emin olun."
|
||||
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr "Oturum aç"
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "Yok"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/rosarior/mayan-edms/language/vi_VN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "Anonymous"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "Các thao tác"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "Tạo"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr ""
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "yêu cầu"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "Tìm kiếm"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "Đăng nhập"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "Đăng nhập lần đầu"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "Bạn đã cài đặt xong <strong>Hệ thống quản lý tài liệu điện tử Mayan EDMS</strong>. Xin chúc mừng bạn!"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "Đăng nhập dùng các thông tin sau:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "Người dùng: <strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "Mật khẩu: <strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời nhắc này nữa."
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
Binary file not shown.
@@ -3,12 +3,13 @@
|
||||
# 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: 2017-06-23 01:38-0400\n"
|
||||
"PO-Revision-Date: 2017-04-21 16:25+0000\n"
|
||||
"POT-Creation-Date: 2017-07-14 23:46-0400\n"
|
||||
"PO-Revision-Date: 2017-07-09 06:34+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/rosarior/mayan-edms/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -78,49 +79,25 @@ msgstr ""
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:86
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:92
|
||||
msgid "Anonymous"
|
||||
msgstr "匿名用户"
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:126
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:155
|
||||
#: templates/appearance/base.html:114
|
||||
msgid "Actions"
|
||||
msgstr "操作"
|
||||
|
||||
#: templates/appearance/base.html:157
|
||||
#: templates/appearance/base.html:116
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:11
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr "详细信息:%(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:14
|
||||
#: templates/appearance/calculate_form_title.html:19
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr "编辑:%(object)s"
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:16
|
||||
#: templates/appearance/calculate_form_title.html:21
|
||||
msgid "Create"
|
||||
msgstr "创建"
|
||||
|
||||
@@ -150,34 +127,39 @@ msgstr "是"
|
||||
msgid "No"
|
||||
msgstr "否"
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_instance.html:49
|
||||
#: templates/appearance/generic_form_instance.html:55
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:42
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:41
|
||||
msgid "required"
|
||||
msgstr "必填"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
msgid "Save"
|
||||
msgstr "保存"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:45
|
||||
#: templates/appearance/generic_list_subtemplate.html:33
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:63
|
||||
#: templates/authentication/password_reset_confirm.html:29
|
||||
#: templates/authentication/password_reset_form.html:29
|
||||
msgid "Submit"
|
||||
msgstr "提交"
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:68
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#: templates/appearance/generic_list_horizontal.html:21
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:124
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:24
|
||||
#: templates/appearance/generic_list_subtemplate.html:12
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -185,6 +167,8 @@ msgid ""
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:26
|
||||
#: templates/appearance/generic_list_items_subtemplate.html:29
|
||||
#: templates/appearance/generic_list_subtemplate.html:14
|
||||
#: templates/appearance/generic_list_subtemplate.html:17
|
||||
#, python-format
|
||||
@@ -195,77 +179,122 @@ msgstr ""
|
||||
msgid "Identifier"
|
||||
msgstr "标识"
|
||||
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:13
|
||||
#: templates/appearance/home.html:9 templates/appearance/home.html:21
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:22
|
||||
#: templates/appearance/home.html:30
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:25
|
||||
#: templates/appearance/home.html:33
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:46
|
||||
#: templates/appearance/home.html:54
|
||||
msgid "Search pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:48 templates/appearance/home.html:58
|
||||
#: templates/appearance/home.html:56 templates/appearance/home.html:66
|
||||
msgid "Search"
|
||||
msgstr "搜索"
|
||||
|
||||
#: templates/appearance/home.html:49 templates/appearance/home.html:59
|
||||
#: templates/appearance/home.html:57 templates/appearance/home.html:67
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:56
|
||||
#: templates/appearance/home.html:64
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:10
|
||||
#: templates/authentication/login.html:10
|
||||
msgid "Login"
|
||||
msgstr "登录"
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
#: templates/authentication/login.html:21
|
||||
msgid "First time login"
|
||||
msgstr "第一次登录"
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#: templates/authentication/login.html:24
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr "恭喜您!您已经成功安装 <strong>Mayan EDMS</strong>。"
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#: templates/authentication/login.html:25
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr "使用如下凭证登录:"
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
#: templates/authentication/login.html:26
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr "用户名:<strong>%(account)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:27
|
||||
#: templates/authentication/login.html:27
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr "邮箱:<strong>%(email)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:28
|
||||
#: templates/authentication/login.html:28
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr "密码:<strong>%(password)s</strong>"
|
||||
|
||||
#: templates/appearance/login.html:29
|
||||
#: templates/authentication/login.html:29
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr "请修改密码以提高安全性,并且禁止显示此信息。"
|
||||
|
||||
#: templates/appearance/login.html:45 templates/appearance/login.html:54
|
||||
#: templates/authentication/login.html:45
|
||||
#: templates/authentication/login.html:53
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/login.html:58
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:8
|
||||
#: templates/authentication/password_reset_confirm.html:20
|
||||
#: templates/authentication/password_reset_done.html:8
|
||||
#: templates/authentication/password_reset_form.html:8
|
||||
#: templates/authentication/password_reset_form.html:20
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:15
|
||||
msgid "Password reset complete! Click the link below to login."
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_complete.html:17
|
||||
#| msgid "Login"
|
||||
msgid "Login page"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authentication/password_reset_done.html:15
|
||||
msgid "Password reset email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#~ msgid "Profile"
|
||||
#~ msgstr "Profile"
|
||||
|
||||
#~ msgid "Anonymous"
|
||||
#~ msgstr "Anonymous"
|
||||
|
||||
#~ msgid "Success"
|
||||
#~ msgstr "Success"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Information"
|
||||
|
||||
#~ msgid "Warning"
|
||||
#~ msgstr "Warning"
|
||||
|
||||
#~ msgid "Error"
|
||||
#~ msgstr "Error"
|
||||
|
||||
@@ -79,7 +79,7 @@ body {
|
||||
}
|
||||
|
||||
#carousel-container img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
@@ -172,26 +172,102 @@ a i {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
/* Metadata */
|
||||
.metadata-display {
|
||||
display: inline-block;
|
||||
min-width: 200px;
|
||||
padding-right: 10px;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
@media (min-width:1200px) {
|
||||
.container {
|
||||
min-width: 1170px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/* Notifications */
|
||||
#toast-container > div {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* User menu */
|
||||
.link-text-span {
|
||||
padding-left: 10px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* Make facet list group horizontal on small or smaller */
|
||||
@media (max-width: 767px) {
|
||||
ul.list-group:after {
|
||||
clear: both;
|
||||
display: block;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
/* Collapse navigation on medium or smaller */
|
||||
@media (max-width: 991px) {
|
||||
.navbar-header {
|
||||
float: none;
|
||||
}
|
||||
.navbar-left,.navbar-right {
|
||||
float: none !important;
|
||||
}
|
||||
.navbar-toggle {
|
||||
display: block;
|
||||
}
|
||||
.navbar-collapse {
|
||||
border-top: 1px solid transparent;
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
||||
}
|
||||
.navbar-fixed-top {
|
||||
top: 0;
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.navbar-collapse.collapse {
|
||||
display: none!important;
|
||||
}
|
||||
.navbar-nav {
|
||||
float: none!important;
|
||||
margin-top: 7.5px;
|
||||
}
|
||||
.navbar-nav>li {
|
||||
float: none;
|
||||
}
|
||||
.navbar-nav>li>a {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.collapse.in{
|
||||
display:block !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* List item view */
|
||||
|
||||
.panel-item {
|
||||
box-shadow: 2px 2px 18px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
.panel-item > .panel-heading {
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
.panel-item > .panel-body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.list-extra-column-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
@media (min-width:1200px) {
|
||||
.container-fluid {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Document widget */
|
||||
.spinner-container {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
border: 1px solid lightgray;
|
||||
}
|
||||
|
||||
.spinner-container > .spinner-icon {
|
||||
margin-left: 4px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
@@ -58,10 +58,12 @@ App.prototype.setupSelect2 = function () {
|
||||
}
|
||||
|
||||
App.prototype.setupFullHeightResizing = function () {
|
||||
var self = this;
|
||||
|
||||
this.resizeFullHeight();
|
||||
|
||||
this.window.resize(function() {
|
||||
app.resizeFullHeight();
|
||||
self.resizeFullHeight();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -69,45 +71,6 @@ App.prototype.resizeFullHeight = function () {
|
||||
$('.full-height').height(this.window.height() - $('.full-height').data('height-difference'));
|
||||
}
|
||||
|
||||
App.prototype.doMayanImages = function () {
|
||||
$('a.fancybox').fancybox({
|
||||
beforeShow : function(){
|
||||
this.title = $(this.element).data('caption');
|
||||
},
|
||||
openEffect : 'elastic',
|
||||
closeEffect : 'elastic',
|
||||
prevEffect : 'none',
|
||||
nextEffect : 'none',
|
||||
titleShow : true,
|
||||
type : 'image',
|
||||
autoResize : true,
|
||||
});
|
||||
|
||||
$('img.lazy-load').lazyload({
|
||||
appear: function(elements_left, settings) {
|
||||
new MayanImage({element: $(this)});
|
||||
},
|
||||
});
|
||||
|
||||
$('img.lazy-load-carousel').lazyload({
|
||||
appear: function(elements_left, settings) {
|
||||
new MayanImage({element: $(this)});
|
||||
},
|
||||
container: $('#carousel-container'),
|
||||
threshold: 400
|
||||
});
|
||||
|
||||
$('.lazy-load').on('load', function() {
|
||||
$(this).siblings('.spinner').remove();
|
||||
$(this).removeClass('lazy-load');
|
||||
});
|
||||
|
||||
$('.lazy-load-carousel').on('load', function() {
|
||||
$(this).siblings('.spinner').remove();
|
||||
$(this).removeClass('lazy-load-carousel');
|
||||
});
|
||||
}
|
||||
|
||||
App.prototype.doToastrMessages = function () {
|
||||
toastr.options = {
|
||||
'closeButton': true,
|
||||
@@ -165,11 +128,57 @@ App.prototype.doToastrMessages = function () {
|
||||
});
|
||||
}
|
||||
|
||||
/* MayanImage class */
|
||||
|
||||
var MayanImage = function (options) {
|
||||
this.element = options.element;
|
||||
this.load();
|
||||
}
|
||||
|
||||
MayanImage.intialize = function () {
|
||||
$('a.fancybox').fancybox({
|
||||
beforeShow : function(){
|
||||
this.title = $(this.element).data('caption');
|
||||
},
|
||||
openEffect : 'elastic',
|
||||
closeEffect : 'elastic',
|
||||
prevEffect : 'none',
|
||||
nextEffect : 'none',
|
||||
titleShow : true,
|
||||
type : 'image',
|
||||
autoResize : true,
|
||||
});
|
||||
|
||||
$('img.lazy-load').lazyload({
|
||||
appear: function(elements_left, settings) {
|
||||
new MayanImage({element: $(this)});
|
||||
},
|
||||
threshold: 400,
|
||||
});
|
||||
|
||||
$('img.lazy-load-carousel').lazyload({
|
||||
appear: function(elements_left, settings) {
|
||||
new MayanImage({element: $(this)});
|
||||
},
|
||||
container: $('#carousel-container'),
|
||||
threshold: 2000
|
||||
});
|
||||
|
||||
$('.lazy-load').on('load', function() {
|
||||
$(this).hide();
|
||||
$(this).fadeIn();
|
||||
$(this).siblings('.spinner-container').remove();
|
||||
$(this).removeClass('lazy-load pull-left');
|
||||
});
|
||||
|
||||
$('.lazy-load-carousel').on('load', function() {
|
||||
$(this).hide();
|
||||
$(this).fadeIn();
|
||||
$(this).siblings('.spinner-container').remove();
|
||||
$(this).removeClass('lazy-load-carousel pull-left');
|
||||
});
|
||||
}
|
||||
|
||||
MayanImage.prototype.onImageError = function () {
|
||||
this.element.parent().parent().html('<span class="fa-stack fa-lg"><i class="fa fa-file-o fa-stack-2x"></i><i class="fa fa-times fa-stack-1x text-danger"></i></span>');
|
||||
// Remove border to indicate non interactive image
|
||||
@@ -192,6 +201,8 @@ MayanImage.prototype.load = function () {
|
||||
});
|
||||
|
||||
this.element.attr('src', this.element.attr('data-url'));
|
||||
$.fn.matchHeight._update();
|
||||
$.fn.matchHeight._maintainScroll = true;
|
||||
};
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
@@ -199,7 +210,7 @@ jQuery(document).ready(function() {
|
||||
|
||||
app.setupFullHeightResizing();
|
||||
|
||||
app.doMayanImages();
|
||||
MayanImage.intialize();
|
||||
|
||||
app.doToastrMessages();
|
||||
|
||||
|
||||
@@ -0,0 +1,228 @@
|
||||
.toast-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.toast-message {
|
||||
-ms-word-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.toast-message a,
|
||||
.toast-message label {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.toast-message a:hover {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
}
|
||||
.toast-close-button {
|
||||
position: relative;
|
||||
right: -0.3em;
|
||||
top: -0.3em;
|
||||
float: right;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
-webkit-text-shadow: 0 1px 0 #ffffff;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.8;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
filter: alpha(opacity=80);
|
||||
line-height: 1;
|
||||
}
|
||||
.toast-close-button:hover,
|
||||
.toast-close-button:focus {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
.rtl .toast-close-button {
|
||||
left: -0.3em;
|
||||
float: left;
|
||||
right: 0.3em;
|
||||
}
|
||||
/*Additional properties for button version
|
||||
iOS requires the button element instead of an anchor tag.
|
||||
If you want the anchor version, it requires `href="#"`.*/
|
||||
button.toast-close-button {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.toast-top-center {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.toast-bottom-center {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.toast-top-full-width {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.toast-bottom-full-width {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.toast-top-left {
|
||||
top: 12px;
|
||||
left: 12px;
|
||||
}
|
||||
.toast-top-right {
|
||||
top: 12px;
|
||||
right: 12px;
|
||||
}
|
||||
.toast-bottom-right {
|
||||
right: 12px;
|
||||
bottom: 12px;
|
||||
}
|
||||
.toast-bottom-left {
|
||||
bottom: 12px;
|
||||
left: 12px;
|
||||
}
|
||||
#toast-container {
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
pointer-events: none;
|
||||
/*overrides*/
|
||||
}
|
||||
#toast-container * {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#toast-container > div {
|
||||
position: relative;
|
||||
pointer-events: auto;
|
||||
overflow: hidden;
|
||||
margin: 0 0 6px;
|
||||
padding: 15px 15px 15px 50px;
|
||||
width: 300px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
background-position: 15px center;
|
||||
background-repeat: no-repeat;
|
||||
-moz-box-shadow: 0 0 12px #999999;
|
||||
-webkit-box-shadow: 0 0 12px #999999;
|
||||
box-shadow: 0 0 12px #999999;
|
||||
color: #FFFFFF;
|
||||
opacity: 0.8;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
#toast-container > div.rtl {
|
||||
direction: rtl;
|
||||
padding: 15px 50px 15px 15px;
|
||||
background-position: right 15px center;
|
||||
}
|
||||
#toast-container > div:hover {
|
||||
-moz-box-shadow: 0 0 12px #000000;
|
||||
-webkit-box-shadow: 0 0 12px #000000;
|
||||
box-shadow: 0 0 12px #000000;
|
||||
opacity: 1;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
filter: alpha(opacity=100);
|
||||
cursor: pointer;
|
||||
}
|
||||
#toast-container > .toast-info {
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
|
||||
}
|
||||
#toast-container > .toast-error {
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
|
||||
}
|
||||
#toast-container > .toast-success {
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
|
||||
}
|
||||
#toast-container > .toast-warning {
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
|
||||
}
|
||||
#toast-container.toast-top-center > div,
|
||||
#toast-container.toast-bottom-center > div {
|
||||
width: 300px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
#toast-container.toast-top-full-width > div,
|
||||
#toast-container.toast-bottom-full-width > div {
|
||||
width: 96%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.toast {
|
||||
background-color: #030303;
|
||||
}
|
||||
.toast-success {
|
||||
background-color: #51A351;
|
||||
}
|
||||
.toast-error {
|
||||
background-color: #BD362F;
|
||||
}
|
||||
.toast-info {
|
||||
background-color: #2F96B4;
|
||||
}
|
||||
.toast-warning {
|
||||
background-color: #F89406;
|
||||
}
|
||||
.toast-progress {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 4px;
|
||||
background-color: #000000;
|
||||
opacity: 0.4;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
/*Responsive Design*/
|
||||
@media all and (max-width: 240px) {
|
||||
#toast-container > div {
|
||||
padding: 8px 8px 8px 50px;
|
||||
width: 11em;
|
||||
}
|
||||
#toast-container > div.rtl {
|
||||
padding: 8px 50px 8px 8px;
|
||||
}
|
||||
#toast-container .toast-close-button {
|
||||
right: -0.2em;
|
||||
top: -0.2em;
|
||||
}
|
||||
#toast-container .rtl .toast-close-button {
|
||||
left: -0.2em;
|
||||
right: 0.2em;
|
||||
}
|
||||
}
|
||||
@media all and (min-width: 241px) and (max-width: 480px) {
|
||||
#toast-container > div {
|
||||
padding: 8px 8px 8px 50px;
|
||||
width: 18em;
|
||||
}
|
||||
#toast-container > div.rtl {
|
||||
padding: 8px 50px 8px 8px;
|
||||
}
|
||||
#toast-container .toast-close-button {
|
||||
right: -0.2em;
|
||||
top: -0.2em;
|
||||
}
|
||||
#toast-container .rtl .toast-close-button {
|
||||
left: -0.2em;
|
||||
right: 0.2em;
|
||||
}
|
||||
}
|
||||
@media all and (min-width: 481px) and (max-width: 768px) {
|
||||
#toast-container > div {
|
||||
padding: 15px 15px 15px 50px;
|
||||
width: 25em;
|
||||
}
|
||||
#toast-container > div.rtl {
|
||||
padding: 15px 50px 15px 15px;
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user