More SSH management.
[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 "POT-Creation-Date: 2019-04-01 11:41+0200\n"
11 "PO-Revision-Date: 2019-04-01 11:42+0200\n"
12 "Last-Translator: \n"
13 "Language-Team: \n"
14 "Language: pl\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
19 "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
20 "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
21 "X-Generator: Poedit 2.0.6\n"
22
23 #: apps.py:7 models.py:20 templates/ssh_keys/sshkey_list.html:13
24 msgid "SSH keys"
25 msgstr "Klucze SSH"
26
27 #: models.py:8
28 msgid "user"
29 msgstr "użytkownik"
30
31 #: models.py:9
32 msgid "key"
33 msgstr "klucz"
34
35 #: models.py:10
36 msgid "comment"
37 msgstr "komentarz"
38
39 #: models.py:11
40 msgid "algorithm"
41 msgstr "algorytm"
42
43 #: models.py:12
44 msgid "bit length"
45 msgstr "długość bitowa"
46
47 #: models.py:13
48 msgid "MD5 hash"
49 msgstr "skrót MD5"
50
51 #: models.py:14
52 msgid "created at"
53 msgstr "utworzony"
54
55 #: models.py:15
56 msgid "last seen at"
57 msgstr "ostatnio widziany"
58
59 #: models.py:19
60 msgid "SSH key"
61 msgstr "klucz SSH"
62
63 #: templates/ssh_keys/sshkey_add.html:6
64 msgid "Add SSH key"
65 msgstr "Dodaj klucz SSH"
66
67 #: templates/ssh_keys/sshkey_add.html:12 templates/ssh_keys/sshkey_list.html:31
68 msgid "Add"
69 msgstr "Dodaj"
70
71 #: templates/ssh_keys/sshkey_confirm_delete.html:6
72 msgid "Confirm deleting an SSH key"
73 msgstr "Potwierdź usunięcie klucza SSH"
74
75 #: templates/ssh_keys/sshkey_confirm_delete.html:8
76 msgid "Are you sure you want to delete this key?"
77 msgstr "Czy na pewno chcesz usunąć ten klucz?"
78
79 #: templates/ssh_keys/sshkey_confirm_delete.html:14
80 msgid "Added at"
81 msgstr "Dodano"
82
83 #: templates/ssh_keys/sshkey_confirm_delete.html:17
84 #: templates/ssh_keys/sshkey_list.html:24
85 msgid "Delete"
86 msgstr "Usuń"
87
88 #: templates/ssh_keys/sshkey_list.html:20
89 msgid "Added"
90 msgstr "Dodany"
91
92 #: templates/ssh_keys/sshkey_list.html:21
93 msgid "Last seen"
94 msgstr "Ostatnio widziany"
95
96 #: views.py:34
97 msgid "Key already in the database."
98 msgstr "Klucz jest już w bazie."