Update translation source files and language processing script.
This commit is contained in:
@@ -14,7 +14,11 @@ APP_LIST = (
|
||||
'rest_api', 'smart_settings', 'sources', 'statistics', 'tags',
|
||||
'user_management'
|
||||
)
|
||||
LANGUAGE_LIST = ('ar', 'bg', 'bs_BA', 'da', 'de_CH', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'hr_HR', 'id', 'it', 'lv', 'nb', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'sq', 'tr_TR', 'vi_VN', 'zh_CN', 'zh_TW')
|
||||
LANGUAGE_LIST = (
|
||||
'ar', 'bg', 'bs_BA', 'da', 'de_CH', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu',
|
||||
'hr_HR', 'id', 'it', 'lv', 'nb', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO',
|
||||
'ru', 'sl_SI', 'sq', 'tr_TR', 'vi_VN', 'zh_CN', 'zh_TW'
|
||||
)
|
||||
|
||||
makemessages = sh.Command('django-admin.py')
|
||||
makemessages = makemessages.bake('makemessages')
|
||||
@@ -26,7 +30,9 @@ transifex_client = sh.Command('tx')
|
||||
pull_translations = transifex_client.bake('pull')
|
||||
push_translations = transifex_client.bake('push')
|
||||
|
||||
BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'mayan'))
|
||||
BASE_DIR = os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), '..', '..', 'mayan')
|
||||
)
|
||||
|
||||
|
||||
def process(command, app_list, language_list):
|
||||
@@ -59,12 +65,30 @@ def process(command, app_list, language_list):
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option('-m', '--make', help='create message sources file', dest='make', default=False, action='store_true')
|
||||
parser.add_option('-c', '--compile', help='compile message files', dest='compile', default=False, action='store_true')
|
||||
parser.add_option('-p', '--pull', help='pull translation files', dest='pull', default=False, action='store_true')
|
||||
parser.add_option('-u', '--push', help='push translation files', dest='push', default=False, action='store_true')
|
||||
parser.add_option('-a', '--app', help='specify which app to process', dest='app', action='store', metavar='appname')
|
||||
parser.add_option('-l', '--lang', help='specify which language to process', dest='lang', action='store', metavar='language')
|
||||
parser.add_option(
|
||||
'-m', '--make', help='create message sources file', dest='make',
|
||||
default=False, action='store_true'
|
||||
)
|
||||
parser.add_option(
|
||||
'-c', '--compile', help='compile message files', dest='compile',
|
||||
default=False, action='store_true'
|
||||
)
|
||||
parser.add_option(
|
||||
'-p', '--pull', help='pull translation files', dest='pull',
|
||||
default=False, action='store_true'
|
||||
)
|
||||
parser.add_option(
|
||||
'-u', '--push', help='push translation files', dest='push',
|
||||
default=False, action='store_true'
|
||||
)
|
||||
parser.add_option(
|
||||
'-a', '--app', help='specify which app to process', dest='app',
|
||||
action='store', metavar='appname'
|
||||
)
|
||||
parser.add_option(
|
||||
'-l', '--lang', help='specify which language to process', dest='lang',
|
||||
action='store', metavar='language'
|
||||
)
|
||||
(opts, args) = parser.parse_args()
|
||||
|
||||
if not opts.make and not opts.compile:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
|
||||
@@ -9,93 +9,55 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "New holder"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Users"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Groups"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Roles"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Special"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "View ACLs"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Default ACLs"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACLs for class"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Insufficient access."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Roles"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Creator"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Access control lists"
|
||||
|
||||
@@ -103,142 +65,116 @@ msgstr "Access control lists"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Edit ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "View ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Edit class default ACLs"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "View class default ACLs"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Access control lists"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Users"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Groups"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Special"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Default ACLs"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " for %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs for class"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " to %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Creator"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
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 "Edit class default ACLs"
|
||||
#~ msgstr "Edit class default ACLs"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
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 "View class default ACLs"
|
||||
#~ msgstr "View class default ACLs"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
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 " for %s"
|
||||
#~ msgstr " for %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " from %s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " to %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
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 grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
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 "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?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
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, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " from %s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Select"
|
||||
#~ 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?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ 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?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ 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."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Select"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Iliya Georgiev <ikgeorgiev@gmail.com>, 2012
|
||||
@@ -11,93 +11,52 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Нов притежател"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Потребители"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Групи"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Роли"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "Контролни списъци за достъп"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Контролни списъци за достъп по подразбиране"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "Контролни списъци за клас"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Недостатъчен достъп."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Роли"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Контролни списъци за достъп"
|
||||
|
||||
@@ -105,142 +64,82 @@ msgstr "Контролни списъци за достъп"
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Контролни списъци за достъп"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Нов притежател"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Потребители"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Групи"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Контролни списъци за достъп по подразбиране"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " за %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "Контролни списъци за клас"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " към %s"
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr " за %s"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Сигурни ли сте, че искате да дадете разрешение за %(title_suffix)s?"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " към %s"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Сигурни ли сте, че искате да дадете разрешения за %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Сигурни ли сте, че искате да дадете разрешение за %(title_suffix)s?"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Сигурни ли сте, че искате да дадете разрешения за %(title_suffix)s?"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " от %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " от %s"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# www.ping.ba <jomer@ping.ba>, 2013
|
||||
@@ -9,93 +9,55 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"projects/p/mayan-edms/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bs_BA\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Novi posjednik"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupe"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Role"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Posebno"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Pregledati ACLs"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Difoltne ACLs"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACLs za klasu"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Nedovoljne dozvole."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Kreator"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Liste kontrole pristupa (ACLs)"
|
||||
|
||||
@@ -103,142 +65,114 @@ msgstr "Liste kontrole pristupa (ACLs)"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Izmjeniti ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Pregledati ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Izmjeniti difoltne ACLs klase"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Pregledati difoltne ACLs klase"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Liste kontrole pristupa (ACLs)"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Novi posjednik"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Korisnici"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupe"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Posebno"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Difoltne ACLs"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " za %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs za klasu"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " prema %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Kreator"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Jeste li sigurni da želite odobriti dozvolu %(title_suffix)s?"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Izmjeniti difoltne ACLs klase"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Jeste li sigurni da želite odobriti dozvole %(title_suffix)s?"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Pregledati difoltne ACLs klase"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Dozvola \"%(permission)s\" odobrena za %(actor)s prema %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, već ima dozvolu \"%(permission)s\" prema %(object)s."
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr " za %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " od %s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " prema %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Jeste li sigurni da želite ukinuti dozvolu %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Jeste li sigurni da želite odobriti dozvolu %(title_suffix)s?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Jeste li sigurni da želite ukinuti dozvole %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Jeste li sigurni da želite odobriti dozvole %(title_suffix)s?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Dozvola \"%(permission)s\" povučena za %(actor)s prema %(object)s."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Dozvola \"%(permission)s\" odobrena za %(actor)s prema %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, nije imao/la dozvolu \"%(permission)s\" prema %(object)s."
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr "%(actor)s, već ima dozvolu \"%(permission)s\" prema %(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " od %s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Odabrati"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Jeste li sigurni da želite ukinuti dozvolu %(title_suffix)s?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Jeste li sigurni da želite ukinuti dozvole %(title_suffix)s?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Dozvola \"%(permission)s\" povučena za %(actor)s prema %(object)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, nije imao/la dozvolu \"%(permission)s\" prema %(object)s."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Odabrati"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,100 +1,57 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/"
|
||||
@@ -19,83 +19,39 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -103,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Stefan Lodders <sl@suchreflex.de>, 2012
|
||||
@@ -15,93 +15,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-02-06 23:55+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Neue Berechtigung"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Gruppen"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Rollen"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Spezial"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "Zugriffsberechtigungen"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "Erteilen"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Zugriffsberechtigungen anzeigen"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Widerrufen"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Berechtigungen"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Standardzugriffsberechtigungen"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "Klassen"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "Zugriffsberechtigungen für Klasse"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Keine Zugriffsberechtigung"
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Berechtigung"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rollen"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "Zugriffsberechtigung"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "Zugriffsberechtigungen"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "Standardzugriffsberechtigung"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "Standardzugriffsberechtigungen"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Ersteller"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Zugriffsberechtigungen"
|
||||
|
||||
@@ -109,136 +70,172 @@ msgstr "Zugriffsberechtigungen"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Zugriffsberechtigungen bearbeiten"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Zugriffsberechtigungen anzeigen"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Zugriffsberechtigungen der Klasse bearbeiten"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Zugriffsberechtigungen der Klasse anzeigen"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Zugriffsberechtigungen für: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "Berechtigter"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Zugriffsberechtigungen für: %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Berechtigungen"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "Berechtigungen von %(actor)s für %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "Namensraum"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Bezeichnung"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "Berechtigt"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "Berechtigt"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "für %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "an %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Neue Berechtigung"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s erteilen möchten?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Benutzer"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s erteilen möchten?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Gruppen"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Berechtigung \"%(permission)s\" erteilt an %(actor)s für %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Spezial"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s verfügt bereits über die Berechtigung \"%(permission)s an %(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Details"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "von %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Erteilen"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s widerrufen möchten?"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Widerrufen"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s widerrufen möchten?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Standardzugriffsberechtigungen"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Berechtigung \"%(permission)s\" von %(actor)s für %(object)s widerrufen."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "Klassen"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s verfügte nicht über Berechtigung \"%(permission)s\" für %(object)s."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "Zugriffsberechtigungen für Klasse"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "Neue Berechtigung für %s erstellen"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Berechtigung"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Auswählen"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "Standardzugriffsberechtigung"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "Klasse"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "Standardzugriffsberechtigungen"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "Standardberechtigungen für Klasse %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Ersteller"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "Berechtigungen von %(actor)s für Klasse %(class)s"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Zugriffsberechtigungen der Klasse bearbeiten"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "Neue Berechtigung für Klasse %s erstellen"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Zugriffsberechtigungen der Klasse anzeigen"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "Berechtigter"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "Berechtigungen von %(actor)s für %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "Namensraum"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Bezeichnung"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "für %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "an %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s erteilen "
|
||||
#~ "möchten?"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s erteilen "
|
||||
#~ "möchten?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Berechtigung \"%(permission)s\" erteilt an %(actor)s für %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s verfügt bereits über die Berechtigung \"%(permission)s an "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "von %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s widerrufen "
|
||||
#~ "möchten?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s widerrufen "
|
||||
#~ "möchten?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Berechtigung \"%(permission)s\" von %(actor)s für %(object)s widerrufen."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s verfügte nicht über Berechtigung \"%(permission)s\" für "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "Neue Berechtigung für %s erstellen"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Auswählen"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "Klasse"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "Standardberechtigungen für Klasse %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "Berechtigungen von %(actor)s für Klasse %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "Neue Berechtigung für Klasse %s erstellen"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -18,92 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "New holder"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Users"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Groups"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Roles"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Special"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
msgid "Details"
|
||||
msgstr "details"
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "View ACLs"
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
#, fuzzy
|
||||
msgid "Grant"
|
||||
msgstr "grant"
|
||||
msgid "Permissions"
|
||||
msgstr "permissions"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
#, fuzzy
|
||||
msgid "Revoke"
|
||||
msgstr "revoke"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Default ACLs"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
#, fuzzy
|
||||
msgid "Classes"
|
||||
msgstr "classes"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACLs for class"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Insufficient access."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
msgid "Permission"
|
||||
msgstr "permissions"
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Roles"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
#, fuzzy
|
||||
msgid "Access entry"
|
||||
msgstr "access entry"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
#, fuzzy
|
||||
msgid "Access entries"
|
||||
msgstr "access entries"
|
||||
|
||||
#: models.py:88
|
||||
#, fuzzy
|
||||
msgid "Default access entry"
|
||||
msgstr "default access entry"
|
||||
|
||||
#: models.py:89
|
||||
#, fuzzy
|
||||
msgid "Default access entries"
|
||||
msgstr "default access entries"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Creator"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Access control lists"
|
||||
|
||||
@@ -111,145 +65,174 @@ msgstr "Access control lists"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Edit ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "View ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Edit class default ACLs"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "View class default ACLs"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, fuzzy, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "access control lists for: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
#, fuzzy
|
||||
msgid "Holder"
|
||||
msgstr "holder"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
#, fuzzy
|
||||
msgid "Permissions"
|
||||
msgstr "permissions"
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "access control lists for: %s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
msgid "Namespace"
|
||||
msgstr "namespace"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
#, fuzzy
|
||||
msgid "Label"
|
||||
msgstr "label"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
#, fuzzy
|
||||
msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "has permission"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " for %s"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " to %s"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
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?"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
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?"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
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."
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " from %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
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?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
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?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
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."
|
||||
|
||||
#: views.py:346
|
||||
#, fuzzy, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "add new holder for: %s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Select"
|
||||
|
||||
#: views.py:381
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
msgid "Class"
|
||||
msgstr "class"
|
||||
msgid "Granted permissions"
|
||||
msgstr "has permission"
|
||||
|
||||
#: views.py:400
|
||||
#, fuzzy, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "default access control lists for class: %s"
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, fuzzy, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "permissions available to: %(actor)s for class %(class)s"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, fuzzy, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "add new holder for class: %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "New holder"
|
||||
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Users"
|
||||
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Groups"
|
||||
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Special"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "details"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "grant"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "revoke"
|
||||
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Default ACLs"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "classes"
|
||||
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs for class"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "permissions"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "default access entry"
|
||||
|
||||
#, fuzzy
|
||||
#~ 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"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "holder"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "permissions available to: %(actor)s for %(obj)s"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "namespace"
|
||||
|
||||
#, fuzzy
|
||||
#~ 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 "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ 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."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "add new holder for: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Select"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "class"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "default access control lists for class: %s"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "permissions available to: %(actor)s for class %(class)s"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "add new holder for class: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# jmcainzos <jmcainzos@vodafone.es>, 2014
|
||||
@@ -11,93 +11,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-01-14 20:07+0000\n"
|
||||
"Last-Translator: Lory977 <helga.carrero@gmail.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Nuevo titular"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Roles"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Especial"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "LCA"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "Otorgar"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Ver LCA"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Revocar"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Autorizaciones"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "LCA por defecto"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "Clases"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "LCA para la clase"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Acceso insuficiente."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Autorización"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Roles"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "Acceso autorizado"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "las entradas de acceso"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "por defecto el acceso de entrada"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "entradas de acceso por defecto"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Creador"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Listas de control de acceso"
|
||||
|
||||
@@ -105,136 +66,160 @@ msgstr "Listas de control de acceso"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Editar LCA"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Ver LCA"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Editar LCA por defecto de la clase"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Ver LCA por defecto de la clase"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "listas de control de acceso para: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "titular"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "listas de control de acceso para: %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Autorizaciones"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "Autorizaciones disponibles para: %(actor)s para %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "Espacios nombrados"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Etiqueta"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "Tiene permiso"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "Tiene permiso"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " para %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " a %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Nuevo titular"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Usuarios"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupos"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Especial"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Detalles"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " de %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Otorgar"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "¿Está seguro que desea revocar el permiso %(title_suffix)s?"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Revocar"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "¿Está seguro de querer revocar los permisos %(title_suffix)s?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "LCA por defecto"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permiso \"%(permission)s\" revocado del %(actor)s para %(object)s."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "Clases"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, no tenía el permiso \"%(permission)s\" para %(object)s."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "LCA para la clase"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "añadir nuevo titular para: %s"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Autorización"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "por defecto el acceso de entrada"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "Clase"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "entradas de acceso por defecto"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "listas de control de acceso por defecto para la clase: %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Creador"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "permisos disponibles para: %(actor)s para la clase %(class)s "
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Editar LCA por defecto de la clase"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "añadir nuevo titular para la clase: %s"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Ver LCA por defecto de la clase"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "titular"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "Autorizaciones disponibles para: %(actor)s para %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "Espacios nombrados"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Etiqueta"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr " para %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " a %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " de %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "¿Está seguro que desea revocar el permiso %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "¿Está seguro de querer revocar los permisos %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permiso \"%(permission)s\" revocado del %(actor)s para %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, no tenía el permiso \"%(permission)s\" para %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "añadir nuevo titular para: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Seleccionar"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "Clase"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "listas de control de acceso por defecto para la clase: %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "permisos disponibles para: %(actor)s para la clase %(class)s "
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "añadir nuevo titular para la clase: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mehdi Amani <MehdiAmani@toorintan.com>, 2014
|
||||
@@ -9,93 +9,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-30 13:05+0000\n"
|
||||
"Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "دارنده مجوز جدید"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "کاربران"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "گروه ها"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "رل ها"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "ویژه"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "لیست دسترسی ها (ACLs)"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "جزئیات"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "دادن اجازه"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "دیدن دسترسی ها"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "پس گرفتن"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "مجوزها"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "لیست دسترسی های پیش فرض"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "کلاس ها"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "لیست دسترسیها برای کلاس"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "دسترسی ناکافی"
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "مجوز"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "رل ها"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "ورودی دسترسی"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "ورودیهای دسترسی"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "ورودی دسترسی پیش فرض"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "ورودیهای دسترسی پیش فرض"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "خالق"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "لیست کنترل دسترسی ها"
|
||||
|
||||
@@ -103,136 +64,158 @@ msgstr "لیست کنترل دسترسی ها"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "ویرایش دسترسی ها"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "دیدن دسترسی ها"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "ویرایش دسترسی های پیش فرض کلاس"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "دیدن دسترسی های پیش فرض کلاس"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "لیست کنترل دسترسی ها برای : %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "دارنده"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "لیست کنترل دسترسی ها برای : %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "مجوزها"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "مجوزها : %(actor)sبرای %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "فضای نام"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "برچسب"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "دارای مجوز"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "دارای مجوز"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "برای %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "به %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "دارنده مجوز جدید"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "کاربران"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "گروه ها"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "مجوز \"%(permission)s\" داده شده به %(actor)s برای %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "ویژه"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s دارای مجوز %(permission)s برروی %(object)s میباشد."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "جزئیات"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "از %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "دادن اجازه"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "پس گرفتن"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "لیست دسترسی های پیش فرض"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "مجوز \"%(permission)s از %(actor)s برای %(object)s گرفته شد."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "کلاس ها"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s مجوز %(permission)s را برای %(object)s نداشت."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "لیست دسترسیها برای کلاس"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "ایجاد دارنده برای: %s"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "مجوز"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "انتخاب"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "ورودی دسترسی پیش فرض"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "کلاس"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "ورودیهای دسترسی پیش فرض"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "لیست کنترل دسترسی پیش فرض برای کلاس : %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "خالق"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "مجوزها : %(actor)s برای کلاس %(class)s"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "ویرایش دسترسی های پیش فرض کلاس"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "دارنده جدید برای کلاس : %s"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "دیدن دسترسی های پیش فرض کلاس"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "دارنده"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "مجوزها : %(actor)sبرای %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "فضای نام"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "برچسب"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "برای %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "به %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "مجوز \"%(permission)s\" داده شده به %(actor)s برای %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr "%(actor)s دارای مجوز %(permission)s برروی %(object)s میباشد."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "از %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "مجوز \"%(permission)s از %(actor)s برای %(object)s گرفته شد."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s مجوز %(permission)s را برای %(object)s نداشت."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "ایجاد دارنده برای: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "انتخاب"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "کلاس"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "لیست کنترل دسترسی پیش فرض برای کلاس : %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "مجوزها : %(actor)s برای کلاس %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "دارنده جدید برای کلاس : %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Christophe kryskool <christophe.chauvet@gmail.com>, 2014
|
||||
@@ -10,93 +10,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-11-02 08:22+0000\n"
|
||||
"Last-Translator: Christophe kryskool <christophe.chauvet@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Nouveau détenteur"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Utilisateurs"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Groupes"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Rôles"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Spécial"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Détails"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "Attribuer"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Afficher ACLs"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Retirer"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Droits"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACLs par défaut"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "Classes"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACLs pour la classe"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Autorisations insuffisantes."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Droit"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Rôles"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "Autorisation d'accès"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "Autorisations d'accès"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "Autorisation d'accès par défaut"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "Autorisations d'accès par défaut"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Créateur"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Listes de contrôle d'accès (ACL)"
|
||||
|
||||
@@ -104,136 +65,167 @@ msgstr "Listes de contrôle d'accès (ACL)"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Modifier ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Afficher ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Modifier ACLs par défaut"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Afficher ACLs par défaut pour la classe"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Liste de contrôle d'accès (ACL) pour: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "Détenteur"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Liste de contrôle d'accès (ACL) pour: %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Droits"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "Autorisations pour: %(actor)s for %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "Espace de nommage"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Étiquette"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "Autorisation accordée "
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "Autorisation accordée "
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "à %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "sur %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Nouveau détenteur"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Êtes vous certain de vouloir attribuer l'autorisation %(title_suffix)s?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Utilisateurs"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Êtes vous certain de vouloir attribuer les autorisations %(title_suffix)s?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Groupes"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Spécial"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur %(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Détails"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "de %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Attribuer"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Êtes vous certain de vouloir révoquer l'autorisation %(title_suffix)s?"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Retirer"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Êtes vous certain de vouloir révoquer les autorisations %(title_suffix)s?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACLs par défaut"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Autorisation \"%(permission)s\" révoquée pour %(actor)s sur %(object)s."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "Classes"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, n'a pas l'autorisation \"%(permission)s\" sur %(object)s."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs pour la classe"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "Ajouter un nouveau détenteur pour: %s"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Droit"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Sélectionner"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "Autorisation d'accès par défaut"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "Classe"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "Autorisations d'accès par défaut"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "Liste de contrôle d'accès (ACL) par défaut pour: %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Créateur"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "Autorisations attribuées à: %(actor)s sur la classe %(class)s"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Modifier ACLs par défaut"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "Ajouter un nouveau détenteur sur la classe: %s"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Afficher ACLs par défaut pour la classe"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "Détenteur"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "Autorisations pour: %(actor)s for %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "Espace de nommage"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Étiquette"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "à %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "sur %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Êtes vous certain de vouloir attribuer l'autorisation %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Êtes vous certain de vouloir attribuer les autorisations %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "de %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Êtes vous certain de vouloir révoquer l'autorisation %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Êtes vous certain de vouloir révoquer les autorisations %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Autorisation \"%(permission)s\" révoquée pour %(actor)s sur %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, n'a pas l'autorisation \"%(permission)s\" sur %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "Ajouter un nouveau détenteur pour: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Sélectionner"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "Classe"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "Liste de contrôle d'accès (ACL) par défaut pour: %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "Autorisations attribuées à: %(actor)s sur la classe %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "Ajouter un nouveau détenteur sur la classe: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,100 +1,58 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hr_HR\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +60,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Dezső József <dejo60@gmail.com>, 2014
|
||||
@@ -9,93 +9,50 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACL-ek"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -103,142 +60,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,100 +1,57 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Carlo Zanatto <>, 2012
|
||||
@@ -12,93 +12,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-01-29 07:17+0000\n"
|
||||
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Nuovo titolare"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Utenti"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Gruppi"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Ruoli"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Speciale"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACL"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Dettagli"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Visualizza ACL"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Permessi"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Revoca"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Default ACL"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "Classi"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACL per la classe"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Accesso insufficiente."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Permessi"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Ruoli"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "Voce di accesso"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "Voci di accesso"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "Voce di accesso di default"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "Voci di accesso di default"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Creatore"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Liste di controllo accessi"
|
||||
|
||||
@@ -106,136 +67,159 @@ msgstr "Liste di controllo accessi"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Modifica ACL"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Visualizza ACL"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Modifica ACL predefiniti di classe"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Visualizza classi ACL predefinite"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "Lista dei permessi d'accesso per: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "Titolare"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Lista dei permessi d'accesso per: %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Permessi"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "Permessi disponibili per: %(actor)s per %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "Namespace"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Etichetta"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "Ha il permesso"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "Ha il permesso"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "per %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "a %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Nuovo titolare"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Sei sicuro di voler concedere l'autorizzazione %(title_suffix)s?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Utenti"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Sei sicuro di voler concedere permessi %(title_suffix)s?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Gruppi"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permesso \"%(permission)s\" concesso%(actor)s per %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Speciale"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, ha già i permessi\"%(permission)s\" concessi per%(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Dettagli"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "da %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Permessi"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Sei sicuro di voler revocare l'autorizzazione %(title_suffix)s?"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Revoca"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Sei sicuro di voler revocare permessi %(title_suffix)s?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Default ACL"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permessi \"%(permission)s\" revocati al %(actor)s per %(object)s."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "Classi"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, non ha i permessi\"%(permission)s\" per %(object)s."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACL per la classe"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "Aggiungi un nuovo proprietario per: %s"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Permessi"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Selezionare"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "Voce di accesso di default"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "Classe"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "Voci di accesso di default"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "Lista di default per il controlli d'accesso alla classe: %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Creatore"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "Permessi disponibili per: %(actor)s per la classe %(class)s"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Modifica ACL predefiniti di classe"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "Aggiungi un nuovo proprietario per la classe: %s"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Visualizza classi ACL predefinite"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "Titolare"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "Permessi disponibili per: %(actor)s per %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "Namespace"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Etichetta"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "per %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "a %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Sei sicuro di voler concedere l'autorizzazione %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Sei sicuro di voler concedere permessi %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permesso \"%(permission)s\" concesso%(actor)s per %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, ha già i permessi\"%(permission)s\" concessi per%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "da %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Sei sicuro di voler revocare l'autorizzazione %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Sei sicuro di voler revocare permessi %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permessi \"%(permission)s\" revocati al %(actor)s per %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, non ha i permessi\"%(permission)s\" per %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "Aggiungi un nuovo proprietario per: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Selezionare"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "Classe"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "Lista di default per il controlli d'accesso alla classe: %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "Permessi disponibili per: %(actor)s per la classe %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "Aggiungi un nuovo proprietario per la classe: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -20,83 +20,39 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -104,142 +60,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-"
|
||||
@@ -19,83 +19,39 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -103,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Lucas Weel <ljj.weel@gmail.com>, 2013
|
||||
@@ -10,93 +10,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Nieuwe houder"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Gebruikers"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Groepen"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "gebruikersrollen"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Speciaal"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "Authorisatielijsten"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Bekijken Authorisatielijst"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Authorisatielijst verstekwaarden"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "Authorisatielijst voor authorisatieklasse"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Permissies zijn ontoereikend"
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "gebruikersrollen"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Maker"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Authorisatielijst"
|
||||
|
||||
@@ -104,142 +65,115 @@ msgstr "Authorisatielijst"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Bewerken Authorisatielijst"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Bekijken Authorisatielijst"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Bewerk verstekwaarden authorisatieklasse"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Bekijken verstekwaarden authorisatieklassen"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Authorisatielijst"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Nieuwe houder"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Gebruikers"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Groepen"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Speciaal"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Authorisatielijst verstekwaarden"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "voor %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "Authorisatielijst voor authorisatieklasse"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "aan %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Maker"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Bewerk verstekwaarden authorisatieklasse"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Bekijken verstekwaarden authorisatieklassen"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permissie \"%(permission)s\" gegeven aan %(actor)s voor %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, had reeds de permissie \"%(permission)s\" voor %(object)s."
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "voor %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "van %s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "aan %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Bent u er zeker van permissies: %(title_suffix)s, toe te staan?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permissie \"%(permission)s\" gegeven aan %(actor)s voor %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, had geen permissie \"%(permission)s\" voor %(object)s."
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, had reeds de permissie \"%(permission)s\" voor %(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "van %s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Selecteer"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Weet u zeker dat u de permissie %(title_suffix)s wilt intrekken?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, had geen permissie \"%(permission)s\" voor %(object)s."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Selecteer"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# mic <winterfall24@gmail.com>, 2013,2015
|
||||
@@ -9,93 +9,53 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-02-28 19:42+0000\n"
|
||||
"Last-Translator: mic <winterfall24@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Użytkownicy"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupy"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Szczegóły"
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "Przyznać"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Odwołać"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "Domyślne ACLs"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Podgląd ACLs"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Niewystarczające uprawnienia."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Uprawnienia"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -103,136 +63,92 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Edytuj ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Podgląd ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Etykieta"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "Ma uprawnienie"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "Ma uprawnienie"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Czy na pewno chcesz przyznać uprawnienie %(title_suffix)s?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Użytkownicy"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Czy na pewno chcesz przyznać uprawnienia %(title_suffix)s?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupy"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Uprawnienie \"%(permission)s\" przyznane %(actor)s dla %(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Szczegóły"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, posiada uprawnienie \"%(permission)s\" przyznane dla %(object)s."
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Przyznać"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Odwołać"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Czy na pewno chcesz odwołać uprawnienie %(title_suffix)s?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "Domyślne ACLs"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Czy na pewno chcesz odwołać uprawnienia %(title_suffix)s?"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Uprawnienia"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Etykieta"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Czy na pewno chcesz przyznać uprawnienie %(title_suffix)s?"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Wybierz"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Czy na pewno chcesz przyznać uprawnienia %(title_suffix)s?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Uprawnienie \"%(permission)s\" przyznane %(actor)s dla %(object)s."
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, posiada uprawnienie \"%(permission)s\" przyznane dla "
|
||||
#~ "%(object)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Czy na pewno chcesz odwołać uprawnienie %(title_suffix)s?"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Czy na pewno chcesz odwołać uprawnienia %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Wybierz"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
|
||||
@@ -9,93 +9,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Novo detentor"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Utilizadores"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Funções"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Especial"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACL's"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Ver ACL's"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACL's padrão"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACL's para a classe"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Acesso insuficiente."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Funções"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Criador"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Listas de controlo de acesso"
|
||||
|
||||
@@ -103,142 +64,119 @@ msgstr "Listas de controlo de acesso"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Editar ACL's"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Ver ACL's"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Editar os ACL's padrão da classe"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Ver os ACL's padrão da classe"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Listas de controlo de acesso"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Novo detentor"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Utilizadores"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupos"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Especial"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACL's padrão"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr " para %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACL's para a classe"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr " a %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Criador"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Tem a certeza de que pretende conceder a permissão %(title_suffix)s?"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Editar os ACL's padrão da classe"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Tem a certeza de que pretende conceder as permissões %(title_suffix)s?"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Ver os ACL's padrão da classe"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permissão \"%(permission)s\" concedida a %(actor)s para %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ", "
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, já possuia a permissão \"%(permission)s\" para %(object)s."
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr " para %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr " de %s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr " a %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Tem a certeza de que pretende revogar a permissão %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Tem a certeza de que pretende conceder a permissão %(title_suffix)s?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Tem a certeza de que pretende revogar as permissões %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Tem a certeza de que pretende conceder as permissões %(title_suffix)s?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permissão \"%(permission)s\" revogada para %(actor)s para %(object)s."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permissão \"%(permission)s\" concedida a %(actor)s para %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s."
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, já possuia a permissão \"%(permission)s\" para %(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr " de %s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Selecionar"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Tem a certeza de que pretende revogar a permissão %(title_suffix)s?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr ""
|
||||
#~ "Tem a certeza de que pretende revogar as permissões %(title_suffix)s?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Permissão \"%(permission)s\" revogada para %(actor)s para %(object)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Selecionar"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# wolvsky <gustavo@infomania.com.br>, 2014
|
||||
@@ -11,93 +11,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-05-07 13:57+0000\n"
|
||||
"Last-Translator: Rogerio Falcone <rogerio@falconeit.com.br>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Novo titular"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Usuários"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Regras"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Especial"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "Detalhes"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr "Conceder"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Visualizar ACLs"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "Revogar"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACLs padrões"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "classes"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACLs para classes"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Acesso insuficiente."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "Permissões"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Regras"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "Acesso entrada"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "Entradas de acesso"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "Entrada de acesso padrão"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "Entradas de acesso padrão"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Criador"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Listas de controle de acesso"
|
||||
|
||||
@@ -105,136 +66,161 @@ msgstr "Listas de controle de acesso"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Editar ACLs"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Visualizar ACLs"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Editar classe de ACLs padrões"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Visualizar classe de ACLs padrões"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr "listas de controle de acesso para: %s"
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr "Titular"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists for: %s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "listas de controle de acesso para: %s"
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr "Permissões"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr "permissões disponíveis para: %(actor)s para %(obj)s"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr "Namespace"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr "Label"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "tem permissão"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "Has permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "tem permissão"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "para %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "até %s"
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Novo titular"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Você tem certeza que deseja conceder a permissão %(title_suffix)s?"
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Usuários"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Você tem certeza que deseja conceder a permissões %(title_suffix)s?"
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupos"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permissão \"%(permission)s\" concedida %(actor)s para %(object)s."
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Especial"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, já tem a permissão \"%(permission)s\" concedida para %(object)s."
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Detalhes"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "de %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr "Conceder"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Você tem certeza que deseja revogar a permissão %(title_suffix)s?"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Revogar"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Você tem certeza que deseja revogar as permissões %(title_suffix)s?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACLs padrões"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permissão \"%(permission)s\" revogada de %(actor)s para %(object)s."
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "classes"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s."
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACLs para classes"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr "adicionar um novo titular para: %s"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "Permissões"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Selecionar"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "Entrada de acesso padrão"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr "classe"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "Entradas de acesso padrão"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr "listas de controle de acesso padrão para classe: %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Criador"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr "permissões disponíveis para: %(actor)s para a classe %(class)s"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Editar classe de ACLs padrões"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr "adicionar um novo titular para a classe: %s"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Visualizar classe de ACLs padrões"
|
||||
|
||||
#~ msgid "Holder"
|
||||
#~ msgstr "Titular"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
#~ msgstr "permissões disponíveis para: %(actor)s para %(obj)s"
|
||||
|
||||
#~ msgid "Namespace"
|
||||
#~ msgstr "Namespace"
|
||||
|
||||
#~ msgid "Label"
|
||||
#~ msgstr "Label"
|
||||
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "para %s"
|
||||
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "até %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Você tem certeza que deseja conceder a permissão %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Você tem certeza que deseja conceder a permissões %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permissão \"%(permission)s\" concedida %(actor)s para %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, já tem a permissão \"%(permission)s\" concedida para "
|
||||
#~ "%(object)s."
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "de %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Você tem certeza que deseja revogar a permissão %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Você tem certeza que deseja revogar as permissões %(title_suffix)s?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Permissão \"%(permission)s\" revogada de %(actor)s para %(object)s."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s, não tinha a permissão \"%(permission)s\" para %(object)s."
|
||||
|
||||
#~ msgid "Add new holder for: %s"
|
||||
#~ msgstr "adicionar um novo titular para: %s"
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Selecionar"
|
||||
|
||||
#~ msgid "Class"
|
||||
#~ msgstr "classe"
|
||||
|
||||
#~ msgid "Default access control lists for class: %s"
|
||||
#~ msgstr "listas de controle de acesso padrão para classe: %s"
|
||||
|
||||
#~ msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
#~ msgstr "permissões disponíveis para: %(actor)s para a classe %(class)s"
|
||||
|
||||
#~ msgid "Add new holder for class: %s"
|
||||
#~ msgstr "adicionar um novo titular para a classe: %s"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Badea Gabriel <gcbadea@gmail.com>, 2013
|
||||
@@ -9,93 +9,55 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/ro_RO/)\n"
|
||||
"Language: ro_RO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Noul titular"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Utilizatorii"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupuri"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Roluri"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Special"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACL-uri"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Vezi ACL-uri"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACL-uri iniţial"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACL-uri pentru clasa"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Accesul insuficient."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Roluri"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Creator"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Lista de control acces"
|
||||
|
||||
@@ -103,142 +65,116 @@ msgstr "Lista de control acces"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Editați ACL-uri"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Vezi ACL-uri"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Editați ACL-uri de clasă implicite"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Vezi ACL-uri de clasă implicite"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Lista de control acces"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Noul titular"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Utilizatorii"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupuri"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Special"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACL-uri iniţial"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "pentru% s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACL-uri pentru clasa"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "la% s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Creator"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Sunteți sigur că doriți să acorde permisiunea %(title_suffix)s ?"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Editați ACL-uri de clasă implicite"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Sunteți sigur că doriți să acorde permisiuni %(title_suffix)s ?"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Vezi ACL-uri de clasă implicite"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Permisiune \"%(permission)s\" acordată %(actor)s pentru %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s , a avut deja permisiunea \"%(permission)s\" acordată pentru %(object)s."
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "pentru% s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "de la% s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "la% s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Sunteți sigur că doriți să revocați permisiunea %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Sunteți sigur că doriți să acorde permisiunea %(title_suffix)s ?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Sunteți sigur că doriți să revocați permisiunile %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Sunteți sigur că doriți să acorde permisiuni %(title_suffix)s ?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Permisiune \"%(permission)s\" acordată %(actor)s pentru %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s, nu a avut permisiunea%(permission)s\" pentru %(object)s."
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "%(actor)s , a avut deja permisiunea \"%(permission)s\" acordată pentru "
|
||||
#~ "%(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "de la% s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Selecta"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Sunteți sigur că doriți să revocați permisiunea %(title_suffix)s?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Sunteți sigur că doriți să revocați permisiunile %(title_suffix)s?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr ""
|
||||
#~ "Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s, nu a avut permisiunea%(permission)s\" pentru %(object)s."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Selecta"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Sergey Glita <gsv70@mail.ru>, 2012
|
||||
@@ -9,93 +9,56 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Новый владелец"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Пользователи"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Группы"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Роли"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "Специальный"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "Списки ACL"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "Просмотр списков ACL"
|
||||
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACL по умолчанию"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACL для класса"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "Недостаточный доступ."
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Роли"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "Создатель"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "Списки контроля доступа"
|
||||
|
||||
@@ -103,142 +66,113 @@ msgstr "Списки контроля доступа"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "Редактировать списки ACL"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "Просмотр списков ACL"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "Редактировать списки ACL класса по умолчанию"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "Просмотр списков ACL класса по умолчанию"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "Списки контроля доступа"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Новый владелец"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Пользователи"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Группы"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "Специальный"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACL по умолчанию"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "для %s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACL для класса"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "до %s"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "Создатель"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "Редактировать списки ACL класса по умолчанию"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?"
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "Просмотр списков ACL класса по умолчанию"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "Право \"%(permission)s\" проедоставлено %(actor)s для %(object)s."
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(actor)s, уже имеет право \"%(permission)s\" для %(object)s."
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "для %s"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "от%s"
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "до %s"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?"
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr "Право \"%(permission)s\" для %(object)s отозвано у %(actor)s."
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "Право \"%(permission)s\" проедоставлено %(actor)s для %(object)s."
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(actor)s не имеет права \"%(permission)s\" для %(object)s."
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr "%(actor)s, уже имеет право \"%(permission)s\" для %(object)s."
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "от%s"
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "Выбор"
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr "Право \"%(permission)s\" для %(object)s отозвано у %(actor)s."
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(actor)s не имеет права \"%(permission)s\" для %(object)s."
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "Выбор"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,100 +1,58 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n"
|
||||
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/sl_SI/)\n"
|
||||
"Language: sl_SI\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sl_SI\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +60,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -20,83 +20,41 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "Mbajtës i ri"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "Përdorues"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "Grupe"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "Role"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "ACLs"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "ACL e paracaktuara"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "ACL-të per klasën"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "e drejtë e pa mjaftueshme"
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr ""
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -104,142 +62,58 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "Mbajtës i ri"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "Përdorues"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "Grupe"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "ACL e paracaktuara"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "ACL-të per klasën"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,100 +1,57 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/tr_TR/)\n"
|
||||
"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"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,100 +1,57 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -102,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ford Guo <agile.guo@gmail.com>, 2014
|
||||
@@ -10,93 +10,54 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2015-01-07 02:01+0000\n"
|
||||
"Last-Translator: Genlin Jiao <jiaogl@pkusz.edu.cn>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr "新建权限"
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr "用户"
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr "用户组"
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr "角色"
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr "特例"
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr "访问控制列表"
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
msgstr "细节"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
msgstr " 授予"
|
||||
#: links.py:32
|
||||
#, fuzzy
|
||||
#| msgid "View ACLs"
|
||||
msgid "New ACL"
|
||||
msgstr "查看访问控制列表"
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
msgstr "撤回"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr "默认访问控制"
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr "类"
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr "类访问控制列表"
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr "权限不足"
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
msgstr "许可"
|
||||
#: models.py:38 views.py:71
|
||||
#, fuzzy
|
||||
#| msgid "Roles"
|
||||
msgid "Role"
|
||||
msgstr "角色"
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr "访问入口"
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr "多个访问入口"
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr "默认访问入口"
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr "默认多个访问入口"
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr "创建者"
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr "访问控制列表"
|
||||
|
||||
@@ -104,142 +65,134 @@ msgstr "访问控制列表"
|
||||
msgid "Edit ACLs"
|
||||
msgstr "编辑访问控制列表"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr "查看访问控制列表"
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr "编辑缺省的ACL类"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr "查看缺省的ACL类"
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
#: views.py:128
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Access control lists"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr "访问控制列表"
|
||||
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgstr ""
|
||||
#~ msgid "New holder"
|
||||
#~ msgstr "新建权限"
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
msgstr ""
|
||||
#~ msgid "Users"
|
||||
#~ msgstr "用户"
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
#~ msgid "Groups"
|
||||
#~ msgstr "用户组"
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
#~ msgid "Special"
|
||||
#~ msgstr "特例"
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "细节"
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr "对 %s"
|
||||
#~ msgid "Grant"
|
||||
#~ msgstr " 授予"
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr "到 %s"
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "撤回"
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr "确定要赋予权限 %(title_suffix)s么?"
|
||||
#~ msgid "Default ACLs"
|
||||
#~ msgstr "默认访问控制"
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr "确定要赋予权限%(title_suffix)s么?"
|
||||
#~ msgid "Classes"
|
||||
#~ msgstr "类"
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr "权限\"%(permission)s\"被赋给%(object)s的%(actor)s"
|
||||
#~ msgid "ACLs for class"
|
||||
#~ msgstr "类访问控制列表"
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr "%(object)s的%(actor)s已经被赋予\"%(permission)s\"的权限"
|
||||
#~ msgid "Permission"
|
||||
#~ msgstr "许可"
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr "从 %s"
|
||||
#~ msgid "Default access entry"
|
||||
#~ msgstr "默认访问入口"
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr "确定要撤销权限%(title_suffix)s么?"
|
||||
#~ msgid "Default access entries"
|
||||
#~ msgstr "默认多个访问入口"
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr "确定要撤销权限%(title_suffix)s么?"
|
||||
#~ msgid "Creator"
|
||||
#~ msgstr "创建者"
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr " %(object)s的%(actor)s权限\"%(permission)s\"已经被撤销"
|
||||
#~ msgid "Edit class default ACLs"
|
||||
#~ msgstr "编辑缺省的ACL类"
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr "%(object)s的%(actor)s没有权限\"%(permission)s\""
|
||||
#~ msgid "View class default ACLs"
|
||||
#~ msgstr "查看缺省的ACL类"
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
#~ msgid ", "
|
||||
#~ msgstr ","
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr "选择"
|
||||
#~ msgid " for %s"
|
||||
#~ msgstr "对 %s"
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
#~ msgid " to %s"
|
||||
#~ msgstr "到 %s"
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
#~ msgstr "确定要赋予权限 %(title_suffix)s么?"
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
#~ msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
#~ msgstr "确定要赋予权限%(title_suffix)s么?"
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgstr ""
|
||||
#~ msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
#~ msgstr "权限\"%(permission)s\"被赋给%(object)s的%(actor)s"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
#~ "%(object)s."
|
||||
#~ msgstr "%(object)s的%(actor)s已经被赋予\"%(permission)s\"的权限"
|
||||
|
||||
#~ msgid " from %s"
|
||||
#~ msgstr "从 %s"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
#~ msgstr "确定要撤销权限%(title_suffix)s么?"
|
||||
|
||||
#~ msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
#~ msgstr "确定要撤销权限%(title_suffix)s么?"
|
||||
|
||||
#~ msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
#~ msgstr " %(object)s的%(actor)s权限\"%(permission)s\"已经被撤销"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
#~ msgstr "%(object)s的%(actor)s没有权限\"%(permission)s\""
|
||||
|
||||
#~ msgid "Select"
|
||||
#~ msgstr "选择"
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 06:47+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-"
|
||||
@@ -19,83 +19,39 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: forms.py:25 links.py:13 links.py:19
|
||||
msgid "New holder"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:45
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Roles"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
msgid "Special"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:9
|
||||
#: apps.py:13 links.py:28
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:10 links.py:18
|
||||
msgid "Details"
|
||||
#: links.py:24
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:11 links.py:20
|
||||
msgid "Grant"
|
||||
#: links.py:32
|
||||
msgid "New ACL"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12 links.py:21
|
||||
msgid "Revoke"
|
||||
#: links.py:36 models.py:36 views.py:75
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:15
|
||||
msgid "Default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:16 views.py:379
|
||||
msgid "Classes"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:17
|
||||
msgid "ACLs for class"
|
||||
msgstr ""
|
||||
|
||||
#: managers.py:118 managers.py:130
|
||||
#: managers.py:69
|
||||
msgid "Insufficient access."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 models.py:67
|
||||
msgid "Permission"
|
||||
#: models.py:38 views.py:71
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:44
|
||||
msgid "Access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:52
|
||||
#: models.py:45
|
||||
msgid "Access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "Default access entry"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "Default access entries"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:108 models.py:111 models.py:112
|
||||
msgid "Creator"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7 permissions.py:8
|
||||
#: permissions.py:7
|
||||
msgid "Access control lists"
|
||||
msgstr ""
|
||||
|
||||
@@ -103,142 +59,43 @@ msgstr ""
|
||||
msgid "Edit ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "View ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:13
|
||||
msgid "Edit class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View class default ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:68
|
||||
#, python-format
|
||||
msgid "Access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50 views.py:402
|
||||
msgid "Holder"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:51 views.py:403
|
||||
msgid "Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:98
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for %(obj)s"
|
||||
msgid "New access control lists for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:105 views.py:434
|
||||
msgid "Namespace"
|
||||
#: views.py:163
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Available permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:164
|
||||
#, fuzzy
|
||||
#| msgid "permission"
|
||||
msgid "Granted permissions"
|
||||
msgstr "permission"
|
||||
|
||||
#: views.py:203
|
||||
msgid "Disabled permissions are inherited from a parent object."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:106 views.py:435
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:108 views.py:437
|
||||
msgid "Has permission"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:181 views.py:272 views.py:516 views.py:593
|
||||
msgid ", "
|
||||
msgstr ""
|
||||
|
||||
#: views.py:182 views.py:273 views.py:517 views.py:594
|
||||
#: views.py:234
|
||||
#, python-format
|
||||
msgid " for %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:183 views.py:518
|
||||
#, python-format
|
||||
msgid " to %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:186 views.py:521
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:188 views.py:523
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:195 views.py:530
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:201 views.py:536
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(actor)s, already had the permission \"%(permission)s\" granted for "
|
||||
"%(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274 views.py:595
|
||||
#, python-format
|
||||
msgid " from %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:277 views.py:598
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permission %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:279 views.py:600
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:286 views.py:607
|
||||
#, python-format
|
||||
msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:292 views.py:613
|
||||
#, python-format
|
||||
msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:346
|
||||
#, python-format
|
||||
msgid "Add new holder for: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:347 views.py:477
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:400
|
||||
#, python-format
|
||||
msgid "Default access control lists for class: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:428
|
||||
#, python-format
|
||||
msgid "Permissions available to: %(actor)s for class %(class)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:475
|
||||
#, python-format
|
||||
msgid "Add new holder for class: %s"
|
||||
msgid "Role \"%(role)s\" permission's for \"%(object)s\""
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "List of classes"
|
||||
#~ msgstr "List of classes"
|
||||
|
||||
#~ msgid "permission"
|
||||
#~ msgstr "permission"
|
||||
|
||||
#~ msgid "creator"
|
||||
#~ msgstr "creator"
|
||||
|
||||
259
mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po
Normal file
259
mayan/apps/appearance/locale/ar/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,259 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/bg/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/bs_BA/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/da/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/da/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/de_CH/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/de_CH/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/de_DE/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/en/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/en/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/es/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/es/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/fa/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/fr/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/hr_HR/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/hr_HR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/hu/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/id/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/id/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/it/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/it/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
259
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po
Normal file
259
mayan/apps/appearance/locale/lv/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,259 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/nb/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/nb/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/nl_NL/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
259
mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po
Normal file
259
mayan/apps/appearance/locale/pl/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,259 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/pt/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/pt_BR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/ro_RO/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
259
mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po
Normal file
259
mayan/apps/appearance/locale/ru/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,259 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/sl_SI/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/sq/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/sq/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/tr_TR/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
257
mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po
Normal file
257
mayan/apps/appearance/locale/vi_VN/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,257 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/zh_CN/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
258
mayan/apps/appearance/locale/zh_TW/LC_MESSAGES/django.po
Normal file
258
mayan/apps/appearance/locale/zh_TW/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,258 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:9
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:5 templates/403.html.py:9
|
||||
msgid "Insufficient permissions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.html:11
|
||||
msgid "You don't have enough permissions for this operation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:5 templates/404.html.py:9
|
||||
msgid "Page not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.html:11
|
||||
msgid "Sorry, but the requested page could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:5 templates/500.html.py:9
|
||||
msgid "Server error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:11
|
||||
msgid ""
|
||||
"There's been an error. It's been reported to the site administrators via e-"
|
||||
"mail and should be fixed shortly. Thanks for your patience."
|
||||
msgstr ""
|
||||
|
||||
#: templates/500.html:14
|
||||
msgid ""
|
||||
"If you need assistance, you may reference this error via the following "
|
||||
"identifier:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:8 templates/appearance/about.html.py:58
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:65
|
||||
#, python-format
|
||||
msgid "Build number: %(build_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:89
|
||||
msgid "Released under the Apache 2.0 License"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/about.html:101
|
||||
msgid "Copyright © 2011-2015 Roberto Rosario."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:173
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:202
|
||||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:204
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:217
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:246
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/base.html:247
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:7
|
||||
#, python-format
|
||||
msgid "Details for: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:10
|
||||
#, python-format
|
||||
msgid "Edit: %(object)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/calculate_form_title.html:12
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:6
|
||||
#: templates/appearance/generic_confirm.html:13
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:11
|
||||
msgid "Confirm delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:27
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete: %(object)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:47
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_confirm.html:49
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_instance.html:39
|
||||
#: templates/appearance/generic_form_instance.html:46
|
||||
#: templates/appearance/generic_form_subtemplate.html:51
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:43
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:71
|
||||
#: templates/appearance/generic_list_subtemplate.html:29
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:64
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_form_subtemplate.html:74
|
||||
#: templates/appearance/generic_multiform_subtemplate.html:67
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Total (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of "
|
||||
"%(total_pages)s)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:15
|
||||
#, python-format
|
||||
msgid "Total: %(total)s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:49
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/generic_list_subtemplate.html:112
|
||||
msgid "No results"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:8 templates/appearance/home.html.py:12
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:21
|
||||
msgid "Getting started"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:24
|
||||
msgid "Before you can fully use Mayan EDMS you need the following:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:57
|
||||
msgid "Space separated terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:59
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/home.html:60
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:18
|
||||
msgid "First time login"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:21
|
||||
msgid ""
|
||||
"You have just finished installing <strong>Mayan EDMS</strong>, "
|
||||
"congratulations!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:22
|
||||
msgid "Login using the following credentials:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:23
|
||||
#, python-format
|
||||
msgid "Username: <strong>%(account)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:24
|
||||
#, python-format
|
||||
msgid "Email: <strong>%(email)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:25
|
||||
#, python-format
|
||||
msgid "Password: <strong>%(password)s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:26
|
||||
msgid ""
|
||||
"Be sure to change the password to increase security and to disable this "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: templates/appearance/login.html:35 templates/appearance/login.html.py:44
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/appearance_tags.py:16
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -19,50 +19,46 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:08-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -19,50 +19,46 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -19,50 +19,46 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:05-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -19,50 +19,46 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,50 +17,46 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-04-06 16:06-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,50 +18,46 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:16 settings.py:7
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:21
|
||||
#: forms.py:17
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:24
|
||||
#: forms.py:20
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:27
|
||||
#: forms.py:24
|
||||
msgid ""
|
||||
"Please enter a correct email and password. Note that the password field is "
|
||||
"case-sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:29
|
||||
#: forms.py:26
|
||||
msgid "This account is inactive."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:12
|
||||
#: links.py:13
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:13
|
||||
#: links.py:16
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:14
|
||||
#: settings.py:11
|
||||
msgid ""
|
||||
"Controls the mechanism used to authenticated user. Options are: username, "
|
||||
"email"
|
||||
msgstr ""
|
||||
|
||||
#: settings.py:23
|
||||
msgid "Allow non authenticated users, access to all views"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:49
|
||||
#: views.py:36
|
||||
msgid "Current user password change"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:52
|
||||
msgid "Your password has been successfully changed."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
|
||||
@@ -9,236 +9,258 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Document automatically checked in"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Document checked in"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Document forcefully checked in"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Document already checked out."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Amount of time to hold the document checked out in minutes."
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Do not allow new version of this document to be uploaded."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Document checkout"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out documents"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Check in documents"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Forcefully check in documents"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out documents"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Check out time: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Check out expiration: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Check out details for document: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Error trying to check out document; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Document \"%s\" checked out successfully."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Check out document: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Check out time: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Check out expiration: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Check out details for document: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Document has not been checked out."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Error trying to check in document; %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Document \"%s\" checked in successfully."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "You didn't originally checked out this document. Are you sure you wish to forcefully check in document: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Are you sure you wish to check in document: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Check out document: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Days"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Hours"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Allow overriding check out restrictions"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minutes"
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Are you sure you wish to check in document: %s?"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Enter a valid number of days."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Days"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Enter a valid number of hours."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Hours"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Enter a valid number of minutes."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minutes"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Enter a valid time difference."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Enter a valid number of days."
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Amount of time to hold the document in the checked out state in days, hours and/or minutes."
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Enter a valid number of hours."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Enter a valid number of minutes."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Enter a valid time difference."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
|
||||
@@ -9,236 +9,257 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Документът е проверен."
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Докъментът е регистриран"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Автоматично регистрирани документи"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Докъментът е регистриран"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Документът е проверен."
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Документът е принудително регистриран"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Документът вече е проверен."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Разрешени нови версии: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Проверете срока на валидност"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Време за задържане на проверения документ в минути."
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Проверете срока на валидност"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Потребител: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Забранете качването на нова версия на този документ."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Проверете срока на валидност"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Проверка на документ"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Провери документи"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Регистрирай документи"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Регистрирай принудилтелно документи"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Разреши проверки незвисимо от забрана"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Провери документи"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Потребител: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Време на отписване: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Проверка срок на валидност: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Разрешени нови версии: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Данни от проверката на документ: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Грешка при проверка на документ; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Документ \"%s\" проверен успешно."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Провери документ: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Потребител: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Време на отписване: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Проверка срок на валидност: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Разрешени нови версии: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Данни от проверката на документ: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Документът не е проверяван."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Грешка при регистрация на документ; %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Документ \"%s\" е регистриран успешно."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че искате принудително да регистрирате документа: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че "
|
||||
"искате принудително да регистрирате документа: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Сигурни ли сте, че искате да регистрирате този документ: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Провери документ: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Дни"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Часове"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Разреши проверки незвисимо от забрана"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Минути"
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Сигурни ли сте, че искате да регистрирате този документ: %s?"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Въведете валиден брой дни."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Дни"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Въведете валиден брой часове."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Часове"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Въведете валиден брой минути."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Минути"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Въведете валидна времева разлика."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Въведете валиден брой дни."
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Време за задържане на документа в състояние проверен, в дни, часове и/или минути."
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Въведете валиден брой часове."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Въведете валиден брой минути."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Въведете валидна времева разлика."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Време за задържане на документа в състояние проверен, в дни, часове и/или "
|
||||
#~ "минути."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# www.ping.ba <jomer@ping.ba>, 2013
|
||||
@@ -9,236 +9,258 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n"
|
||||
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
|
||||
"projects/p/mayan-edms/language/bs_BA/)\n"
|
||||
"Language: bs_BA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bs_BA\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Dokument odjavljen"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Dokument prijavljen"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Dokument je automatski prijavljen"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Dokument prijavljen"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Dokument odjavljen"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Dokument je prisilno prijavljen"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Dokument je već odjavljen."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Nove verzije dozvoljene: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Datum i vrijeme istjecanja odjave"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Vrijeme zadržavanja odjavljenog dokumenta u minutama "
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Datum i vrijeme istjecanja odjave"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Korisnik: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Ne dozvoliti upload nove verzije ovog dokumenta."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Datum i vrijeme istjecanja odjave"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Odjava dokumenta"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Odjaviti dokumente"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Prijaviti dokumente"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Prisilno prijaviti dokumente"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Dozvoliti zanemarivanje ograničenja odjavljivanja"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Odjaviti dokumente"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Korisnik: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Vrijeme odjave: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Isticanje odjave za: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nove verzije dozvoljene: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Odjavni detalji za dokument: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Greška pokušaja odjave dokumenta; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Dokument \"%s\" uspješno odjavljen."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Odjaviti dokument: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Korisnik: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Vrijeme odjave: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Isticanje odjave za: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nove verzije dozvoljene: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Odjavni detalji za dokument: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Dokument nije odjavljen."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Greška pokušaja prijave dokumenta; %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Dokument \"%s\" uspješno prijavljen."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Vi niste odjavili ovaj dokument. Jeste li sigurni da želite prisilno prijaviti dokument: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Vi niste odjavili ovaj dokument. Jeste li sigurni da želite prisilno "
|
||||
"prijaviti dokument: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Jeste li sigurni da želite prijaviti dokument: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Odjaviti dokument: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Dana"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Sati"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Dozvoliti zanemarivanje ograničenja odjavljivanja"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minuta"
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Jeste li sigurni da želite prijaviti dokument: %s?"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Unesite validan broj dana."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Dana"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Unesite validan broj sati."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Sati"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Unesite validan broj minuta."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minuta"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Unesite važeću vremensku razliku."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Unesite validan broj dana."
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Vremenski period zadržavanja dokumenta u odjavljenom stanju u danima, satima i/ili minutama."
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Unesite validan broj sati."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Unesite validan broj minuta."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Unesite važeću vremensku razliku."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Vremenski period zadržavanja dokumenta u odjavljenom stanju u danima, "
|
||||
#~ "satima i/ili minutama."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,242 +1,221 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -254,9 +233,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -274,6 +250,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/"
|
||||
@@ -19,225 +19,203 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -255,9 +233,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -275,6 +250,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Stefan Lodders <sl@suchreflex.de>, 2012
|
||||
@@ -13,236 +13,260 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-02-06 23:55+0000\n"
|
||||
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Dokument ausgebucht"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Dokument eingebucht"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr "Ausbuchungen"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Dokument automatisch eingebucht"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Dokument eingebucht"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Dokument ausgebucht"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Dokument zwingend eingebucht"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Dokument bereits ausgebucht"
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr "Ausbuchungen"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Hochladen neuer Versionen erlaubt: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr "Dokument ausbuchen"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr "Dokument einbuchen"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr "Aus-/Einbuchen"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "Ausgebucht"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "Eingebucht/Verfügbar"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr "Dokument"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "Ausbuchungsbeginn"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Ausbuchungsende"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Zeit, für die das Dokument ausgebucht werden soll"
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr "Hochladen von neuen Versionen sperren"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Ausbuchungsende"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Benutzer: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Das Hochladen von neuen Versionen dieses Dokuments sperren"
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr "Hochladen von neuen Versionen sperren"
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Ausbuchungsende"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Ausbuchung"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr "Ausbuchungen"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Dokumente ausbuchen"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Dokumente einbuchen"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Dokumente zwingend einbuchen"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Aufhebung der Ausbuchungseinschränkungen erlauben"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Dokumente ausbuchen"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr "Ausgebuchte Dokumente"
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Ausbuchungsbeginn"
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Ausbuchungsende"
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Dokumentenstatus: %s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Benutzer: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Ausbuchungsbeginn: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Ausbuchungsende: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Hochladen neuer Versionen erlaubt: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Ausbuchungsdetails für Dokument %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Fehler bei der Ausbuchung von Dokument %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Dokument \"%s\" erfolgreich ausgebucht"
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Dokument %s ausbuchen"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr "Ausgebuchte Dokumente"
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Ausbuchungsbeginn"
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Ausbuchungsende"
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Dokumentenstatus: %s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Benutzer: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Ausbuchungsbeginn: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Ausbuchungsende: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Hochladen neuer Versionen erlaubt: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Ausbuchungsdetails für Dokument %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Dokument wurde nicht ausgebucht"
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Fehler bei der Einbuchung von Dokument %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Dokument \"%s\" erfolgreich eingebucht"
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Ein anderer Benutzer hat dieses Dokument ausgebucht. Wollen Sie Dokument %s wirklich zwingend einbuchen?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Ein anderer Benutzer hat dieses Dokument ausgebucht. Wollen Sie Dokument %s "
|
||||
"wirklich zwingend einbuchen?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Wollen Sie Dokument %s wirklich einbuchen?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Dokument %s ausbuchen"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Tage"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Stunden"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Aufhebung der Ausbuchungseinschränkungen erlauben"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minuten"
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "Benutzer"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Geben Sie eine gültige Anzahl an Tagen ein"
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Wollen Sie Dokument %s wirklich einbuchen?"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Geben Sie eine gültige Anzahl an Stunden ein"
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Tage"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Geben Sie eine gültige Anzahl an Minuten ein"
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Stunden"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Geben Sie eine gültige Zeitdifferenz ein"
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minuten"
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Zeitdauer der Ausbuchung des Dokuments (in Tagen, Stunden und/oder Minuten)"
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Geben Sie eine gültige Anzahl an Tagen ein"
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Geben Sie eine gültige Anzahl an Stunden ein"
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Geben Sie eine gültige Anzahl an Minuten ein"
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Geben Sie eine gültige Zeitdifferenz ein"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Zeitdauer der Ausbuchung des Dokuments (in Tagen, Stunden und/oder "
|
||||
#~ "Minuten)"
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2012-07-10 15:47+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -18,245 +18,264 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
#, fuzzy
|
||||
msgid "Checkouts"
|
||||
msgstr "checkouts"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Document automatically checked in"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Document checked in"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Document forcefully checked in"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Document already checked out."
|
||||
|
||||
#: links.py:19
|
||||
#, fuzzy
|
||||
msgid "Checkouts"
|
||||
msgstr "checkouts"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
#, fuzzy
|
||||
msgid "Check out document"
|
||||
msgstr "Check out documents"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
#, fuzzy
|
||||
msgid "Check in document"
|
||||
msgstr "Check in documents"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
#, fuzzy
|
||||
msgid "Check in/out"
|
||||
msgstr "check in/out"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
#, fuzzy
|
||||
msgid "Checked out"
|
||||
msgstr "checked out"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
#, fuzzy
|
||||
msgid "Checked in/available"
|
||||
msgstr "checked in/available"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
#, fuzzy
|
||||
msgid "Document"
|
||||
msgstr "document"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
#, fuzzy
|
||||
msgid "Check out date and time"
|
||||
msgstr "check out date and time"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Amount of time to hold the document checked out in minutes."
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Do not allow new version of this document to be uploaded."
|
||||
|
||||
#: models.py:45
|
||||
#, fuzzy
|
||||
msgid "Block new version upload"
|
||||
msgstr "block new version upload"
|
||||
|
||||
#: models.py:32
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Do not allow new version of this document to be uploaded."
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Check out expiration date and time"
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Document checkout"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
#, fuzzy
|
||||
msgid "Document checkouts"
|
||||
msgstr "Document checkout"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out documents"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Check in documents"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Forcefully check in documents"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out documents"
|
||||
|
||||
#: views.py:32
|
||||
#, fuzzy
|
||||
msgid "Documents checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: views.py:35
|
||||
#, fuzzy
|
||||
msgid "Checkout user"
|
||||
msgstr "checkout user"
|
||||
|
||||
#: views.py:36
|
||||
#, fuzzy
|
||||
msgid "Checkout time and date"
|
||||
msgstr "checkout time and date"
|
||||
|
||||
#: views.py:37
|
||||
#, fuzzy
|
||||
msgid "Checkout expiration"
|
||||
msgstr "checkout expiration"
|
||||
|
||||
#: views.py:50
|
||||
#, fuzzy, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Document status: %(widget)s %(text)s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Check out time: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Check out expiration: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, fuzzy
|
||||
msgid "Yes"
|
||||
msgstr "yes"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Check out details for document: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Error trying to check out document; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Document \"%s\" checked out successfully."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Check out document: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
#, fuzzy
|
||||
msgid "Documents checked out"
|
||||
msgstr "Document checked out"
|
||||
|
||||
#: views.py:93
|
||||
#, fuzzy
|
||||
msgid "Checkout time and date"
|
||||
msgstr "checkout time and date"
|
||||
|
||||
#: views.py:99
|
||||
#, fuzzy
|
||||
msgid "Checkout expiration"
|
||||
msgstr "checkout expiration"
|
||||
|
||||
#: views.py:123
|
||||
#, fuzzy, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Document status: %(widget)s %(text)s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "User: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Check out time: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Check out expiration: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "New versions allowed: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, fuzzy
|
||||
msgid "Yes"
|
||||
msgstr "yes"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Check out details for document: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Document has not been checked out."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Error trying to check in document; %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Document \"%s\" checked in successfully."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Are you sure you wish to check in document: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Check out document: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Days"
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Hours"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minutes"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Enter a valid number of days."
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Enter a valid number of hours."
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Enter a valid number of minutes."
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Enter a valid time difference."
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Allow overriding check out restrictions"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "checkout user"
|
||||
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Are you sure you wish to check in document: %s?"
|
||||
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Days"
|
||||
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Hours"
|
||||
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minutes"
|
||||
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Enter a valid number of days."
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Enter a valid number of hours."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Enter a valid number of minutes."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Enter a valid time difference."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# jmcainzos <jmcainzos@vodafone.es>, 2014
|
||||
@@ -11,236 +11,260 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-18 06:13+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Documento reservado"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Documento devuelto"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr "Reservaciones"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Documento devuelto automáticamente"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Documento devuelto"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Documento reservado"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Documento devuelto forzosamente"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "El documento ya está reservado."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr "Reservaciones"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Nuevas versiones permitidas: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr "Reservar documento"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr "Devolver documento"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr "Reservas"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "Reservado"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "Devuelto/disponible"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr "Documento"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "Fecha y hora de la reservación"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Fecha y hora de la expiración de la reserva."
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Cantidad de tiempo para mantener el documento reservado, en minutos."
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr "Restringir la subida de nuevas versiones"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Fecha y hora de la expiración de la reserva."
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Usuario: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "No permitir que nuevas versiones de este documento sean cargadas."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr "Restringir la subida de nuevas versiones"
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Fecha y hora de la expiración de la reserva."
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Reserva de documentos"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr "Reservaciones de documentos"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Reservar documentos"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Devolver documentos"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Devolver documentos forzosamente"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Ignorar las restricciones de documentos reservados"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Reservar documentos"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documentos reservados"
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr "Usuario que reserva"
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Fecha y hora de reservación"
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Expiración de la reservación"
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Estado de documento: %s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Usuario: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Tiempo de la reserva: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Expiración de la reserva: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nuevas versiones permitidas: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Detalles de la reserva para el documento: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Error tratando de reservar documento: %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Document \"%s\" reservado con éxito."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Reservar el documento: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documentos reservados"
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Fecha y hora de reservación"
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Expiración de la reservación"
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Estado de documento: %s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Usuario: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Tiempo de la reserva: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Expiración de la reserva: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nuevas versiones permitidas: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Detalles de la reserva para el documento: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "El documento no ha sido reservado."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Error tratando de devolver documento: %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Documento \"%s\" devuelto con éxito."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Usted no reservó inicialmente este documento. ¿Está seguro que desea devolver forzosamente el documento: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Usted no reservó inicialmente este documento. ¿Está seguro que desea "
|
||||
"devolver forzosamente el documento: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "¿Está seguro que desea devolver el documento: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Reservar el documento: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Dias"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Horas"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Ignorar las restricciones de documentos reservados"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minutos"
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "Usuario que reserva"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Introduzca un número de dias válido."
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "¿Está seguro que desea devolver el documento: %s?"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Introduzca un número de horas válido."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Dias"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Introduzca un número de minutos válido."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Horas"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Introduzca una diferencia de tiempo válida."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minutos"
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Cantidad de tiempo para reservar el documento, en días, horas y / o minutos."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Introduzca un número de dias válido."
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Introduzca un número de horas válido."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Introduzca un número de minutos válido."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Introduzca una diferencia de tiempo válida."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Cantidad de tiempo para reservar el documento, en días, horas y / o "
|
||||
#~ "minutos."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Mehdi Amani <MehdiAmani@toorintan.com>, 2014
|
||||
@@ -10,236 +10,260 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "سند خارج شد."
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "سند وارد شد."
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr "خروج Checkout"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "سند بصورت اتوماتیک وارد شده است."
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "سند وارد شد."
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "سند خارج شد."
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "سند طبق دستور وارد شد."
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "سند در حال حاضر خارج و یا checked out شده است."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr "خروج Checkout"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "نسخ جدید اجازه دارد: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr "خروج checkout سند"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr "ورود check in سند"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr "ورود/خروج"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "خارج شده checked out"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "وارد شده و یا موجود Checked in"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr "سند"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "تاریخ و زمان خروج check out"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "مدت زمان مجاز برای خارج نگه داشتن سند به دقیقه."
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr "آپلود نسخه و یا بلوک جدید"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "کاربر: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "از بارگذاری نسخه جدید این سند جلوگیری کنید."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr "آپلود نسخه و یا بلوک جدید"
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "خروج و یا checkout سند"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr "خروجی های check out سند"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "خروج اسناد"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "ورود اسناد"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "ورود اجباری اسناد"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "اجازه بازنویسی و تعییر محدودیت های خروج سند"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "خروج اسناد"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr "اسناد خارج شده check out"
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr "کاربر خارج کننده Checkout"
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr "زمان و تاریخ خروج"
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr "زمان پایان خارج بودن Checkout"
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "وضعیت سند : %s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "کاربر: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "زمان خارج ویا checkout کردن:%s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "انقضای مهلت خارج و یا checkout بودن: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "نسخ جدید اجازه دارد: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr "بلی"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr "خیر"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "جزئیات خروج و یا Checkout سند: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "خطا در زمان خارج ویا checkout کردن سند: %s "
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "سند \"%s\" بالاجبار خارج ویا checked out شد."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "خروج و یا check out سند: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr "اسناد خارج شده check out"
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr "زمان و تاریخ خروج"
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr "زمان پایان خارج بودن Checkout"
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "وضعیت سند : %s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "کاربر: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "زمان خارج ویا checkout کردن:%s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "انقضای مهلت خارج و یا checkout بودن: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "نسخ جدید اجازه دارد: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr "بلی"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr "خیر"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "جزئیات خروج و یا Checkout سند: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "سند خارج و یا checked out نشده است."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "خطا در زمان خروج و یا checkout سند: %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "سند \"%s\" با موفقیت وارد و یا checked in شد."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "شما خارج و یا checkout کننده اصلی این سند : %s نیستید. آیا از ورود و یا check in اجباری این سند مطمئن هستید؟"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"شما خارج و یا checkout کننده اصلی این سند : %s نیستید. آیا از ورود و یا "
|
||||
"check in اجباری این سند مطمئن هستید؟"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "آیا از ورود ویا check in این سند: %s مطمئن هستید؟"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "خروج و یا check out سند: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "روزها"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "ساعات"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "اجازه بازنویسی و تعییر محدودیت های خروج سند"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "دقایق"
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "کاربر خارج کننده Checkout"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "تعداد معتبر روزها را وارد کنید."
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "آیا از ورود ویا check in این سند: %s مطمئن هستید؟"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "تعداد معتبر ساعات را وارد کنید."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "روزها"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "تعداد معتبر دقایق را وارد کنید."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "ساعات"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "تفاوت زمانی معتبری وارد کنید."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "دقایق"
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "مدت زمان مجاز جهت نگهداری در وضعیت خروج و یا checked out به روز، ساعت و دقیقه."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "تعداد معتبر روزها را وارد کنید."
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "تعداد معتبر ساعات را وارد کنید."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "تعداد معتبر دقایق را وارد کنید."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "تفاوت زمانی معتبری وارد کنید."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "مدت زمان مجاز جهت نگهداری در وضعیت خروج و یا checked out به روز، ساعت و "
|
||||
#~ "دقیقه."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Christophe kryskool <christophe.chauvet@gmail.com>, 2015
|
||||
@@ -10,236 +10,260 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-04-06 09:00+0000\n"
|
||||
"Last-Translator: Christophe kryskool <christophe.chauvet@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Documents verrouillés"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Document déverrouillé"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr "Verrous"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Document déverrouillé automatiquement"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Document déverrouillé"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Documents verrouillés"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Document déverrouillé de force"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Document déjà verrouillé."
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr "Verrous"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Nouvelles versions autorisées: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr "Verrouiller le document"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr "Déverrouiller le document"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr "Verrouiller/déverrouiller"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "Verrouillé"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "Déverrouiller/rendre disponible"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr "Document"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "Date et heure du verrouillage"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Date et heure de l'expiration du verrou"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Durée en minutes pendant laquelle le document doit être verrouillé"
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr "Empêcher l'importation d'une nouvelle version"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Date et heure de l'expiration du verrou"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Utilisateur: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Ne pas autoriser l'importation d'une nouvelle version de ce document"
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr "Empêcher l'importation d'une nouvelle version"
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Date et heure de l'expiration du verrou"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Verrouillage du document"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr "Verrouillages du document"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Verrouiller les documents"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Déverrouiller les documents"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Déverrouiller de force les documents"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Permettre de révoquer le verrouillage"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Verrouiller les documents"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documents verrouillés"
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr "Verrou utilisateur"
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr "date et heure de verrouillage"
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Expiration du verrou"
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "État du document: %s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Utilisateur: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Heure du verrou: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Expiration du verrou: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nouvelles versions autorisées: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Détails du verrou pour le document; %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Erreur lors de l'essai de verrouillage du document; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Document \"%s\" verouillé avec succès."
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Verrouiller le document: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documents verrouillés"
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr "date et heure de verrouillage"
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Expiration du verrou"
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "État du document: %s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Utilisateur: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Heure du verrou: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Expiration du verrou: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nouvelles versions autorisées: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Détails du verrou pour le document; %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Ce document n'a pas été verrouillé."
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Erreur lors de la tentative de déverrouillage du document; %s "
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Document \"%s\" déverrouillé avec succès."
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain de vouloir forcer le déverrouillage de: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain "
|
||||
"de vouloir forcer le déverrouillage de: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Êtes vous certain de vouloir verrouiller le document: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Verrouiller le document: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Jours"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Heures"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Permettre de révoquer le verrouillage"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minutes"
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "Verrou utilisateur"
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Saisissez un nombre de jours valide."
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Êtes vous certain de vouloir verrouiller le document: %s?"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Saisissez un nombre d'heures valide."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Jours"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Saisissez un nombre de minutes valide."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Heures"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Saisissez un intervalle de temps valide."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minutes"
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Durée pendant laquelle conserver le verrou sur le document en jours, heures et/ou minutes."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Saisissez un nombre de jours valide."
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Saisissez un nombre d'heures valide."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Saisissez un nombre de minutes valide."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Saisissez un intervalle de temps valide."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Durée pendant laquelle conserver le verrou sur le document en jours, "
|
||||
#~ "heures et/ou minutes."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -1,242 +1,222 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n"
|
||||
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hr_HR\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -254,9 +234,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -274,6 +251,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
@@ -1,242 +1,221 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -254,9 +233,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -274,6 +250,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
@@ -1,242 +1,221 @@
|
||||
# SOME 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: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -254,9 +233,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -274,6 +250,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2015
|
||||
@@ -9,236 +9,260 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-29 08:10+0000\n"
|
||||
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr "Documento in uscita"
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
msgstr "Documento in entrata"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr "Uscite"
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr "Documento automaticamente in entrata"
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr "Documento in entrata"
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr "Documento in uscita"
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr "Forza documento in entrata"
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr "Documento già uscito"
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
msgstr "Uscite"
|
||||
#: handlers.py:13
|
||||
#, fuzzy, python-format
|
||||
#| msgid "New versions allowed: %s"
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr "Nuova versione concessa: %s"
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr "Documento in uscita"
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr "Documento in entrata"
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr "Check in / out"
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr "Checked-out"
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr "Check-in / disponibile"
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr "Documento"
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr "Uscito in data e ora"
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Scopri la data e l'ora di scadenza"
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr "Minuti disponibili per fermare il documento in checked out"
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
msgstr "Blocca la nuova versione in caricamento"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr "Scopri la data e l'ora di scadenza"
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
#, fuzzy
|
||||
#| msgid "User: %s"
|
||||
msgid "User"
|
||||
msgstr "Utente: %s"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr "Non permettere che la nuova versione di questo documento sia caricata."
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr "Blocca la nuova versione in caricamento"
|
||||
|
||||
#: models.py:59
|
||||
#, fuzzy
|
||||
#| msgid "Check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "Scopri la data e l'ora di scadenza"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr "Documento uscito"
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr "Documenti usciti"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out dei documenti"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr "Check in documenti"
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr "Forza il check in dei documenti"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
msgstr "Consenti di sovrascirvere le restrizioni di check out"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr "Check out dei documenti"
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documenti estratti"
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr "Utente per il checkout "
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Ora e data checkout "
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Scadenza checkout "
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Stato del documento: %s"
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Utente: %s"
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Ora del check out: %s"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Scadenza del check out: %s"
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nuova versione concessa: %s"
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Dettaglio del check out per il documento: %s"
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr "Errore nel cercare il check out del documento; %s"
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr "Il documento\"%s\" è uscito con successo"
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr "Check out documento: %s"
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr "Documenti estratti"
|
||||
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr "Ora e data checkout "
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr "Scadenza checkout "
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr "Stato del documento: %s"
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr "Utente: %s"
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr "Ora del check out: %s"
|
||||
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr "Scadenza del check out: %s"
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr "Nuova versione concessa: %s"
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr "Dettaglio del check out per il documento: %s"
|
||||
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr "Il documento non è stato fatto uscire"
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr "Errore nel tentare il check out del documento; %s"
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr "Il documento \"%s\" è entrato con successo"
|
||||
|
||||
#: views.py:143
|
||||
#, python-format
|
||||
#: views.py:197
|
||||
#, fuzzy, python-format
|
||||
#| msgid ""
|
||||
#| "You didn't originally checked out this document. Are you sure you wish "
|
||||
#| "to forcefully check in document: %s?"
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgstr "Originariamente non è stato fatto uscire questo documento. Sei sicuro di voler forzare il check in del documento: %s?"
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
"Originariamente non è stato fatto uscire questo documento. Sei sicuro di "
|
||||
"voler forzare il check in del documento: %s?"
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgstr "Sei sicuro di voler far entrare il documento: %s?"
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "Check out document: %s"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "Check out documento: %s"
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
msgstr "Giorni"
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
msgstr "Orario"
|
||||
#~ msgid "Allow overriding check out restrictions"
|
||||
#~ msgstr "Consenti di sovrascirvere le restrizioni di check out"
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
msgstr "Minuti"
|
||||
#~ msgid "Checkout user"
|
||||
#~ msgstr "Utente per il checkout "
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr "Immettere un numero valido di giorni."
|
||||
#~ msgid "Are you sure you wish to check in document: %s?"
|
||||
#~ msgstr "Sei sicuro di voler far entrare il documento: %s?"
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr "Immettere un numero valido di ore."
|
||||
#~ msgid "Days"
|
||||
#~ msgstr "Giorni"
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr "Immettere un numero valido di minuti."
|
||||
#~ msgid "Hours"
|
||||
#~ msgstr "Orario"
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr "Inserire una differenza di tempo valido."
|
||||
#~ msgid "Minutes"
|
||||
#~ msgstr "Minuti"
|
||||
|
||||
#: widgets.py:78
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
msgstr "Quantità di tempo per tenere il documento in check out in giorni, ore e / o minuti."
|
||||
#~ msgid "Enter a valid number of days."
|
||||
#~ msgstr "Immettere un numero valido di giorni."
|
||||
|
||||
#~ msgid "Enter a valid number of hours."
|
||||
#~ msgstr "Immettere un numero valido di ore."
|
||||
|
||||
#~ msgid "Enter a valid number of minutes."
|
||||
#~ msgstr "Immettere un numero valido di minuti."
|
||||
|
||||
#~ msgid "Enter a valid time difference."
|
||||
#~ msgstr "Inserire una differenza di tempo valido."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Amount of time to hold the document in the checked out state in days, "
|
||||
#~ "hours and/or minutes."
|
||||
#~ msgstr ""
|
||||
#~ "Quantità di tempo per tenere il documento in check out in giorni, ore e / "
|
||||
#~ "o minuti."
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
#~ msgstr "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-15 18:59-0400\n"
|
||||
"POT-Creation-Date: 2015-08-11 02:09-0400\n"
|
||||
"PO-Revision-Date: 2015-01-11 22:05+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -20,225 +20,203 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#: events.py:7
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:8
|
||||
msgid "Document checked in"
|
||||
#: apps.py:33 links.py:22
|
||||
msgid "Checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:9
|
||||
msgid "Document automatically checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:10
|
||||
#: events.py:12
|
||||
msgid "Document checked in"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:15
|
||||
msgid "Document checked out"
|
||||
msgstr ""
|
||||
|
||||
#: events.py:19
|
||||
msgid "Document forcefully checked in"
|
||||
msgstr ""
|
||||
|
||||
#: exceptions.py:18 views.py:82
|
||||
#: exceptions.py:32 views.py:54
|
||||
msgid "Document already checked out."
|
||||
msgstr ""
|
||||
|
||||
#: links.py:19
|
||||
msgid "Checkouts"
|
||||
#: handlers.py:13
|
||||
#, python-format
|
||||
msgid "New versions not allowed for the checkedout document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:20
|
||||
#: links.py:27
|
||||
msgid "Check out document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:21
|
||||
#: links.py:33
|
||||
msgid "Check in document"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:22
|
||||
#: links.py:40
|
||||
msgid "Check in/out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:9
|
||||
#: literals.py:12
|
||||
msgid "Checked out"
|
||||
msgstr ""
|
||||
|
||||
#: literals.py:10
|
||||
#: literals.py:13
|
||||
msgid "Checked in/available"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
#: models.py:28
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:31
|
||||
msgid "Check out date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25 widgets.py:79
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:35
|
||||
msgid "Amount of time to hold the document checked out in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
msgid "Block new version upload"
|
||||
#: models.py:37
|
||||
msgid "Check out expiration date and time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:39 views.py:87
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:43
|
||||
msgid "Do not allow new version of this document to be uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
#: models.py:45
|
||||
msgid "Block new version upload"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
msgid "Document checkouts"
|
||||
#, fuzzy
|
||||
#| msgid "check out expiration date and time"
|
||||
msgid "Check out expiration date and time must be in the future."
|
||||
msgstr "check out expiration date and time"
|
||||
|
||||
#: models.py:80 permissions.py:7
|
||||
msgid "Document checkout"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Check out documents"
|
||||
#: models.py:81
|
||||
msgid "Document checkouts"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
#: permissions.py:13
|
||||
msgid "Forcefully check in documents"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Allow overriding check out restrictions"
|
||||
#: permissions.py:16
|
||||
msgid "Check out documents"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:35
|
||||
msgid "Checkout user"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:50
|
||||
#, python-format
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#, python-format
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:57
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#: views.py:58
|
||||
#, python-format
|
||||
msgid "Error trying to check out document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:87
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked out successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Check out document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:107 views.py:128
|
||||
msgid "Document has not been checked out."
|
||||
#: views.py:83
|
||||
msgid "Documents checked out"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:130
|
||||
#: views.py:93
|
||||
msgid "Checkout time and date"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
msgid "Checkout expiration"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgid "Document status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "User: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgid "Check out time: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:143
|
||||
#: views.py:135
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You didn't originally checked out this document. Are you sure you wish to "
|
||||
"forcefully check in document: %s?"
|
||||
msgid "Check out expiration: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
#, python-format
|
||||
msgid "New versions allowed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:138
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:145
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to check in document: %s?"
|
||||
msgid "Check out details for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
msgid "Days"
|
||||
#: views.py:161 views.py:182
|
||||
msgid "Document has not been checked out."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
msgid "Hours"
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Error trying to check in document; %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:19
|
||||
msgid "Minutes"
|
||||
#: views.py:186
|
||||
#, python-format
|
||||
msgid "Document \"%s\" checked in successfully."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:49
|
||||
msgid "Enter a valid number of days."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:50
|
||||
msgid "Enter a valid number of hours."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:51
|
||||
msgid "Enter a valid number of minutes."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:52
|
||||
msgid "Enter a valid time difference."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:78
|
||||
#: views.py:197
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Amount of time to hold the document in the checked out state in days, hours "
|
||||
"and/or minutes."
|
||||
"You didn't originally checked out this document. Forcefully check in the "
|
||||
"document: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:199
|
||||
#, fuzzy, python-format
|
||||
#| msgid "check in document"
|
||||
msgid "Check in the document: %s?"
|
||||
msgstr "check in document"
|
||||
|
||||
#: widgets.py:22
|
||||
msgid "Period"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Document \"%(document)s\" checked out by %(fullname)s."
|
||||
@@ -256,9 +234,6 @@ msgstr ""
|
||||
#~ msgid "document"
|
||||
#~ msgstr "document"
|
||||
|
||||
#~ msgid "check out expiration date and time"
|
||||
#~ msgstr "check out expiration date and time"
|
||||
|
||||
#~ msgid "document checkout"
|
||||
#~ msgstr "document checkout"
|
||||
|
||||
@@ -276,6 +251,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "check out document"
|
||||
#~ msgstr "check out document"
|
||||
|
||||
#~ msgid "check in document"
|
||||
#~ msgstr "check in document"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user