[Python-checkins] r66587 - in doctools/trunk/sphinx/locale/pl/LC_MESSAGES: sphinx.js sphinx.mo sphinx.po

georg.brandl python-checkins at python.org
Wed Sep 24 17:06:52 CEST 2008


Author: georg.brandl
Date: Wed Sep 24 17:06:51 2008
New Revision: 66587

Log:
Update to Polish locale.


Modified:
   doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.js
   doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.mo
   doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.po

Modified: doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.js
==============================================================================
--- doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.js	(original)
+++ doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.js	Wed Sep 24 17:06:51 2008
@@ -1 +1 @@
-Documentation.addTranslations({"locale": "pl", "plural_expr": "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Search Results": "Wyniki wyszukiwania", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Nie znaleziono \u017cadnych pasuj\u0105cych dokument\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 poprawnie wpisane i \u017ce wybra\u0142e\u015b wystarczaj\u0105c\u0105liczb\u0119 kategorii.", "Getting search index...": "Pobieranie indeksu przeszukiwania...", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "Searching": "Szukanie", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Hide Search Matches": "Ukryj wyniki przeszukiwania", "Search finished, found %s page(s) matching the search query.": "Przeszukiwanie zako\u0144czone, znaleziono %s pasuj\u0105cych stron."}});
\ No newline at end of file
+Documentation.addTranslations({"locale": "pl", "plural_expr": "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Search Results": "Wyniki wyszukiwania", "Preparing search...": "Przygotowanie wyszukiwania...", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Nie znaleziono \u017cadnych pasuj\u0105cych dokument\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 poprawnie wpisane i \u017ce wybra\u0142e\u015b wystarczaj\u0105c\u0105liczb\u0119 kategorii.", "Search finished, found %s page(s) matching the search query.": "Przeszukiwanie zako\u0144czone, znaleziono %s pasuj\u0105cych stron.", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "Searching": "Wyszukiwanie", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Hide Search Matches": "Ukryj wyniki wyszukiwania"}});
\ No newline at end of file

Modified: doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.mo
==============================================================================
Binary files. No diff available.

Modified: doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.po
==============================================================================
--- doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.po	(original)
+++ doctools/trunk/sphinx/locale/pl/LC_MESSAGES/sphinx.po	Wed Sep 24 17:06:51 2008
@@ -1,10 +1,9 @@
-
 msgid ""
 msgstr ""
-"Project-Id-Version:  sphinx\n"
+"Project-Id-Version: Sphinx 0.5\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2008-08-10 11:43+0000\n"
-"PO-Revision-Date: 2008-09-08 11:04+0100\n"
+"PO-Revision-Date: 2008-09-16 15:47+0100\n"
 "Last-Translator: Michał Kandulski <Michal.Kandulski at poczta.onet.pl>\n"
 "Language-Team: \n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
@@ -14,55 +13,82 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.3\n"
 
-#: sphinx/builder.py:391
+#: sphinx/builder.py:400
 #, python-format
 msgid "%b %d, %Y"
 msgstr "%b %d %Y"
 
-#: sphinx/builder.py:410 sphinx/templates/defindex.html:21
+#: sphinx/builder.py:419
+#: sphinx/templates/defindex.html:21
 msgid "General Index"
 msgstr "Indeks ogólny"
 
-#: sphinx/builder.py:410
+#: sphinx/builder.py:419
 msgid "index"
 msgstr "indeks"
 
-#: sphinx/builder.py:412 sphinx/htmlhelp.py:155
-#: sphinx/templates/defindex.html:19 sphinx/templates/modindex.html:2
+#: sphinx/builder.py:421
+#: sphinx/htmlhelp.py:155
+#: sphinx/templates/defindex.html:19
+#: sphinx/templates/modindex.html:2
 #: sphinx/templates/modindex.html:13
 msgid "Global Module Index"
 msgstr "Indeks modułów"
 
