Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/)
This commit is contained in:
123
apps/document_signatures/locale/pl/LC_MESSAGES/django.po
Normal file
123
apps/document_signatures/locale/pl/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,123 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <winterfall24@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
|
||||
"PO-Revision-Date: 2012-02-21 20:53+0000\n"
|
||||
"Last-Translator: mic <winterfall24@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/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"
|
||||
|
||||
#: __init__.py:83
|
||||
msgid "upload signature"
|
||||
msgstr "upload signature"
|
||||
|
||||
#: __init__.py:84
|
||||
msgid "download signature"
|
||||
msgstr "download signature"
|
||||
|
||||
#: __init__.py:85
|
||||
msgid "signatures"
|
||||
msgstr "signatures"
|
||||
|
||||
#: forms.py:11
|
||||
msgid "Signature file"
|
||||
msgstr "Signature file"
|
||||
|
||||
#: models.py:20
|
||||
msgid "document version"
|
||||
msgstr "document version"
|
||||
|
||||
#: models.py:21
|
||||
msgid "signature file"
|
||||
msgstr "signature file"
|
||||
|
||||
#: models.py:22
|
||||
msgid "has embedded signature"
|
||||
msgstr "has embedded signature"
|
||||
|
||||
#: models.py:35
|
||||
msgid "document version signature"
|
||||
msgstr "document version signature"
|
||||
|
||||
#: models.py:36
|
||||
msgid "document version signatures"
|
||||
msgstr "document version signatures"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Document signatures"
|
||||
msgstr "Document signatures"
|
||||
|
||||
#: permissions.py:8
|
||||
msgid "Verify document signatures"
|
||||
msgstr "Verify document signatures"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Upload detached signatures"
|
||||
msgstr "Upload detached signatures"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Download detached signatures"
|
||||
msgstr "Download detached signatures"
|
||||
|
||||
#: views.py:47
|
||||
#, python-format
|
||||
msgid "Signature status: %(widget)s %(text)s"
|
||||
msgstr "Signature status: %(widget)s %(text)s"
|
||||
|
||||
#: views.py:54
|
||||
msgid "embedded"
|
||||
msgstr "embedded"
|
||||
|
||||
#: views.py:56
|
||||
msgid "detached"
|
||||
msgstr "detached"
|
||||
|
||||
#: views.py:61
|
||||
#, python-format
|
||||
msgid "Signature ID: %s"
|
||||
msgstr "Signature ID: %s"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Signature type: %s"
|
||||
msgstr "Signature type: %s"
|
||||
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Key ID: %s"
|
||||
msgstr "Key ID: %s"
|
||||
|
||||
#: views.py:64
|
||||
#, python-format
|
||||
msgid "Timestamp: %s"
|
||||
msgstr "Timestamp: %s"
|
||||
|
||||
#: views.py:65
|
||||
#, python-format
|
||||
msgid "Signee: %s"
|
||||
msgstr "Signee: %s"
|
||||
|
||||
#: views.py:70
|
||||
#, python-format
|
||||
msgid "signature properties for: %s"
|
||||
msgstr "signature properties for: %s"
|
||||
|
||||
#: views.py:96
|
||||
msgid "Detached signature uploaded successfully."
|
||||
msgstr "Detached signature uploaded successfully."
|
||||
|
||||
#: views.py:105
|
||||
#, python-format
|
||||
msgid "Upload detached signature for: %s"
|
||||
msgstr "Upload detached signature for: %s"
|
||||
Reference in New Issue
Block a user