Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/)
This commit is contained in:
117
apps/dynamic_search/locale/pl/LC_MESSAGES/django.po
Normal file
117
apps/dynamic_search/locale/pl/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,117 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# mic <diveaway12@gmail.com>, 2012.
|
||||
# <winterfall24@gmail.com>, 2012.
|
||||
# <winterfall24@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
|
||||
"PO-Revision-Date: 2012-02-21 15:21+0000\n"
|
||||
"Last-Translator: mic <winterfall24@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
|
||||
#: __init__.py:5
|
||||
msgid "search"
|
||||
msgstr "szukaj"
|
||||
|
||||
#: __init__.py:6 views.py:72
|
||||
msgid "advanced search"
|
||||
msgstr "zaawansowane wyszukiwanie"
|
||||
|
||||
#: __init__.py:7
|
||||
msgid "search again"
|
||||
msgstr "wyszukaj ponownie"
|
||||
|
||||
#: forms.py:8
|
||||
msgid "Search terms"
|
||||
msgstr "Słowa do wyszukania"
|
||||
|
||||
#: models.py:20
|
||||
msgid "user"
|
||||
msgstr "użytkownik"
|
||||
|
||||
#: models.py:21
|
||||
msgid "query"
|
||||
msgstr "zapytanie"
|
||||
|
||||
#: models.py:22
|
||||
msgid "datetime created"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:23
|
||||
msgid "hits"
|
||||
msgstr "trafienia"
|
||||
|
||||
#: models.py:61
|
||||
msgid "recent search"
|
||||
msgstr "ostatnie wyszukiwanie"
|
||||
|
||||
#: models.py:62
|
||||
msgid "recent searches"
|
||||
msgstr "ostatnie wyszukiwania"
|
||||
|
||||
#: views.py:33
|
||||
#, python-format
|
||||
msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)"
|
||||
msgstr "wyniki, (showing only %(shown_result_count)s z %(result_count)s)"
|
||||
|
||||
#: views.py:37
|
||||
msgid "results"
|
||||
msgstr "wyniki"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Search error: %s"
|
||||
msgstr "Search error: %s"
|
||||
|
||||
#: views.py:60
|
||||
msgid "type"
|
||||
msgstr "typ"
|
||||
|
||||
#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19
|
||||
#: templatetags/search_tags.py:20
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
||||
#: conf/settings.py:12
|
||||
msgid "Maximum amount search hits to fetch and display."
|
||||
msgstr ""
|
||||
|
||||
#: conf/settings.py:13
|
||||
msgid "Maximum number of search queries to remember per user."
|
||||
msgstr ""
|
||||
|
||||
#: templates/search_help.html:3
|
||||
msgid "Help"
|
||||
msgstr "Pomoc"
|
||||
|
||||
#: templates/search_help.html:4
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Enter the desired search keywords separated by space. Only the top "
|
||||
"%(search_results_limit)s results will be available."
|
||||
msgstr ""
|
||||
|
||||
#: templates/search_results.html:3
|
||||
msgid "Search results"
|
||||
msgstr "Wynik wyszukiwania"
|
||||
|
||||
#: templates/search_results.html:19
|
||||
#, python-format
|
||||
msgid "Elapsed time: %(time_delta)s seconds"
|
||||
msgstr "Upływający czas: %(time_delta)s seconds"
|
||||
|
||||
#: templatetags/search_tags.py:33
|
||||
#, python-format
|
||||
msgid "recent searches (maximum of %d)"
|
||||
msgstr "ostatnie wyszukiwanie (maximum of %d)"
|
||||
Reference in New Issue
Block a user