-#: sphinx/builder.py:412
+#: sphinx/builder.py:421
 msgid "modules"
 msgstr "moduły"
 
-#: sphinx/builder.py:448
+#: sphinx/builder.py:457
 msgid "next"
 msgstr "dalej"
 
-#: sphinx/builder.py:455
+#: sphinx/builder.py:464
 msgid "previous"
 msgstr "wstecz"
 
-#: sphinx/builder.py:1092
+#: sphinx/builder.py:1108
 msgid "Builtins"
 msgstr "Wbudowane"
 
-#: sphinx/builder.py:1094
+#: sphinx/builder.py:1110
 msgid "Module level"
 msgstr "Poziom modułu"
 
-#: sphinx/environment.py:108 sphinx/latexwriter.py:129
+#: sphinx/environment.py:107
+#: sphinx/latexwriter.py:129
 #, python-format
 msgid "%B %d, %Y"
 msgstr "%B %d %Y"
 
-#: sphinx/htmlwriter.py:73 sphinx/static/doctools.js:143
+#: sphinx/environment.py:270
+#: sphinx/latexwriter.py:190
+#: sphinx/templates/genindex-single.html:2
+#: sphinx/templates/genindex-split.html:2
+#: sphinx/templates/genindex-split.html:5
+#: sphinx/templates/genindex.html:2
+#: sphinx/templates/genindex.html:5
+#: sphinx/templates/genindex.html:48
+msgid "Index"
+msgstr "Indeks"
+
+#: sphinx/environment.py:271
+#: sphinx/latexwriter.py:188
+msgid "Module Index"
+msgstr "Indeks modułów"
+
+#: sphinx/environment.py:272
+#: sphinx/templates/defindex.html:16
+msgid "Search Page"
+msgstr "Wyszukiwanie"
+
+#: sphinx/htmlwriter.py:73
+#: sphinx/static/doctools.js:145
 msgid "Permalink to this definition"
 msgstr "Stały odnośnik do tej definicji"
 
-#: sphinx/htmlwriter.py:379 sphinx/static/doctools.js:136
+#: sphinx/htmlwriter.py:375
+#: sphinx/static/doctools.js:139
 msgid "Permalink to this headline"
 msgstr "Stały odnośnik do tego nagłówka"
 
@@ -70,18 +96,8 @@
 msgid "Release"
 msgstr "Wydanie"
 
-#: sphinx/latexwriter.py:188
-msgid "Module index"
-msgstr "Indeks modułów"
-
-#: sphinx/latexwriter.py:190 sphinx/templates/genindex-single.html:2
-#: sphinx/templates/genindex-split.html:2
-#: sphinx/templates/genindex-split.html:5 sphinx/templates/genindex.html:2
-#: sphinx/templates/genindex.html:5 sphinx/templates/genindex.html:48
-msgid "Index"
-msgstr "Indeks"
-
-#: sphinx/roles.py:52 sphinx/directives/desc.py:514
+#: sphinx/roles.py:52
+#: sphinx/directives/desc.py:514
 #, python-format
 msgid "environment variable; %s"
 msgstr "zmienna środowiskowa; %s"
@@ -98,14 +114,15 @@
 
 #: sphinx/textwriter.py:353
 msgid "[image]"
-msgstr "[image]"
+msgstr "[obrazek]"
 
 #: sphinx/directives/desc.py:26
 #, python-format
 msgid "%s() (built-in function)"
 msgstr "%s() (funkcja wbudowana)"
 
-#: sphinx/directives/desc.py:27 sphinx/directives/desc.py:41
+#: sphinx/directives/desc.py:27
+#: sphinx/directives/desc.py:41
 #: sphinx/directives/desc.py:53
 #, python-format
 msgid "%s() (in module %s)"
@@ -116,7 +133,8 @@
 msgid "%s (built-in variable)"
 msgstr "%s (zmienna wbudowana)"
 
