From 8292b3de9e6e0f534dbbf4098c614d620553ba7d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 24 May 2010 23:55:23 +0200 Subject: Update gettext catalogs based on new template. --- sphinx/locale/pl/LC_MESSAGES/sphinx.po | 730 +++++++++++++++++++++------------ 1 file changed, 459 insertions(+), 271 deletions(-) (limited to 'sphinx/locale/pl') diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 60638b1d..4f950622 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -1,251 +1,395 @@ + msgid "" msgstr "" "Project-Id-Version: Sphinx 0.5\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2008-08-10 11:43+0000\n" -"PO-Revision-Date: 2009-09-07 10:28+0100\n" +"PO-Revision-Date: 2010-05-24 23:54+0200\n" "Last-Translator: Michał Kandulski \n" "Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " +"(n%100<10 || n%100>=20) ? 1 : 2)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 0.9.4\n" -#: sphinx/environment.py:103 -#: sphinx/writers/latex.py:184 +#: sphinx/environment.py:106 sphinx/writers/latex.py:184 +#: sphinx/writers/manpage.py:67 #, python-format msgid "%B %d, %Y" msgstr "%B %d %Y" -#: sphinx/environment.py:324 -#: sphinx/themes/basic/genindex-single.html:2 -#: sphinx/themes/basic/genindex-split.html:2 -#: sphinx/themes/basic/genindex-split.html:5 -#: sphinx/themes/basic/genindex.html:2 -#: sphinx/themes/basic/genindex.html:5 -#: sphinx/themes/basic/genindex.html:48 -#: sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:190 -msgid "Index" -msgstr "Indeks" - -#: sphinx/environment.py:325 -#: sphinx/writers/latex.py:189 -msgid "Module Index" -msgstr "Indeks modułów" - -#: sphinx/environment.py:326 -#: sphinx/themes/basic/defindex.html:16 -msgid "Search Page" -msgstr "Wyszukiwanie" - -#: sphinx/roles.py:55 -#: sphinx/directives/desc.py:747 -#, python-format -msgid "environment variable; %s" -msgstr "zmienna środowiskowa; %s" - -#: sphinx/roles.py:62 +#: sphinx/roles.py:174 #, python-format msgid "Python Enhancement Proposals!PEP %s" msgstr "Python Enhancement Proposals!PEP %s" -#: sphinx/builders/changes.py:71 +#: sphinx/builders/changes.py:72 msgid "Builtins" msgstr "Wbudowane" -#: sphinx/builders/changes.py:73 +#: sphinx/builders/changes.py:74 msgid "Module level" msgstr "Poziom modułu" -#: sphinx/builders/html.py:222 +#: sphinx/builders/html.py:266 #, python-format msgid "%b %d, %Y" msgstr "%b %d %Y" -#: sphinx/builders/html.py:241 -#: sphinx/themes/basic/defindex.html:21 +#: sphinx/builders/html.py:285 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html.py:241 +#: sphinx/builders/html.py:285 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:243 -#: sphinx/builders/htmlhelp.py:219 -#: sphinx/builders/qthelp.py:133 -#: sphinx/themes/basic/defindex.html:19 -#: sphinx/themes/basic/modindex.html:2 -#: sphinx/themes/basic/modindex.html:13 -msgid "Global Module Index" -msgstr "Indeks modułów" - -#: sphinx/builders/html.py:244 -msgid "modules" -msgstr "moduły" - -#: sphinx/builders/html.py:300 +#: sphinx/builders/html.py:345 msgid "next" msgstr "dalej" -#: sphinx/builders/html.py:309 +#: sphinx/builders/html.py:354 msgid "previous" msgstr "wstecz" -#: sphinx/builders/latex.py:162 +#: sphinx/builders/latex.py:151 msgid " (in " msgstr " (w " -#: sphinx/directives/desc.py:97 -msgid "Raises" -msgstr "Wyrzuca" +#: sphinx/directives/other.py:127 +msgid "Section author: " +msgstr "Autor rozdziału: " -#: sphinx/directives/desc.py:101 -msgid "Variable" -msgstr "Zmienna" +#: sphinx/directives/other.py:129 +msgid "Module author: " +msgstr "Autor modułu: " -#: sphinx/directives/desc.py:104 +#: sphinx/directives/other.py:131 +#, fuzzy +msgid "Code author: " +msgstr "Autor modułu: " + +#: sphinx/directives/other.py:133 +msgid "Author: " +msgstr "Autor: " + +#: sphinx/directives/other.py:238 +msgid "See also" +msgstr "Zobacz także" + +#: sphinx/domains/__init__.py:253 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:51 sphinx/domains/python.py:49 +msgid "Parameters" +msgstr "Parametry" + +#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:137 +#: sphinx/domains/python.py:59 msgid "Returns" msgstr "Zwraca" -#: sphinx/directives/desc.py:113 +#: sphinx/domains/c.py:56 sphinx/domains/python.py:61 msgid "Return type" msgstr "Typ zwracany" -#: sphinx/directives/desc.py:186 -msgid "Parameter" -msgstr "Parametr" +#: sphinx/domains/c.py:133 +#, python-format +msgid "%s (C function)" +msgstr "%s (funkcja C)" -#: sphinx/directives/desc.py:190 -msgid "Parameters" -msgstr "Parametry" +#: sphinx/domains/c.py:135 +#, python-format +msgid "%s (C member)" +msgstr "%s (pole C)" + +#: sphinx/domains/c.py:137 +#, python-format +msgid "%s (C macro)" +msgstr "%s (makro C)" + +#: sphinx/domains/c.py:139 +#, python-format +msgid "%s (C type)" +msgstr "%s (typ C)" + +#: sphinx/domains/c.py:141 +#, python-format +msgid "%s (C variable)" +msgstr "%s (zmienna C)" + +#: sphinx/domains/c.py:171 sphinx/domains/cpp.py:1031 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:497 +#, fuzzy, python-format +msgid "function" +msgstr "%s (funkcja C)" + +#: sphinx/domains/c.py:172 sphinx/domains/cpp.py:1032 +#, fuzzy, python-format +msgid "member" +msgstr "%s (pole C)" + +#: sphinx/domains/c.py:173 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:174 sphinx/domains/cpp.py:1033 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:175 +#, fuzzy +msgid "variable" +msgstr "Zmienna" + +#: sphinx/domains/cpp.py:876 +#, fuzzy, python-format +msgid "%s (C++ class)" +msgstr "%s (w klasie %s)" + +#: sphinx/domains/cpp.py:891 +#, fuzzy, python-format +msgid "%s (C++ type)" +msgstr "%s (typ C)" + +#: sphinx/domains/cpp.py:910 +#, fuzzy, python-format +msgid "%s (C++ member)" +msgstr "%s (pole C)" -#: sphinx/directives/desc.py:418 +#: sphinx/domains/cpp.py:962 +#, fuzzy, python-format +msgid "%s (C++ function)" +msgstr "%s (funkcja C)" + +#: sphinx/domains/cpp.py:1030 sphinx/domains/python.py:499 +msgid "class" +msgstr "" + +#: sphinx/domains/javascript.py:117 sphinx/domains/python.py:221 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funkcja wbudowana)" -#: sphinx/directives/desc.py:419 -#: sphinx/directives/desc.py:476 -#: sphinx/directives/desc.py:488 +#: sphinx/domains/javascript.py:118 sphinx/domains/python.py:285 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" + +#: sphinx/domains/javascript.py:120 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:122 sphinx/domains/python.py:323 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atrybut)" + +#: sphinx/domains/javascript.py:131 +#, fuzzy +msgid "Arguments" +msgstr "Parametry" + +#: sphinx/domains/javascript.py:134 +msgid "Throws" +msgstr "" + +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:498 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:168 sphinx/domains/python.py:504 +#, fuzzy, python-format +msgid "attribute" +msgstr "%s (%s atrybut)" + +#: sphinx/domains/python.py:53 +#, fuzzy +msgid "Variables" +msgstr "Zmienna" + +#: sphinx/domains/python.py:56 +msgid "Raises" +msgstr "Wyrzuca" + +#: sphinx/domains/python.py:222 sphinx/domains/python.py:279 +#: sphinx/domains/python.py:291 sphinx/domains/python.py:304 #, python-format msgid "%s() (in module %s)" msgstr "%s() (w module %s)" -#: sphinx/directives/desc.py:422 +#: sphinx/domains/python.py:225 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/directives/desc.py:423 -#: sphinx/directives/desc.py:514 +#: sphinx/domains/python.py:226 sphinx/domains/python.py:317 #, python-format msgid "%s (in module %s)" msgstr "%s (w module %s)" -#: sphinx/directives/desc.py:439 +#: sphinx/domains/python.py:242 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/directives/desc.py:440 +#: sphinx/domains/python.py:243 #, python-format msgid "%s (class in %s)" msgstr "%s (w klasie %s)" -#: sphinx/directives/desc.py:480 +#: sphinx/domains/python.py:283 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/directives/desc.py:482 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" - -#: sphinx/directives/desc.py:492 +#: sphinx/domains/python.py:295 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statyczna metoda)" -#: sphinx/directives/desc.py:495 +#: sphinx/domains/python.py:298 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statyczna metoda)" -#: sphinx/directives/desc.py:518 +#: sphinx/domains/python.py:308 +#, fuzzy, python-format +msgid "%s() (%s.%s class method)" +msgstr "%s() (%s.%s metoda)" + +#: sphinx/domains/python.py:311 +#, fuzzy, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda)" + +#: sphinx/domains/python.py:321 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atrybut)" -#: sphinx/directives/desc.py:520 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atrybut)" +#: sphinx/domains/python.py:366 +msgid "Platforms: " +msgstr "Platformy: " -#: sphinx/directives/desc.py:609 +#: sphinx/domains/python.py:372 #, python-format -msgid "%s (C function)" -msgstr "%s (funkcja C)" +msgid "%s (module)" +msgstr "%s (moduł)" -#: sphinx/directives/desc.py:611 -#, python-format -msgid "%s (C member)" -msgstr "%s (pole C)" +#: sphinx/domains/python.py:429 +#, fuzzy +msgid "Python Module Index" +msgstr "Indeks modułów" -#: sphinx/directives/desc.py:613 -#, python-format -msgid "%s (C macro)" -msgstr "%s (makro C)" +#: sphinx/domains/python.py:430 +msgid "modules" +msgstr "moduły" + +#: sphinx/domains/python.py:475 +msgid "Deprecated" +msgstr "Niezalecane" + +#: sphinx/domains/python.py:500 sphinx/locale/__init__.py:162 +msgid "exception" +msgstr "wyjątek" + +#: sphinx/domains/python.py:501 +msgid "method" +msgstr "" + +#: sphinx/domains/python.py:502 +#, fuzzy, python-format +msgid "class method" +msgstr "%s() (%s metoda)" + +#: sphinx/domains/python.py:503 +#, fuzzy, python-format +msgid "static method" +msgstr "%s() (%s statyczna metoda)" -#: sphinx/directives/desc.py:615 +#: sphinx/domains/python.py:505 sphinx/locale/__init__.py:158 +msgid "module" +msgstr "moduł" + +#: sphinx/domains/rst.py:53 #, python-format -msgid "%s (C type)" -msgstr "%s (typ C)" +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:55 +#, fuzzy, python-format +msgid "%s (role)" +msgstr "%s (moduł)" + +#: sphinx/domains/rst.py:103 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:104 +#, fuzzy +msgid "role" +msgstr "moduł" -#: sphinx/directives/desc.py:617 +#: sphinx/domains/std.py:68 sphinx/domains/std.py:84 #, python-format -msgid "%s (C variable)" -msgstr "%s (zmienna C)" +msgid "environment variable; %s" +msgstr "zmienna środowiskowa; %s" -#: sphinx/directives/desc.py:665 +#: sphinx/domains/std.py:160 #, python-format msgid "%scommand line option; %s" msgstr "%sopcja linii komend; %s" -#: sphinx/directives/other.py:140 -msgid "Platforms: " -msgstr "Platformy: " +#: sphinx/domains/std.py:328 +msgid "glossary term" +msgstr "" -#: sphinx/directives/other.py:146 -#, python-format -msgid "%s (module)" -msgstr "%s (moduł)" +#: sphinx/domains/std.py:329 +msgid "grammar token" +msgstr "" -#: sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor rozdziału: " +#: sphinx/domains/std.py:330 +msgid "reference label" +msgstr "" -#: sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor modułu: " +#: sphinx/domains/std.py:331 +#, fuzzy, python-format +msgid "environment variable" +msgstr "zmienna środowiskowa; %s" -#: sphinx/directives/other.py:199 -msgid "Author: " -msgstr "Autor: " +#: sphinx/domains/std.py:332 +msgid "program option" +msgstr "" -#: sphinx/directives/other.py:319 -msgid "See also" -msgstr "Zobacz także" +#: sphinx/domains/std.py:360 sphinx/themes/basic/genindex-single.html:11 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:11 sphinx/themes/basic/genindex.html:14 +#: sphinx/themes/basic/genindex.html:50 sphinx/themes/basic/layout.html:125 +#: sphinx/writers/latex.py:173 +msgid "Index" +msgstr "Indeks" -#: sphinx/ext/autodoc.py:889 +#: sphinx/domains/std.py:361 +msgid "Module Index" +msgstr "Indeks modułów" + +#: sphinx/domains/std.py:362 sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "Wyszukiwanie" + +#: sphinx/ext/autodoc.py:917 #, python-format msgid " Bases: %s" msgstr " Klasy bazowe: %s" -#: sphinx/ext/autodoc.py:922 +#: sphinx/ext/autodoc.py:950 #, python-format msgid "alias of :class:`%s`" msgstr "alias klasy :class:`%s`" @@ -254,245 +398,261 @@ msgstr "alias klasy :class:`%s`" msgid "Todo" msgstr "Do zrobienia" -#: sphinx/ext/todo.py:99 +#: sphinx/ext/todo.py:109 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" +"(Oryginalny wpis znajduje się w pliku %s, w linii %d i może być " +"odnaleziony " + +#: sphinx/ext/todo.py:117 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:66 +msgid "[source]" +msgstr "" + +#: sphinx/ext/viewcode.py:109 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:123 +#, fuzzy +msgid "Module code" +msgstr "moduł" + +#: sphinx/ext/viewcode.py:129 #, python-format -msgid "(The original entry is located in %s, line %d and can be found " -msgstr "(Oryginalny wpis znajduje się w pliku %s, w linii %d i może być odnaleziony " +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:156 +msgid "Overview: module code" +msgstr "" -#: sphinx/ext/todo.py:105 -msgid "here" -msgstr "tutaj" +#: sphinx/ext/viewcode.py:157 +msgid "

