Files
mayan-edms/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po
T
2019-04-27 18:52:41 -04:00

193 lines
3.8 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.
#
# Translators:
# mic <winterfall24@gmail.com>, 2012,2015
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:42-0400\n"
"PO-Revision-Date: 2018-09-12 07:48+0000\n"
"Last-Translator: Roberto Rosario\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:40 events.py:8 models.py:36 models.py:102 permissions.py:7
msgid "Permissions"
msgstr "Uprawnienia"
#: classes.py:89
msgid "Insufficient permissions."
msgstr "Niewystarczające uprawnienia."
#: events.py:12
msgid "Role created"
msgstr ""
#: events.py:15
msgid "Role edited"
msgstr ""
#: links.py:16 links.py:40 models.py:113 views.py:164
msgid "Roles"
msgstr "Role"
#: links.py:23
msgid "Create new role"
msgstr "Utwórz nową rolę"
#: links.py:29
msgid "Delete"
msgstr "Usuń"
#: links.py:34
msgid "Edit"
msgstr "Edytuj"
#: links.py:45 models.py:105
msgid "Groups"
msgstr "Grupy"
#: links.py:52
msgid "Role permissions"
msgstr "Uprawnienia roli"
#: models.py:27
msgid "Namespace"
msgstr "Przestrzeń nazw"
#: models.py:28
msgid "Name"
msgstr "Nazwa"
#: models.py:35
msgid "Permission"
msgstr "Uprawnienia"
#: models.py:98 search.py:16
msgid "Label"
msgstr "Etykieta"
#: models.py:112
msgid "Role"
msgstr "Rola"
#: permissions.py:10
msgid "Create roles"
msgstr "Utwórz role"
#: permissions.py:13
msgid "Delete roles"
msgstr "Usuń role"
#: permissions.py:16
msgid "Edit roles"
msgstr "Edytuj role"
#: permissions.py:19
msgid "View roles"
msgstr "Podgląd ról"
#: search.py:20
msgid "Group name"
msgstr "Nazwa grupy"
#: serializers.py:46
msgid ""
"Comma separated list of groups primary keys to add to, or replace in this "
"role."
msgstr ""
#: serializers.py:53
msgid "Comma separated list of permission primary keys to grant to this role."
msgstr ""
#: serializers.py:90
#, python-format
msgid "No such permission: %s"
msgstr "Brak uprawnienia: %s"
#: views.py:32
msgid "Available roles"
msgstr ""
#: views.py:33
msgid "Group roles"
msgstr ""
#: views.py:42
#, python-format
msgid "Roles of group: %s"
msgstr ""
#: views.py:79
msgid "Available groups"
msgstr "Dostępne grupy"
#: views.py:80
msgid "Role groups"
msgstr "Grupy roli"
#: views.py:89
#, python-format
msgid "Groups of role: %s"
msgstr "Grupy dla roli: %s"
#: views.py:91
msgid ""
"Add groups to be part of a role. They will inherit the role's permissions "
"and access controls."
msgstr ""
#: views.py:104
msgid "Available permissions"
msgstr "Dostępne uprawnienia"
#: views.py:105
msgid "Granted permissions"
msgstr "Przyznane uprawnienia"
#: views.py:137
msgid ""
"Permissions granted here will apply to the entire system and all objects."
msgstr ""
#: views.py:140
#, python-format
msgid "Permissions for role: %s"
msgstr "Uprawnienia dla roli: %s"
#: views.py:156
msgid ""
"Roles are authorization units. They contain user groups which inherit the "
"role permissions for the entire system. Roles can also part of access "
"controls lists. Access controls list are permissions granted to a role for "
"specific objects which its group members inherit."
msgstr ""
#: views.py:163
msgid "There are no roles"
msgstr ""
#~ msgid "Grant"
#~ msgstr "Przyznaj"
#~ msgid "Revoke"
#~ msgstr "Odwołaj"
#~ msgid "Grant permissions"
#~ msgstr "Przyznaj uprawnienia"
#~ msgid "Revoke permissions"
#~ msgstr "Odwołaj uprawnienia"