mirror of git://git.sv.gnu.org/nano.git
2349 lines
59 KiB
Plaintext
2349 lines
59 KiB
Plaintext
# Polish translations for the nano editor messages
|
|
# Copyright (C) 2010 Free Software Foundation, Inc.
|
|
# This file is distributed under the same license as the nano package.
|
|
#
|
|
# Cezary Sliwa <sliwa@cft.edu.pl>, 2001.
|
|
# Wojciech Kotwica <wkotwica@post.pl>, 2002.
|
|
# Sergey Poznyakoff <gray@gnu.org>, 2010.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: nano 2.2.4pre2\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2014-05-13 10:34+0200\n"
|
|
"PO-Revision-Date: 2010-04-21 19:16+0300\n"
|
|
"Last-Translator: Sergey Poznyakoff <gray@gnu.org>\n"
|
|
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=iso-8859-2\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
|
"|| n%100>=20) ? 1 : 2);\n"
|
|
|
|
#: src/browser.c:220
|
|
msgid "Go To Directory"
|
|
msgstr "Przejd¼ do katalogu"
|
|
|
|
#: src/browser.c:233 src/browser.c:828 src/files.c:1070 src/files.c:2292
|
|
#: src/nano.c:1130 src/search.c:219 src/search.c:314 src/search.c:975
|
|
#: src/search.c:1040 src/text.c:3026 src/text.c:3241
|
|
msgid "Cancelled"
|
|
msgstr "Anulowano"
|
|
|
|
#: src/browser.c:266 src/browser.c:314
|
|
#, c-format
|
|
msgid "Can't go outside of %s in restricted mode"
|
|
msgstr "W trybie ograniczonym nie mo¿na wyj¶æ poza %s"
|
|
|
|
#: src/browser.c:277 src/browser.c:324 src/browser.c:347 src/files.c:932
|
|
#: src/files.c:941 src/files.c:1772 src/files.c:1899 src/files.c:1953
|
|
#: src/files.c:1974 src/files.c:2097 src/files.c:2994 src/files.c:3191
|
|
#: src/rcfile.c:544 src/rcfile.c:1356
|
|
#, c-format
|
|
msgid "Error reading %s: %s"
|
|
msgstr "B³±d odczytu %s: %s"
|
|
|
|
#: src/browser.c:303
|
|
msgid "Can't move up a directory"
|
|
msgstr "Nie mo¿na przej¶æ katalog wy¿ej"
|
|
|
|
#. TRANSLATORS: Try to keep this at most 7
|
|
#. * characters.
|
|
#: src/browser.c:663 src/browser.c:672
|
|
msgid "(dir)"
|
|
msgstr "(kat)"
|
|
|
|
#. TRANSLATORS: Try to keep this at most 12
|
|
#. * characters.
|
|
#: src/browser.c:669
|
|
msgid "(parent dir)"
|
|
msgstr "(kat nad)"
|
|
|
|
#: src/browser.c:799 src/search.c:184
|
|
msgid "Search"
|
|
msgstr "Szukaj"
|
|
|
|
#. TRANSLATORS: This string is just a modifier for the search
|
|
#. * prompt; no grammar is implied.
|
|
#: src/browser.c:803 src/search.c:188
|
|
msgid " [Case Sensitive]"
|
|
msgstr " [Uwzgl.wielk.liter]"
|
|
|
|
#. TRANSLATORS: This string is just a modifier for the search
|
|
#. * prompt; no grammar is implied.
|
|
#: src/browser.c:809 src/search.c:194
|
|
msgid " [Regexp]"
|
|
msgstr " [Wyr.reg.]"
|
|
|
|
#. TRANSLATORS: This string is just a modifier for the search
|
|
#. * prompt; no grammar is implied.
|
|
#: src/browser.c:815 src/search.c:200
|
|
msgid " [Backwards]"
|
|
msgstr " [Wstecz]"
|
|
|
|
#: src/browser.c:907 src/browser.c:915 src/search.c:395
|
|
msgid "Search Wrapped"
|
|
msgstr "Wyszukiwanie minê³o granicê pliku - kontynuowane od pocz±tku (koñca)"
|
|
|
|
#: src/browser.c:1004 src/browser.c:1037 src/search.c:514 src/search.c:517
|
|
#: src/search.c:574 src/search.c:577
|
|
msgid "This is the only occurrence"
|
|
msgstr "To jedyne wyst±pienie"
|
|
|
|
#: src/browser.c:1040 src/search.c:583
|
|
msgid "No current search pattern"
|
|
msgstr "Brak wzorca wyszukiwania"
|
|
|
|
#: src/files.c:138
|
|
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
|
msgstr ""
|
|
|
|
#: src/files.c:144
|
|
#, c-format
|
|
msgid "Couldn't determine hostname for lock file: %s"
|
|
msgstr ""
|
|
|
|
#: src/files.c:170 src/files.c:207 src/files.c:217
|
|
#, fuzzy, c-format
|
|
msgid "Error writing lock file %s: %s"
|
|
msgstr "B³±d zapisu kopii zapasowej %s: %s"
|
|
|
|
#: src/files.c:232
|
|
#, fuzzy, c-format
|
|
msgid "Error deleting lock file %s: %s"
|
|
msgstr "B³±d zapisu kopii zapasowej %s: %s"
|
|
|
|
#: src/files.c:266
|
|
#, fuzzy, c-format
|
|
msgid "Error opening lock file %s: %s"
|
|
msgstr "B³±d zapisu kopii zapasowej %s: %s"
|
|
|
|
#: src/files.c:276
|
|
#, c-format
|
|
msgid "Error reading lock file %s: Not enough data read"
|
|
msgstr ""
|
|
|
|
#: src/files.c:322
|
|
#, c-format
|
|
msgid "Can't insert file from outside of %s"
|
|
msgstr "Nie mo¿na wstawiæ pliku spoza %s "
|
|
|
|
#: src/files.c:431
|
|
msgid "No more open file buffers"
|
|
msgstr "Nie ma wiêcej otwartych buforów"
|
|
|
|
#: src/files.c:447
|
|
#, c-format
|
|
msgid "Switched to %s"
|
|
msgstr "Prze³±czono na %s"
|
|
|
|
#: src/files.c:448 src/global.c:957 src/winio.c:2152
|
|
msgid "New Buffer"
|
|
msgstr "Nowy bufor"
|
|
|
|
#: src/files.c:836
|
|
#, c-format
|
|
msgid "Read %lu line (Converted from DOS and Mac format)"
|
|
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
|
msgstr[0] "Wczytano %lu liniê (przekonwertowana z formatu DOS i Mac)"
|
|
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu DOS i Mac)"
|
|
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu DOS i Mac)"
|
|
|
|
#: src/files.c:841
|
|
#, c-format
|
|
msgid ""
|
|
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
|
"permission)"
|
|
msgid_plural ""
|
|
"Read %lu lines (Converted from DOS and Mac format - Warning: No write "
|
|
"permission)"
|
|
msgstr[0] ""
|
|
"Wczytano %lu liniê (przekonwertowana z formatu DOS i Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[1] ""
|
|
"Wczytano %lu linie (przekonwertowane z formatu DOS i Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[2] ""
|
|
"Wczytano %lu linii (przekonwertowane z formatu DOS i Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
|
|
#: src/files.c:847
|
|
#, c-format
|
|
msgid "Read %lu line (Converted from Mac format)"
|
|
msgid_plural "Read %lu lines (Converted from Mac format)"
|
|
msgstr[0] "Wczytano %lu liniê (przekonwertowana z formatu Mac)"
|
|
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu Mac)"
|
|
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu Mac)"
|
|
|
|
#: src/files.c:851
|
|
#, c-format
|
|
msgid ""
|
|
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
|
msgid_plural ""
|
|
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
|
msgstr[0] ""
|
|
"Wczytano %lu liniê (przekonwertowana z formatu Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[1] ""
|
|
"Wczytano %lu linie (przekonwertowane z formatu Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[2] ""
|
|
"Wczytano %lu linii (przekonwertowane z formatu Mac - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
|
|
#: src/files.c:857
|
|
#, c-format
|
|
msgid "Read %lu line (Converted from DOS format)"
|
|
msgid_plural "Read %lu lines (Converted from DOS format)"
|
|
msgstr[0] "Wczytano %lu liniê (przekonwertowana z formatu DOS)"
|
|
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu DOS)"
|
|
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu DOS)"
|
|
|
|
#: src/files.c:861
|
|
#, c-format
|
|
msgid ""
|
|
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
|
msgid_plural ""
|
|
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
|
msgstr[0] ""
|
|
"Wczytano %lu liniê (przekonwertowana z formatu DOS - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[1] ""
|
|
"Wczytano %lu linie (przekonwertowane z formatu DOS - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
msgstr[2] ""
|
|
"Wczytano %lu linii (przekonwertowane z formatu DOS - Ostrze¿enie: brak "
|
|
"pozwolenia na zapis)"
|
|
|
|
#: src/files.c:867
|
|
#, c-format
|
|
msgid "Read %lu line"
|
|
msgid_plural "Read %lu lines"
|
|
msgstr[0] "Wczytano %lu liniê"
|
|
msgstr[1] "Wczytano %lu linie"
|
|
msgstr[2] "Wczytano %lu linii"
|
|
|
|
#: src/files.c:870
|
|
#, c-format
|
|
msgid "Read %lu line ( Warning: No write permission)"
|
|
msgid_plural "Read %lu lines (Warning: No write permission)"
|
|
msgstr[0] "Wczytano %lu liniê (Ostrze¿enie: brak pozwolenia na zapis)"
|
|
msgstr[1] "Wczytano %lu linie (Ostrze¿enie: brak pozwolenia na zapis)"
|
|
msgstr[2] "Wczytano %lu linii (Ostrze¿enie: brak pozwolenia na zapis)"
|
|
|
|
#: src/files.c:910 src/files.c:946
|
|
msgid "Reading File"
|
|
msgstr "Wczytywanie pliku"
|
|
|
|
#: src/files.c:916
|
|
msgid "New File"
|
|
msgstr "Nowy plik"
|
|
|
|
#: src/files.c:919
|
|
#, c-format
|
|
msgid "\"%s\" not found"
|
|
msgstr "Nie znaleziono \"%s\""
|
|
|
|
#: src/files.c:927 src/rcfile.c:537 src/rcfile.c:1306 src/rcfile.c:1347
|
|
#, c-format
|
|
msgid "\"%s\" is a directory"
|
|
msgstr "\"%s\" jest katalogiem"
|
|
|
|
#: src/files.c:928 src/rcfile.c:538 src/rcfile.c:1307 src/rcfile.c:1348
|
|
#, c-format
|
|
msgid "\"%s\" is a device file"
|
|
msgstr "\"%s\" jest plikiem urz±dzenia"
|
|
|
|
#: src/files.c:1027
|
|
#, c-format
|
|
msgid "Command to execute in new buffer [from %s] "
|
|
msgstr "Polecenie do wykonania w nowym buforze [z %s] "
|
|
|
|
#: src/files.c:1029
|
|
#, c-format
|
|
msgid "Command to execute [from %s] "
|
|
msgstr "Polecenie do wykonania [z %s] "
|
|
|
|
#: src/files.c:1035
|
|
#, c-format
|
|
msgid "File to insert into new buffer [from %s] "
|
|
msgstr "Plik do wstawienia do nowego bufora [z %s] "
|
|
|
|
#: src/files.c:1037
|
|
#, c-format
|
|
msgid "File to insert [from %s] "
|
|
msgstr "Plik do wstawienia [z %s] "
|
|
|
|
#: src/files.c:1291
|
|
msgid "Key invalid in non-multibuffer mode"
|
|
msgstr "Klawisz niedozwolony w trybie innym ni¿ wielu buforów"
|
|
|
|
#: src/files.c:1593
|
|
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
|
msgstr ""
|
|
|
|
#: src/files.c:1715
|
|
#, c-format
|
|
msgid "Can't write outside of %s"
|
|
msgstr "Nie mo¿na zapisaæ poza %s"
|
|
|
|
#: src/files.c:1730
|
|
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
|
msgstr ""
|
|
"Nie mo¿na dopisywaæ do ³±cza symbolicznego przy w³±czonej opcji --nofollow"
|
|
|
|
#: src/files.c:1813 src/files.c:1838 src/files.c:1856 src/files.c:1869
|
|
#: src/files.c:1880 src/files.c:1909
|
|
#, c-format
|
|
msgid "Error writing backup file %s: %s"
|
|
msgstr "B³±d zapisu kopii zapasowej %s: %s"
|
|
|
|
#: src/files.c:1814 src/nano.c:715
|
|
msgid "Too many backup files?"
|
|
msgstr "Za wiele kopii zapasowych?"
|
|
|
|
#: src/files.c:1929 src/files.c:1986 src/files.c:2005 src/files.c:2017
|
|
#: src/files.c:2041 src/files.c:2059 src/files.c:2069 src/files.c:2105
|
|
#: src/files.c:2110 src/files.c:3066 src/files.c:3075 src/files.c:3098
|
|
#: src/files.c:3110
|
|
#, c-format
|
|
msgid "Error writing %s: %s"
|
|
msgstr "B³±d zapisu %s: %s"
|
|
|
|
#: src/files.c:1963 src/text.c:2942 src/text.c:2954
|
|
#, c-format
|
|
msgid "Error writing temp file: %s"
|
|
msgstr "B³±d zapisu pliku tymczasowego: %s"
|
|
|
|
#: src/files.c:2143
|
|
#, c-format
|
|
msgid "Wrote %lu line"
|
|
msgid_plural "Wrote %lu lines"
|
|
msgstr[0] "Zapisano %lu liniê"
|
|
msgstr[1] "Zapisano %lu linie"
|
|
msgstr[2] "Zapisano %lu linii"
|
|
|
|
#: src/files.c:2248
|
|
msgid " [DOS Format]"
|
|
msgstr " [format DOS]"
|
|
|
|
#: src/files.c:2249
|
|
msgid " [Mac Format]"
|
|
msgstr " [format Mac]"
|
|
|
|
#: src/files.c:2251
|
|
msgid " [Backup]"
|
|
msgstr " [Kopia zap.]"
|
|
|
|
#: src/files.c:2259
|
|
msgid "Prepend Selection to File"
|
|
msgstr "Wpisz wybór na pocz±tek pliku"
|
|
|
|
#: src/files.c:2260
|
|
msgid "Append Selection to File"
|
|
msgstr "Dopisz wybór do pliku"
|
|
|
|
#: src/files.c:2261
|
|
msgid "Write Selection to File"
|
|
msgstr "Zapisz wybór do pliku"
|
|
|
|
#: src/files.c:2264
|
|
msgid "File Name to Prepend to"
|
|
msgstr "Nazwa pliku do wpisania"
|
|
|
|
#: src/files.c:2265
|
|
msgid "File Name to Append to"
|
|
msgstr "Nazwa pliku do dopisania"
|
|
|
|
#: src/files.c:2266
|
|
msgid "File Name to Write"
|
|
msgstr "Nazwa pliku do zapisu"
|
|
|
|
#: src/files.c:2397
|
|
msgid "File exists, OVERWRITE ? "
|
|
msgstr "Plik istnieje, ZAMAZAÆ ? "
|
|
|
|
#: src/files.c:2406
|
|
msgid "Save file under DIFFERENT NAME ? "
|
|
msgstr "Zapisaæ plik pod INN¡ NAZW¡ ? "
|
|
|
|
#: src/files.c:2418
|
|
msgid "File was modified since you opened it, continue saving ? "
|
|
msgstr "Plik zosta³ zmodyfikowany po otworzeniu, kontynuowaæ zapis ? "
|
|
|
|
#: src/files.c:2850
|
|
msgid "(more)"
|
|
msgstr "(wiêcej)"
|
|
|
|
#: src/files.c:2943
|
|
#, fuzzy, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Press Enter to continue\n"
|
|
msgstr ""
|
|
"\n"
|
|
"Naci¶nij return aby kontynuowaæ rozruch nano.\n"
|
|
|
|
#: src/files.c:2958
|
|
#, c-format
|
|
msgid ""
|
|
"Unable to create directory %s: %s\n"
|
|
"It is required for saving/loading search history or cursor position\n"
|
|
msgstr ""
|
|
|
|
#: src/files.c:2963
|
|
#, c-format
|
|
msgid ""
|
|
"Path %s is not a directory and needs to be.\n"
|
|
"Nano will be unable to load or save search or cursor position history\n"
|
|
msgstr ""
|
|
|
|
#: src/files.c:2979
|
|
#, c-format
|
|
msgid ""
|
|
"Detected a legacy nano history file (%s) which I tried to move\n"
|
|
"to the preferred location (%s) but encountered an error: %s"
|
|
msgstr ""
|
|
|
|
#: src/files.c:2982
|
|
#, c-format
|
|
msgid ""
|
|
"Detected a legacy nano history file (%s) which I moved\n"
|
|
"to the preferred location (%s)\n"
|
|
"(see the nano FAQ about this change)"
|
|
msgstr ""
|
|
|
|
#. TRANSLATORS: Try to keep the next four strings at most 10 characters.
|
|
#: src/global.c:472
|
|
msgid "Exit"
|
|
msgstr "Wyjd¼"
|
|
|
|
#: src/global.c:473
|
|
msgid "Close"
|
|
msgstr "Zamknij"
|
|
|
|
#: src/global.c:474
|
|
#, fuzzy
|
|
msgid "Uncut Text"
|
|
msgstr "Wklej"
|
|
|
|
#: src/global.c:476
|
|
#, fuzzy
|
|
msgid "Unjustify"
|
|
msgstr "Cofnij just."
|
|
|
|
#. TRANSLATORS: Try to keep this at most 12 characters.
|
|
#: src/global.c:480
|
|
msgid "WhereIs Next"
|
|
msgstr "Szukaj Znów"
|
|
|
|
#. TRANSLATORS: Try to keep the next nine strings at most 10 characters.
|
|
#: src/global.c:487
|
|
msgid "Where Is"
|
|
msgstr "Wyszukaj"
|
|
|
|
#: src/global.c:488
|
|
msgid "Replace"
|
|
msgstr "Zast±p"
|
|
|
|
#: src/global.c:489
|
|
msgid "Go To Line"
|
|
msgstr "Przejd¼ do linii"
|
|
|
|
#: src/global.c:490
|
|
msgid "Prev Line"
|
|
msgstr "Poprz.lin."
|
|
|
|
#: src/global.c:491
|
|
msgid "Next Line"
|
|
msgstr "Nast. lin."
|
|
|
|
#: src/global.c:493
|
|
msgid "FullJstify"
|
|
msgstr "Wyjustuj"
|
|
|
|
#: src/global.c:495
|
|
msgid "Refresh"
|
|
msgstr "Od¶wie¿"
|
|
|
|
#: src/global.c:497
|
|
msgid "To Spell"
|
|
msgstr "Pisownia"
|
|
|
|
#: src/global.c:500
|
|
#, fuzzy
|
|
msgid "To Linter"
|
|
msgstr "Przejd¼ do linii"
|
|
|
|
#. TRANSLATORS: Try to keep the next two strings at most 14 characters.
|
|
#: src/global.c:502
|
|
#, fuzzy
|
|
msgid "Prev Lint Msg"
|
|
msgstr "Poprz.lin."
|
|
|
|
#: src/global.c:503
|
|
#, fuzzy
|
|
msgid "Next Lint Msg"
|
|
msgstr "Nast. lin."
|
|
|
|
#. TRANSLATORS: The next long series of strings are shortcut descriptions;
|
|
#. * they are best kept shorter than 56 characters, but may be longer.
|
|
#: src/global.c:509
|
|
msgid "Justify the current paragraph"
|
|
msgstr "Wyjustuj bie¿±cy akapit"
|
|
|
|
#: src/global.c:512
|
|
msgid "Cancel the current function"
|
|
msgstr "Anuluj bie¿±c± funkcjê"
|
|
|
|
#: src/global.c:513
|
|
msgid "Display this help text"
|
|
msgstr "Wy¶wietla ten tekst pomocy"
|
|
|
|
#: src/global.c:516
|
|
msgid "Close the current file buffer / Exit from nano"
|
|
msgstr "Zamknij bie¿±cy bufor / Wyjd¼ z nano"
|
|
|
|
#: src/global.c:518
|
|
msgid "Exit from nano"
|
|
msgstr "Wyjd¼ z nano"
|
|
|
|
#: src/global.c:522
|
|
msgid "Write the current file to disk"
|
|
msgstr "Zapisz bie¿±cy plik na dysku"
|
|
|
|
#: src/global.c:524
|
|
msgid "Insert another file into the current one"
|
|
msgstr "Wstaw do bie¿±cego pliku zawarto¶æ innego pliku"
|
|
|
|
#: src/global.c:526
|
|
msgid "Search for a string or a regular expression"
|
|
msgstr "Szukaj ³añcucha lub wyra¿enia regularnego"
|
|
|
|
#: src/global.c:528
|
|
#, fuzzy
|
|
msgid "Search for a string"
|
|
msgstr "Szukaj ³añcucha lub wyra¿enia regularnego"
|
|
|
|
#: src/global.c:529
|
|
#, fuzzy
|
|
msgid "Go one screenful up"
|
|
msgstr "Przejd¼ do nastêpnego ekranu"
|
|
|
|
#: src/global.c:530
|
|
#, fuzzy
|
|
msgid "Go one screenful down"
|
|
msgstr "Przejd¼ do nastêpnego ekranu"
|
|
|
|
#: src/global.c:532
|
|
msgid "Cut the current line and store it in the cutbuffer"
|
|
msgstr "Wytnij bie¿±c± liniê i przechowaj w buforze wycinania"
|
|
|
|
#: src/global.c:534
|
|
msgid "Uncut from the cutbuffer into the current line"
|
|
msgstr "Wklej zawarto¶æ bufora wycinania w bie¿±cej linii"
|
|
|
|
#: src/global.c:536
|
|
msgid "Display the position of the cursor"
|
|
msgstr "Poka¿ informacjê o pozycji kursora"
|
|
|
|
#: src/global.c:539
|
|
msgid "Invoke the spell checker, if available"
|
|
msgstr "Wywo³aj sprawdzanie pisowni, je¶li dostêpne"
|
|
|
|
#: src/global.c:542
|
|
msgid "Replace a string or a regular expression"
|
|
msgstr "Zamieñ ³añcuch lub wyra¿enie regularne"
|
|
|
|
#: src/global.c:543
|
|
msgid "Go to line and column number"
|
|
msgstr "Przejd¼ do linii i kolumny"
|
|
|
|
#: src/global.c:545
|
|
#, fuzzy
|
|
msgid "Mark text starting from the cursor position"
|
|
msgstr "Ustaw znacznik w bie¿±cym po³o¿eniu kursora"
|
|
|
|
#: src/global.c:546
|
|
#, fuzzy
|
|
msgid "Repeat the last search"
|
|
msgstr "Powtórz ostatnie wyszukiwanie"
|
|
|
|
#: src/global.c:548
|
|
msgid "Copy the current line and store it in the cutbuffer"
|
|
msgstr "Wytnij bie¿±c± liniê i przechowaj w buforze wycinania"
|
|
|
|
#: src/global.c:549
|
|
msgid "Indent the current line"
|
|
msgstr "Wyrównaj bie¿±c± liniê"
|
|
|
|
#: src/global.c:550
|
|
msgid "Unindent the current line"
|
|
msgstr "Usuñ wciêcia z bie¿±cej linii"
|
|
|
|
#: src/global.c:551
|
|
msgid "Undo the last operation"
|
|
msgstr "Odwo³aj ostatni± operacjê"
|
|
|
|
#: src/global.c:552
|
|
msgid "Redo the last undone operation"
|
|
msgstr "Odtwórz ostatni± operacjê"
|
|
|
|
#: src/global.c:554
|
|
msgid "Go forward one character"
|
|
msgstr "Przejd¼ o znak do przodu"
|
|
|
|
#: src/global.c:555
|
|
msgid "Go back one character"
|
|
msgstr "Przejd¼ o znak wstecz"
|
|
|
|
#: src/global.c:557
|
|
msgid "Go forward one word"
|
|
msgstr "Przejd¼ o s³owo do przodu"
|
|
|
|
#: src/global.c:558
|
|
msgid "Go back one word"
|
|
msgstr "Przejd¼ o s³owo wstecz"
|
|
|
|
#: src/global.c:560
|
|
msgid "Go to previous line"
|
|
msgstr "Przejd¼ do poprzedniej linii"
|
|
|
|
#: src/global.c:561
|
|
msgid "Go to next line"
|
|
msgstr "Przejd¼ do nastêpnej linii"
|
|
|
|
#: src/global.c:562
|
|
msgid "Go to beginning of current line"
|
|
msgstr "Przejd¼ na pocz±tek bie¿±cej linii"
|
|
|
|
#: src/global.c:563
|
|
msgid "Go to end of current line"
|
|
msgstr "Przejd¼ na koniec bie¿±cej linii"
|
|
|
|
#: src/global.c:566
|
|
msgid "Go to beginning of paragraph; then of previous paragraph"
|
|
msgstr "Przejd¼ na pocz±tek akapitu; potem na pocz±tek poprzedniego akapitu"
|
|
|
|
#: src/global.c:568
|
|
msgid "Go just beyond end of paragraph; then of next paragraph"
|
|
msgstr "Przejd¼ w koniec akapitu; potem w koniec nastêpnego akapitu"
|
|
|
|
#: src/global.c:571
|
|
msgid "Go to the first line of the file"
|
|
msgstr "Przejd¼ do pierwszej linii pliku"
|
|
|
|
#: src/global.c:573
|
|
msgid "Go to the last line of the file"
|
|
msgstr "Przejd¼ do ostatniej linii pliku"
|
|
|
|
#: src/global.c:575
|
|
msgid "Go to the matching bracket"
|
|
msgstr "Przejd¼ do parzystego nawiasu"
|
|
|
|
#: src/global.c:577
|
|
msgid "Scroll up one line without scrolling the cursor"
|
|
msgstr "Przewiñ na jedn± liniê w górê bez przesuniêcia kursora"
|
|
|
|
#: src/global.c:579
|
|
msgid "Scroll down one line without scrolling the cursor"
|
|
msgstr "Przewiñ na jedn± liniê w dó³ bez przesuniêcia kursora"
|
|
|
|
#: src/global.c:583
|
|
msgid "Switch to the previous file buffer"
|
|
msgstr "Przejd¼ do poprzedniego bufora"
|
|
|
|
#: src/global.c:585
|
|
msgid "Switch to the next file buffer"
|
|
msgstr "Przejd¼ do nastêpnego bufora"
|
|
|
|
#: src/global.c:588
|
|
msgid "Insert the next keystroke verbatim"
|
|
msgstr "Wstaw nastêpne naci¶niêcie klawisza dos³ownie"
|
|
|
|
#: src/global.c:590
|
|
msgid "Insert a tab at the cursor position"
|
|
msgstr "Wstaw znak tabulacji na pozycji kursora"
|
|
|
|
#: src/global.c:592
|
|
msgid "Insert a newline at the cursor position"
|
|
msgstr "Wstaw znak nowej linii na pozycji kursora"
|
|
|
|
#: src/global.c:594
|
|
msgid "Delete the character under the cursor"
|
|
msgstr "Usuñ znak na pozycji kursora"
|
|
|
|
#: src/global.c:596
|
|
msgid "Delete the character to the left of the cursor"
|
|
msgstr "Usuñ znak na lewo od kursora"
|
|
|
|
#: src/global.c:599
|
|
msgid "Cut from the cursor position to the end of the file"
|
|
msgstr "Wytnij wszystko z pozycji kursora po koniec pliku"
|
|
|
|
#: src/global.c:602
|
|
msgid "Justify the entire file"
|
|
msgstr "Wyjustuj ca³y plik"
|
|
|
|
#: src/global.c:606
|
|
msgid "Count the number of words, lines, and characters"
|
|
msgstr "Policz ilo¶æ s³ów, linii i znaków"
|
|
|
|
#: src/global.c:609
|
|
msgid "Refresh (redraw) the current screen"
|
|
msgstr "Od¶wie¿ (ponownie wy¶wietl) bie¿±cy ekran"
|
|
|
|
#: src/global.c:611
|
|
msgid "Suspend the editor (if suspend is enabled)"
|
|
msgstr "Zawie¶ edytor (je¿eli zawieszenie jest w³±czone)"
|
|
|
|
#: src/global.c:614
|
|
msgid "Toggle the case sensitivity of the search"
|
|
msgstr "Prze³±cz uwzglêdnienie rozmiaru znaków pod czas wyszukiwania"
|
|
|
|
#: src/global.c:616
|
|
msgid "Reverse the direction of the search"
|
|
msgstr "Odwróæ kierunek wyszukiwania"
|
|
|
|
#: src/global.c:620
|
|
msgid "Toggle the use of regular expressions"
|
|
msgstr "Prze³±cz u¿ycie wyra¿eñ regularnych"
|
|
|
|
#: src/global.c:624
|
|
msgid "Recall the previous search/replace string"
|
|
msgstr "Przywróæ poprzednie ³añcuchy wyszukiwania/zamiany"
|
|
|
|
#: src/global.c:626
|
|
msgid "Recall the next search/replace string"
|
|
msgstr "Przywróæ nastêpne ³añcuchy wyszukiwania/zamiany"
|
|
|
|
#: src/global.c:629
|
|
msgid "Go to file browser"
|
|
msgstr "Poka¿ przegl±darkê plików"
|
|
|
|
#: src/global.c:632
|
|
msgid "Toggle the use of DOS format"
|
|
msgstr "Prze³±cz u¿ycie formatu DOS"
|
|
|
|
#: src/global.c:633
|
|
msgid "Toggle the use of Mac format"
|
|
msgstr "Prze³±cz u¿ycie formatu Mac"
|
|
|
|
#: src/global.c:634
|
|
msgid "Toggle appending"
|
|
msgstr "Prze³±cz dopisywanie w koniec"
|
|
|
|
#: src/global.c:635
|
|
msgid "Toggle prepending"
|
|
msgstr "Prze³±cz dopisywanie na pocz±tek"
|
|
|
|
#: src/global.c:637
|
|
msgid "Toggle backing up of the original file"
|
|
msgstr "Prze³±cz utworzenie kopii zapasowych oryginalnego pliku"
|
|
|
|
#: src/global.c:638
|
|
msgid "Execute external command"
|
|
msgstr "Wywo³aj polecenie zewnêtrzne"
|
|
|
|
#: src/global.c:642
|
|
msgid "Toggle the use of a new buffer"
|
|
msgstr "Prze³±cz u¿ycie nowego bufora"
|
|
|
|
#: src/global.c:645
|
|
msgid "Exit from the file browser"
|
|
msgstr "Wyjd¼ z przegl±darki plików"
|
|
|
|
#: src/global.c:647
|
|
msgid "Go to the first file in the list"
|
|
msgstr "Przejd¼ do pierwszego pliku na li¶cie"
|
|
|
|
#: src/global.c:649
|
|
msgid "Go to the last file in the list"
|
|
msgstr "Przejd¼ do ostatniego pliku na li¶cie"
|
|
|
|
#: src/global.c:650
|
|
msgid "Go to the next file in the list"
|
|
msgstr "Przejd¼ do nastêpnego pliku na li¶cie"
|
|
|
|
#: src/global.c:651
|
|
msgid "Go to the previous file in the list"
|
|
msgstr "Przejd¼ do poprzedniego pliku na li¶cie"
|
|
|
|
#: src/global.c:652
|
|
msgid "Go to directory"
|
|
msgstr "Przejd¼ do katalogu"
|
|
|
|
#: src/global.c:655
|
|
#, fuzzy
|
|
msgid "Invoke the linter, if available"
|
|
msgstr "Wywo³aj sprawdzanie pisowni, je¶li dostêpne"
|
|
|
|
#: src/global.c:656
|
|
#, fuzzy
|
|
msgid "Go to previous linter msg"
|
|
msgstr "Przejd¼ do poprzedniej linii"
|
|
|
|
#: src/global.c:657
|
|
#, fuzzy
|
|
msgid "Go to next linter msg"
|
|
msgstr "Przejd¼ do nastêpnej linii"
|
|
|
|
#. TRANSLATORS: Try to keep the following strings at most 10 characters.
|
|
#: src/global.c:677
|
|
msgid "Get Help"
|
|
msgstr "Pomoc"
|
|
|
|
#: src/global.c:680 src/prompt.c:1276
|
|
msgid "Cancel"
|
|
msgstr "Anuluj"
|
|
|
|
#: src/global.c:691
|
|
#, fuzzy
|
|
msgid "Write Out"
|
|
msgstr "Zapisz"
|
|
|
|
#: src/global.c:700
|
|
msgid "Read File"
|
|
msgstr "Wczyt.plik"
|
|
|
|
#: src/global.c:718
|
|
msgid "Go To Dir"
|
|
msgstr "Przejd¼ do katalogu"
|
|
|
|
#: src/global.c:732
|
|
msgid "Cut Text"
|
|
msgstr "Wytnij"
|
|
|
|
#: src/global.c:741
|
|
msgid "Justify"
|
|
msgstr "Wyjustuj"
|
|
|
|
#: src/global.c:757
|
|
msgid "Case Sens"
|
|
msgstr "Wielk.liter"
|
|
|
|
#: src/global.c:762
|
|
msgid "Regexp"
|
|
msgstr "Wyr.reg."
|
|
|
|
#: src/global.c:767
|
|
msgid "Backwards"
|
|
msgstr "Wstecz"
|
|
|
|
#: src/global.c:774
|
|
msgid "No Replace"
|
|
msgstr "Nie zast."
|
|
|
|
#: src/global.c:781
|
|
msgid "Cur Pos"
|
|
msgstr "Bie¿.poz."
|
|
|
|
#: src/global.c:788
|
|
msgid "Prev Page"
|
|
msgstr "Poprz.str."
|
|
|
|
#: src/global.c:790
|
|
msgid "Next Page"
|
|
msgstr "Nast.str."
|
|
|
|
#: src/global.c:794
|
|
msgid "First Line"
|
|
msgstr "Pierw.lin."
|
|
|
|
#: src/global.c:797
|
|
msgid "Last Line"
|
|
msgstr "Ost.lin."
|
|
|
|
#: src/global.c:803
|
|
#, fuzzy
|
|
msgid "To Bracket"
|
|
msgstr "To nie nawias"
|
|
|
|
#: src/global.c:806
|
|
msgid "Mark Text"
|
|
msgstr "Zaznacz"
|
|
|
|
#: src/global.c:809
|
|
msgid "Copy Text"
|
|
msgstr "Kopiuj"
|
|
|
|
#: src/global.c:812
|
|
msgid "Indent Text"
|
|
msgstr "Wciêcie"
|
|
|
|
#: src/global.c:814
|
|
msgid "Unindent Text"
|
|
msgstr "Usuñ Wciêcia"
|
|
|
|
#: src/global.c:818
|
|
msgid "Undo"
|
|
msgstr "Odwo³aj"
|
|
|
|
#: src/global.c:820
|
|
msgid "Redo"
|
|
msgstr "Odtwórz"
|
|
|
|
#: src/global.c:825 src/global.c:831
|
|
msgid "Back"
|
|
msgstr "Wstecz"
|
|
|
|
#: src/global.c:827 src/global.c:833
|
|
msgid "Forward"
|
|
msgstr "W przód"
|
|
|
|
#: src/global.c:838
|
|
msgid "Prev Word"
|
|
msgstr "Poprz.s³owo"
|
|
|
|
#: src/global.c:840
|
|
msgid "Next Word"
|
|
msgstr "Nast.s³owo"
|
|
|
|
#: src/global.c:844
|
|
msgid "Home"
|
|
msgstr "Pocz±tek"
|
|
|
|
#: src/global.c:846
|
|
msgid "End"
|
|
msgstr "Koniec"
|
|
|
|
#: src/global.c:855
|
|
msgid "Beg of Par"
|
|
msgstr "PoczAkapit"
|
|
|
|
#: src/global.c:857
|
|
msgid "End of Par"
|
|
msgstr "KonAkapit"
|
|
|
|
#: src/global.c:862
|
|
msgid "Scroll Up"
|
|
msgstr "Przewiñ w górê"
|
|
|
|
#: src/global.c:864
|
|
msgid "Scroll Down"
|
|
msgstr "Przewiñ w dó³"
|
|
|
|
#: src/global.c:869
|
|
#, fuzzy
|
|
msgid "Prev File"
|
|
msgstr "Poprzedni plik"
|
|
|
|
#: src/global.c:871
|
|
msgid "Next File"
|
|
msgstr "Nastêpny plik"
|
|
|
|
#: src/global.c:875
|
|
#, fuzzy
|
|
msgid "Verbatim"
|
|
msgstr "wprowadzanie dos³owne"
|
|
|
|
#: src/global.c:878
|
|
msgid "Tab"
|
|
msgstr "Tab"
|
|
|
|
#: src/global.c:880
|
|
msgid "Enter"
|
|
msgstr "Enter"
|
|
|
|
#: src/global.c:882
|
|
msgid "Delete"
|
|
msgstr "Usuñ"
|
|
|
|
#: src/global.c:884
|
|
msgid "Backspace"
|
|
msgstr "Backspace"
|
|
|
|
#: src/global.c:893
|
|
msgid "CutTillEnd"
|
|
msgstr "WytnDoKonc"
|
|
|
|
#: src/global.c:903
|
|
msgid "Word Count"
|
|
msgstr "Ilo¶æ s³ów"
|
|
|
|
#: src/global.c:910
|
|
msgid "Suspend"
|
|
msgstr "Zawie¶"
|
|
|
|
#: src/global.c:916
|
|
msgid "PrevHstory"
|
|
msgstr "Poprz.Hist"
|
|
|
|
#: src/global.c:920
|
|
msgid "NextHstory"
|
|
msgstr "Nast.Hist"
|
|
|
|
#: src/global.c:924
|
|
msgid "Go To Text"
|
|
msgstr "Przejd¼ do tekstu"
|
|
|
|
#: src/global.c:935
|
|
msgid "DOS Format"
|
|
msgstr "Format DOS"
|
|
|
|
#: src/global.c:938
|
|
msgid "Mac Format"
|
|
msgstr "Format Mac"
|
|
|
|
#: src/global.c:941
|
|
msgid "Append"
|
|
msgstr "Dopisz"
|
|
|
|
#: src/global.c:943
|
|
msgid "Prepend"
|
|
msgstr "Wpisz"
|
|
|
|
#: src/global.c:946
|
|
msgid "Backup File"
|
|
msgstr "Kopia zapas."
|
|
|
|
#: src/global.c:953
|
|
msgid "Execute Command"
|
|
msgstr "Wywo³aj polecenie"
|
|
|
|
#: src/global.c:965
|
|
msgid "To Files"
|
|
msgstr "Pliki"
|
|
|
|
#: src/global.c:968
|
|
msgid "First File"
|
|
msgstr "Pierw.Plik"
|
|
|
|
#: src/global.c:970
|
|
msgid "Last File"
|
|
msgstr "Ost.Plik"
|
|
|
|
#. TRANSLATORS: The next seventeen strings are toggle descriptions;
|
|
#. * they are best kept shorter than 40 characters, but may be longer.
|
|
#: src/global.c:1218
|
|
msgid "Help mode"
|
|
msgstr "Tryb pomocy"
|
|
|
|
#: src/global.c:1220
|
|
msgid "Constant cursor position display"
|
|
msgstr "Sta³e po³o¿enie kursora"
|
|
|
|
#: src/global.c:1222
|
|
msgid "Use of one more line for editing"
|
|
msgstr "U¿ycie dodatkowej linii do redagowania"
|
|
|
|
#: src/global.c:1224
|
|
msgid "Smooth scrolling"
|
|
msgstr "P³ynne przewijanie"
|
|
|
|
#: src/global.c:1226
|
|
#, fuzzy
|
|
msgid "Soft wrapping of overlong lines"
|
|
msgstr "Bez ³amania d³ugich linii"
|
|
|
|
#: src/global.c:1228
|
|
msgid "Whitespace display"
|
|
msgstr "Wy¶wietlanie bia³ych znaków"
|
|
|
|
#: src/global.c:1230
|
|
msgid "Color syntax highlighting"
|
|
msgstr "Kolorowanie sk³adni"
|
|
|
|
#: src/global.c:1232
|
|
msgid "Smart home key"
|
|
msgstr "Rozumny klawisz \"w pocz±tek\""
|
|
|
|
#: src/global.c:1234
|
|
msgid "Auto indent"
|
|
msgstr "Auto wciêcia"
|
|
|
|
#: src/global.c:1236
|
|
msgid "Cut to end"
|
|
msgstr "Wytnij do koñca"
|
|
|
|
#: src/global.c:1238
|
|
#, fuzzy
|
|
msgid "Hard wrapping of overlong lines"
|
|
msgstr "Bez ³amania d³ugich linii"
|
|
|
|
#: src/global.c:1240
|
|
msgid "Conversion of typed tabs to spaces"
|
|
msgstr "Przetworzenie tabulacji na spacji"
|
|
|
|
#: src/global.c:1242
|
|
msgid "Backup files"
|
|
msgstr "Kopie zapasowe"
|
|
|
|
#: src/global.c:1244
|
|
msgid "Multiple file buffers"
|
|
msgstr "Wiele buforów plikowych"
|
|
|
|
#: src/global.c:1246
|
|
msgid "Mouse support"
|
|
msgstr "Obs³uga myszy"
|
|
|
|
#: src/global.c:1248
|
|
msgid "No conversion from DOS/Mac format"
|
|
msgstr "Bez konwersji z formatu DOS/Mac"
|
|
|
|
#: src/global.c:1250
|
|
msgid "Suspension"
|
|
msgstr "Zawie¶"
|
|
|
|
#: src/help.c:220
|
|
msgid ""
|
|
"Search Command Help Text\n"
|
|
"\n"
|
|
" Enter the words or characters you would like to search for, and then press "
|
|
"Enter. If there is a match for the text you entered, the screen will be "
|
|
"updated to the location of the nearest match for the search string.\n"
|
|
"\n"
|
|
" The previous search string will be shown in brackets after the search "
|
|
"prompt. Hitting Enter without entering any text will perform the previous "
|
|
"search. "
|
|
msgstr ""
|
|
"Tekst pomocy polecenia szukania\n"
|
|
"\n"
|
|
" Wprowad¼ s³owa lub znaki, których chcesz szukaæ, nastêpnie naci¶nij Enter. "
|
|
"Je¶li istnieje fragment tekstu do nich pasuj±cy, ekran zostanie od¶wie¿ony "
|
|
"pokazuj±c po³o¿enie najbli¿szego dopasowania.\n"
|
|
"\n"
|
|
" Po zachêcie 'Szukaj:' w nawiasach kwadratowych zostanie pokazany poprzednio "
|
|
"szukany ³añcuch. Naci¶niêcie Enter bez wprowadzania tekstu spowoduje "
|
|
"wykonanie poprzedniego szukania. "
|
|
|
|
#: src/help.c:229
|
|
msgid ""
|
|
"If you have selected text with the mark and then search to replace, only "
|
|
"matches in the selected text will be replaced.\n"
|
|
"\n"
|
|
" The following function keys are available in Search mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Je¿eli zaznaczy³e¶ fragment tekstu, i wybra³e¶ szukanie z zast±pieniem, "
|
|
"tylko wyst±pienia w zaznaczonej czê¶ci zostan± zast±pione.\n"
|
|
"\n"
|
|
" W trybie szukania dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:235
|
|
msgid ""
|
|
"Go To Line Help Text\n"
|
|
"\n"
|
|
" Enter the line number that you wish to go to and hit Enter. If there are "
|
|
"fewer lines of text than the number you entered, you will be brought to the "
|
|
"last line of the file.\n"
|
|
"\n"
|
|
" The following function keys are available in Go To Line mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy polecenia przej¶cia do zadanej linii\n"
|
|
" Wprowad¼ numer linii, do której chcesz przej¶æ i naci¶nij Enter. Je¿eli w "
|
|
"pliku jest mniej linii ni¿ liczba, któr± wprowadzi³e¶, zostaniesz "
|
|
"przeniesiony do ostatniej linii pliku.\n"
|
|
"\n"
|
|
" W trybie przej¶cia do zadanej linii dostêpne s± nastêpuj±ce klawisze "
|
|
"funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:244
|
|
msgid ""
|
|
"Insert File Help Text\n"
|
|
"\n"
|
|
" Type in the name of a file to be inserted into the current file buffer at "
|
|
"the current cursor location.\n"
|
|
"\n"
|
|
" If you have compiled nano with multiple file buffer support, and enable "
|
|
"multiple file buffers with the -F or --multibuffer command line flags, the "
|
|
"Meta-F toggle, or a nanorc file, inserting a file will cause it to be loaded "
|
|
"into a separate buffer (use Meta-< and > to switch between file buffers). "
|
|
msgstr ""
|
|
"Tekst pomocy polecenia wstawienia pliku\n"
|
|
"\n"
|
|
" Wpisz nazwê pliku, którego zawarto¶æ ma zostaæ wstawiona do bufora "
|
|
"bie¿±cego pliku w bie¿±cym po³o¿eniu kursora.\n"
|
|
"\n"
|
|
" Je¶li skompilowa³e¶ nano z obs³ug± wielu buforów plikowych i w³±czy³e¶ j± "
|
|
"opcj± wiersza poleceñ -F lub --multibuffer, kombinacj± Meta-F albo za pomoc± "
|
|
"pliku nanorc, wstawianie pliku spowoduje wczytanie go do oddzielnego bufora "
|
|
"(u¿yj Meta-< i > do prze³±czania siê miêdzy buforami plikowymi. "
|
|
|
|
#: src/help.c:253
|
|
msgid ""
|
|
"If you need another blank buffer, do not enter any filename, or type in a "
|
|
"nonexistent filename at the prompt and press Enter.\n"
|
|
"\n"
|
|
" The following function keys are available in Insert File mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Je¶li potrzebujesz kolejnego pustego bufora, nie wpisuj nazwy lub wpisz "
|
|
"nazwê nieistniej±cego jeszcze pliku i naci¶nij Enter.\n"
|
|
"\n"
|
|
"W trybie wstawiania pliku dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:259
|
|
msgid ""
|
|
"Write File Help Text\n"
|
|
"\n"
|
|
" Type the name that you wish to save the current file as and press Enter to "
|
|
"save the file.\n"
|
|
"\n"
|
|
" If you have selected text with the mark, you will be prompted to save only "
|
|
"the selected portion to a separate file. To reduce the chance of "
|
|
"overwriting the current file with just a portion of it, the current filename "
|
|
"is not the default in this mode.\n"
|
|
"\n"
|
|
" The following function keys are available in Write File mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy polecenia zapisu pliku\n"
|
|
"\n"
|
|
" Wpisz nazwê, pod jak± chcesz zapisaæ bie¿±cy plik i naci¶nij Enter.\n"
|
|
"\n"
|
|
" Je¶li zaznaczy³e¶ fragment tekstu, zostanie ci zaproponowany zapis tylko "
|
|
"zaznaczonej czê¶ci do osobnego pliku. Aby zmniejszyæ ryzyko nadpisania "
|
|
"bie¿±cego pliku jego czê¶ci±, w tym trybie nazwa bie¿±cego pliku nie jest "
|
|
"nazw± domy¶ln±.\n"
|
|
"\n"
|
|
" W trybie zapisu pliku dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:273
|
|
msgid ""
|
|
"File Browser Help Text\n"
|
|
"\n"
|
|
" The file browser is used to visually browse the directory structure to "
|
|
"select a file for reading or writing. You may use the arrow keys or Page Up/"
|
|
"Down to browse through the files, and S or Enter to choose the selected file "
|
|
"or enter the selected directory. To move up one level, select the directory "
|
|
"called \"..\" at the top of the file list.\n"
|
|
"\n"
|
|
" The following function keys are available in the file browser:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy przegl±darki plików\n"
|
|
"\n"
|
|
" Przegl±darka plików s³u¿y do wizualnego przegl±dania katalogu w celu "
|
|
"wybrania pliku do odczytu lub zapisu. Do przemieszczania siê po plikach w "
|
|
"katalogu u¿yj klawiszy strza³ek oraz Page Up/Down, za¶ do wyboru pliku lub "
|
|
"wej¶cia do zaznaczonego katalogu klawiszy S i Enter. Aby przej¶æ o jeden "
|
|
"katalog wy¿ej wybierz katalog o nazwie \"..\" znajduj±cy siê na samej górze "
|
|
"listy plików.\n"
|
|
"\n"
|
|
" W przegl±darce plików dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:286
|
|
msgid ""
|
|
"Browser Search Command Help Text\n"
|
|
"\n"
|
|
" Enter the words or characters you would like to search for, and then press "
|
|
"Enter. If there is a match for the text you entered, the screen will be "
|
|
"updated to the location of the nearest match for the search string.\n"
|
|
"\n"
|
|
" The previous search string will be shown in brackets after the search "
|
|
"prompt. Hitting Enter without entering any text will perform the previous "
|
|
"search.\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy polecenia szukania\n"
|
|
"\n"
|
|
" Wprowad¼ s³owa lub znaki, których chcesz szukaæ, nastêpnie naci¶nij Enter. "
|
|
"Je¶li istnieje fragment tekstu do nich pasuj±cy, ekran zostanie od¶wie¿ony "
|
|
"pokazuj±c po³o¿enie najbli¿szego dopasowania.\n"
|
|
"\n"
|
|
" Po zachêcie 'Szukaj:' w nawiasach kwadratowych zostanie pokazany poprzednio "
|
|
"szukany ³añcuch. Naci¶niêcie Enter bez wprowadzania tekstu spowoduje "
|
|
"wykonanie poprzedniego szukania.\n"
|
|
"\n"
|
|
|
|
#: src/help.c:295
|
|
msgid ""
|
|
" The following function keys are available in Browser Search mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
" W trybie wyszukiwania dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:299
|
|
msgid ""
|
|
"Browser Go To Directory Help Text\n"
|
|
"\n"
|
|
" Enter the name of the directory you would like to browse to.\n"
|
|
"\n"
|
|
" If tab completion has not been disabled, you can use the Tab key to "
|
|
"(attempt to) automatically complete the directory name.\n"
|
|
"\n"
|
|
" The following function keys are available in Browser Go To Directory mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy polecenia przej¶cia do katalogu w przegl±darce\n"
|
|
"\n"
|
|
" Wprowad¼ nazwê katalogu, jaki chcesz przegl±dn±æ.\n"
|
|
"\n"
|
|
" Je¶li dope³nianie za pomoc± tabulacji nie zosta³o wy³±czone, mo¿esz "
|
|
"skorzystaæ z klawisza TAB, co automatycznie dope³ni (je¶li to mo¿liwe) nazwê "
|
|
"wpisywanego katalogu.\n"
|
|
"\n"
|
|
" W trybie przej¶cia do katalogu w przegl±darce dostêpne s± nastêpuj±ce "
|
|
"klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:312
|
|
msgid ""
|
|
"Spell Check Help Text\n"
|
|
"\n"
|
|
" The spell checker checks the spelling of all text in the current file. "
|
|
"When an unknown word is encountered, it is highlighted and a replacement can "
|
|
"be edited. It will then prompt to replace every instance of the given "
|
|
"misspelled word in the current file, or, if you have selected text with the "
|
|
"mark, in the selected text.\n"
|
|
"\n"
|
|
" The following function keys are available in Spell Check mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy sprawdzania pisowni\n"
|
|
"\n"
|
|
" Program do sprawdzania pisowni sprawdza pisowniê ca³o¶ci tekstu bie¿±cego "
|
|
"pliku. Gdy zostanie napotkane nieznane s³owo, jest ono pod¶wietlane i mo¿na "
|
|
"poprawiæ wersjê, która je zast±pi. Nastêpnie pojawia siê propozycja "
|
|
"zast±pienia w bie¿±cym pliku, lub, je¿eli zaznaczy³e¶ fragment tekstu, w tym "
|
|
"fragmencie wszystkich wyst±pieñ danego niepoprawnie napisanego s³owa.\n"
|
|
"\n"
|
|
" W trybie sprawdzania pisowni dostêpne s± nastêpuj±ce klawisze funkcyjne:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:327
|
|
msgid ""
|
|
"Execute Command Help Text\n"
|
|
"\n"
|
|
" This mode allows you to insert the output of a command run by the shell "
|
|
"into the current buffer (or a new buffer in multiple file buffer mode). If "
|
|
"you need another blank buffer, do not enter any command.\n"
|
|
"\n"
|
|
" The following function keys are available in Execute Command mode:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Tekst pomocy wywo³ania polecenia zewnêtrznego\n"
|
|
"\n"
|
|
" Ten tryb umo¿liwia wstawienie do bie¿±cego bufora (lub, w trybie wielu "
|
|
"buforów, do nowego bufora) wyj¶cia otrzymanego z polecenia uruchomionego "
|
|
"przez pow³okê. Je¿eli potrzebujesz nowego pustego bufora, nie podawaj "
|
|
"¿adnego polecenia.\n"
|
|
"\n"
|
|
" W tym trybie dostêpne s± nastêpuj±ce klawisze:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:340
|
|
msgid ""
|
|
"Main nano help text\n"
|
|
"\n"
|
|
" The nano editor is designed to emulate the functionality and ease-of-use of "
|
|
"the UW Pico text editor. There are four main sections of the editor. The "
|
|
"top line shows the program version, the current filename being edited, and "
|
|
"whether or not the file has been modified. Next is the main editor window "
|
|
"showing the file being edited. The status line is the third line from the "
|
|
"bottom and shows important messages. "
|
|
msgstr ""
|
|
"Podstawowy tekst pomocy nano\n"
|
|
"\n"
|
|
" Edytor nano zosta³ zaprojektowany z my¶l± o emulacji mo¿liwo¶ci i prostoty "
|
|
"obs³ugi edytora tekstowego UW Pico. Ekran edycji mo¿na podzieliæ na cztery "
|
|
"czê¶ci: górna linia pokazuje wersjê programu i nazwê w³a¶nie edytowanego "
|
|
"pliku oraz mówi, czy plik zosta³ zmieniony. Dalej, g³ówne okno edytora "
|
|
"zawiera edytowany tekst. Trzecia linia od do³u, czyli linia stanu, s³u¿y do "
|
|
"wy¶wietlania wa¿nych komunikatów. "
|
|
|
|
#: src/help.c:350
|
|
msgid ""
|
|
"The bottom two lines show the most commonly used shortcuts in the editor.\n"
|
|
"\n"
|
|
" The notation for shortcuts is as follows: Control-key sequences are notated "
|
|
"with a caret (^) symbol and can be entered either by using the Control "
|
|
"(Ctrl) key or pressing the Escape (Esc) key twice. Escape-key sequences are "
|
|
"notated with the Meta (M-) symbol and can be entered using either the Esc, "
|
|
"Alt, or Meta key depending on your keyboard setup. "
|
|
msgstr ""
|
|
"Dwie najni¿sze linie przypominaj± najczê¶ciej u¿ywane kombinacje klawiszy.\n"
|
|
"\n"
|
|
" Kombinacje klawiszy zosta³y opisane w nastêpuj±cy sposób: sekwencje "
|
|
"steruj±ce wprowadzane klawiszem Control (Ctrl) lub podwójnym naci¶niêciem "
|
|
"klawisza Escape s± oznaczone daszkiem (^). Sekwencje Escape, wprowadzane "
|
|
"zale¿nie od uk³adu klawiatury jednym z klawiszy Esc, Alt lub Meta, s± "
|
|
"oznaczone Meta (M-). "
|
|
|
|
#: src/help.c:359
|
|
msgid ""
|
|
"Also, pressing Esc twice and then typing a three-digit decimal number from "
|
|
"000 to 255 will enter the character with the corresponding value. The "
|
|
"following keystrokes are available in the main editor window. Alternative "
|
|
"keys are shown in parentheses:\n"
|
|
"\n"
|
|
msgstr ""
|
|
"Aby wprowadziæ dowolny znak, nale¿y dwukrotnie nacisn±æ Esc i wprowadziæ "
|
|
"dziesiêtny kod tego znaku (w zakresie 000 - 255).\n"
|
|
"\n"
|
|
" W g³ównym oknie edytora dostêpne s± wymienione poni¿ej kombinacje klawiszy. "
|
|
"Klawisze alternatywne ujêto w nawiasy:\n"
|
|
"\n"
|
|
|
|
#: src/help.c:391 src/help.c:468
|
|
msgid "enable/disable"
|
|
msgstr "w³±cz/wy³±cz"
|
|
|
|
#: src/nano.c:597
|
|
msgid "Key invalid in view mode"
|
|
msgstr "Klawisz niedozwolony w trybie przegl±dania"
|
|
|
|
#: src/nano.c:709
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Buffer written to %s\n"
|
|
msgstr ""
|
|
"\n"
|
|
"Bufor zapisany w %s\n"
|
|
|
|
#: src/nano.c:711
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Buffer not written to %s: %s\n"
|
|
msgstr ""
|
|
"\n"
|
|
"Bufor nie zosta³ zapisany w %s: %s\n"
|
|
|
|
#: src/nano.c:714
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Buffer not written: %s\n"
|
|
msgstr ""
|
|
"\n"
|
|
"Bufor nie zosta³ zapisany w %s\n"
|
|
|
|
#: src/nano.c:739
|
|
msgid "Window size is too small for nano...\n"
|
|
msgstr "Rozmiar okna za ma³y dla nano...\n"
|
|
|
|
#: src/nano.c:832
|
|
#, c-format
|
|
msgid ""
|
|
"Usage: nano [OPTIONS] [[+LINE,COLUMN] FILE]...\n"
|
|
"\n"
|
|
msgstr "Sk³adnia: nano [OPCJE] [[+LINIA,KOLUMNA] PLIK]...\n"
|
|
|
|
#: src/nano.c:835
|
|
#, c-format
|
|
msgid "Option\t\tGNU long option\t\tMeaning\n"
|
|
msgstr "Opcja\t\tD³uga opcja GNU\t\tZnaczenie\n"
|
|
|
|
#: src/nano.c:837
|
|
#, c-format
|
|
msgid "Option\t\tMeaning\n"
|
|
msgstr "Opcja\t\tZnaczenie\n"
|
|
|
|
#: src/nano.c:840
|
|
msgid "+LINE,COLUMN"
|
|
msgstr "+LINIA,KOLUMNA"
|
|
|
|
#: src/nano.c:841
|
|
msgid "Start at line LINE, column COLUMN"
|
|
msgstr "Rozpoczêcie w linii i kolumnie o podanych numerach"
|
|
|
|
#: src/nano.c:843
|
|
msgid "Enable smart home key"
|
|
msgstr "W³±cza rozumny przycisk \"w pocz±tek\""
|
|
|
|
#: src/nano.c:844
|
|
msgid "Save backups of existing files"
|
|
msgstr "Tworzenie kopii zapasowych istniej±cych plików"
|
|
|
|
#: src/nano.c:845
|
|
msgid "-C <dir>"
|
|
msgstr "-C <katalog>"
|
|
|
|
#: src/nano.c:845
|
|
msgid "--backupdir=<dir>"
|
|
msgstr "--backupdir=<katalog>"
|
|
|
|
#: src/nano.c:846
|
|
msgid "Directory for saving unique backup files"
|
|
msgstr "Katalog przechowywania unikatowych kopii zapasowych"
|
|
|
|
#: src/nano.c:849
|
|
msgid "Use bold instead of reverse video text"
|
|
msgstr "U¿ywa tekstu pogrubionego zamiast negacji obrazu"
|
|
|
|
#: src/nano.c:852
|
|
msgid "Convert typed tabs to spaces"
|
|
msgstr "Przetwarza tabulacje na spacje"
|
|
|
|
#: src/nano.c:855
|
|
msgid "Enable multiple file buffers"
|
|
msgstr "W³±czenie wielu buforów plikowych"
|
|
|
|
#: src/nano.c:860
|
|
msgid "Use (vim-style) lock files"
|
|
msgstr ""
|
|
|
|
#: src/nano.c:862
|
|
msgid "Log & read search/replace string history"
|
|
msgstr "Rejestrowanie i odczyt historii wyszukiwania/zamiany ³añcuchów"
|
|
|
|
#: src/nano.c:865
|
|
msgid "Don't look at nanorc files"
|
|
msgstr "Bez korzystania z plików nanorc"
|
|
|
|
#: src/nano.c:868
|
|
msgid "Fix numeric keypad key confusion problem"
|
|
msgstr "Naprawia problem pomylenia klawiszy klawiatury numerycznej"
|
|
|
|
#: src/nano.c:870
|
|
msgid "Don't add newlines to the ends of files"
|
|
msgstr "Wy³±cza dodanie znaku nowej linii na koñcu pliku"
|
|
|
|
#: src/nano.c:873
|
|
msgid "Don't convert files from DOS/Mac format"
|
|
msgstr "Bez konwersji z formatu DOS/Mac"
|
|
|
|
#: src/nano.c:875
|
|
msgid "Use one more line for editing"
|
|
msgstr "U¿ycie dodatkowej linii do redagowania"
|
|
|
|
#: src/nano.c:878
|
|
#, fuzzy
|
|
msgid "Log & read location of cursor position"
|
|
msgstr "Wstaw znak tabulacji na pozycji kursora"
|
|
|
|
#: src/nano.c:881
|
|
msgid "-Q <str>"
|
|
msgstr "-Q <³añcuch>"
|
|
|
|
#: src/nano.c:881
|
|
msgid "--quotestr=<str>"
|
|
msgstr "--quotestr=<³añcuch>"
|
|
|
|
#: src/nano.c:882
|
|
msgid "Quoting string"
|
|
msgstr "Znacznik cytowania"
|
|
|
|
#: src/nano.c:884
|
|
msgid "Restricted mode"
|
|
msgstr "Tryb zastrze¿ony"
|
|
|
|
#: src/nano.c:887
|
|
msgid "Scroll by line instead of half-screen"
|
|
msgstr "Przewija po liniach zamiast po pó³-ekranu"
|
|
|
|
#: src/nano.c:889
|
|
msgid "-T <#cols>"
|
|
msgstr "-T <#kol>"
|
|
|
|
#: src/nano.c:889
|
|
msgid "--tabsize=<#cols>"
|
|
msgstr "--tabsize=<#kol>"
|
|
|
|
#: src/nano.c:890
|
|
msgid "Set width of a tab to #cols columns"
|
|
msgstr "Ustawienie szeroko¶ci tabulacji na podan± ilo¶æ kolumn"
|
|
|
|
#: src/nano.c:892
|
|
msgid "Do quick statusbar blanking"
|
|
msgstr "Szybkie oczyszczenie linii stanu"
|
|
|
|
#: src/nano.c:895
|
|
msgid "Print version information and exit"
|
|
msgstr "Wypisanie wersji i zakoñczenie pracy"
|
|
|
|
#: src/nano.c:898
|
|
msgid "Detect word boundaries more accurately"
|
|
msgstr "U¶ci¶la okre¶lenie granic s³ów"
|
|
|
|
#: src/nano.c:901
|
|
msgid "-Y <str>"
|
|
msgstr "-Y <³añc>"
|
|
|
|
#: src/nano.c:901
|
|
msgid "--syntax=<str>"
|
|
msgstr "--syntax=<³añc>"
|
|
|
|
#: src/nano.c:902
|
|
msgid "Syntax definition to use for coloring"
|
|
msgstr "U¿ycie zadanej definicji sk³adni do pod¶wietlania"
|
|
|
|
#: src/nano.c:904
|
|
msgid "Constantly show cursor position"
|
|
msgstr "Sta³e pokazywanie po³o¿enia kursora"
|
|
|
|
#: src/nano.c:906
|
|
msgid "Fix Backspace/Delete confusion problem"
|
|
msgstr "Naprawia problem pomylenia klawiszy Backspace/Delete"
|
|
|
|
#: src/nano.c:908
|
|
#, fuzzy
|
|
msgid "Show this help text"
|
|
msgstr "Wy¶wietla ten tekst pomocy"
|
|
|
|
#: src/nano.c:910
|
|
msgid "Automatically indent new lines"
|
|
msgstr "Automatyczne wciêcia nowych linii"
|
|
|
|
#: src/nano.c:911
|
|
msgid "Cut from cursor to end of line"
|
|
msgstr "Wycina od kursora do koñca linii"
|
|
|
|
#: src/nano.c:914
|
|
msgid "Don't follow symbolic links, overwrite"
|
|
msgstr "Bez pod±¿ania za dowi±zaniami symbolicznymi, nadpisywanie"
|
|
|
|
#: src/nano.c:916
|
|
msgid "Enable the use of the mouse"
|
|
msgstr "W³±czenie myszy"
|
|
|
|
#: src/nano.c:918
|
|
msgid "Do not read the file (only write it)"
|
|
msgstr ""
|
|
|
|
#: src/nano.c:920
|
|
msgid "-o <dir>"
|
|
msgstr "-o <kat>"
|
|
|
|
#: src/nano.c:920
|
|
msgid "--operatingdir=<dir>"
|
|
msgstr "--operatingdir=<kat>"
|
|
|
|
#: src/nano.c:921
|
|
msgid "Set operating directory"
|
|
msgstr "Ustawienie katalogu pracy"
|
|
|
|
#: src/nano.c:924
|
|
msgid "Preserve XON (^Q) and XOFF (^S) keys"
|
|
msgstr "Zachowanie dzia³ania klawiszy XON (^Q) i XOFF (^S)"
|
|
|
|
#: src/nano.c:926
|
|
msgid "Silently ignore startup issues like rc file errors"
|
|
msgstr "Ignoruje b³êdy podczas rozruchu, jak np. b³êdy w pliku rc"
|
|
|
|
#: src/nano.c:928
|
|
msgid "-r <#cols>"
|
|
msgstr "-r <#kol>"
|
|
|
|
#: src/nano.c:928
|
|
msgid "--fill=<#cols>"
|
|
msgstr "--fill=<#kol>"
|
|
|
|
#: src/nano.c:929
|
|
#, fuzzy
|
|
msgid "Set hard-wrapping point at column #cols"
|
|
msgstr "Ustawia granice przewijania w podanej kolumnie"
|
|
|
|
#: src/nano.c:932
|
|
msgid "-s <prog>"
|
|
msgstr "-s <prog>"
|
|
|
|
#: src/nano.c:932
|
|
msgid "--speller=<prog>"
|
|
msgstr "--speller=<prog>"
|
|
|
|
#: src/nano.c:933
|
|
msgid "Enable alternate speller"
|
|
msgstr "Alternatywny program sprawdzania pisowni"
|
|
|
|
#: src/nano.c:936
|
|
msgid "Auto save on exit, don't prompt"
|
|
msgstr "Automatyczny zapis przy koñczeniu pracy, bez pytania"
|
|
|
|
#: src/nano.c:938
|
|
msgid "Allow generic undo [EXPERIMENTAL]"
|
|
msgstr "W³±cza odwo³anie ogólne [EKSPERYMENTALNE]"
|
|
|
|
#: src/nano.c:941
|
|
msgid "View mode (read-only)"
|
|
msgstr "Tryb przegl±dania (tylko odczyt)"
|
|
|
|
#: src/nano.c:943
|
|
#, fuzzy
|
|
msgid "Don't hard-wrap long lines"
|
|
msgstr "Bez ³amania d³ugich linii"
|
|
|
|
#: src/nano.c:945
|
|
msgid "Don't show the two help lines"
|
|
msgstr "Bez pokazywania linii pomocy"
|
|
|
|
#: src/nano.c:946
|
|
msgid "Enable suspension"
|
|
msgstr "W³±czenie zawieszania"
|
|
|
|
#: src/nano.c:948
|
|
msgid "Enable soft line wrapping"
|
|
msgstr "W³±cza miêkkie przewijanie linii"
|
|
|
|
#: src/nano.c:957
|
|
#, c-format
|
|
msgid " GNU nano version %s (compiled %s, %s)\n"
|
|
msgstr " GNU nano wersja %s (skompilowana %s, %s)\n"
|
|
|
|
#: src/nano.c:961
|
|
#, c-format
|
|
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
|
msgstr " E-mail: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
|
|
|
#: src/nano.c:962
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
" Compiled options:"
|
|
msgstr ""
|
|
"\n"
|
|
" Skompilowane opcje:"
|
|
|
|
#: src/nano.c:1086
|
|
msgid "Sorry, support for this function has been disabled"
|
|
msgstr "Przepraszamy, obs³uga tej funkcji zosta³a wy³±czona"
|
|
|
|
#: src/nano.c:1108
|
|
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
|
msgstr "Zapisaæ zmieniony bufor (ODPOWIED¬ \"Nie\" SPOWODUJE UTRATÊ ZMIAN) ? "
|
|
|
|
#: src/nano.c:1160
|
|
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
|
msgstr ""
|
|
"Nie uda³o siê ponownie otworzyæ wej¶cie standardowe z klawiatury, "
|
|
"przepraszamy\n"
|
|
|
|
#: src/nano.c:1185
|
|
#, c-format
|
|
msgid "Reading from stdin, ^C to abort\n"
|
|
msgstr "Odczyt z wej¶cia standardowego. Aby przerwaæ, naci¶nij ^C\n"
|
|
|
|
#: src/nano.c:1251
|
|
msgid "Received SIGHUP or SIGTERM\n"
|
|
msgstr "Otrzymano SIGHUP lub SIGTERM\n"
|
|
|
|
#: src/nano.c:1273
|
|
#, c-format
|
|
msgid "Use \"fg\" to return to nano.\n"
|
|
msgstr "Aby powróciæ do nano, u¿yj \"fg\".\n"
|
|
|
|
#: src/nano.c:1455
|
|
msgid "enabled"
|
|
msgstr "w³±czony(e)"
|
|
|
|
#: src/nano.c:1455
|
|
msgid "disabled"
|
|
msgstr "wy³±czony(e)"
|
|
|
|
#: src/nano.c:1622 src/winio.c:1256
|
|
msgid "Unknown Command"
|
|
msgstr "Nieznane polecenie"
|
|
|
|
#: src/nano.c:1745
|
|
msgid "XON ignored, mumble mumble"
|
|
msgstr "Zignorowano XON, hmm, hmm."
|
|
|
|
#: src/nano.c:1750
|
|
msgid "XOFF ignored, mumble mumble"
|
|
msgstr "Zignorowano XOFF, hmm, hmm."
|
|
|
|
#: src/nano.c:2285 src/rcfile.c:1252
|
|
#, c-format
|
|
msgid "Requested tab size \"%s\" is invalid"
|
|
msgstr "¯±dana wielko¶æ tabulacji \"%s\" nie jest poprawna"
|
|
|
|
#: src/nano.c:2347 src/rcfile.c:1177
|
|
#, c-format
|
|
msgid "Requested fill size \"%s\" is invalid"
|
|
msgstr "¯±dana pozycja ³amania linii \"%s\" nie jest poprawna"
|
|
|
|
#: src/nano.c:2393
|
|
#, c-format
|
|
msgid "Type '%s -h' for a list of available options.\n"
|
|
msgstr ""
|
|
|
|
#. TRANSLATORS: For the next three strings, if possible, specify
|
|
#. * the single-byte shortcuts for both your language and English.
|
|
#. * For example, in French: "OoYy" for "Oui".
|
|
#: src/prompt.c:1247
|
|
msgid "Yy"
|
|
msgstr "Tt"
|
|
|
|
#: src/prompt.c:1248
|
|
msgid "Nn"
|
|
msgstr "Nn"
|
|
|
|
#: src/prompt.c:1249
|
|
msgid "Aa"
|
|
msgstr "Ww"
|
|
|
|
#: src/prompt.c:1263
|
|
msgid "Yes"
|
|
msgstr "Tak"
|
|
|
|
#: src/prompt.c:1268
|
|
msgid "All"
|
|
msgstr "Wszystko"
|
|
|
|
#: src/prompt.c:1273
|
|
msgid "No"
|
|
msgstr "Nie"
|
|
|
|
#: src/rcfile.c:138
|
|
#, c-format
|
|
msgid "Error in %s on line %lu: "
|
|
msgstr "B³±d w %s w linii %lu: "
|
|
|
|
#: src/rcfile.c:193
|
|
#, c-format
|
|
msgid "Argument '%s' has an unterminated \""
|
|
msgstr "Argument %s ma niedomkniêty \""
|
|
|
|
#: src/rcfile.c:220 src/rcfile.c:272 src/rcfile.c:684 src/rcfile.c:745
|
|
#: src/rcfile.c:834 src/rcfile.c:886
|
|
msgid "Regex strings must begin and end with a \" character"
|
|
msgstr "Wyra¿enia regularne musz± zaczynaæ siê i koñczyæ znakiem \""
|
|
|
|
#: src/rcfile.c:246 src/search.c:62
|
|
#, c-format
|
|
msgid "Bad regex \"%s\": %s"
|
|
msgstr "B³êdne wyra¿enie regularne \"%s\": %s"
|
|
|
|
#: src/rcfile.c:266
|
|
msgid "Missing syntax name"
|
|
msgstr "Brak nazwy sk³adni"
|
|
|
|
#: src/rcfile.c:336
|
|
msgid "The \"none\" syntax is reserved"
|
|
msgstr "Sk³adnia \"none\" jest zarezerwowana"
|
|
|
|
#: src/rcfile.c:343
|
|
msgid "The \"default\" syntax must take no extensions"
|
|
msgstr "Sk³adnia \"default\" nie przyjmuje rozszerzeñ"
|
|
|
|
#: src/rcfile.c:411
|
|
msgid "Missing key name"
|
|
msgstr "Brak nazwy klawisza"
|
|
|
|
#: src/rcfile.c:420 src/rcfile.c:431
|
|
msgid "Key name is too short"
|
|
msgstr ""
|
|
|
|
#: src/rcfile.c:441
|
|
#, fuzzy
|
|
msgid "Key name must begin with \"^\", \"M\", or \"F\""
|
|
msgstr "przypisania klawiszy musz± zaczynaæ siê z \"^\", \"M\", lub \"F\""
|
|
|
|
#: src/rcfile.c:450
|
|
#, fuzzy
|
|
msgid "Must specify a function to bind the key to"
|
|
msgstr "Podaj funkcje do jakiej przypisuje siê klawisz"
|
|
|
|
#. TRANSLATORS: Do not translate the word "all".
|
|
#: src/rcfile.c:460
|
|
msgid "Must specify a menu (or \"all\") in which to bind/unbind the key"
|
|
msgstr ""
|
|
|
|
#: src/rcfile.c:467
|
|
#, fuzzy, c-format
|
|
msgid "Cannot map name \"%s\" to a function"
|
|
msgstr "Nie mo¿na odwzorowaæ \"%s\" na funkcje"
|
|
|
|
#: src/rcfile.c:474
|
|
#, fuzzy, c-format
|
|
msgid "Cannot map name \"%s\" to a menu"
|
|
msgstr "Nie mo¿na odwzorowaæ \"%s\" na menu"
|
|
|
|
#: src/rcfile.c:497
|
|
#, fuzzy, c-format
|
|
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
|
msgstr "Przepraszam, \"%s\" nie jest prawid³owym przypisaniem"
|
|
|
|
#: src/rcfile.c:583
|
|
#, fuzzy, c-format
|
|
msgid "Error expanding %s: %s"
|
|
msgstr "B³±d odczytu %s: %s"
|
|
|
|
#: src/rcfile.c:626
|
|
#, c-format
|
|
msgid ""
|
|
"Color \"%s\" not understood.\n"
|
|
"Valid colors are \"green\", \"red\", \"blue\",\n"
|
|
"\"white\", \"yellow\", \"cyan\", \"magenta\" and\n"
|
|
"\"black\", with the optional prefix \"bright\"\n"
|
|
"for foreground colors."
|
|
msgstr ""
|
|
"Nieznany kolor \"%s\".\n"
|
|
"Dozwolone kolory to \"green\", \"red\", \"blue\", \n"
|
|
"\"white\", \"yellow\", \"cyan\", \"magenta\" i \n"
|
|
"\"black\", z opcjonalnym przedrostkiem \"bright\"\n"
|
|
"dla kolorów pierwszoplanowych."
|
|
|
|
#: src/rcfile.c:648
|
|
msgid "Cannot add a color command without a syntax command"
|
|
msgstr "Nie mo¿na dodaæ polecenia koloru bez polecenia sk³adni"
|
|
|
|
#: src/rcfile.c:653
|
|
msgid "Missing color name"
|
|
msgstr "Brak nazwy koloru"
|
|
|
|
#: src/rcfile.c:663 src/rcfile.c:824
|
|
msgid "Missing regex string"
|
|
msgstr "Brak wyra¿enia regularnego"
|
|
|
|
#: src/rcfile.c:739
|
|
msgid "\"start=\" requires a corresponding \"end=\""
|
|
msgstr "\"start=\" wymaga odpowiadaj±cego mu \"end=\""
|
|
|
|
#: src/rcfile.c:791
|
|
#, c-format
|
|
msgid "Background color \"%s\" cannot be bright"
|
|
msgstr "Kolor t³a \"%s\" nie mo¿e byæ jaskrawy"
|
|
|
|
#: src/rcfile.c:819
|
|
msgid "Cannot add a header regex without a syntax command"
|
|
msgstr "Nie mo¿na dodaæ regularnego wyra¿enia nag³ówka bez polecenia sk³adni"
|
|
|
|
#: src/rcfile.c:875
|
|
#, fuzzy
|
|
msgid "Cannot add a magic string regex without a syntax command"
|
|
msgstr "Nie mo¿na dodaæ regularnego wyra¿enia nag³ówka bez polecenia sk³adni"
|
|
|
|
#: src/rcfile.c:880
|
|
#, fuzzy
|
|
msgid "Missing magic string name"
|
|
msgstr "Brak wyra¿enia regularnego"
|
|
|
|
#: src/rcfile.c:939
|
|
#, fuzzy
|
|
msgid "Cannot add a linter without a syntax command"
|
|
msgstr "Nie mo¿na dodaæ regularnego wyra¿enia nag³ówka bez polecenia sk³adni"
|
|
|
|
#: src/rcfile.c:944
|
|
#, fuzzy
|
|
msgid "Missing linter command"
|
|
msgstr "Brak nazwy koloru"
|
|
|
|
#: src/rcfile.c:974
|
|
#, fuzzy, c-format
|
|
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
|
msgstr "B³±d krytyczny: brak przypisanego klawisza dla funkcji \"%s\""
|
|
|
|
#: src/rcfile.c:976
|
|
#, fuzzy, c-format
|
|
msgid ""
|
|
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
|
msgstr "Zakoñczenie. Uruchom nano z opcj± -I aby dopasowaæ ustawienia\n"
|
|
|
|
#: src/rcfile.c:1037
|
|
#, fuzzy, c-format
|
|
msgid "Could not find syntax \"%s\" to extend"
|
|
msgstr "Nie mo¿na odwzorowaæ \"%s\" na menu"
|
|
|
|
#: src/rcfile.c:1053 src/rcfile.c:1062 src/rcfile.c:1072
|
|
#, c-format
|
|
msgid "Command \"%s\" not allowed in included file"
|
|
msgstr "Poliecenie \"%s\" nie jest dozwolone w pliku do³±czonym"
|
|
|
|
#: src/rcfile.c:1078 src/rcfile.c:1280
|
|
#, c-format
|
|
msgid "Syntax \"%s\" has no color commands"
|
|
msgstr "Sk³adnia \"%s\" nie ma ustawieñ kolorów"
|
|
|
|
#: src/rcfile.c:1098
|
|
#, c-format
|
|
msgid "Command \"%s\" not understood"
|
|
msgstr "Niezrozumia³e polecenie \"%s\""
|
|
|
|
#: src/rcfile.c:1113
|
|
#, fuzzy
|
|
msgid "Missing option"
|
|
msgstr "Brak nazwy koloru"
|
|
|
|
#: src/rcfile.c:1135
|
|
#, c-format
|
|
msgid "Option \"%s\" requires an argument"
|
|
msgstr "Opcja \"%s\" wymaga argumentu"
|
|
|
|
#: src/rcfile.c:1153
|
|
msgid "Option is not a valid multibyte string"
|
|
msgstr "Opcja nie jest poprawnym ³añcuchem wielobajtowym"
|
|
|
|
#: src/rcfile.c:1190 src/rcfile.c:1218 src/rcfile.c:1227
|
|
msgid "Non-blank characters required"
|
|
msgstr "Wymagane s± nie-bia³e znaki"
|
|
|
|
#: src/rcfile.c:1200
|
|
msgid "Two single-column characters required"
|
|
msgstr "Wymagane s± dwa jednobajtowych znaki"
|
|
|
|
#: src/rcfile.c:1266
|
|
#, fuzzy, c-format
|
|
msgid "Cannot unset option \"%s\""
|
|
msgstr "Nie mo¿na zerowaæ znacznika \"%s\""
|
|
|
|
#: src/rcfile.c:1275
|
|
#, fuzzy, c-format
|
|
msgid "Unknown option \"%s\""
|
|
msgstr "Nieznany znacznik \"%s\""
|
|
|
|
#: src/rcfile.c:1334
|
|
msgid "I can't find my home directory! Wah!"
|
|
msgstr "Nie mogê znale¼æ swojego katalogu domowego! Aj!"
|
|
|
|
#: src/rcfile.c:1372
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Press Enter to continue starting nano.\n"
|
|
msgstr ""
|
|
"\n"
|
|
"Naci¶nij return aby kontynuowaæ rozruch nano.\n"
|
|
|
|
#: src/search.c:96
|
|
#, c-format
|
|
msgid "\"%.*s%s\" not found"
|
|
msgstr "Nie znaleziono \"%.*s%s\""
|
|
|
|
#: src/search.c:204
|
|
msgid " (to replace) in selection"
|
|
msgstr " (i zast±p) w zaznaczeniu"
|
|
|
|
#: src/search.c:206
|
|
msgid " (to replace)"
|
|
msgstr " (i zast±p)"
|
|
|
|
#: src/search.c:784
|
|
msgid "Replace this instance?"
|
|
msgstr "Czy zast±piæ to wyst±pienie?"
|
|
|
|
#: src/search.c:962
|
|
msgid "Replace with"
|
|
msgstr "Zast±p przez"
|
|
|
|
#: src/search.c:1004
|
|
#, c-format
|
|
msgid "Replaced %lu occurrence"
|
|
msgid_plural "Replaced %lu occurrences"
|
|
msgstr[0] "Zast±piono %lu wyst±pienie"
|
|
msgstr[1] "Zast±piono %lu wyst±pienia"
|
|
msgstr[2] "Zast±piono %lu wyst±pieñ"
|
|
|
|
#: src/search.c:1034
|
|
msgid "Enter line number, column number"
|
|
msgstr "Wprowad¼ numer linii, numer kolumny"
|
|
|
|
#: src/search.c:1061
|
|
msgid "Invalid line or column number"
|
|
msgstr "Niepoprawny numer linii lub kolumny"
|
|
|
|
#: src/search.c:1215
|
|
msgid "Not a bracket"
|
|
msgstr "To nie nawias"
|
|
|
|
#: src/search.c:1282
|
|
msgid "No matching bracket"
|
|
msgstr "Brak nawiasu do pary"
|
|
|
|
#: src/text.c:54
|
|
msgid "Mark Set"
|
|
msgstr "Znacznik ustawiony"
|
|
|
|
#: src/text.c:58
|
|
msgid "Mark Unset"
|
|
msgstr "Znacznik skasowany"
|
|
|
|
#: src/text.c:442
|
|
msgid "Nothing in undo buffer!"
|
|
msgstr "Nie ma nic w buforze odwo³ania"
|
|
|
|
#: src/text.c:453 src/text.c:591
|
|
#, fuzzy, c-format
|
|
msgid "Internal error: can't match line %d. Please save your work."
|
|
msgstr ""
|
|
"B³±d wewnêtrzny: nie mo¿na dopasowaæ linii %d. Proszê zapisaæ swoj± pracê"
|
|
|
|
#: src/text.c:464 src/text.c:601
|
|
msgid "text add"
|
|
msgstr "tekst dodany"
|
|
|
|
#: src/text.c:473 src/text.c:611
|
|
msgid "text delete"
|
|
msgstr "tekst usuniêty"
|
|
|
|
#: src/text.c:487 src/text.c:626
|
|
msgid "line wrap"
|
|
msgstr "przewijanie linii"
|
|
|
|
#: src/text.c:501 src/text.c:634
|
|
msgid "line join"
|
|
msgstr "po³±czenie linii"
|
|
|
|
#: src/text.c:512 src/text.c:649
|
|
msgid "text cut"
|
|
msgstr "wyciêcie tekstu"
|
|
|
|
#: src/text.c:516 src/text.c:653
|
|
msgid "text uncut"
|
|
msgstr "wklejanie tekstu"
|
|
|
|
#: src/text.c:520 src/text.c:620
|
|
msgid "line break"
|
|
msgstr "³amanie linii"
|
|
|
|
#: src/text.c:530 src/text.c:663
|
|
msgid "text insert"
|
|
msgstr "tekst wprowadzony"
|
|
|
|
#: src/text.c:548 src/text.c:657
|
|
msgid "text replace"
|
|
msgstr "tekst zamieniony"
|
|
|
|
#: src/text.c:554 src/text.c:669 src/text.c:953
|
|
msgid "Internal error: unknown type. Please save your work."
|
|
msgstr "B³±d wewnêtrzny: nieznany typ. Proszê zapisaæ swoj± pracê."
|
|
|
|
#: src/text.c:560
|
|
#, c-format
|
|
msgid "Undid action (%s)"
|
|
msgstr "Odwo³ano operacjê (%s)"
|
|
|
|
#: src/text.c:576
|
|
msgid "Nothing to re-do!"
|
|
msgstr "Nic do powtórzenia!"
|
|
|
|
#: src/text.c:580
|
|
#, fuzzy
|
|
msgid "Internal error: cannot set up redo. Please save your work."
|
|
msgstr ""
|
|
"B³±d wewnêtrzny: ustawianie wklejania nie powiod³o siê. Proszê zapisaæ swoj± "
|
|
"pracê."
|
|
|
|
#: src/text.c:674
|
|
#, c-format
|
|
msgid "Redid action (%s)"
|
|
msgstr "Powtórzono operacjê (%s)"
|
|
|
|
#: src/text.c:768 src/text.c:2561 src/text.c:3040
|
|
msgid "Could not create pipe"
|
|
msgstr "Nie mo¿na utworzyæ potoku"
|
|
|
|
#: src/text.c:794 src/text.c:2649 src/text.c:2801 src/text.c:3091
|
|
msgid "Could not fork"
|
|
msgstr "Nie mo¿na rozwidliæ procesu"
|
|
|
|
#: src/text.c:944
|
|
#, fuzzy
|
|
msgid "Internal error: cannot set up uncut. Please save your work."
|
|
msgstr ""
|
|
"B³±d wewnêtrzny: ustawianie wklejania nie powiod³o siê. Proszê zapisaæ swoj± "
|
|
"pracê."
|
|
|
|
#: src/text.c:1875
|
|
#, c-format
|
|
msgid "Bad quote string %s: %s"
|
|
msgstr "Nieprawid³owy znacznik cytowania %s: %s"
|
|
|
|
#: src/text.c:2276
|
|
msgid "Can now UnJustify!"
|
|
msgstr "Mo¿na teraz cofn±æ justowanie!"
|
|
|
|
#: src/text.c:2475
|
|
msgid "Edit a replacement"
|
|
msgstr "Edytuj zast±pienie"
|
|
|
|
#: src/text.c:2563
|
|
msgid "Creating misspelled word list, please wait..."
|
|
msgstr "Tworzenie listy b³êdnie napisanych s³ów, proszê czekaæ..."
|
|
|
|
#: src/text.c:2655 src/text.c:3099
|
|
msgid "Could not get size of pipe buffer"
|
|
msgstr "Nie mo¿na uzyskaæ wielko¶ci bufora potoku"
|
|
|
|
#: src/text.c:2706
|
|
msgid "Error invoking \"spell\""
|
|
msgstr "B³±d podczas wywo³ywania \"spell\""
|
|
|
|
#: src/text.c:2709
|
|
msgid "Error invoking \"sort -f\""
|
|
msgstr "B³±d podczas wywo³ywania \"sort -f\""
|
|
|
|
#: src/text.c:2712
|
|
msgid "Error invoking \"uniq\""
|
|
msgstr "B³±d podczas wywo³ywania \"uniq\""
|
|
|
|
#: src/text.c:2769 src/text.c:2982
|
|
msgid "Finished checking spelling"
|
|
msgstr "Zakoñczono sprawdzanie pisowni"
|
|
|
|
#: src/text.c:2828
|
|
#, c-format
|
|
msgid "Error invoking \"%s\""
|
|
msgstr "B³±d podczas wywo³ywania \"%s\""
|
|
|
|
#: src/text.c:2960
|
|
#, fuzzy
|
|
msgid "Invoking spell checker, please wait"
|
|
msgstr "Wywo³aj sprawdzanie pisowni, je¶li dostêpne"
|
|
|
|
#: src/text.c:2977
|
|
#, c-format
|
|
msgid "Spell checking failed: %s"
|
|
msgstr "Niepowodzenie sprawdzania pisowni: %s"
|
|
|
|
#: src/text.c:2979
|
|
#, c-format
|
|
msgid "Spell checking failed: %s: %s"
|
|
msgstr "Niepowodzenie sprawdzania pisowni: %s: %s"
|
|
|
|
#: src/text.c:3013
|
|
#, fuzzy
|
|
msgid "No linter defined for this type of file!"
|
|
msgstr "Wy³±cza dodanie znaku nowej linii na koñcu pliku"
|
|
|
|
#: src/text.c:3024
|
|
msgid "Save modified buffer before linting?"
|
|
msgstr ""
|
|
|
|
#: src/text.c:3046
|
|
msgid "Invoking linter, please wait"
|
|
msgstr ""
|
|
|
|
#: src/text.c:3202
|
|
#, c-format
|
|
msgid "Got 0 parsable lines from command: %s"
|
|
msgstr ""
|
|
|
|
#: src/text.c:3236
|
|
#, c-format
|
|
msgid "This message is for unopened file %s, open it in a new buffer?"
|
|
msgstr ""
|
|
|
|
#: src/text.c:3284
|
|
#, fuzzy
|
|
msgid "At last message"
|
|
msgstr "Pokazanie tej informacji"
|
|
|
|
#: src/text.c:3291
|
|
#, fuzzy
|
|
msgid "At first message"
|
|
msgstr "Pokazanie tej informacji"
|
|
|
|
#: src/text.c:3368
|
|
#, c-format
|
|
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
|
msgstr "%sS³owa: %lu Linii: %ld Znaki: %lu"
|
|
|
|
#: src/text.c:3369
|
|
msgid "In Selection: "
|
|
msgstr "W zaznaczeniu: "
|
|
|
|
#. TRANSLATORS: This is displayed when the next keystroke will be
|
|
#. * inserted verbatim.
|
|
#: src/text.c:3383
|
|
msgid "Verbatim Input"
|
|
msgstr "wprowadzanie dos³owne"
|
|
|
|
#: src/utils.c:409 src/utils.c:421
|
|
msgid "nano is out of memory!"
|
|
msgstr "nano brak³o pamiêci!"
|
|
|
|
#. TRANSLATORS: This is displayed during the input of a
|
|
#. * six-digit hexadecimal Unicode character code.
|
|
#: src/winio.c:1555
|
|
msgid "Unicode Input"
|
|
msgstr "Wej¶cie Unicode"
|
|
|
|
#: src/winio.c:2133 src/winio.c:2137
|
|
msgid "Modified"
|
|
msgstr "Zmieniony "
|
|
|
|
#: src/winio.c:2134
|
|
msgid "View"
|
|
msgstr "Przegl."
|
|
|
|
#: src/winio.c:2148
|
|
msgid "DIR:"
|
|
msgstr "KAT:"
|
|
|
|
#: src/winio.c:2155
|
|
msgid "File:"
|
|
msgstr "Plik:"
|
|
|
|
#: src/winio.c:2252
|
|
msgid ""
|
|
"Warning: Modifying a file which is not locked, check directory permission?"
|
|
msgstr ""
|
|
|
|
#: src/winio.c:3343
|
|
#, c-format
|
|
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
|
msgstr "lin.%ld/%ld (%d%%), kol.%lu/%lu (%d%%), zn.%lu/%lu (%d%%)"
|
|
|
|
#: src/winio.c:3476
|
|
msgid "The nano text editor"
|
|
msgstr "Edytor tekstu nano"
|
|
|
|
#: src/winio.c:3477
|
|
msgid "version"
|
|
msgstr "wersja"
|
|
|
|
#: src/winio.c:3478
|
|
msgid "Brought to you by:"
|
|
msgstr "Stworzony przez:"
|
|
|
|
#: src/winio.c:3479
|
|
msgid "Special thanks to:"
|
|
msgstr "Specjalne podziêkowania otrzymuj±:"
|
|
|
|
#: src/winio.c:3480
|
|
msgid "The Free Software Foundation"
|
|
msgstr "Free Software Foundation (Fundacja Wolnego Oprogramowania)"
|
|
|
|
#: src/winio.c:3481
|
|
msgid "For ncurses:"
|
|
msgstr "Za ncurses:"
|
|
|
|
#: src/winio.c:3482
|
|
msgid "and anyone else we forgot..."
|
|
msgstr "oraz wszyscy pozostali, o których zapomnieli¶my..."
|
|
|
|
#: src/winio.c:3483
|
|
msgid "Thank you for using nano!"
|
|
msgstr "Dziêkujemy za korzystanie z nano!"
|
|
|
|
#~ msgid "Insert File"
|
|
#~ msgstr "Wstaw plik"
|
|
|
|
#~ msgid "Go to previous screen"
|
|
#~ msgstr "Przejd¼ do poprzedniego ekranu"
|
|
|
|
#~ msgid "Find Other Bracket"
|
|
#~ msgstr "Znajd¼ nawias do pary"
|
|
|
|
#~ msgid "Soft line wrapping"
|
|
#~ msgstr "Miêkkie zawijanie linii"
|
|
|
|
#~ msgid "Long line wrapping"
|
|
#~ msgstr "Zawijanie d³ugich linii"
|
|
|
|
#~ msgid "Show this message"
|
|
#~ msgstr "Pokazanie tej informacji"
|
|
|
|
#~ msgid "(ignored, for Pico compatibility)"
|
|
#~ msgstr "(ignorowane, dla zgodno¶ci z Pico)"
|
|
|
|
#~ msgid "Must specify menu to bind key to (or \"all\")"
|
|
#~ msgstr "Podaj menu do jakiego przypisuje siê klawisz (lub \"all\")"
|
|
|
|
#~ msgid "Missing flag"
|
|
#~ msgstr "Brak znacznika"
|
|
|
|
#~ msgid "Error writing backup file %s: File owner mismatch"
|
|
#~ msgstr "B³±d zapisu kopii zapasowej %s: niezgodno¶æ w³a¶ciciela pliku"
|
|
|
|
#~ msgid "Internal error: unknown type. Please save your work"
|
|
#~ msgstr "B³±d wewnêtrzny: nieznany typ. Proszê zapisaæ swoj± pracê"
|
|
|
|
#~ msgid "Internal error: Redo setup failed. Please save your work"
|
|
#~ msgstr ""
|
|
#~ "B³±d wewnêtrzny: Ustawianie powtórzenia nie powiod³o siê. Proszê zapisaæ "
|
|
#~ "swoj± pracê"
|
|
|
|
#~ msgid "Could not pipe"
|
|
#~ msgstr "Nie mo¿na utworzyæ potoku"
|