-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1285 from watchdogpolska/dev
v1.1.13 fixes: 2 master
- Loading branch information
Showing
10 changed files
with
84 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.1.12" | ||
__version__ = "1.1.13" | ||
|
||
|
||
# Compatibility to eg. django-rest-framework | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-04-27 18:50+0200\n" | ||
"PO-Revision-Date: 2023-04-27 18:48+0124\n" | ||
"Last-Translator: <[email protected]>\n" | ||
"PO-Revision-Date: 2023-04-28 13:31+0124\n" | ||
"Last-Translator: Pio Iwa <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: pl\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -105,7 +105,8 @@ msgstr "Grupa uprawnień" | |
msgid "Notify user" | ||
msgstr "Powiadom użytkownika" | ||
|
||
#: poradnia/cases/forms.py:101 poradnia/cases/templates/cases/case_close.html:9 | ||
#: poradnia/cases/forms.py:101 | ||
#: poradnia/cases/templates/cases/case_close.html:9 | ||
#: poradnia/cases/templates/cases/case_detail.html:47 | ||
msgid "Close" | ||
msgstr "Zamknij" | ||
|
@@ -314,16 +315,12 @@ msgstr "Usuń" | |
#, python-format | ||
msgid "" | ||
"\n" | ||
" Created by <a href=\"%(created_url)s\">" | ||
"%(created_user)s</a> on\n" | ||
" %(created_on)s for <a href=\"%(client_url)s\">" | ||
"%(client_user)s</a>" | ||
" Created by <a href=\"%(created_url)s\">%(created_user)s</a> on\n" | ||
" %(created_on)s for <a href=\"%(client_url)s\">%(client_user)s</a>" | ||
msgstr "" | ||
"\n" | ||
" Utworzona przez <a href=\"%(created_url)s\">" | ||
"%(created_user)s</a> o \n" | ||
" %(created_on)s dla <a href=\"%(client_url)s\">" | ||
"%(client_user)s</a>" | ||
" Utworzona przez <a href=\"%(created_url)s\">%(created_user)s</a> o \n" | ||
" %(created_on)s dla <a href=\"%(client_url)s\">%(client_user)s</a>" | ||
|
||
#: poradnia/cases/templates/cases/case_detail.html:85 | ||
msgid "Workflow" | ||
|
@@ -370,11 +367,11 @@ msgstr "Brak wpisów" | |
#: poradnia/cases/templates/cases/case_detail.html:183 | ||
#, python-format | ||
msgid "" | ||
"The letter can also be sent via <a href=\"mailto:%(email)s\">e-mail address</" | ||
"a>." | ||
"The letter can also be sent via <a href=\"mailto:%(email)s\">e-mail " | ||
"address</a>." | ||
msgstr "" | ||
"List może zostać przesłany także z wykorzystaniem <a href=\"mailto:%(email)s" | ||
"\">poczty elektronicznej</a>." | ||
"List może zostać przesłany także z wykorzystaniem <a " | ||
"href=\"mailto:%(email)s\">poczty elektronicznej</a>." | ||
|
||
#: poradnia/cases/templates/cases/case_filter.html:39 | ||
msgid "No." | ||
|
@@ -410,8 +407,8 @@ msgid "Cases have status changed by staff." | |
msgstr "" | ||
"Zgłoszona przez Ciebie sprawa otrzymuje najpierw status \"wolna\". To " | ||
"znaczy, że nie wiadomo jeszcze, która z udzielających porad osób Ci pomoże. " | ||
"Kiedy już wyznaczona zostanie ta osoba, porada zmieni status na \"przypisana" | ||
"\". A gdy już Ci pomożemy \"zakończona\"." | ||
"Kiedy już wyznaczona zostanie ta osoba, porada zmieni status na " | ||
"\"przypisana\". A gdy już Ci pomożemy \"zakończona\"." | ||
|
||
#: poradnia/cases/templates/cases/case_filter.html:124 | ||
msgid "There is no cases." | ||
|
@@ -445,8 +442,8 @@ msgstr "Potwierdzenie usunięcia uprawnień" | |
#: poradnia/cases/templates/cases/case_permission_remove_confirm.html:15 | ||
#, python-format | ||
msgid "" | ||
"Are you sure you want to remove the permissions on the case \"%(case)s\" for " | ||
"user %(user)s?" | ||
"Are you sure you want to remove the permissions on the case \"%(case)s\" for" | ||
" user %(user)s?" | ||
msgstr "" | ||
"Czy jesteś pewien, że chcesz usunąć uprawnienia do sprawy \"%(case)s\" dlla " | ||
"użytkownika %(user)s?" | ||
|
@@ -475,7 +472,7 @@ msgstr "Zaangażowani z zespołu" | |
#: poradnia/cases/templates/cases/case_table.html:58 | ||
msgid "Cases that do have letter with status done (case subject not in bold)." | ||
msgstr "" | ||
"Sprawy, które mają list ze statusem \"wykonany\" (temat sprawy nie jest " | ||
"Sprawy, które mają list ze statusem `wykonany` (temat sprawy nie jest " | ||
"pogrubiony)." | ||
|
||
#: poradnia/cases/templates/cases/case_table.html:62 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters