Skip to content

Commit f749710

Browse files
committed
Merge pull request jazzband#217 from elcodo/master Polish locale
2 parents ded4d68 + ecd510d commit f749710

File tree

4 files changed

+101
-0
lines changed

4 files changed

+101
-0
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Authors
1111
- Daniel Roschka
1212
- David Hite
1313
- George Vilches
14+
- Grzegorz Bialy
1415
- Hamish Downer
1516
- James Pulec
1617
- Joao Pedro Francese

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
tip (unreleased)
5+
----------------
6+
- Add Polish locale.
7+
48
1.8.1 (2016-03-19)
59
------------------
610
- Clear the threadlocal request object when processing the response to prevent test interactions. (gh-213)
1.75 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
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: 2016-05-05 15:36+0200\n"
11+
"PO-Revision-Date: 2016-05-05 15:40+0200\n"
12+
"Language: pl\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
17+
"|| n%100>=20) ? 1 : 2);\n"
18+
"Last-Translator: \n"
19+
"Language-Team: \n"
20+
"X-Generator: Poedit 1.8.7\n"
21+
22+
#: simple_history/admin.py:68
23+
#, python-format
24+
msgid "Change history: %s"
25+
msgstr "Historia zmian: %s"
26+
27+
#: simple_history/admin.py:85
28+
#, python-format
29+
msgid "The %(name)s \"%(obj)s\" was changed successfully."
30+
msgstr "%(name)s \"%(obj)s\" został pomyślnie zmodyfikowany."
31+
32+
#: simple_history/admin.py:91
33+
msgid "You may edit it again below"
34+
msgstr "Możesz edytować go ponownie poniżej"
35+
36+
#: simple_history/admin.py:149
37+
#, python-format
38+
msgid "Revert %s"
39+
msgstr "Przywróć %s"
40+
41+
#: simple_history/templates/simple_history/object_history.html:10
42+
msgid ""
43+
"Choose a date from the list below to revert to a previous version of this "
44+
"object."
45+
msgstr ""
46+
"Wybierz datę z poniższej listy aby przywrócić poprzednią wersję tego obiektu."
47+
48+
#: simple_history/templates/simple_history/object_history.html:17
49+
msgid "Object"
50+
msgstr "Obiekt"
51+
52+
#: simple_history/templates/simple_history/object_history.html:18
53+
msgid "Date/time"
54+
msgstr "Data/czas"
55+
56+
#: simple_history/templates/simple_history/object_history.html:19
57+
msgid "Comment"
58+
msgstr "Komentarz"
59+
60+
#: simple_history/templates/simple_history/object_history.html:20
61+
msgid "Changed by"
62+
msgstr "Zmodyfikowane przez"
63+
64+
#: simple_history/templates/simple_history/object_history.html:46
65+
msgid "This object doesn't have a change history."
66+
msgstr "Ten obiekt nie ma historii zmian"
67+
68+
#: simple_history/templates/simple_history/object_history_form.html:7
69+
msgid "Home"
70+
msgstr "Strona główna"
71+
72+
#: simple_history/templates/simple_history/object_history_form.html:11
73+
msgid "History"
74+
msgstr "Historia"
75+
76+
#: simple_history/templates/simple_history/object_history_form.html:12
77+
#, python-format
78+
msgid "Revert %(verbose_name)s"
79+
msgstr "Przywróć %(verbose_name)s"
80+
81+
#: simple_history/templates/simple_history/object_history_form.html:21
82+
msgid ""
83+
"Press the 'Revert' button below to revert to this version of the object."
84+
msgstr "Naciśnij przycisk „Przywróć” aby przywrócić tę wersję obiektu."
85+
86+
#: simple_history/templates/simple_history/object_history_form.html:21
87+
msgid "Or press the 'Change History' button to edit the history."
88+
msgstr "Lub naciśnij przycisk „Historia zmian” aby edytować historię."
89+
90+
#: simple_history/templates/simple_history/submit_line.html:3
91+
msgid "Revert"
92+
msgstr "Przywróć"
93+
94+
#: simple_history/templates/simple_history/submit_line.html:4
95+
msgid "Change History"
96+
msgstr "Historia zmian"

0 commit comments

Comments
 (0)