Translations.
[cas.git] / src / ssh_keys / locale / pl / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: \n"
9 "Report-Msgid-Bugs-To: \n"
10 "PO-Revision-Date: 2021-08-21 11:54+0200\n"
11 "Last-Translator: \n"
12 "Language-Team: \n"
13 "Language: pl\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
18 "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
19 "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
20 "X-Generator: Poedit 2.4.1\n"
21
22 #: ssh_keys/apps.py:7 ssh_keys/models.py:21
23 #: ssh_keys/templates/ssh_keys/sshkey_list.html:17
24 msgid "SSH keys"
25 msgstr "Klucze SSH"
26
27 #: ssh_keys/models.py:8
28 msgid "user"
29 msgstr "użytkownik"
30
31 #: ssh_keys/models.py:9
32 msgid "key"
33 msgstr "klucz"
34
35 #: ssh_keys/models.py:10
36 msgid "comment"
37 msgstr "komentarz"
38
39 #: ssh_keys/models.py:11
40 msgid "algorithm"
41 msgstr "algorytm"
42
43 #: ssh_keys/models.py:12
44 msgid "bit length"
45 msgstr "długość bitowa"
46
47 #: ssh_keys/models.py:13
48 msgid "SHA256 hash"
49 msgstr "skrót SHA256"
50
51 #: ssh_keys/models.py:14
52 msgid "MD5 hash"
53 msgstr "skrót MD5"
54
55 #: ssh_keys/models.py:15
56 msgid "created at"
57 msgstr "utworzony"
58
59 #: ssh_keys/models.py:16
60 msgid "last seen at"
61 msgstr "ostatnio widziany"
62
63 #: ssh_keys/models.py:20
64 msgid "SSH key"
65 msgstr "klucz SSH"
66
67 #: ssh_keys/templates/ssh_keys/sshkey_add.html:6
68 msgid "Add SSH key"
69 msgstr "Dodaj klucz SSH"
70
71 #: ssh_keys/templates/ssh_keys/sshkey_add.html:12
72 #: ssh_keys/templates/ssh_keys/sshkey_list.html:14
73 msgid "Add"
74 msgstr "Dodaj"
75
76 #: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:6
77 msgid "Confirm deleting an SSH key"
78 msgstr "Potwierdź usunięcie klucza SSH"
79
80 #: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:8
81 msgid "Are you sure you want to delete this key?"
82 msgstr "Czy na pewno chcesz usunąć ten klucz?"
83
84 #: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:16
85 #: ssh_keys/templates/ssh_keys/sshkey_list.html:25
86 msgid "Added"
87 msgstr "Dodany"
88
89 #: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:17
90 #: ssh_keys/templates/ssh_keys/sshkey_list.html:26
91 msgid "Last seen"
92 msgstr "Ostatnio widziany"
93
94 #: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:21
95 #: ssh_keys/templates/ssh_keys/sshkey_list.html:32
96 msgid "Delete"
97 msgstr "Usuń"
98
99 #: ssh_keys/templates/ssh_keys/sshkey_list.html:38
100 msgid "You don't have any SSH keys."
101 msgstr "Nie masz żadnego klucza SSH."
102
103 #: ssh_keys/views.py:36
104 msgid "Key already in the database."
105 msgstr "Klucz jest już w bazie."
106
107 #~ msgid "Added at"
108 #~ msgstr "Dodano"