More SSH management.
[cas.git] / src / ssh_keys / locale / pl / LC_MESSAGES / django.po
index 29bf9f8..b2fc0b1 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-30 23:22+0100\n"
-"PO-Revision-Date: 2019-03-30 23:22+0100\n"
+"POT-Creation-Date: 2019-04-01 11:41+0200\n"
+"PO-Revision-Date: 2019-04-01 11:42+0200\n"
 "Last-Translator: \n"
 "Language-Team: \n"
 "Language: pl\n"
@@ -20,27 +20,43 @@ msgstr ""
 "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 "X-Generator: Poedit 2.0.6\n"
 
-#: apps.py:7 models.py:15 templates/ssh_keys/sshkey_list.html:13
+#: apps.py:7 models.py:20 templates/ssh_keys/sshkey_list.html:13
 msgid "SSH keys"
 msgstr "Klucze SSH"
 
-#: models.py:7
+#: models.py:8
 msgid "user"
 msgstr "użytkownik"
 
-#: models.py:8
+#: models.py:9
 msgid "key"
 msgstr "klucz"
 
-#: models.py:9
+#: models.py:10
 msgid "comment"
 msgstr "komentarz"
 
-#: models.py:10
+#: models.py:11
+msgid "algorithm"
+msgstr "algorytm"
+
+#: models.py:12
+msgid "bit length"
+msgstr "długość bitowa"
+
+#: models.py:13
+msgid "MD5 hash"
+msgstr "skrót MD5"
+
+#: models.py:14
 msgid "created at"
 msgstr "utworzony"
 
-#: models.py:14
+#: models.py:15
+msgid "last seen at"
+msgstr "ostatnio widziany"
+
+#: models.py:19
 msgid "SSH key"
 msgstr "klucz SSH"
 
@@ -48,7 +64,7 @@ msgstr "klucz SSH"
 msgid "Add SSH key"
 msgstr "Dodaj klucz SSH"
 
-#: templates/ssh_keys/sshkey_add.html:12 templates/ssh_keys/sshkey_list.html:27
+#: templates/ssh_keys/sshkey_add.html:12 templates/ssh_keys/sshkey_list.html:31
 msgid "Add"
 msgstr "Dodaj"
 
@@ -61,11 +77,22 @@ 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
-#: templates/ssh_keys/sshkey_list.html:18
 msgid "Added at"
 msgstr "Dodano"
 
 #: templates/ssh_keys/sshkey_confirm_delete.html:17
-#: templates/ssh_keys/sshkey_list.html:20
+#: templates/ssh_keys/sshkey_list.html:24
 msgid "Delete"
 msgstr "Usuń"
+
+#: templates/ssh_keys/sshkey_list.html:20
+msgid "Added"
+msgstr "Dodany"
+
+#: templates/ssh_keys/sshkey_list.html:21
+msgid "Last seen"
+msgstr "Ostatnio widziany"
+
+#: views.py:34
+msgid "Key already in the database."
+msgstr "Klucz jest już w bazie."