From 6ecc0cb2c5a635ab1125cfb301d04c6ac85553e0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Jun 2021 12:37:09 +0900 Subject: Copy translation files to new translations folder. Signed-off-by: Michele Calgaro (cherry picked from commit f422f1dc71ecac3b9e4347691ab316ab48e82470) --- translations/messages/pl.po | 917 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 917 insertions(+) create mode 100644 translations/messages/pl.po (limited to 'translations/messages/pl.po') diff --git a/translations/messages/pl.po b/translations/messages/pl.po new file mode 100644 index 0000000..3a1cf16 --- /dev/null +++ b/translations/messages/pl.po @@ -0,0 +1,917 @@ +# KDbg Polish translation file. +# Main translation work: +# Jacek Wojdel +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-03-14 18:20+0000\n" +"PO-Revision-Date: 2002-03-03 16:12MDT\n" +"Last-Translator: Jacek Wojdel \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: iso-8859-2\n" +"X-Generator: KBabel 0.9.5\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "Punkt &zatrzymania" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Pokaż kod" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Warunkowy..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Lokacja" + +#: brkpt.cpp:317 memwindow.cpp:55 +msgid "Address" +msgstr "" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Trafienia" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Warunek" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Warunkowy punkt zatrzymania" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Warunek:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignoruj &następne trafienia:" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "P&rzeładuj źródła..." + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Wartość" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Punkty zatrzymania" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otwórz źródła..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "P&rzeładuj źródła..." + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "Plik &wykonywalny..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Plik wykonywalny" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Zrzut rdzenia..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "Opcje o&gólne..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Okno" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Punkty zatrzymania" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:221 pgmsettings.cpp:112 +msgid "&Output" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "U&ruchom" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Wejdź &w" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Przejdź &przez" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Wyjdź &z" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Uruchom do &kursora" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Zatrzymaj" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Re&startuj" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Podłącz..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenty..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Ustaw/usuń punkt &zatrzymania" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Us&taw chwilowy punkt zatrzymania" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Włącz/wyłącz punkt zatrzymania" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Wartość" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Zrzut rdzenia" + +#: dbgmainwnd.cpp:588 +#, fuzzy +msgid "`%1' is not a file or does not exist" +msgstr "%1' nie jest plikiem lub nie istnieje" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Przeładuj plik źródłowy" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Otwórz plik źródłowy" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Wybierz plik wykonywalny do debugowania" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Wybierz zrzut rdzenia" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 niespodziewanie zakończył pracę.\n" +"Uruchom sesję ponownie (np. używając Plik|Plik wykonywalny)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: exprwnd.cpp:314 pgmargsbase.ui:306 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Wartość" + +#: gdbdriver.cpp:892 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1498 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2053 xsldbgdriver.cpp:1304 +msgid "New working directory: " +msgstr "Nowy katalog roboczy: " + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Wybierz plik wykonywalny do debugowania" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Nie udało się uruchomić debugera." + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Dodaj " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Usuń " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Wykonywanie" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktywny" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Ogólne opcje" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Wyniki działania programu" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Wyszukaj..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Wyczyść pola by przywrócić domyślne ustawienia." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Jak uruchomić &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T zostanie zastąpione tekstem tytułowym,\n" +"%C zostanie zastąpione przez skrypt w Bourne shell,\n" +"który spowoduje pozostawienie otwartego okna terminala." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal dla wyników programu:" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Przeładuj plik źródłowy" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Podłącz do procesu" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Podaj numer procesu do podłączenia się:" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Restartuj" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Wyszukaj" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Rozróżniaj wielkie/małe" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Do przodu" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Wstecz" + +#: xsldbgdriver.cpp:1411 +msgid "No memory dump available" +msgstr "" + +#: kdbgui.rc:25 +#, no-c-format +msgid "E&xecution" +msgstr "&Wykonywanie" + +#: kdbgui.rc:42 +#, no-c-format +msgid "&Breakpoint" +msgstr "Punkt &zatrzymania" + +#: pgmargsbase.ui:16 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumenty programu" + +#: pgmargsbase.ui:48 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenty..." + +#: pgmargsbase.ui:67 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Uruchom %1 z tymi argumentami:" + +#: pgmargsbase.ui:78 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: pgmargsbase.ui:94 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: pgmargsbase.ui:97 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: pgmargsbase.ui:100 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: pgmargsbase.ui:108 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: pgmargsbase.ui:111 pgmargsbase.ui:357 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: pgmargsbase.ui:114 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: pgmargsbase.ui:162 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Katalog roboczy:" + +#: pgmargsbase.ui:181 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: pgmargsbase.ui:197 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Więcej..." + +#: pgmargsbase.ui:200 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: pgmargsbase.ui:203 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: pgmargsbase.ui:251 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: pgmargsbase.ui:278 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Zmienne środowiskowe (NAZWA=wartość):" + +#: pgmargsbase.ui:289 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: pgmargsbase.ui:295 +#, no-c-format +msgid "Name" +msgstr "" + +#: pgmargsbase.ui:322 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: pgmargsbase.ui:343 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: pgmargsbase.ui:346 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: pgmargsbase.ui:360 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: pgmargsbase.ui:391 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "Opcje o&gólne..." + +#: pgmargsbase.ui:430 +#, no-c-format +msgid "F1" +msgstr "" + +#: procattachbase.ui:17 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Podłącz do procesu" + +#: procattachbase.ui:47 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: procattachbase.ui:69 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: procattachbase.ui:77 +#, no-c-format +msgid "..." +msgstr "" + +#: procattachbase.ui:80 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: procattachbase.ui:83 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: procattachbase.ui:91 +#, no-c-format +msgid "Command" +msgstr "" + +#: procattachbase.ui:102 +#, no-c-format +msgid "PID" +msgstr "" + +#: procattachbase.ui:113 +#, no-c-format +msgid "PPID" +msgstr "" + +#: procattachbase.ui:135 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: procattachbase.ui:159 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: procattachbase.ui:162 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: procattachbase.ui:202 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#, fuzzy +#~ msgid "&View" +#~ msgstr "&Pokaż kod" + +#, fuzzy +#~ msgid "&Settings" +#~ msgstr "&Wyszukaj..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Pasek &narzędzi" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Pasek &stanu" + +#~ msgid "Executable" +#~ msgstr "Plik wykonywalny" + +#~ msgid "Open a source file" +#~ msgstr "Otwórz plik źródłowy" + +#~ msgid "Reload source file" +#~ msgstr "Przeładuj plik źródłowy" + +#~ msgid "Run/Continue" +#~ msgstr "Uruchom/kontynuuj" + +#~ msgid "Step into" +#~ msgstr "Wejdź w" + +#~ msgid "Step over" +#~ msgstr "Przejdź przez" + +#~ msgid "Step out" +#~ msgstr "Wyjdź z" + +#~ msgid "Breakpoint" +#~ msgstr "Punkt zatrzymania" + +#~ msgid "Search" +#~ msgstr "Wyszukaj" -- cgit v1.2.1