Skip to content

Commit fd2bbb8

Browse files
grzegorzbialyRoss Mechanic
authored andcommitted
Polish translations update. (#283)
1 parent 2e8925b commit fd2bbb8

File tree

2 files changed

+39
-23
lines changed

2 files changed

+39
-23
lines changed
130 Bytes
Binary file not shown.

simple_history/locale/pl/LC_MESSAGES/django.po

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,90 +7,106 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2016-05-05 15:36+0200\n"
11-
"PO-Revision-Date: 2016-05-05 15:40+0200\n"
10+
"POT-Creation-Date: 2017-06-06 15:32+0200\n"
11+
"PO-Revision-Date: 2017-06-06 15:38+0200\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
1214
"Language: pl\n"
1315
"MIME-Version: 1.0\n"
1416
"Content-Type: text/plain; charset=UTF-8\n"
1517
"Content-Transfer-Encoding: 8bit\n"
1618
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
1719
"|| n%100>=20) ? 1 : 2);\n"
18-
"Last-Translator: \n"
19-
"Language-Team: \n"
20-
"X-Generator: Poedit 1.8.7\n"
20+
"X-Generator: Poedit 2.0.2\n"
2121

22-
#: simple_history/admin.py:68
22+
#: admin.py:73
2323
#, python-format
2424
msgid "Change history: %s"
2525
msgstr "Historia zmian: %s"
2626

27-
#: simple_history/admin.py:85
27+
#: admin.py:92
2828
#, python-format
2929
msgid "The %(name)s \"%(obj)s\" was changed successfully."
3030
msgstr "%(name)s \"%(obj)s\" został pomyślnie zmodyfikowany."
3131

32-
#: simple_history/admin.py:91
32+
#: admin.py:98
3333
msgid "You may edit it again below"
3434
msgstr "Możesz edytować go ponownie poniżej"
3535

36-
#: simple_history/admin.py:149
36+
#: admin.py:156
3737
#, python-format
3838
msgid "Revert %s"
3939
msgstr "Przywróć %s"
4040

41-
#: simple_history/templates/simple_history/object_history.html:10
41+
#: models.py:211
42+
msgid "Created"
43+
msgstr "Dodane"
44+
45+
#: models.py:212
46+
msgid "Changed"
47+
msgstr "Zmodyfikowane"
48+
49+
#: models.py:213
50+
msgid "Deleted"
51+
msgstr "Usunięte"
52+
53+
#: templates/simple_history/object_history.html:10
4254
msgid ""
4355
"Choose a date from the list below to revert to a previous version of this "
4456
"object."
4557
msgstr ""
4658
"Wybierz datę z poniższej listy aby przywrócić poprzednią wersję tego obiektu."
4759

48-
#: simple_history/templates/simple_history/object_history.html:17
60+
#: templates/simple_history/object_history.html:17
4961
msgid "Object"
5062
msgstr "Obiekt"
5163

52-
#: simple_history/templates/simple_history/object_history.html:18
64+
#: templates/simple_history/object_history.html:18
5365
msgid "Date/time"
5466
msgstr "Data/czas"
5567

56-
#: simple_history/templates/simple_history/object_history.html:19
68+
#: templates/simple_history/object_history.html:19
5769
msgid "Comment"
5870
msgstr "Komentarz"
5971

60-
#: simple_history/templates/simple_history/object_history.html:20
72+
#: templates/simple_history/object_history.html:20
6173
msgid "Changed by"
6274
msgstr "Zmodyfikowane przez"
6375

64-
#: simple_history/templates/simple_history/object_history.html:46
76+
#: templates/simple_history/object_history.html:38
77+
msgid "None"
78+
msgstr "Brak"
79+
80+
#: templates/simple_history/object_history.html:46
6581
msgid "This object doesn't have a change history."
66-
msgstr "Ten obiekt nie ma historii zmian"
82+
msgstr "Ten obiekt nie ma historii zmian."
6783

68-
#: simple_history/templates/simple_history/object_history_form.html:7
84+
#: templates/simple_history/object_history_form.html:7
6985
msgid "Home"
7086
msgstr "Strona główna"
7187

72-
#: simple_history/templates/simple_history/object_history_form.html:11
88+
#: templates/simple_history/object_history_form.html:11
7389
msgid "History"
7490
msgstr "Historia"
7591

76-
#: simple_history/templates/simple_history/object_history_form.html:12
92+
#: templates/simple_history/object_history_form.html:12
7793
#, python-format
7894
msgid "Revert %(verbose_name)s"
7995
msgstr "Przywróć %(verbose_name)s"
8096

81-
#: simple_history/templates/simple_history/object_history_form.html:21
97+
#: templates/simple_history/object_history_form.html:21
8298
msgid ""
8399
"Press the 'Revert' button below to revert to this version of the object."
84100
msgstr "Naciśnij przycisk „Przywróć” aby przywrócić tę wersję obiektu."
85101

86-
#: simple_history/templates/simple_history/object_history_form.html:21
102+
#: templates/simple_history/object_history_form.html:21
87103
msgid "Or press the 'Change History' button to edit the history."
88104
msgstr "Lub naciśnij przycisk „Historia zmian” aby edytować historię."
89105

90-
#: simple_history/templates/simple_history/submit_line.html:3
106+
#: templates/simple_history/submit_line.html:3
91107
msgid "Revert"
92108
msgstr "Przywróć"
93109

94-
#: simple_history/templates/simple_history/submit_line.html:4
110+
#: templates/simple_history/submit_line.html:4
95111
msgid "Change History"
96112
msgstr "Historia zmian"

0 commit comments

Comments
 (0)