All modules for which code is available

" +msgstr "" -#: sphinx/locale/__init__.py:15 +#: sphinx/locale/__init__.py:139 msgid "Attention" msgstr "Uwaga" -#: sphinx/locale/__init__.py:16 +#: sphinx/locale/__init__.py:140 msgid "Caution" msgstr "Ostrożnie" -#: sphinx/locale/__init__.py:17 +#: sphinx/locale/__init__.py:141 msgid "Danger" msgstr "Niebezpieczeństwo" -#: sphinx/locale/__init__.py:18 +#: sphinx/locale/__init__.py:142 msgid "Error" msgstr "Błąd" -#: sphinx/locale/__init__.py:19 +#: sphinx/locale/__init__.py:143 msgid "Hint" msgstr "Podpowiedź" -#: sphinx/locale/__init__.py:20 +#: sphinx/locale/__init__.py:144 msgid "Important" msgstr "Ważne" -#: sphinx/locale/__init__.py:21 +#: sphinx/locale/__init__.py:145 msgid "Note" msgstr "Uwaga" -#: sphinx/locale/__init__.py:22 +#: sphinx/locale/__init__.py:146 msgid "See Also" msgstr "Zobacz także" -#: sphinx/locale/__init__.py:23 +#: sphinx/locale/__init__.py:147 msgid "Tip" msgstr "Wskazówka" -#: sphinx/locale/__init__.py:24 +#: sphinx/locale/__init__.py:148 msgid "Warning" msgstr "Ostrzeżenie" -#: sphinx/locale/__init__.py:28 +#: sphinx/locale/__init__.py:152 #, python-format msgid "New in version %s" msgstr "Nowe w wersji %s" -#: sphinx/locale/__init__.py:29 +#: sphinx/locale/__init__.py:153 #, python-format msgid "Changed in version %s" msgstr "Zmienione w wersji %s" -#: sphinx/locale/__init__.py:30 +#: sphinx/locale/__init__.py:154 #, python-format msgid "Deprecated since version %s" msgstr "Niezalecane od wersji %s" -#: sphinx/locale/__init__.py:34 -msgid "module" -msgstr "moduł" - -#: sphinx/locale/__init__.py:35 +#: sphinx/locale/__init__.py:159 msgid "keyword" msgstr "słowo kluczowe" -#: sphinx/locale/__init__.py:36 +#: sphinx/locale/__init__.py:160 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:37 +#: sphinx/locale/__init__.py:161 msgid "object" msgstr "obiekt" -#: sphinx/locale/__init__.py:38 -msgid "exception" -msgstr "wyjątek" - -#: sphinx/locale/__init__.py:39 +#: sphinx/locale/__init__.py:163 msgid "statement" msgstr "instrukcja" -#: sphinx/locale/__init__.py:40 +#: sphinx/locale/__init__.py:164 msgid "built-in function" msgstr "funkcja wbudowana" -#: sphinx/themes/basic/defindex.html:2 +#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:11 +msgid "Table Of Contents" +msgstr "Spis treści" + +#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:128 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:14 +msgid "Search" +msgstr "Szukaj" + +#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15 +msgid "Go" +msgstr "Szukaj" + +#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20 +msgid "Enter search terms or a module, class or function name." +msgstr "Wprowadź szukany termin lub nazwę modułu, klasy lub funkcji." + +#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14 +msgid "Show Source" +msgstr "Pokaż źródło" + +#: sphinx/themes/basic/defindex.html:11 msgid "Overview" msgstr "Przegląd" -#: sphinx/themes/basic/defindex.html:11 +#: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" msgstr "Indeksy i tablice:" -#: sphinx/themes/basic/defindex.html:14 +#: sphinx/themes/basic/defindex.html:23 msgid "Complete Table of Contents" msgstr "Kompletny spis treści" -#: sphinx/themes/basic/defindex.html:15 +#: sphinx/themes/basic/defindex.html:24 msgid "lists all sections and subsections" msgstr "wymień wszystkie rozdziały i podrozdziały" -#: sphinx/themes/basic/defindex.html:17 +#: sphinx/themes/basic/defindex.html:26 msgid "search this documentation" msgstr "wyszukaj w dokumentacji" -#: sphinx/themes/basic/defindex.html:20 +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "Indeks modułów" + +#: sphinx/themes/basic/defindex.html:29 msgid "quick access to all modules" msgstr "szybki dostęp do wszystkich modułów" -#: sphinx/themes/basic/defindex.html:22 +#: sphinx/themes/basic/defindex.html:31 msgid "all functions, classes, terms" msgstr "wszystkie funkcje, klasy, terminy" -#: sphinx/themes/basic/genindex-single.html:5 +#: sphinx/themes/basic/genindex-single.html:14 #, python-format msgid "Index – %(key)s" msgstr "Indeks – %(key)s" -#: sphinx/themes/basic/genindex-single.html:44 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex-split.html:27 -#: sphinx/themes/basic/genindex.html:54 +#: sphinx/themes/basic/genindex-single.html:46 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html:56 msgid "Full index on one page" msgstr "Cały indeks na jednej stronie" -#: sphinx/themes/basic/genindex-split.html:7 +#: sphinx/themes/basic/genindex-split.html:16 msgid "Index pages by letter" msgstr "Strony indeksu alfabetycznie" -#: sphinx/themes/basic/genindex-split.html:15 +#: sphinx/themes/basic/genindex-split.html:25 msgid "can be huge" msgstr "może być ogromny" -#: sphinx/themes/basic/layout.html:10 +#: sphinx/themes/basic/layout.html:23 msgid "Navigation" msgstr "Nawigacja" -#: sphinx/themes/basic/layout.html:42 -msgid "Table Of Contents" -msgstr "Spis treści" - -#: sphinx/themes/basic/layout.html:48 -msgid "Previous topic" -msgstr "Poprzedni temat" - -#: sphinx/themes/basic/layout.html:50 -msgid "previous chapter" -msgstr "poprzedni rozdział" - -#: sphinx/themes/basic/layout.html:53 -msgid "Next topic" -msgstr "Następny temat" - -#: sphinx/themes/basic/layout.html:55 -msgid "next chapter" -msgstr "następny rozdział" - -#: sphinx/themes/basic/layout.html:60 -msgid "This Page" -msgstr "Ta strona" - -#: sphinx/themes/basic/layout.html:63 -msgid "Show Source" -msgstr "Pokaż źródło" - -#: sphinx/themes/basic/layout.html:73 -msgid "Quick search" -msgstr "Szybkie wyszukiwanie" - -#: sphinx/themes/basic/layout.html:76 -msgid "Go" -msgstr "Szukaj" - -#: sphinx/themes/basic/layout.html:81 -msgid "Enter search terms or a module, class or function name." -msgstr "Wprowadź szukany termin lub nazwę modułu, klasy lub funkcji." - -#: sphinx/themes/basic/layout.html:122 +#: sphinx/themes/basic/layout.html:113 #, python-format msgid "Search within %(docstitle)s" msgstr "Szukaj pośród %(docstitle)s" -#: sphinx/themes/basic/layout.html:131 +#: sphinx/themes/basic/layout.html:122 msgid "About these documents" msgstr "O tych dokumentach" -#: sphinx/themes/basic/layout.html:137 -#: sphinx/themes/basic/search.html:2 -#: sphinx/themes/basic/search.html:5 -msgid "Search" -msgstr "Szukaj" - -#: sphinx/themes/basic/layout.html:140 +#: sphinx/themes/basic/layout.html:131 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:187 +#: sphinx/themes/basic/layout.html:180 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Copyright %(copyright)s." -#: sphinx/themes/basic/layout.html:189 +#: sphinx/themes/basic/layout.html:182 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Copyright %(copyright)s." -#: sphinx/themes/basic/layout.html:193 +#: sphinx/themes/basic/layout.html:186 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Ostatnia modyfikacja %(last_updated)s." -#: sphinx/themes/basic/layout.html:196 +#: sphinx/themes/basic/layout.html:189 #, python-format -msgid "Created using Sphinx %(sphinx_version)s." -msgstr "Utworzone przy pomocy Sphinx'a %(sphinx_version)s." - -#: sphinx/themes/basic/modindex.html:36 -msgid "Deprecated" -msgstr "Niezalecane" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" +"Utworzone przy pomocy Sphinx'a " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Przeszukaj %(docstitle)s" -#: sphinx/themes/basic/search.html:9 +#: sphinx/themes/basic/relations.html:11 +msgid "Previous topic" +msgstr "Poprzedni temat" + +#: sphinx/themes/basic/relations.html:13 +msgid "previous chapter" +msgstr "poprzedni rozdział" + +#: sphinx/themes/basic/relations.html:16 +msgid "Next topic" +msgstr "Następny temat" + +#: sphinx/themes/basic/relations.html:18 +msgid "next chapter" +msgstr "następny rozdział" + +#: sphinx/themes/basic/search.html:18 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Aby umożliwić wuszukiwanie, proszę włączyć JavaScript." -#: sphinx/themes/basic/search.html:14 +#: sphinx/themes/basic/search.html:23 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -501,22 +661,32 @@ msgid "" msgstr "" "Stąd możesz przeszukać dokumentację. Wprowadź szukane\n" " słowa w poniższym okienku i kliknij \"Szukaj\". Zwróć uwagę, że\n" -" funkcja szukająca będzie automatycznie szukała wszystkich słów. Strony\n" -" nie zawierające wszystkich wpisanych słów nie znajdą się na wynikowej liście." +" funkcja szukająca będzie automatycznie szukała wszystkich słów. " +"Strony\n" +" nie zawierające wszystkich wpisanych słów nie znajdą się na wynikowej" +" liście." -#: sphinx/themes/basic/search.html:21 +#: sphinx/themes/basic/search.html:30 msgid "search" msgstr "Szukaj" -#: sphinx/themes/basic/search.html:25 -#: sphinx/themes/basic/static/searchtools.js:462 +#: sphinx/themes/basic/search.html:34 +#: sphinx/themes/basic/static/searchtools.js:489 msgid "Search Results" msgstr "Wyniki wyszukiwania" -#: sphinx/themes/basic/search.html:27 +#: sphinx/themes/basic/search.html:36 msgid "Your search did not match any results." msgstr "Nie znaleziono żadnych pasujących stron." +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "Szybkie wyszukiwanie" + +#: sphinx/themes/basic/sourcelink.html:11 +msgid "This Page" +msgstr "Ta strona" + #: sphinx/themes/basic/changes/frameset.html:5 #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format @@ -545,68 +715,86 @@ msgstr "Zmiany w C API" msgid "Other changes" msgstr "Inne zmiany" -#: sphinx/themes/basic/static/doctools.js:139 -#: sphinx/writers/html.py:473 -#: sphinx/writers/html.py:478 +#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:482 +#: sphinx/writers/html.py:487 msgid "Permalink to this headline" msgstr "Stały odnośnik do tego nagłówka" -#: sphinx/themes/basic/static/doctools.js:145 -#: sphinx/writers/html.py:80 +#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:87 msgid "Permalink to this definition" msgstr "Stały odnośnik do tej definicji" -#: sphinx/themes/basic/static/doctools.js:174 +#: sphinx/themes/basic/static/doctools.js:189 msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" -#: sphinx/themes/basic/static/searchtools.js:274 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Searching" msgstr "Wyszukiwanie" -#: sphinx/themes/basic/static/searchtools.js:279 +#: sphinx/themes/basic/static/searchtools.js:290 msgid "Preparing search..." msgstr "Przygotowanie wyszukiwania..." -#: sphinx/themes/basic/static/searchtools.js:347 -msgid "module, in " -msgstr "moduł, w " - -#: sphinx/themes/basic/static/searchtools.js:356 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", w " -#: sphinx/themes/basic/static/searchtools.js:464 -msgid "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." -msgstr "Nie znaleziono żadnych pasujących dokumentów. Upewnij się, że wszystkie słowa są poprawnie wpisane i że wybrałeś wystarczającąliczbę kategorii." +#: sphinx/themes/basic/static/searchtools.js:491 +msgid "" +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Nie znaleziono żadnych pasujących dokumentów. Upewnij się, że wszystkie " +"słowa są poprawnie wpisane i że wybrałeś wystarczającąliczbę kategorii." -#: sphinx/themes/basic/static/searchtools.js:466 +#: sphinx/themes/basic/static/searchtools.js:493 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Przeszukiwanie zakończone, znaleziono %s pasujących stron." -#: sphinx/writers/latex.py:187 +#: sphinx/themes/default/static/sidebar.js:66 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/default/static/sidebar.js:79 +#: sphinx/themes/default/static/sidebar.js:106 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:26 +msgid "Contents" +msgstr "" + +#: sphinx/writers/latex.py:171 msgid "Release" msgstr "Wydanie" -#: sphinx/writers/latex.py:578 +#: sphinx/writers/latex.py:572 sphinx/writers/manpage.py:178 msgid "Footnotes" msgstr "Przypisy" -#: sphinx/writers/latex.py:646 +#: sphinx/writers/latex.py:641 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" -#: sphinx/writers/latex.py:651 +#: sphinx/writers/latex.py:646 msgid "Continued on next page" msgstr "Kontynuacja na następnej stronie" -#: sphinx/writers/text.py:166 -#, python-format -msgid "Platform: %s" -msgstr "Platforma: %s" - -#: sphinx/writers/text.py:428 +#: sphinx/writers/text.py:422 msgid "[image]" msgstr "[obrazek]" +#~ msgid "Parameter" +#~ msgstr "Parametr" + +#~ msgid "here" +#~ msgstr "tutaj" + +#~ msgid "module, in " +#~ msgstr "moduł, w " + +#~ msgid "Platform: %s" +#~ msgstr "Platforma: %s" + -- cgit v1.2.1