-#: sphinx/directives/desc.py:31 sphinx/directives/desc.py:65
+#: sphinx/directives/desc.py:31
+#: sphinx/directives/desc.py:65
 #, python-format
 msgid "%s (in module %s)"
 msgstr "%s (w module %s)"
@@ -314,24 +332,24 @@
 msgid "built-in function"
 msgstr "funkcja wbudowana"
 
-#: sphinx/static/doctools.js:172
+#: sphinx/static/doctools.js:174
 msgid "Hide Search Matches"
-msgstr "Ukryj wyniki przeszukiwania"
+msgstr "Ukryj wyniki wyszukiwania"
 
-#: sphinx/static/searchtools.js:242
-#, fuzzy
+#: sphinx/static/searchtools.js:274
 msgid "Searching"
-msgstr "Szukanie"
+msgstr "Wyszukiwanie"
 
-#: sphinx/static/searchtools.js:246
-msgid "Getting search index..."
-msgstr "Pobieranie indeksu przeszukiwania..."
+#: sphinx/static/searchtools.js:279
+msgid "Preparing search..."
+msgstr "Przygotowanie wyszukiwania..."
 
-#: sphinx/static/searchtools.js:384 sphinx/templates/search.html:18
+#: sphinx/static/searchtools.js:401
+#: sphinx/templates/search.html:18
 msgid "Search Results"
 msgstr "Wyniki wyszukiwania"
 
-#: sphinx/static/searchtools.js:386
+#: sphinx/static/searchtools.js:403
 msgid ""
 "Your search did not match any documents. Please make sure that all words "
 "are spelled correctly and that you've selected enough categories."
@@ -340,7 +358,7 @@
 "wszystkie słowa są poprawnie wpisane i że wybrałeś wystarczającą"
 "liczbę kategorii."
 
-#: sphinx/static/searchtools.js:389
+#: sphinx/static/searchtools.js:405
 #, python-format
 msgid "Search finished, found %s page(s) matching the search query."
 msgstr "Przeszukiwanie zakończone, znaleziono %s pasujących stron."
@@ -361,10 +379,6 @@
 msgid "lists all sections and subsections"
 msgstr "wymień wszystkie rozdziały i podrozdziały"
 
-#: sphinx/templates/defindex.html:16
-msgid "Search page"
-msgstr "Szukanie"
-
 #: sphinx/templates/defindex.html:17
 msgid "search this documentation"
 msgstr "wyszukaj w dokumentacji"
@@ -384,7 +398,8 @@
 
 #: sphinx/templates/genindex-single.html:44
 #: sphinx/templates/genindex-split.html:14
-#: sphinx/templates/genindex-split.html:27 sphinx/templates/genindex.html:54
+#: sphinx/templates/genindex-split.html:27
+#: sphinx/templates/genindex.html:54
 msgid "Full index on one page"
 msgstr "Cały indeks na jednej stronie"
 
@@ -428,7 +443,8 @@
 msgid "Suggest Change"
 msgstr "Zasugeruj zmianę"
 
-#: sphinx/templates/layout.html:60 sphinx/templates/layout.html:62
+#: sphinx/templates/layout.html:60
+#: sphinx/templates/layout.html:62
 msgid "Show Source"
 msgstr "Pokaż źródło"
 
@@ -465,7 +481,8 @@
 msgid "Global index"
 msgstr "Globalny indeks"
 
-#: sphinx/templates/layout.html:131 sphinx/templates/search.html:2
+#: sphinx/templates/layout.html:131
+#: sphinx/templates/search.html:2
 #: sphinx/templates/search.html:5
 msgid "Search"
 msgstr "Szukaj"
@@ -535,8 +552,8 @@
 "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 słów nie znajdą się na wynikowej liście."
+"    Strony nie zawierające wszystkich słów nie znajdą się na wynikowej "
+"    liście."
 
 #: sphinx/templates/search.html:14
 msgid "search"


More information about the Python-checkins mailing list