From e05980de261ecea49a84f4c78f0217447f5a1d3c Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 29 Oct 2009 16:43:30 +0100 Subject: [PATCH] Update Polish translation, fix shortcut in the "tip of the day". RevBy: Daniel Molkentin --- share/qtcreator/translations/qtcreator_pl.ts | 646 ++++++++++++++------- .../gettingstartedwelcomepagewidget.cpp | 3 +- 2 files changed, 425 insertions(+), 224 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_pl.ts b/share/qtcreator/translations/qtcreator_pl.ts index ad9e4c3273..6a392a0e71 100644 --- a/share/qtcreator/translations/qtcreator_pl.ts +++ b/share/qtcreator/translations/qtcreator_pl.ts @@ -1400,12 +1400,12 @@ p, li { white-space: pre-wrap; } Failed to create branch - Utworzenie gałęzi nie powiodło się + Utworzenie gałęzi niepomyślnie zakończone Failed to stash - Odłożenie zmian nie powiodło się + Odłożenie zmian zakończone niepowodzeniem @@ -1420,7 +1420,7 @@ p, li { white-space: pre-wrap; } Failed to create a tracking branch - Utworzenie gałęzi śledzącej nie powiodło się + Utworzenie gałęzi śledzącej zakończone niepowodzeniem @@ -2042,11 +2042,16 @@ p, li { white-space: pre-wrap; } Wznów sesję - + %1 (last session) %1 (ostatnia sesja) + + %1 (current session) + + + New Project... Nowy projekt... @@ -2419,12 +2424,12 @@ It also automatically sets the correct Qt version. Did You Know? - Czy wiesz, że? + Czy wiesz że? <b>Qt Creator - A quick tour</b> - <b>Qt Creator - Krótka podróż</b> + <b>Qt Creator - Krótki przegląd</b> @@ -2484,7 +2489,7 @@ It also automatically sets the correct Qt version. The specified location already exists. Please specify a valid location. - + Podane położenie już istnieje. Podaj poprawne położenie. @@ -2508,69 +2513,69 @@ It also automatically sets the correct Qt version. You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ul><li>1 - Welcome</li><li>2 - Edit</li><li>3 - Debug</li><li>4 - Projects</li><li>5 - Help</li><li></li><li>6 - Output</li></ul> - + Możesz przełączać tryby Qt Creator'a używając <tt>Ctrl+liczba</tt>:<ul><li>1 - Powitanie</li><li>2 - Edycja</li><li>3 - Debug</li><li>4 - Projekty</li><li>5 - Pomoc</li><li></li><li>6 - Wyjścia</li></ul> You can show and hide the side bar using <tt>%1+0<tt>. %1 gets replaced by Alt (Win/Unix) or Cmd (Mac) - + Możesz pokazać lub schować boczny pasek używając <tt>%1+0<tt>. You can fine tune the <tt>Find</tt> function by selecting &quot;Whole Words&quot; or &quot;Case Sensitive&quot;. Simply click on the icons on the right end of the line edit. - + Możesz wyregulować działanie funkcji <tt>Znajdź</tt> poprzez wybranie &quot;Tylko całe słowa&quot; lub &quot;Uwzględniaj wielkość liter&quot;.W tym celu naciśnij ikonę w prawym końcu pola edycyjnego. If you add <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">external libraries</a>, Qt Creator will automatically offer syntax highlighting and code completion. - + Dodając <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">zewnętrzne biblioteki</a>, Qt Creator automatycznie zaoferuje podświetlanie składni i uzupełnianie kodu. The code completion is CamelCase-aware. For example, to complete <tt>namespaceUri</tt> you can just type <tt>nU</tt> and hit <tt>Ctrl+Space</tt>. - + Uzupełnianie kodu uwzględnia wielkie litery w środku nazw. Na przykład aby uzupełnić <tt>namespaceUri</tt> wystarczy że napiszesz <tt>nU</tt> i przyciśniesz <tt>Ctrl+spacja</tt>. You can force code completion at any time using <tt>Ctrl+Space</tt>. - + W każdej chwili możesz wywołać uzupełnianie kodu naciskając <tt>Ctrl+spacja</tt>. You can start Qt Creator with a session by calling <tt>qtcreator &lt;sessionname&gt;</tt>. - + Wywołując <tt>qtcreator &lt;nazwa_sesji&gt;</tt> możesz uruchomić Qt Creator z wybraną sesją. You can return to edit mode from any other mode at any time by hitting <tt>Escape</tt>. - + Możesz zawsze powrócić do trybu edycji z każdego innego trybu naciskając <tt>Escape</tt>. You can switch between the output pane by hitting <tt>%1+n</tt> where n is the number denoted on the buttons at the window bottom:<ul><li>1 - Build Issues</li><li>2 - Search Results</li><li>3 - Application Output</li><li>4 - Compile Output</li></ul> %1 gets replaced by Alt (Win/Unix) or Cmd (Mac) - + Możesz przełączać panele wyjściowe naciskając <tt>%1+n</tt> gdzie n jest odpowiednim numerem na przycisku u dołu okna:<ul><li>1 - Problemy podczas budowania</li><li>2 - Wyniki poszukiwania</li><li>3 - Wyjście aplikacji</li><li>4 - Wyjście kompilacji</li></ul> You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Locator bar</a> (<tt>%1+K</tt>). - + Używając <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">lokalizatora</a> (<tt>%1+K</tt>) możesz szybko znależć metody, klasy, itd. lub przeszukać dokumentację. You can add custom build steps in the <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">build settings</a>. - + Możesz dodać własne kroki do procesu budowania w <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">ustawieniach budowania</a>. Within a session, you can add <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">dependencies</a> between projects. - + W ramach sesji możesz dodać <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">zależności</a> pomiędzy projektami. You can set the preferred editor encoding for every project in <tt>Projects -> Editor Settings -> Default Encoding</tt>. - + Możesz ustawić preferowane kodowanie dla wszystkich projektów w <tt>Projekty -> Ustawienia edytora -> Domyślne kodowanie plików</tt>. @@ -2580,12 +2585,12 @@ It also automatically sets the correct Qt version. You can use Qt Creator with a number of <a href="qthelp://com.nokia.qtcreator/doc/creator-version-control.html">revision control systems</a> such as Subversion, Perforce, CVS and Git. - + Możesz używać Qt Creator'a z wieloma różnymi <a href="qthelp://com.nokia.qtcreator/doc/creator-version-control.html">systemami kontroli wersji</a> takimi jak Subversion, Perforce, CVS i Git. In the editor, <tt>F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file. - + Naciśnięcie w edytorze <tt>F2</tt> przełącza między deklaracją a definicją, zaś <tt>F4</tt> przełącza między plikiem nagłówkowym a plikiem źródłowym. @@ -2692,17 +2697,17 @@ It also automatically sets the correct Qt version. <a href="import">Import existing build</a> - + <a href="import">Zaimportuj istniejącą wersję</a> Configuration Name: - + Nazwa konfiguracji: Tool Chain: - + Zestaw narzędzi: @@ -2713,17 +2718,17 @@ It also automatically sets the correct Qt version. Default Qt Version (%1) - + Domyślna wersja Qt (%1) No Qt Version set - + Nie ustawiono wersji Qt using Qt version: <b>%1</b><br>with tool chain <b>%2</b><br>building in <b>%3</b> - + używa wersji: <b>%1</b><br>z zestawem narzędzi: <b>%2</b><br>zbudowane w: <b>%3</b> @@ -2760,7 +2765,7 @@ p, li { white-space: pre-wrap; } Show &Log - + Pokaż &log @@ -2775,7 +2780,7 @@ p, li { white-space: pre-wrap; } QMake Location - Miejsce QMake + Położenie QMake @@ -2790,7 +2795,7 @@ p, li { white-space: pre-wrap; } QMake Location: - Miejsce QMake: + Położenie QMake: @@ -2809,13 +2814,18 @@ p, li { white-space: pre-wrap; } - MWC Directory: - + Default Qt Version: + Domyślna wersja Qt: - Default Qt Version: - Domyślna wersja Qt: + S60 SDK: + S60 SDK: + + + + Carbide Directory: + Katalog Carbide: @@ -3277,7 +3287,7 @@ name <email> alias <email> Formularz - + News From the Qt Labs Nowiny z Qt Labs @@ -3293,7 +3303,7 @@ name <email> alias <email> http://labs.trolltech.com/blogs/feed - + Qt Home @@ -3314,6 +3324,11 @@ name <email> alias <email> + Qt Apps + + + + Qt for Symbian at Forum Nokia @@ -3353,9 +3368,9 @@ name <email> alias <email> Wyraź opinię - + Welcome - + Powitanie @@ -3760,7 +3775,7 @@ name <email> alias <email> Plugin's initialization method succeeded - + Inicjalizacja wtyczki zakończona pomyślnie @@ -3770,7 +3785,7 @@ name <email> alias <email> Plugin successfully loaded and running - + Wtyczka pomyślnie załadowana i uruchomiona @@ -3824,7 +3839,7 @@ name <email> alias <email> Cannot load plugin because dependency failed to load: %1(%2) Reason: %3 - Nie można załadować wtyczki ponieważ nie powiodło się załadowanie zależności: %1(%2) + Nie można załadować wtyczki ponieważ załadowanie zależności: %1(%2) zakończyło sie niepowodzeniem Przyczyna: %3 @@ -4448,7 +4463,7 @@ Przyczyna: %3 CMakeProjectManager::Internal::CMakeBuildSettingsWidget - + &Change &Zmień @@ -4523,7 +4538,7 @@ Przyczyna: %3 CMakeProjectManager::Internal::MakeStepConfigWidget - + Additional arguments: Dodatkowe argumenty: @@ -4722,12 +4737,12 @@ Czy chcesz je nadpisać? Core::EditorManager - + Revert to Saved Przywróć do zachowanego - + Close Zamknij @@ -4739,12 +4754,12 @@ Czy chcesz je nadpisać? - + Close Others Zamknij inne - + Next Open Document in History Następny otwarty dokument w historii @@ -4856,7 +4871,7 @@ Czy chcesz je nadpisać? Remove Current Split - + Usuń bieżący podział @@ -4866,7 +4881,7 @@ Czy chcesz je nadpisać? Remove All Splits - + Usuń wszystkie podziały @@ -4876,7 +4891,7 @@ Czy chcesz je nadpisać? Goto Other Split - + Przejdź do kolejnego edytora @@ -4931,20 +4946,20 @@ Czy chcesz je nadpisać? - + Make writable - + Save as ... Zachowaj jako ... - + Failed! - + Niepomyślnie zakończone! @@ -5012,37 +5027,37 @@ Czy chcesz je nadpisać? Split Left/Right - + Podziel lewo / prawo Split Top/Bottom - + Podziel góra / dół Unsplit - + Usuń podział Default Splitter Layout - + Domyślne rozmieszczenie podziału Save Current as Default - + Zachowaj bieżący jako domyślny Restore Default Layout - + Przywróć domyślne rozmieszczenie Previous Document - + Poprzedni dokument @@ -5088,6 +5103,11 @@ Czy chcesz je nadpisać? + + Go Back + + + Go Forward @@ -5200,7 +5220,7 @@ Czy chcesz je nadpisać? Output - Wyjście + Wyjścia @@ -5245,7 +5265,7 @@ Czy chcesz je nadpisać? Recent Files - + Ostatnie pliki @@ -5345,7 +5365,7 @@ Czy chcesz je nadpisać? Show Sidebar - + Pokaż boczny pasek @@ -5429,7 +5449,7 @@ Czy chcesz je nadpisać? Output - Wyjście + Wyjścia @@ -5534,7 +5554,7 @@ Czy chcesz je nadpisać? Version Control - Kontrola Wersji + System kontroli wersji @@ -5567,12 +5587,12 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. CodePaster::CodePasterProtocol - No Server defined in the CodePaster preferences! + No Server defined in the CodePaster preferences. - No Server defined in the CodePaster options! + No Server defined in the CodePaster options. @@ -5731,7 +5751,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Posortuj alfabetycznie - + This change cannot be undone. Ta zmiana nie może być cofnięta. @@ -5794,7 +5814,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Switch between Method Declaration/Definition - Przełącz pomiędzy deklaracją a definicją metody + Przełącz między deklaracją a definicją metody @@ -5870,7 +5890,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Choose a location for the new license template file - + Wybierz położenie nowego pliku z szablonem licencji @@ -5886,7 +5906,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. CppTools::Internal::CppFindReferences - + Searching... Przeszukiwanie... @@ -5902,7 +5922,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. CppPreprocessor - + %1: No such file or directory %1: Brak pliku lub katalogu @@ -5950,7 +5970,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Switch Header/Source - Przełącz nagłówek / źródło + Przełącz między nagłówkiem a źródłem @@ -6216,7 +6236,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. The process terminated abnormally. - + Proces niepoprawnie zakończony. @@ -6467,7 +6487,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. The function "%1()" failed: %2 Function call failed - + Funkcja "%1()" zakończona niepowodzeniem: %2 @@ -6487,7 +6507,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Debugger - + Debugger @@ -6562,7 +6582,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Running requested... - + Zarządano uruchomienia... @@ -6598,7 +6618,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Debugger Error - + Błąd debuggera @@ -6733,7 +6753,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. <Unknown> - + <Nieznany> @@ -6787,7 +6807,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Show a message box when receiving a signal - + Pokaż komunikat po otrzymaniu sygnału @@ -6842,7 +6862,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Use code model - + Używaj modelu kodu @@ -6953,7 +6973,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Debugger - + Debugger @@ -7045,12 +7065,12 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. - + Interrupt Przerwij - + Reset Debugger @@ -7077,7 +7097,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Run to Outermost Function - Uruchom do najbardziej zewnętrznej funkcji + Uruchom do skrajnej funkcji @@ -7157,31 +7177,31 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. - Turn helper usage off + Turn off helper usage - - Continue anyway + + The debugger could not load the debugging helper library. - - Debugging helper missing + + The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. This can be done in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' in the 'Debugging Helper' row. - - The debugger did not find the debugging helper library. + + Continue anyway - - The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each Qt version which you can do in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' for the debugging helper. + + Debugging helper missing - + Stop Debugger Zatrzymaj debugger @@ -7218,15 +7238,33 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Debugger::Internal::DebugMode - + Debug Debug + Debugger::Internal::DebuggerListener + + + Close Debugging Session + + + + + A debugging session is still in progress. Would you like to terminate it? + + + + + A debugging session is still in progress. Terminating the session in the current state (%1) can leave the target in an inconsistent state. Would you still like to terminate it? + + + + Debugger::Internal::DebuggingHelperOptionPage - + Debugging Helper @@ -7286,7 +7324,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Detach Debugger - Odłącz debuggera + Odłącz debugger @@ -7464,7 +7502,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Debugger::Internal::GdbEngine - + The Gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. @@ -7539,7 +7577,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Uruchamianie... - + Stop requested... Zarządano zatrzymania... @@ -7552,7 +7590,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Executable failed - + Uruchomienie programu zakończone niepowodzeniem @@ -7562,7 +7600,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Executable failed: %1 - + Uruchomienie programu zakończone niepowodzeniem: %1 @@ -7595,7 +7633,7 @@ Zwróć uwagę że spowoduje to usunięcie lokalnego pliku. Ładowanie %1... - + Stopped at breakpoint. Zatrzymano w pułapce. @@ -7641,7 +7679,7 @@ Debugowanie najprawdopodobniej nie będzie działało poprawnie. Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Continuing after temporary stop... Kontynuowanie po tymczasowym zatrzymaniu... @@ -7686,9 +7724,9 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Unable to run '%1': %2 - + Nie można uruchomić "%1": %2 @@ -7710,7 +7748,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Finished retrieving data. @@ -7732,7 +7770,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + <0 items> @@ -7745,7 +7783,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + <shadowed> @@ -7766,39 +7804,24 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - - The dumper library was not found at %1. - - - - - Dumper injection loading triggered (%1)... - - - - - Dumper loading (%1) failed: %2 - - - - - Loading dumpers via debugger call (%1)... - - - - + Disassembler failed: %1 - + + Unable to start gdb '%1': %2 + + + + Gdb I/O Error - + Unexpected Gdb Exit @@ -7818,17 +7841,17 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Adapter start failed - + Cannot find debugger initialization script - + Execution Error @@ -7839,17 +7862,22 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Jumping out of bogus frame... - + + The debugging helper library was not found at %1. + + + + The debugger settings point to a script file at '%1' which is not accessible. If a script file is not needed, consider clearing that entry to avoid this warning. - + Setting breakpoints... @@ -7864,12 +7892,12 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. - + Inferior shutdown failed - + Adapter crashed @@ -7959,7 +7987,12 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Debugger::Internal::TrkGdbAdapter - + + Process started, PID: 0x%1, thread id: 0x%2, code segment: 0x%3, data segment: 0x%4. + + + + Connecting to trk server adapter failed: Nie można połączyć się z adapterem serwera trk: @@ -8366,7 +8399,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Running requested... - + Zarządano uruchomienia... @@ -8387,7 +8420,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Stopped. - + Zatrzymano. @@ -8607,7 +8640,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Debugger::Internal::WatchData - + <not in scope> <poza zakresem> @@ -8681,7 +8714,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Podpowiedź - + <Edit> <Zmodyfikuj> @@ -8689,7 +8722,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. Debugger::Internal::WatchModel - + decimal dziesiętny @@ -8728,7 +8761,7 @@ Zaleca się użycie gdb wersji 6.7 lub późniejszej. QtDumperHelper - Found a too-old version of the debugging helper library (%1); version %2 is required. + Found an outdated version of the debugging helper library (%1); version %2 is required. @@ -9110,7 +9143,7 @@ Rebuilding the project might help. FakeVim::Internal::FakeVimHandler - + E20: Mark '%1' not set @@ -9194,7 +9227,7 @@ Rebuilding the project might help. - + Already at newest change @@ -9223,7 +9256,7 @@ Rebuilding the project might help. Saving succeeded - + Zachowywanie pomyślnie zakończone @@ -9235,7 +9268,7 @@ Rebuilding the project might help. Not an editor command: %1 - + %1 nie jest komendą edytora @@ -9360,7 +9393,7 @@ Rebuilding the project might help. GenericProjectManager::Internal::GenericMakeStepConfigWidget - + Override %1: Nadpisanie %1: @@ -9419,7 +9452,7 @@ Rebuilding the project might help. Import of Makefile-based Project - + Zaimportuj projekt bazujący na pliku Makefile @@ -9685,7 +9718,7 @@ Rebuilding the project might help. '%1' failed (exit code %2). -'%1' nie powiodło się (kod wyjściowy %2). +'%1' zakończone niepowodzeniem (kod wyjściowy %2). @@ -9708,7 +9741,7 @@ Rebuilding the project might help. Request failed for '%1': %2 - Żądanie nie powiodło się dla "%1": %2 + Żądanie zostało niepomyślnie zakończone dla "%1": %2 @@ -9970,7 +10003,7 @@ Rebuilding the project might help. Could not find working directory - + Nie można odnaleźć katalogu roboczego @@ -9990,17 +10023,17 @@ Rebuilding the project might help. Cannot create temporary file: %1 - Nie można utworzyć tymczasowego pliku: %1 + Nie można utworzyć tymczasowego pliku: %1 Closing git editor - + Zamykanie edytora git Do you want to commit the change? - Czy chcesz wysłać zmianę? + Czy chcesz wysłać zmianę? @@ -10303,7 +10336,12 @@ Rebuilding the project might help. Ctrl+0 - + + Go to Help Mode + + + + Previous Poprzedni @@ -10692,7 +10730,7 @@ Rebuilding the project might help. p4 submit failed (exit code %1). - "p4 submit" nie powiodło się (kod wyjściowy %1). + "p4 submit" zakończone niepowodzeniem (kod wyjściowy %1). @@ -10827,7 +10865,7 @@ Rebuilding the project might help. ProjectExplorer::ApplicationLauncher - + Failed to start program. Path or permissions wrong? Nie można uruchomić programu. Sprawdź ścieżkę i prawa dostępu do programu. @@ -10935,7 +10973,7 @@ Rebuilding the project might help. &Clone Selected - S&klonuj zaznaczone + S&klonuj wybraną @@ -11210,7 +11248,7 @@ Reason: %2 This would create a circular dependency. - To utworzyłoby cykliczną zależność. + Utworzyłoby to cykliczną zależność. @@ -11282,7 +11320,7 @@ Reason: %2 &Edit - &Edycja + Z&modyfikuj @@ -11292,12 +11330,12 @@ Reason: %2 &Reset - &Przywróć + &Wyczyść &Unset - &Skasuj + &Usuń @@ -11367,7 +11405,7 @@ Reason: %2 Application Output Window - Okno wyjściowe aplikacji + Okno z wyjściem aplikacji @@ -11505,7 +11543,7 @@ Reason: %2 Set Build Configuration - Ustaw konfigurację procesu budowania + Ustaw konfigurację budowania @@ -11673,7 +11711,7 @@ Reason: %2 Add files %1 to version control (%2)? - Czy dodac pliki + Czy dodać pliki %1 do systemu kontroli wersji (%2)? @@ -11755,7 +11793,7 @@ do systemu kontroli wersji (%2)? Failed to add '%1' to the version control system. - Dodanie "%1" do systemu kontroli wersji nie powiodło się. + Dodanie "%1" do systemu kontroli wersji zakończone niepowodzeniem. @@ -11804,7 +11842,7 @@ do systemu kontroli wersji (%2)? Filter tree - Drzewo filtrów + Przefiltruj drzewo @@ -12329,12 +12367,12 @@ do systemu kontroli wersji (%2)? Qt4ProjectManager::MakeStep - + <font color="#ff0000">Could not find make command: %1 in the build environment</font> <font color="#ff0000">Nie można odnaleźć komendy make: %1 w środowisku procesu budowania</font> - + <font color="#0000ff"><b>No Makefile found, assuming project is clean.</b></font> <font color="#0000ff"><b>Nie odnaleziono pliku Makefile. Przyjęto, że projekt jest czysty.</b></font> @@ -12347,7 +12385,7 @@ do systemu kontroli wersji (%2)? Nadpisanie %1: - + <b>Make Step:</b> %1 not found in the environment. <b>Krok Make:</b> Nie odnaleziono %1 w środowisku. @@ -12368,9 +12406,14 @@ do systemu kontroli wersji (%2)? Qt4ProjectManager::Internal::ProjectLoadWizard - Import existing settings - Zaimportuj istniejące ustawienia + Zaimportuj istniejące ustawienia + + + + + Import existing build settings + @@ -12461,12 +12504,12 @@ do systemu kontroli wersji (%2)? Qt4ProjectManager::Internal::S60DeviceRunConfigurationWidget - + Device: Urządzenie: - + Name: Nazwa: @@ -12511,7 +12554,7 @@ do systemu kontroli wersji (%2)? - + <No Device> Summary text of S60 device run configuration <Brak urządzenia> @@ -12597,7 +12640,7 @@ Deploying application to '%2'... Umieszczanie aplikacji w "%2"... - + Could not connect to phone on port '%1': %2 Check if the phone is connected and the TRK application is running. Nie można nawiązać połączenia z telefonem na porcie "%1": %2 @@ -12832,7 +12875,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. Failed! - Nie powiodło się! + Niepomyślnie zakończone! @@ -12878,12 +12921,12 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. Using Default Qt Version - Używa domyślnej wersji Qt + Używając domyślnej wersji Qt Using Qt Version "%1" - Używa wersji "%1" Qt + Używając wersji "%1" @@ -13207,7 +13250,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. Qt4ProjectManager::Internal::QtOptionsPageWidget - + <specify a name> <Podaj nazwę> @@ -13228,11 +13271,16 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. - Select "x86build" Directory from Carbide Install + Select Carbide Install Directory - + + Select S60 SDK Root + + + + Auto-detected Automatycznie wykryte @@ -13242,7 +13290,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona.Ustawione ręcznie - + Building helpers @@ -13253,7 +13301,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. - + The Qt Version identified by %1 is not installed. Run make install Wersja Qt identyfikowana przez %1 nie jest zainstalowana. Uruchom "make install" @@ -13271,7 +13319,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. Qt4ProjectManager::QtVersionManager - + <not found> <nie znaleziony> @@ -13281,6 +13329,54 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona.Qt in PATH Qt w PATH + + + Name: + Nazwa: + + + + Source: + + + + + mkspec: + + + + + qmake: + + + + + Default: + Domyślna: + + + + Compiler: + + + + + Version: + Wersja: + + + + Debugging helper: + + + + + QApplication + + + The Qt Version has no toolchain. + + Qt4ProjectManager::Internal::ConsoleAppWizard @@ -14107,7 +14203,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona. TextEditor::BaseTextEditorEditable - + Line: %1, Col: %2 Linia: %1, kolumna: %2 @@ -14776,12 +14872,12 @@ The following encodings are likely to fit: Failed. - Nie powiodło się. + Niepomyślnie zakończone. Succeeded. - Powiodło się. + Pomyślnie zakończone. @@ -14831,7 +14927,7 @@ The following encodings are likely to fit: Version Control - Kontrola Wersji + System kontroli wersji @@ -14857,7 +14953,7 @@ The following encodings are likely to fit: Version Control - Kontrola Wersji + System kontroli wersji @@ -15157,7 +15253,7 @@ The following encodings are likely to fit: Copying failed - Kopiowanie nie powiodło się + Kopiowanie zakończone niepowodzeniem @@ -15526,7 +15622,7 @@ in your .pro file. Specify file name filters, separated by comma. Filters may contain wildcards. - + Podaj filtry nazw plików. oddzielone przecinkiem. Filtry mogą zawierać dżokery. @@ -15537,12 +15633,14 @@ in your .pro file. Specify a short word/abbreviation that can be used to restrict completions to files from this directory tree. To do this, you type this shortcut and a space in the Locator entry field, and then the word to search for. - + Podaj krótkie słowo lub skrót który będzie użyty do odfiltrowania plików w podanych katalogach. +Aby uaktywnić ten filtr wpisz w lokalizatorze powyższy skrót i po spacji podaj szukane słowo. Limit to prefix - Ogranicz do przedrostka + Ogranicz aktywność filtru: +aktywny tylko po wpisaniu przedrostka @@ -15580,7 +15678,8 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Limit to prefix - Ogranicz do przedrostka + Ogranicz aktywność filtru: +aktywny tylko po wpisaniu przedrostka @@ -15698,7 +15797,8 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Limit to prefix - Ogranicz do przedrostka + Ogranicz aktywność filtru: +aktywny tylko po wpisaniu przedrostka @@ -15737,12 +15837,12 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Locate... - + Znajdź... Type to locate - + Wpisz aby znaleźć @@ -15797,7 +15897,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t trk::BluetoothListener - + %1: Stopping listener %2... @@ -15834,40 +15934,140 @@ To do this, you type this shortcut and a space in the Locator entry field, and t trk::AbstractBluetoothStarter - - - %1: timed out after %n attempts using an interval of %2ms. - - - - - %1: Connection attempt %2 succeeded. - %1: %2 próba połączenia powiodła się. + %1: %2 próba połączenia powiodła się. - %1: Connection attempt %2 failed: %3 (retrying)... - %1: %2 próba połączenia nie powiodła się; %3 (ponowna próba)... + %1: %2 próba połączenia nie powiodła się; %3 (ponowna próba)... trk::startBluetoothGui - Waiting for Bluetooth Connection - Oczekiwanie na połączenie Bluetooth + Oczekiwanie na połączenie Bluetooth - Connecting to %1... - Łączenie z %1... + Łączenie z %1... - Connection on %1 canceled. - Anulowano połączenie z %1. + Anulowano połączenie z %1. + + + + QmlParser + + + Illegal character + + + + + Unclosed string at end of line + + + + + Illegal escape squence + + + + + Illegal unicode escape sequence + + + + + Unclosed comment at end of file + + + + + Illegal syntax for exponential number + + + + + Identifier cannot start with numeric literal + + + + + Unterminated regular expression literal + + + + + Invalid regular expression flag '%0' + + + + + Unexpected token `%1' + + + + + + Expected token `%1' + + + + + Syntax error + + + + + trk::promptStartCommunication + + + Connection on %1 canceled. + Anulowano połączenie z %1. + + + + Waiting for TRK + + + + + Waiting for TRK to start on %1... + + + + + Waiting for Bluetooth Connection + Oczekiwanie na połączenie Bluetooth + + + + Connecting to %1... + Łączenie z %1... + + + + trk::BaseCommunicationStarter + + + %1: timed out after %n attempts using an interval of %2ms. + + + + + + + %1: Connection attempt %2 succeeded. + %1: %2 próba połączenia zakończona pomyślnie. + + + + %1: Connection attempt %2 failed: %3 (retrying)... + %1: %2 próba połączenia zakończona niepomyślnie: %3 (ponowna próba)... diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index a85023a240..0a843c874c 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() "target in the combo box.")); tips.append(tr("You can use Qt Creator with a number of " "revision control systems such as Subversion, Perforce, CVS and Git.")); - tips.append(tr("In the editor, F2 toggles declaration and definition while F4 toggles header file and source file.")); + tips.append(tr("In the editor, F2 follows symbol definition, Shift+F2 toggles declaration and definition " + "while F4 toggles header file and source file.")); } return tips; } -- 2.11.0