Files
mayan-edms/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po
Roberto Rosario f582484693 Update translation source files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2017-07-09 02:33:57 -04:00

132 lines
3.1 KiB
Plaintext

# 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:
# Wojtek Warczakowski <w.warczakowski@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-09 02:27-0400\n"
"PO-Revision-Date: 2017-06-02 17:23+0000\n"
"Last-Translator: Wojtek Warczakowski <w.warczakowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/rosarior/mayan-edms/language/"
"pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: apps.py:26
msgid "Document comments"
msgstr "Komentarze dokumentu"
#: apps.py:46
msgid "Date"
msgstr "Data"
#: apps.py:48 models.py:27
msgid "User"
msgstr "Użytkownik"
#. Translators: Comment here is a noun and refers to the actual text stored
#: apps.py:51 models.py:30 models.py:72 views.py:23
msgid "Comment"
msgstr "Komentarz"
#: apps.py:55 apps.py:59 links.py:22 models.py:73 permissions.py:7
msgid "Comments"
msgstr "Komentarze"
#: events.py:9
msgid "Document comment created"
msgstr "Dokument został skomentowany"
#: events.py:13
msgid "Document comment deleted"
msgstr "Komentarz do dokumentu został usunięty"
#: links.py:13
msgid "Add comment"
msgstr "Dodaj komentarz"
#: links.py:18
msgid "Delete"
msgstr "Usuń"
#: models.py:23
msgid "Document"
msgstr "Dokument"
#: models.py:33
msgid "Date time submitted"
msgstr "Data i czas zatwierdzenia"
#: permissions.py:10
msgid "Create new comments"
msgstr "Twórz nowe komentarze"
#: permissions.py:13
msgid "Delete comments"
msgstr "Usuwaj komentarze"
#: permissions.py:16
msgid "View comments"
msgstr "Przeglądaj komentarze"
#: views.py:41
#, python-format
msgid "Add comment to document: %s"
msgstr "Dodanie komentarza do dokumentu: %s"
#: views.py:79
#, python-format
msgid "Delete comment: %s?"
msgstr "Usunąć komentarz: %s?"
#: views.py:106
#, python-format
msgid "Comments for document: %s"
msgstr "Komentarze do dokumentu: %s"
#~ msgid "Comment \"%s\" deleted successfully."
#~ msgstr "Comment \"%s\" deleted successfully."
#~ msgid "Error deleting comment \"%(comment)s\": %(error)s"
#~ msgstr "Error deleting comment \"%(comment)s\": %(error)s"
#~ msgid "Delete comment?"
#~ msgstr "Delete comments"
#~ msgid "Comment added successfully."
#~ msgstr "Comment added successfully."
#~ msgid "comment"
#~ msgstr "comment"
#~ msgid "Must provide at least one comment."
#~ msgstr "Must provide at least one comment."
#~ msgid "Are you sure you wish to delete the comment: %s?"
#~ msgstr "Are you sure you wish to delete the comment: %s?"
#~ msgid "Are you sure you wish to delete the comments: %s?"
#~ msgstr "Are you sure you wish to delete the comments: %s?"
#~ msgid "date"
#~ msgstr "date"
#~ msgid "user"
#~ msgstr "user"
#~ msgid "comments"
#~ msgstr "comments"
#~ msgid "comments: %s"
#~ msgstr "comments: %s"