Files
mayan-edms/mayan/apps/document_signatures/locale/en/LC_MESSAGES/django.po
T
2019-05-04 21:43:55 -04:00

306 lines
5.2 KiB
Gettext

# 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: 2019-05-04 21:38-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:51 permissions.py:8 settings.py:10
msgid "Document signatures"
msgstr ""
#: apps.py:98
msgid "Date"
msgstr ""
#: apps.py:101 models.py:46
msgid "Key ID"
msgstr ""
#: apps.py:105 forms.py:64 models.py:50
msgid "Signature ID"
msgstr ""
#: apps.py:106 forms.py:76
msgid "None"
msgstr ""
#: apps.py:109
msgid "Type"
msgstr ""
#: forms.py:19 forms.py:33
msgid "Key"
msgstr ""
#: forms.py:24
msgid ""
"The passphrase to unlock the key and allow it to be used to sign the "
"document version."
msgstr ""
#: forms.py:26
msgid "Passphrase"
msgstr ""
#: forms.py:35
msgid "Private key that will be used to sign this document version."
msgstr ""
#: forms.py:46
msgid "Signature is embedded?"
msgstr ""
#: forms.py:48
msgid "Signature date"
msgstr ""
#: forms.py:51
msgid "Signature key ID"
msgstr ""
#: forms.py:53
msgid "Signature key present?"
msgstr ""
#: forms.py:66
msgid "Key fingerprint"
msgstr ""
#: forms.py:70
msgid "Key creation date"
msgstr ""
#: forms.py:75
msgid "Key expiration date"
msgstr ""
#: forms.py:80
msgid "Key length"
msgstr ""
#: forms.py:84
msgid "Key algorithm"
msgstr ""
#: forms.py:88
msgid "Key user ID"
msgstr ""
#: forms.py:92
msgid "Key type"
msgstr ""
#: links.py:32
msgid "Verify all documents"
msgstr ""
#: links.py:39 links.py:58 queues.py:8
msgid "Signatures"
msgstr ""
#: links.py:45
msgid "Delete"
msgstr ""
#: links.py:52
msgid "Details"
msgstr ""
#: links.py:63
msgid "Download"
msgstr ""
#: links.py:69
msgid "Upload signature"
msgstr ""
#: links.py:76
msgid "Sign detached"
msgstr ""
#: links.py:83
msgid "Sign embedded"
msgstr ""
#: models.py:40
msgid "Document version"
msgstr ""
#: models.py:44
msgid "Date signed"
msgstr ""
#: models.py:54
msgid "Public key fingerprint"
msgstr ""
#: models.py:60
msgid "Document version signature"
msgstr ""
#: models.py:61
msgid "Document version signatures"
msgstr ""
#: models.py:80
msgid "Detached"
msgstr ""
#: models.py:82
msgid "Embedded"
msgstr ""
#: models.py:97
msgid "Document version embedded signature"
msgstr ""
#: models.py:98
msgid "Document version embedded signatures"
msgstr ""
#: models.py:131
msgid "Signature file"
msgstr ""
#: models.py:138
msgid "Document version detached signature"
msgstr ""
#: models.py:139
msgid "Document version detached signatures"
msgstr ""
#: models.py:142
msgid "signature"
msgstr ""
#: permissions.py:12
msgid "Sign documents with detached signatures"
msgstr ""
#: permissions.py:16
msgid "Sign documents with embedded signatures"
msgstr ""
#: permissions.py:20
msgid "Delete detached signatures"
msgstr ""
#: permissions.py:24
msgid "Download detached document signatures"
msgstr ""
#: permissions.py:28
msgid "Upload detached document signatures"
msgstr ""
#: permissions.py:32
msgid "Verify document signatures"
msgstr ""
#: permissions.py:36
msgid "View details of document signatures"
msgstr ""
#: queues.py:11
msgid "Verify key signatures"
msgstr ""
#: queues.py:15
msgid "Unverify key signatures"
msgstr ""
#: queues.py:19
msgid "Verify document version"
msgstr ""
#: queues.py:24
msgid "Verify missing embedded signature"
msgstr ""
#: settings.py:15
msgid "Path to the Storage subclass to use when storing detached signatures."
msgstr ""
#: settings.py:24
msgid "Arguments to pass to the SIGNATURE_STORAGE_BACKEND. "
msgstr ""
#: views.py:68 views.py:159
msgid "Passphrase is needed to unlock this key."
msgstr ""
#: views.py:79 views.py:170
msgid "Passphrase is incorrect."
msgstr ""
#: views.py:101 views.py:191
msgid "Document version signed successfully."
msgstr ""
#: views.py:127
#, python-format
msgid "Sign document version \"%s\" with a detached signature"
msgstr ""
#: views.py:224
#, python-format
msgid "Sign document version \"%s\" with a embedded signature"
msgstr ""
#: views.py:241
#, python-format
msgid "Delete detached signature: %s"
msgstr ""
#: views.py:262
#, python-format
msgid "Details for signature: %s"
msgstr ""
#: views.py:303
msgid ""
"Signatures help provide authorship evidence and tamper detection. They are "
"very secure and hard to forge. A signature can be embedded as part of the "
"document itself or uploaded as a separate file."
msgstr ""
#: views.py:331
msgid "There are no signatures for this document."
msgstr ""
#: views.py:334
#, python-format
msgid "Signatures for document version: %s"
msgstr ""
#: views.py:364
#, python-format
msgid "Upload detached signature for document version: %s"
msgstr ""
#: views.py:381
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:382
msgid "Verify all document for signatures?"
msgstr ""
#: views.py:392
msgid "Signature verification queued successfully."
msgstr ""