Translations.
[cas.git] / src / ssh_keys / locale / pl / LC_MESSAGES / django.po
index b2fc0b1..902af5f 100644 (file)
@@ -7,8 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-01 11:41+0200\n"
-"PO-Revision-Date: 2019-04-01 11:42+0200\n"
+"PO-Revision-Date: 2021-08-21 11:54+0200\n"
 "Last-Translator: \n"
 "Language-Team: \n"
 "Language: pl\n"
@@ -18,81 +17,92 @@ msgstr ""
 "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"
-"X-Generator: Poedit 2.0.6\n"
+"X-Generator: Poedit 2.4.1\n"
 
-#: apps.py:7 models.py:20 templates/ssh_keys/sshkey_list.html:13
+#: ssh_keys/apps.py:7 ssh_keys/models.py:21
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:17
 msgid "SSH keys"
 msgstr "Klucze SSH"
 
-#: models.py:8
+#: ssh_keys/models.py:8
 msgid "user"
 msgstr "użytkownik"
 
-#: models.py:9
+#: ssh_keys/models.py:9
 msgid "key"
 msgstr "klucz"
 
-#: models.py:10
+#: ssh_keys/models.py:10
 msgid "comment"
 msgstr "komentarz"
 
-#: models.py:11
+#: ssh_keys/models.py:11
 msgid "algorithm"
 msgstr "algorytm"
 
-#: models.py:12
+#: ssh_keys/models.py:12
 msgid "bit length"
 msgstr "długość bitowa"
 
-#: models.py:13
+#: ssh_keys/models.py:13
+msgid "SHA256 hash"
+msgstr "skrót SHA256"
+
+#: ssh_keys/models.py:14
 msgid "MD5 hash"
 msgstr "skrót MD5"
 
-#: models.py:14
+#: ssh_keys/models.py:15
 msgid "created at"
 msgstr "utworzony"
 
-#: models.py:15
+#: ssh_keys/models.py:16
 msgid "last seen at"
 msgstr "ostatnio widziany"
 
-#: models.py:19
+#: ssh_keys/models.py:20
 msgid "SSH key"
 msgstr "klucz SSH"
 
-#: templates/ssh_keys/sshkey_add.html:6
+#: ssh_keys/templates/ssh_keys/sshkey_add.html:6
 msgid "Add SSH key"
 msgstr "Dodaj klucz SSH"
 
-#: templates/ssh_keys/sshkey_add.html:12 templates/ssh_keys/sshkey_list.html:31
+#: ssh_keys/templates/ssh_keys/sshkey_add.html:12
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:14
 msgid "Add"
 msgstr "Dodaj"
 
-#: templates/ssh_keys/sshkey_confirm_delete.html:6
+#: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:6
 msgid "Confirm deleting an SSH key"
 msgstr "Potwierdź usunięcie klucza SSH"
 
-#: templates/ssh_keys/sshkey_confirm_delete.html:8
+#: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:8
 msgid "Are you sure you want to delete this key?"
 msgstr "Czy na pewno chcesz usunąć ten klucz?"
 
-#: templates/ssh_keys/sshkey_confirm_delete.html:14
-msgid "Added at"
-msgstr "Dodano"
-
-#: templates/ssh_keys/sshkey_confirm_delete.html:17
-#: templates/ssh_keys/sshkey_list.html:24
-msgid "Delete"
-msgstr "Usuń"
-
-#: templates/ssh_keys/sshkey_list.html:20
+#: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:16
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:25
 msgid "Added"
 msgstr "Dodany"
 
-#: templates/ssh_keys/sshkey_list.html:21
+#: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:17
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:26
 msgid "Last seen"
 msgstr "Ostatnio widziany"
 
-#: views.py:34
+#: ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html:21
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:32
+msgid "Delete"
+msgstr "Usuń"
+
+#: ssh_keys/templates/ssh_keys/sshkey_list.html:38
+msgid "You don't have any SSH keys."
+msgstr "Nie masz żadnego klucza SSH."
+
+#: ssh_keys/views.py:36
 msgid "Key already in the database."
 msgstr "Klucz jest już w bazie."
+
+#~ msgid "Added at"
+#~ msgstr "Dodano"