diff --git a/share/qtcreator/gdbmacros/gdbmacros.py b/share/qtcreator/gdbmacros/gdbmacros.py index 785ce3518b4c7429b50b0a936f44920c5df8c427..08ca56484a48a812ea397ddcb5d1f5963373bb77 100644 --- a/share/qtcreator/gdbmacros/gdbmacros.py +++ b/share/qtcreator/gdbmacros/gdbmacros.py @@ -1833,7 +1833,7 @@ def qdump__std__string(d, item): rep = (data.cast(repType) - 1).dereference() size = rep['_M_length'] alloc = rep['_M_capacity'] - check(rep['_M_refcount'] >= 0) + check(rep['_M_refcount'] >= -1) # Can be -1 accoring to docs. check(0 <= size and size <= alloc and alloc <= 100*1000*1000) p = gdb.Value(data.cast(charType.pointer())) s = "" diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml index f025926987c62bbacfcb33371d54dcad05d4e897..44d3cc6ac0b0c04ec008243e6a8a5962596fbbba 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml @@ -125,8 +125,15 @@ QWidget { height: fixedHeight styleSheetFile: "anchorfill.css"; + checkable: true - onReleased: fill(); + onReleased: { + if (checked) { + anchorBackend.fill(); + } else { + anchorBackend.resetLayout(); + } + } } QPushButton { diff --git a/share/qtcreator/translations/qtcreator_pl.ts b/share/qtcreator/translations/qtcreator_pl.ts index b109d22c8da0e5668d646e055989d7d19a4cd635..30478f7ecae05f11d19b2ac8dfb0407a25782215 100644 --- a/share/qtcreator/translations/qtcreator_pl.ts +++ b/share/qtcreator/translations/qtcreator_pl.ts @@ -247,7 +247,7 @@ <message> <location filename="../../../src/libs/utils/projectintropage.ui"/> <source>Introduction and project location</source> - <translation>Wprowadź nazwÄ™ oraz poÅ‚ożenie projektu</translation> + <translation>Nazwa oraz poÅ‚ożenie projektu</translation> </message> <message> <location/> @@ -311,12 +311,12 @@ <translation>Wybierz szablon:</translation> </message> <message> - <location filename="../../../src/plugins/coreplugin/dialogs/newdialog.cpp" line="+160"/> + <location filename="../../../src/plugins/coreplugin/dialogs/newdialog.cpp" line="+161"/> <source>&Choose...</source> <translation>&Wybierz...</translation> </message> <message> - <location line="+50"/> + <location line="+45"/> <source>Projects</source> <translation>Projekty</translation> </message> @@ -389,16 +389,6 @@ <source>When files are externally modified:</source> <translation>W przypadku zewnÄ™trznej modyfikacji plików:</translation> </message> - <message> - <location/> - <source>Always ask</source> - <translation>Zawsze pytaj</translation> - </message> - <message> - <location/> - <source>Ignore modifications</source> - <translation>Zignoruj modyfikacje</translation> - </message> <message> <location filename="../../../src/plugins/coreplugin/generalsettings.cpp" line="+68"/> <source>General</source> @@ -451,13 +441,23 @@ </message> <message> <location/> - <source>Reload all unchanged editors</source> + <source>Default file encoding: </source> + <translation>DomyÅ›lne kodowanie plików:</translation> + </message> + <message> + <location/> + <source>Always Ask</source> + <translation>Zawsze pytaj</translation> + </message> + <message> + <location/> + <source>Reload All Unchanged Editors</source> <translation>PrzeÅ‚aduj wszystkie niezmienione edytory</translation> </message> <message> <location/> - <source>Default file encoding: </source> - <translation>DomyÅ›lne kodowanie plików:</translation> + <source>Ignore Modifications</source> + <translation>Zignoruj modyfikacje</translation> </message> </context> <context> @@ -469,15 +469,15 @@ </message> <message> <location/> - <source><html><head/><body> -<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.</p> -<p>Note that the plugin will use this for posting as well as fetching.</p></body></html></source> - <translation type="unfinished"></translation> + <source>Server prefix:</source> + <translation>Przedrostek serwera:</translation> </message> <message> <location/> - <source>Server prefix:</source> - <translation>Przedrostek serwera:</translation> + <source><html><head/><body> +<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</p> +<p>Note that the plugin will use this for posting as well as fetching.</p></body></html></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -540,11 +540,6 @@ <source><Description></source> <translation><Opis></translation> </message> - <message> - <location/> - <source>Parts to send to server</source> - <translation>Zawartość wysyÅ‚ki do serwera</translation> - </message> <message> <location/> <source>Patch 1</source> @@ -568,6 +563,11 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Komentarz&gt;</span></p></body></html></translation> </message> + <message> + <location/> + <source>Parts to Send to Server</source> + <translation>Zawartość wysyÅ‚ki do serwera</translation> + </message> </context> <context> <name>CodePaster::SettingsPage</name> @@ -583,18 +583,18 @@ p, li { white-space: pre-wrap; } </message> <message> <location/> - <source>Copy Paste URL to clipboard</source> - <translation>Kopiuj i wklejaj URL do schowka</translation> + <source>Default protocol:</source> + <translation>DomyÅ›lny protokół:</translation> </message> <message> <location/> - <source>Display Output Pane after sending a post</source> + <source>Display Output pane after sending a post</source> <translation>Pokazuj panel z komunikatami po wysÅ‚aniu kodu</translation> </message> <message> <location/> - <source>Default protocol:</source> - <translation>DomyÅ›lny protokół:</translation> + <source>Copy-paste URL to clipboard</source> + <translation>Kopiuj i wklejaj URL do schowka</translation> </message> </context> <context> @@ -642,13 +642,13 @@ p, li { white-space: pre-wrap; } </message> <message> <location/> - <source>First letter</source> - <translation>Tylko pierwsza litera</translation> + <source>Insert &space after function name</source> + <translation>Wstawiaj &spacjÄ™ po nazwie funkcji</translation> </message> <message> <location/> - <source>Insert &space after function name</source> - <translation>Wstawiaj &spacjÄ™ po nazwie funkcji</translation> + <source>First Letter</source> + <translation>Tylko pierwsza litera</translation> </message> </context> <context> @@ -676,11 +676,6 @@ p, li { white-space: pre-wrap; } </context> <context> <name>CVS::Internal::SettingsPage</name> - <message> - <location filename="../../../src/plugins/cvs/settingspage.ui"/> - <source>When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit id). Otherwise, only the respective file will be displayed.</source> - <translation>Gdy zaznaczone, wszystkie pliki powiÄ…zane z bieżącÄ… operacjÄ… zostanÄ… wyÅ›wietlone po klikniÄ™ciu na numer rewizji w widoku adnotacji (odzyskane przez identyfikator operacji). W przeciwnym razie, wyÅ›wietlony bÄ™dzie tylko okreÅ›lony plik.</translation> - </message> <message> <location filename="../../../src/plugins/cvs/settingspage.cpp" line="+98"/> <source>CVS</source> @@ -731,18 +726,23 @@ p, li { white-space: pre-wrap; } <source>Diff options:</source> <translation>Parametry różnicowania:</translation> </message> + <message> + <location/> + <source>When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit ID). Otherwise, only the respective file will be displayed.</source> + <translation>Gdy zaznaczone, wszystkie pliki powiÄ…zane z bieżącÄ… operacjÄ… zostanÄ… wyÅ›wietlone po klikniÄ™ciu na numer poprawki w widoku adnotacji (uzyskane zostanÄ… poprzez identyfikator operacji). W przeciwnym razie, wyÅ›wietlony bÄ™dzie tylko okreÅ›lony plik.</translation> + </message> </context> <context> <name>AttachCoreDialog</name> <message> <location filename="../../../src/plugins/debugger/attachcoredialog.ui"/> <source>Start Debugger</source> - <translation>Uruchom debuggera</translation> + <translation>Uruchom debugger</translation> </message> <message> <location/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> <message> <location/> @@ -755,11 +755,11 @@ p, li { white-space: pre-wrap; } <message> <location filename="../../../src/plugins/debugger/attachexternaldialog.ui"/> <source>Start Debugger</source> - <translation>Uruchom debuggera</translation> + <translation>Uruchom debugger</translation> </message> <message> <location/> - <source>Attach to Process ID:</source> + <source>Attach to process ID:</source> <translation>DoÅ‚Ä…cz do procesu o identyfikatorze:</translation> </message> </context> @@ -796,12 +796,6 @@ p, li { white-space: pre-wrap; } <source>These options take effect at the next start of Qt Creator.</source> <translation>Te opcje zostanÄ… zastosowanie po ponownym uruchomieniu Qt Creatora.</translation> </message> - <message> - <location/> - <source>Cdb</source> - <extracomment>Placeholder</extracomment> - <translation>Cdb</translation> - </message> <message> <location/> <source>Path:</source> @@ -822,16 +816,6 @@ p, li { white-space: pre-wrap; } <source>Source paths:</source> <translation>Åšcieżki do źródeÅ‚:</translation> </message> - <message> - <location/> - <source>Other options</source> - <translation>Inne opcje</translation> - </message> - <message> - <location/> - <source>Verbose Symbol Loading</source> - <translation>Gadatliwe Å‚adowania symboli</translation> - </message> <message> <location filename="../../../src/plugins/debugger/cdb/cdboptionspage.cpp" line="+58"/> <source><html><body><p>Specify the path to the <a href="%1">Debugging Tools for Windows</a> (%2) here.</p><p><b>Note:</b> Restarting Qt Creator is required for these settings to take effect.</p></p></body></html></source> @@ -848,6 +832,22 @@ p, li { white-space: pre-wrap; } <source>32-bit version</source> <translation>Wersja 32 bitowa</translation> </message> + <message> + <location filename="../../../src/plugins/debugger/cdb/cdboptionspagewidget.ui"/> + <source>CDB</source> + <extracomment>Placeholder</extracomment> + <translation>CDB</translation> + </message> + <message> + <location/> + <source>Other Options</source> + <translation>Inne opcje</translation> + </message> + <message> + <location/> + <source>Verbose symbol loading</source> + <translation>Gadatliwe Å‚adowania symboli</translation> + </message> </context> <context> <name>CommonOptionsPage</name> @@ -903,24 +903,19 @@ p, li { white-space: pre-wrap; } </message> <message> <location/> - <source>Use Creator for post-mortem debugging</source> - <translation>Używaj Creatora do poÅ›miertnego debugowania</translation> + <source>GUI Behavior</source> + <translation>Zachowanie GUI</translation> </message> <message> <location/> - <source>Gui behavior</source> - <translation>Zachowanie GUI</translation> + <source>Use Qt Creator for post-mortem debugging</source> + <translation>Używaj Creatora do poÅ›miertnego debugowania</translation> </message> </context> <context> <name>DebuggingHelperOptionPage</name> <message> <location filename="../../../src/plugins/debugger/dumperoptionpage.ui"/> - <source>Use debugging helper</source> - <translation>Używaj asystenta debuggera</translation> - </message> - <message> - <location/> <source>Use debugging helper from custom location</source> <translation>Użyj asystenta debuggera z innego poÅ‚ożenia</translation> </message> @@ -953,6 +948,11 @@ p, li { white-space: pre-wrap; } <p>Asystent debuggera jest używany do Å‚adnego formatowania danych w widoku &quot;Zmienne lokalne i obserwowane&quot; dla obiektów niektórych typów takich jak QString lub std::map.</p> <p>Nie jest on niezbÄ™dny do debugowania w Qt Creatorze.</p></body></html></translation> </message> + <message> + <location/> + <source>Use Debugging Helper</source> + <translation>Używaj asystenta debuggera</translation> + </message> </context> <context> <name>GdbOptionsPage</name> @@ -971,11 +971,6 @@ p, li { white-space: pre-wrap; } <source>Gdb startup script:</source> <translation>Skrypt startowy gdb:</translation> </message> - <message> - <location/> - <source>Behaviour of breakpoint setting in plugins</source> - <translation>Ustawianie puÅ‚apek we wtyczkach</translation> - </message> <message> <location/> <source>This is the slowest but safest option.</source> @@ -984,12 +979,12 @@ p, li { white-space: pre-wrap; } <message> <location/> <source>Try to set breakpoints in plugins always automatically.</source> - <translation>Próbuj zawsze ustawiać puÅ‚apki we wtyczkach automatycznie.</translation> + <translation>Zawsze próbuj automatycznie ustawiać puÅ‚apki we wtyczkach.</translation> </message> <message> <location/> <source>Try to set breakpoints in selected plugins</source> - <translation>Próbuj ustawić puÅ‚apki w wybranych wtyczkach</translation> + <translation>Próbuj ustawiać puÅ‚apki w wybranych wtyczkach</translation> </message> <message> <location/> @@ -1008,7 +1003,7 @@ to extract full path information for all source files from gdb. This is a slow process but enables setting breakpoints in files with the same file name in different directories.</source> <translation>Kiedy ta opcja jest zaznaczona, debugger próbuje uzyskać informacje od gdb -o peÅ‚nych Å›cieżkach dla wszystkich plików źródÅ‚owych. Jest to wolny proces +o peÅ‚nych Å›cieżkach dla wszystkich plików źródÅ‚owych. Jest to powolny proces ale umożliwia ustawianie puÅ‚apek w plikach o tych samych nazwach leżących w różnych katalogach.</translation> </message> @@ -1049,7 +1044,10 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <location/> <source>When this option is checked, 'Step Into' compresses several steps into one in certain situations, leading to 'less noisy' debugging. So will, e.g., the atomic reference counting code be skipped, and a single 'Step Into' for a signal emission will end up directly in the slot connected to it.</source> - <translation>Kiedy ta opcja jest zaznaczona "Wskocz do wnÄ™trza" kompresuje w pewnych sytuacjach kilka kroków w jeden, co prowadzi do przejrzystszego debugowania. I tak np. kod atomowego licznika referencji bÄ™dzie pominiÄ™ty, a pojedyncze "Wskocz do wnÄ™trza" dla emisji sygnaÅ‚u wskoczy bezpoÅ›rednio do podÅ‚Ä…czonego slotu.</translation> + <translation>Kiedy ta opcja jest zaznaczona "Wskocz do wnÄ™trza" kompresuje w pewnych sytuacjach +kilka kroków w jeden, co prowadzi do przejrzystszego debugowania. I tak np. +kod atomowego licznika referencji bÄ™dzie pominiÄ™ty, a pojedyncze "Wskocz do wnÄ™trza" +dla emisji sygnaÅ‚u wskoczy bezpoÅ›rednio do podÅ‚Ä…czonego slotu.</translation> </message> <message> <location/> @@ -1061,18 +1059,23 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Show a message box when receiving a signal</source> <translation>Pokazuj komunikat po otrzymaniu sygnaÅ‚u</translation> </message> + <message> + <location/> + <source>Behavior of Breakpoint Setting in Plugins</source> + <translation>Ustawianie puÅ‚apek we wtyczkach</translation> + </message> </context> <context> <name>StartExternalDialog</name> <message> <location filename="../../../src/plugins/debugger/startexternaldialog.ui"/> <source>Start Debugger</source> - <translation>Uruchom debuggera</translation> + <translation>Uruchom debugger</translation> </message> <message> <location/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> <message> <location/> @@ -1082,7 +1085,7 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <message> <location/> <source>Break at 'main':</source> - <translation>Zatrzymaj siÄ™ w "main":</translation> + <translation>Przerwij w "main":</translation> </message> </context> <context> @@ -1090,7 +1093,7 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <message> <location filename="../../../src/plugins/debugger/startremotedialog.ui"/> <source>Start Debugger</source> - <translation>Uruchom debuggera</translation> + <translation>Uruchom debugger</translation> </message> <message> <location/> @@ -1120,7 +1123,7 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <message> <location/> <source>Local executable:</source> - <translation>Lokalny program:</translation> + <translation>Lokalny plik wykonywalny:</translation> </message> <message> <location/> @@ -1150,11 +1153,6 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Aggregation</source> <translation>Agregacja</translation> </message> - <message> - <location/> - <source>Multiple Inheritance</source> - <translation>Dziedziczenie wielokrotne</translation> - </message> <message> <location/> <source>Code Generation</source> @@ -1170,6 +1168,11 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Use Qt module name in #include-directive</source> <translation>Używaj nazwy moduÅ‚u Qt w dyrektywach #include</translation> </message> + <message> + <location/> + <source>Multiple inheritance</source> + <translation>Dziedziczenie wielokrotne</translation> + </message> </context> <context> <name>Designer::Internal::FormClassWizardPage</name> @@ -1214,28 +1217,13 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <message> <location/> <source>Tabulator size:</source> - <translation>Wielkość tabulatorów:</translation> + <translation>Rozmiar tabulatorów:</translation> </message> <message> <location/> <source>Backspace:</source> <translation>CofniÄ™cie:</translation> </message> - <message> - <location/> - <source>Copy text editor settings</source> - <translation>Skopiuj ustawienia edytora tekstu</translation> - </message> - <message> - <location/> - <source>Set Qt style</source> - <translation>Ustaw styl Qt</translation> - </message> - <message> - <location/> - <source>Set plain style</source> - <translation>Ustaw zwykÅ‚y styl</translation> - </message> <message> <location/> <source>Read .vimrc</source> @@ -1291,6 +1279,21 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Keyword characters:</source> <translation>Znaki słów kluczowych:</translation> </message> + <message> + <location/> + <source>Copy Text Editor Settings</source> + <translation>Skopiuj ustawienia edytora tekstu</translation> + </message> + <message> + <location/> + <source>Set Qt Style</source> + <translation>Ustaw styl Qt</translation> + </message> + <message> + <location/> + <source>Set Plain Style</source> + <translation>Ustaw zwykÅ‚y styl</translation> + </message> </context> <context> <name>Find::Internal::FindDialog</name> @@ -1388,11 +1391,6 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Branches</source> <translation>GaÅ‚Ä™zie</translation> </message> - <message> - <location/> - <source>Remote branches</source> - <translation>Zdalne gaÅ‚Ä™zie</translation> - </message> <message> <location filename="../../../src/plugins/git/branchdialog.cpp" line="+87"/> <source>Checkout</source> @@ -1458,16 +1456,16 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Failed to create a tracking branch</source> <translation>Nie można utworzyć gaÅ‚Ä™zi Å›ledzÄ…cej</translation> </message> + <message> + <location filename="../../../src/plugins/git/branchdialog.ui"/> + <source>Remote Branches</source> + <translation>Zdalne gaÅ‚Ä™zie</translation> + </message> </context> <context> <name>ChangeSelectionDialog</name> <message> <location filename="../../../src/plugins/git/changeselectiondialog.ui"/> - <source>Repository Location:</source> - <translation>PoÅ‚ożenie skÅ‚adnicy:</translation> - </message> - <message> - <location/> <source>Select</source> <translation>Wybierz</translation> </message> @@ -1476,6 +1474,11 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Change:</source> <translation>Zmiana:</translation> </message> + <message> + <location/> + <source>Repository location:</source> + <translation>PoÅ‚ożenie skÅ‚adnicy:</translation> + </message> </context> <context> <name>Gitorious::Internal::GitoriousHostWidget</name> @@ -1638,19 +1641,9 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <name>Git::Internal::SettingsPage</name> <message> <location filename="../../../src/plugins/git/settingspage.ui"/> - <source>Environment variables</source> - <translation>Zmienne Å›rodowiskowe</translation> - </message> - <message> - <location/> <source>PATH:</source> <translation>ÅšCIEÅ»KA:</translation> </message> - <message> - <location/> - <source>From system</source> - <translation>Z systemu</translation> - </message> <message> <location/> <source><b>Note:</b></source> @@ -1674,7 +1667,7 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <message> <location/> <source>Omit date from annotation output</source> - <translation>Omijaj daty w wyjÅ›ciowych adnotacjach</translation> + <translation>Pomijaj daty w wyjÅ›ciowych adnotacjach</translation> </message> <message> <location filename="../../../src/plugins/git/settingspage.cpp" line="+112"/> @@ -1721,6 +1714,16 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <source>Pull with rebase</source> <translation type="unfinished"></translation> </message> + <message> + <location/> + <source>Environment Variables</source> + <translation>Zmienne Å›rodowiskowe</translation> + </message> + <message> + <location/> + <source>From System</source> + <translation>Z systemu</translation> + </message> </context> <context> <name>DocSettingsPage</name> @@ -1778,7 +1781,10 @@ czasu na powolnych maszynach. W takich przypadkach wartość ta powinna zostać <p> Add, modify, and remove document filters, which determine the documentation set displayed in the Help mode. The attributes are defined in the documents. Select them to display a set of relevant documentation. Note that some attributes are defined in several documents. </p></body></html></source> - <translation type="unfinished"></translation> + <translation><html><body> +<p> +Dodaj, zmodyfikuj lub usuÅ„ filtry dokumentów, które determinujÄ… zestaw dokumentacji wyÅ›wietlanej w trybie "Pomocy". Atrybuty sÄ… zdefiniowane w dokumentach. Zaznaczenie ich spowoduje wyÅ›wietlenie zestawu odpowiedniej dokumentacji. Zwróć uwagÄ™ że niektóre atrybuty mogÄ… być zdefiniowane w kilku dokumentach. +</p></body></html></translation> </message> </context> <context> @@ -1820,73 +1826,73 @@ Add, modify, and remove document filters, which determine the documentation set </message> <message> <location/> - <source>Show side-by-side if possible</source> - <translation>Pokazuj z boku jeÅ›li jest miejsce</translation> + <source>On help start:</source> + <translation>Po uruchomieniu pomocy:</translation> </message> <message> <location/> - <source>Always show side-by-side</source> - <translation>Zawsze pokazuj z boku</translation> + <source>Use &Current Page</source> + <translation>Użyj &bieżącej strony</translation> </message> <message> <location/> - <source>Always start full help</source> - <translation>Zawsze zaczynaj od peÅ‚nej pomocy</translation> + <source>Use &Blank Page</source> + <translation>Użyj &pustej strony</translation> </message> <message> <location/> - <source>On help start:</source> - <translation>Po uruchomieniu pomocy:</translation> + <source>Restore to Default</source> + <translation>Przywróć domyÅ›lnÄ…</translation> </message> <message> <location/> - <source>Show my home page</source> - <translation>Pokazuj mojÄ… stronÄ™ startowÄ…</translation> + <source>Help Bookmarks</source> + <translation>ZakÅ‚adki pomocy</translation> </message> <message> <location/> - <source>Show a blank page</source> - <translation>Pokazuj pustÄ… stronÄ™</translation> + <source>Import...</source> + <translation>Importuj...</translation> </message> <message> <location/> - <source>Show my tabs from last session</source> - <translation>Pokazuj moje karty z ostatniej sesji</translation> + <source>Export...</source> + <translation>Eksportuj...</translation> </message> <message> <location/> - <source>Use &Current Page</source> - <translation>Użyj &bieżącej strony</translation> + <source>Home page:</source> + <translation>Strona startowa:</translation> </message> <message> <location/> - <source>Use &Blank Page</source> - <translation>Użyj &pustej strony</translation> + <source>Show Side-by-Side if Possible</source> + <translation>Pokazuj z boku jeÅ›li jest miejsce</translation> </message> <message> <location/> - <source>Restore to Default</source> - <translation>Przywróć domyÅ›lnÄ…</translation> + <source>Always Show Side-by-Side</source> + <translation>Zawsze pokazuj z boku</translation> </message> <message> <location/> - <source>Help Bookmarks</source> - <translation>ZakÅ‚adki pomocy</translation> + <source>Always Start Full Help</source> + <translation>Zawsze zaczynaj od peÅ‚nej pomocy</translation> </message> <message> <location/> - <source>Import...</source> - <translation>Importuj...</translation> + <source>Show My Home Page</source> + <translation>Pokazuj mojÄ… stronÄ™ startowÄ…</translation> </message> <message> <location/> - <source>Export...</source> - <translation>Eksportuj...</translation> + <source>Show a Blank Page</source> + <translation>Pokazuj pustÄ… stronÄ™</translation> </message> <message> <location/> - <source>Home page:</source> - <translation>Strona startowa:</translation> + <source>Show My Tabs from Last Session</source> + <translation>Pokazuj moje karty z ostatniej sesji</translation> </message> </context> <context> @@ -1942,11 +1948,6 @@ Add, modify, and remove document filters, which determine the documentation set <name>Perforce::Internal::SettingsPage</name> <message> <location filename="../../../src/plugins/perforce/settingspage.ui"/> - <source>Environment variables</source> - <translation>Zmienne Å›rodowiskowe</translation> - </message> - <message> - <location/> <source>Test</source> <translation>Przetestuj</translation> </message> @@ -2005,6 +2006,11 @@ Add, modify, and remove document filters, which determine the documentation set <source>P4 port:</source> <translation>Port P4:</translation> </message> + <message> + <location/> + <source>Environment Variables</source> + <translation>Zmienne Å›rodowiskowe</translation> + </message> </context> <context> <name>Perforce::Internal::SubmitPanel</name> @@ -2041,11 +2047,6 @@ Add, modify, and remove document filters, which determine the documentation set <name>ProjectExplorer::Internal::ProcessStepWidget</name> <message> <location filename="../../../src/plugins/projectexplorer/processstep.ui"/> - <source>Enable Custom Process Step</source> - <translation>WÅ‚Ä…cz wÅ‚asny krok procesu</translation> - </message> - <message> - <location/> <source>Name:</source> <translation>Nazwa:</translation> </message> @@ -2056,12 +2057,17 @@ Add, modify, and remove document filters, which determine the documentation set </message> <message> <location/> - <source>Working Directory:</source> + <source>Enable custom process step</source> + <translation>WÅ‚Ä…cz wÅ‚asny krok procesu</translation> + </message> + <message> + <location/> + <source>Working directory:</source> <translation>Katalog roboczy:</translation> </message> <message> <location/> - <source>Command Arguments:</source> + <source>Command arguments:</source> <translation>Argumenty komendy:</translation> </message> </context> @@ -2080,7 +2086,7 @@ Add, modify, and remove document filters, which determine the documentation set <message> <location/> <source><i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. For more details, see the <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. Disable it if you experience problems with your builds.</source> - <translation><i>jom</i> jest zamiennikiem <i>nmake</i> który dystrybuuje proces kompilacji do wielu rdzeni CPU. Szczegóły znajdziesz tu: <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. WyÅ‚Ä…cz tÄ… opcjÄ™ jeÅ›li napotykasz na problemy podczas budowania.</translation> + <translation><i>jom</i> jest zamiennikiem <i>nmake</i> który dystrybuuje proces kompilacji do wielu rdzeni CPU. Szczegóły znajdziesz tu: <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. WyÅ‚Ä…cz tÄ™ opcjÄ™ jeÅ›li napotykasz na problemy podczas budowania.</translation> </message> <message> <location/> @@ -2184,7 +2190,7 @@ Add, modify, and remove document filters, which determine the documentation set <message> <location filename="../../../src/plugins/projectexplorer/projectwizardpage.ui"/> <source>Project management</source> - <translation>ZarzÄ…dzanie projektami</translation> + <translation>Organizacja projektu</translation> </message> <message> <location/> @@ -2289,7 +2295,7 @@ Add, modify, and remove document filters, which determine the documentation set <translation>&PrzeÅ‚Ä…cz sesjÄ™</translation> </message> <message> - <location filename="../../../src/plugins/projectexplorer/sessiondialog.cpp" line="+177"/> + <location filename="../../../src/plugins/projectexplorer/sessiondialog.cpp" line="+178"/> <location line="+18"/> <source>New session name</source> <translation>Nazwa nowej sesji</translation> @@ -2724,28 +2730,28 @@ Add, modify, and remove document filters, which determine the documentation set <name>QMakeStep</name> <message> <location filename="../../../src/plugins/qt4projectmanager/qmakestep.ui"/> - <source>debug</source> - <translation>debug</translation> + <source>Additional arguments:</source> + <translation>Dodatkowe argumenty:</translation> </message> <message> <location/> - <source>release</source> - <translation>release</translation> + <source>Effective qmake call:</source> + <translation>Ostateczna komenda qmake:</translation> </message> <message> <location/> - <source>Additional arguments:</source> - <translation>Dodatkowe argumenty:</translation> + <source>qmake build configuration:</source> + <translation>Konfiguracja qmake:</translation> </message> <message> <location/> - <source>Effective qmake call:</source> - <translation>Ostateczna komenda qmake:</translation> + <source>Debug</source> + <translation>Debug</translation> </message> <message> <location/> - <source>qmake Build Configuration:</source> - <translation>Konfiguracja qmake:</translation> + <source>Release</source> + <translation>Release</translation> </message> </context> <context> @@ -2790,44 +2796,14 @@ Add, modify, and remove document filters, which determine the documentation set <name>Qt4ProjectManager::Internal::Qt4ProjectConfigWidget</name> <message> <location filename="../../../src/plugins/qt4projectmanager/qt4projectconfigwidget.ui"/> - <source>Qt Version:</source> - <translation>Wersja Qt:</translation> - </message> - <message> - <location/> - <source>This Qt-Version is invalid.</source> - <translation>Ta wersja Qt nie jest poprawna.</translation> - </message> - <message> - <location/> <source>Manage</source> <translation>ZarzÄ…dzaj</translation> </message> - <message> - <location/> - <source>Shadow Build:</source> - <translation>Kompilacja w innym miejscu:</translation> - </message> - <message> - <location/> - <source>Build Directory:</source> - <translation>Katalog wersji:</translation> - </message> <message> <location/> <source><a href="import">Import existing build</a></source> <translation><a href="import">Zaimportuj istniejÄ…cÄ… wersjÄ™</a></translation> </message> - <message> - <location/> - <source>Configuration Name:</source> - <translation>Nazwa konfiguracji:</translation> - </message> - <message> - <location/> - <source>Tool Chain:</source> - <translation>Zestaw narzÄ™dzi:</translation> - </message> <message> <location filename="../../../src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp" line="+78"/> <source>Shadow Build Directory</source> @@ -2854,7 +2830,7 @@ Add, modify, and remove document filters, which determine the documentation set <translation>Ogólne</translation> </message> <message> - <location line="+190"/> + <location line="+189"/> <source>Building in subdirectories of the source directory is not supported by qmake.</source> <translation>Budowanie wewnÄ…trz katalogu ze źródÅ‚ami nie jest obsÅ‚ugiwane przez qmake.</translation> </message> @@ -2869,6 +2845,36 @@ Add, modify, and remove document filters, which determine the documentation set <source>problemLabel</source> <translation>problematycznaEtykietka</translation> </message> + <message> + <location/> + <source>Configuration name:</source> + <translation>Nazwa konfiguracji:</translation> + </message> + <message> + <location/> + <source>Qt version:</source> + <translation>Wersja Qt:</translation> + </message> + <message> + <location/> + <source>This Qt version is invalid.</source> + <translation>Ta wersja Qt nie jest poprawna.</translation> + </message> + <message> + <location/> + <source>Tool chain:</source> + <translation>Zestaw narzÄ™dzi:</translation> + </message> + <message> + <location/> + <source>Shadow build:</source> + <translation>Kompilacja w innym miejscu:</translation> + </message> + <message> + <location/> + <source>Build directory:</source> + <translation>Katalog wersji:</translation> + </message> </context> <context> <name>Qt4ProjectManager::Internal::QtVersionManager</name> @@ -2976,11 +2982,6 @@ p, li { white-space: pre-wrap; } <source>Authentication</source> <translation>Autoryzacja</translation> </message> - <message> - <location/> - <source>User name:</source> - <translation>Nazwa użytkownika:</translation> - </message> <message> <location/> <source>Password:</source> @@ -3031,6 +3032,11 @@ p, li { white-space: pre-wrap; } <source>Subversion command:</source> <translation>Komenda Subversion:</translation> </message> + <message> + <location/> + <source>Username:</source> + <translation>Nazwa użytkownika:</translation> + </message> </context> <context> <name>TextEditor::BehaviorSettingsPage</name> @@ -3084,11 +3090,6 @@ p, li { white-space: pre-wrap; } <source>Always</source> <translation>Zawsze</translation> </message> - <message> - <location/> - <source>In leading white space</source> - <translation>JeÅ›li poprzedzony jest spacjÄ…</translation> - </message> <message> <location/> <source>Storage</source> @@ -3152,7 +3153,7 @@ p, li { white-space: pre-wrap; } <message> <location/> <source>Enable scroll &wheel zooming</source> - <translation>WÅ‚Ä…cz powiÄ™kszanie poprzez obracanie &kółka myszy</translation> + <translation>WÅ‚Ä…cz powiÄ™kszanie poprzez obracanie &kółkiem myszy (wraz z przyciÅ›niÄ™tym CTRL)</translation> </message> <message> <location/> @@ -3174,6 +3175,11 @@ p, li { white-space: pre-wrap; } <source>GNU Style</source> <translation>Styl GNU</translation> </message> + <message> + <location/> + <source>In Leading White Space</source> + <translation>JeÅ›li poprzedzony jest spacjÄ…</translation> + </message> </context> <context> <name>TextEditor::Internal::ColorSchemeEdit</name> @@ -3339,7 +3345,7 @@ p, li { white-space: pre-wrap; } <message> <location/> <source>Checkout Directory:</source> - <translation type="unfinished"></translation> + <translation>Katalog z kopiÄ… roboczÄ…:</translation> </message> <message> <location/> @@ -3472,7 +3478,7 @@ p, li { white-space: pre-wrap; } <translation>Nowy katalog</translation> </message> <message> - <location filename="../../../src/shared/help/bookmarkmanager.cpp" line="+175"/> + <location filename="../../../src/shared/help/bookmarkmanager.cpp" line="+178"/> <location line="+18"/> <location line="+39"/> <location line="+18"/> @@ -3722,7 +3728,7 @@ p, li { white-space: pre-wrap; } <context> <name>ExtensionSystem::PluginManager</name> <message> - <location filename="../../../src/libs/extensionsystem/pluginmanager.cpp" line="+758"/> + <location filename="../../../src/libs/extensionsystem/pluginmanager.cpp" line="+788"/> <source>Circular dependency detected: </source> <translation>Wykryto cyklicznÄ… zależność: @@ -3741,13 +3747,8 @@ p, li { white-space: pre-wrap; } <translation>%1(%2)</translation> </message> <message> - <location line="+9"/> - <source>Cannot load plugin because dependencies are not resolved</source> - <translation>Nie można zaÅ‚adować wtyczki z powodu nierozwiÄ…zanych zależnoÅ›ci</translation> - </message> - <message> - <location line="+9"/> - <location line="+35"/> + <location line="+15"/> + <location line="+39"/> <source>Cannot load plugin because dependency failed to load: %1(%2) Reason: %3</source> <translation>Nie można zaÅ‚adować wtyczki ponieważ zaÅ‚adowanie zależnoÅ›ci: %1(%2) zakoÅ„czyÅ‚o sie niepowodzeniem @@ -3757,7 +3758,7 @@ Przyczyna: %3</translation> <context> <name>ExtensionSystem::Internal::PluginSpecPrivate</name> <message> - <location filename="../../../src/libs/extensionsystem/pluginspec.cpp" line="+482"/> + <location filename="../../../src/libs/extensionsystem/pluginspec.cpp" line="+471"/> <source>File does not exist: %1</source> <translation>Plik %1 nie istnieje</translation> </message> @@ -3775,7 +3776,7 @@ Przyczyna: %3</translation> <context> <name>PluginSpec</name> <message> - <location line="+27"/> + <location line="+32"/> <source>'%1' misses attribute '%2'</source> <translation>Brak atrybutu "%2" w "%1"</translation> </message> @@ -3810,12 +3811,12 @@ Przyczyna: %3</translation> <translation>Nie udaÅ‚o siÄ™ rozwiÄ…zać zależnoÅ›ci ponieważ stan wtyczki jest inny niż "wczytana"</translation> </message> <message> - <location line="+23"/> + <location line="+19"/> <source>Could not resolve dependency '%1(%2)'</source> <translation>Nie można rozwiÄ…zać zależnoÅ›ci "%1(%2)"</translation> </message> <message> - <location line="+28"/> + <location line="+42"/> <source>Loading the library failed because state != Resolved</source> <translation>BÅ‚Ä…d Å‚adowania biblioteki, stan wtyczki jest inny niż "rozwiÄ…zana"</translation> </message> @@ -4039,13 +4040,13 @@ Przyczyna: %3</translation> </message> <message> <location line="+123"/> - <source>Choose a directory</source> + <source>Choose Directory</source> <translation>Wybierz katalog</translation> </message> <message> <location line="+6"/> - <source>Choose a file</source> - <translation>Wybierz plik</translation> + <source>Choose File</source> + <translation></translation> </message> <message> <location line="+33"/> @@ -4087,7 +4088,7 @@ Przyczyna: %3</translation> </message> <message> <location line="+1"/> - <source>Delete line</source> + <source>Delete Line</source> <translation>UsuÅ„ liniÄ™</translation> </message> <message> @@ -4224,12 +4225,12 @@ Przyczyna: %3</translation> </message> <message> <location line="+10"/> - <source>Previous Bookmark In Document</source> + <source>Previous Bookmark in Document</source> <translation>Poprzednia zakÅ‚adka w dokumencie</translation> </message> <message> <location line="+5"/> - <source>Next Bookmark In Document</source> + <source>Next Bookmark in Document</source> <translation>NastÄ™pna zakÅ‚adka w dokumencie</translation> </message> </context> @@ -4292,7 +4293,7 @@ Przyczyna: %3</translation> <message> <location line="+2"/> <source> The path %1 is not a executable.</source> - <translation> Åšcieżka %1 nie wskazuje na program.</translation> + <translation> Åšcieżka %1 nie wskazuje na plik wykonywalny.</translation> </message> <message> <location line="+2"/> @@ -4353,7 +4354,7 @@ Przyczyna: %3</translation> <message> <location line="+60"/> <source>No valid cmake executable specified.</source> - <translation>Brak poprawnego programu cmake.</translation> + <translation>Brak poprawnego pliku wykonywalnego cmake.</translation> </message> </context> <context> @@ -4392,7 +4393,7 @@ Przyczyna: %3</translation> <message> <location line="+24"/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> </context> <context> @@ -4404,7 +4405,7 @@ Przyczyna: %3</translation> </message> <message> <location line="+5"/> - <source>Select the working directory</source> + <source>Select Working Directory</source> <translation>Wybierz katalog roboczy</translation> </message> <message> @@ -4551,7 +4552,7 @@ Czy chcesz je nadpisać?</translation> <context> <name>OpenWith::Editors</name> <message> - <location filename="../../../src/plugins/coreplugin/coreconstants.h" line="+99"/> + <location filename="../../../src/plugins/coreplugin/coreconstants.h" line="+105"/> <source>Plain Text Editor</source> <translation>ZwykÅ‚y edytor tekstowy</translation> </message> @@ -4635,7 +4636,7 @@ Czy chcesz je nadpisać?</translation> <context> <name>Core::Internal::SettingsDialog</name> <message> - <location filename="../../../src/plugins/coreplugin/dialogs/settingsdialog.cpp" line="+256"/> + <location filename="../../../src/plugins/coreplugin/dialogs/settingsdialog.cpp" line="+271"/> <source>Preferences</source> <translation>Ustawienia</translation> </message> @@ -4695,30 +4696,31 @@ Czy chcesz je nadpisać?</translation> <context> <name>Core::EditorManager</name> <message> - <location filename="../../../src/plugins/coreplugin/editormanager/editormanager.cpp" line="+225"/> - <location line="+1540"/> + <location filename="../../../src/plugins/coreplugin/editormanager/editormanager.cpp" line="+226"/> + <location line="+1547"/> <source>Revert to Saved</source> <translation>Odwróć zmiany</translation> </message> <message> - <location line="-1537"/> + <location line="-1544"/> + <location line="+97"/> <location filename="../../../src/plugins/coreplugin/editortoolbar.cpp" line="+302"/> <source>Close</source> <translation>Zamknij</translation> </message> <message> - <location line="+1"/> + <location line="-96"/> <source>Close All</source> <translation>Zamknij wszystko</translation> </message> <message> <location line="+1"/> - <location line="+1336"/> + <location line="+1343"/> <source>Close Others</source> <translation>Zamknij inne</translation> </message> <message> - <location line="-1335"/> + <location line="-1342"/> <source>Next Open Document in History</source> <translation>NastÄ™pny otwarty dokument w historii</translation> </message> @@ -4750,17 +4752,17 @@ Czy chcesz je nadpisać?</translation> <translation>Odwróć zmiany w pliku</translation> </message> <message> - <location line="+29"/> + <location line="+38"/> <source>Ctrl+F4</source> <translation>Ctrl+F4</translation> </message> <message> - <location line="+2"/> + <location line="-10"/> <source>Ctrl+W</source> <translation>Ctrl+W</translation> </message> <message> - <location line="+9"/> + <location line="+17"/> <source>Ctrl+Shift+W</source> <translation>Ctrl+Shift+W</translation> </message> @@ -4860,12 +4862,12 @@ Czy chcesz je nadpisać?</translation> <translation>Przejdź do kolejnego podzielonego okna</translation> </message> <message> - <location line="+1152"/> + <location line="+1154"/> <source>Save %1 &As...</source> <translation>Zachowaj %1 j&ako...</translation> </message> <message> - <location line="-1150"/> + <location line="-1152"/> <source>%1,o</source> <translation>%1,o</translation> </message> @@ -4880,7 +4882,7 @@ Czy chcesz je nadpisać?</translation> <translation>Alt+V,Alt+I</translation> </message> <message> - <location line="+748"/> + <location line="+750"/> <source>All Files (*)</source> <translation>Wszystkie pliki (*)</translation> </message> @@ -5330,7 +5332,7 @@ Czy chcesz je nadpisać?</translation> <translation>Nowy</translation> </message> <message> - <location line="+516"/> + <location line="+513"/> <source>Open Project</source> <translation>Otwórz projekt</translation> </message> @@ -5424,12 +5426,12 @@ Czy chcesz je nadpisać?</translation> <translation>Zmaksymalizuj panel z komunikatami</translation> </message> <message> - <location line="-131"/> + <location line="-132"/> <source>Output &Panes</source> <translation>&Panele z komunikatami</translation> </message> <message> - <location line="+130"/> + <location line="+131"/> <source>Minimize Output Pane</source> <translation>Zminimalizuj panel z komunikatami</translation> </message> @@ -5498,7 +5500,7 @@ Czy chcesz je nadpisać?</translation> <context> <name>Core::Internal::SideBarWidget</name> <message> - <location filename="../../../src/plugins/coreplugin/sidebar.cpp" line="+319"/> + <location filename="../../../src/plugins/coreplugin/sidebar.cpp" line="+328"/> <source>Split</source> <translation>Podziel</translation> </message> @@ -5511,7 +5513,7 @@ Czy chcesz je nadpisać?</translation> <context> <name>Core::Internal::ComboBox</name> <message> - <location line="+140"/> + <location line="+142"/> <source>Activate %1</source> <translation>Uaktywnij %1</translation> </message> @@ -5539,14 +5541,19 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <translation>Informacje o Qt Creator</translation> </message> <message> - <location line="+11"/> + <location line="+9"/> + <source>(%1)</source> + <translation>(%1)</translation> + </message> + <message> + <location line="+6"/> <source>From revision %1<br/></source> <extracomment>This gets conditionally inserted as argument %8 into the description string.</extracomment> <translation>Z poprawki %1<br/></translation> </message> <message> <location line="+3"/> - <source><h3>Qt Creator %1</h3>Based on Qt %2 (%3 bit)<br/><br/>Built on %4 at %5<br /><br/>%8<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/></source> + <source><h3>Qt Creator %1 %8</h3>Based on Qt %2 (%3 bit)<br/><br/>Built on %4 at %5<br /><br/>%9<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/></source> <translation type="unfinished"></translation> </message> </context> @@ -5606,7 +5613,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+4"/> <source>Paste Clipboard...</source> - <translation>Wklej schowek...</translation> + <translation>Wklej zawartość schowka...</translation> </message> <message> <location line="+5"/> @@ -5697,9 +5704,19 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <context> <name>CppEditor::Internal::CppPlugin</name> <message> - <location filename="../../../src/plugins/cppeditor/cppplugin.cpp" line="+227"/> - <source>Creates a C++ header file.</source> - <translation>Tworzy plik nagłówkowy C++.</translation> + <location filename="../../../src/plugins/cppeditor/cppplugin.cpp" line="+218"/> + <source>Creates a C++ header and a source file for a new class that you can add to a C++ project.</source> + <translation>Tworzy plik nagłówkowy i źródÅ‚owy C++ z nowÄ… klasÄ… którÄ… można dodać do projektu C++.</translation> + </message> + <message> + <location line="+4"/> + <source>Creates a C++ source file that you can add to a C++ project.</source> + <translation>Tworzy plik źródÅ‚owy C++ który można dodać do projektu C++.</translation> + </message> + <message> + <location line="+5"/> + <source>Creates a C++ header file that you can add to a C++ project.</source> + <translation>Tworzy plik nagłówkowy C++ który można dodać do projektu C++.</translation> </message> <message> <location line="+1"/> @@ -5722,27 +5739,22 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <translation>ZmieÅ„ nazwÄ™ symbolu pod kursorem</translation> </message> <message> - <location line="-44"/> - <source>Creates a C++ source file.</source> - <translation>Tworzy plik źródÅ‚owy C++.</translation> + <location line="+12"/> + <source>Update Code Model</source> + <translation>Uaktualnij model kodu</translation> </message> <message> - <location line="+1"/> + <location line="-55"/> <source>C++ Source File</source> <translation>Plik źródÅ‚owy C++</translation> </message> <message> <location line="-8"/> <source>C++ Class</source> - <translation>Klasa C++</translation> - </message> - <message> - <location line="+3"/> - <source>Creates a header and a source file for a new class.</source> - <translation>Tworzy plik nagłówkowy i źródÅ‚owy dla nowej klasy.</translation> + <translation>Klasa C++</translation> </message> <message> - <location line="+41"/> + <location line="+44"/> <source>Find Usages</source> <translation>Znajdź użycia</translation> </message> @@ -5751,11 +5763,6 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <source>Ctrl+Shift+U</source> <translation>Ctrl+Shift+U</translation> </message> - <message> - <location line="+17"/> - <source>Update code model</source> - <translation>Uaktualnij model kodu</translation> - </message> </context> <context> <name>CppTools::Internal::CompletionSettingsPage</name> @@ -5776,7 +5783,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <context> <name>CppTools::Internal::FunctionArgumentWidget</name> <message> - <location filename="../../../src/plugins/cpptools/cppcodecompletion.cpp" line="+412"/> + <location filename="../../../src/plugins/cpptools/cppcodecompletion.cpp" line="+413"/> <source>%1 of %2</source> <translation>%1 z %2</translation> </message> @@ -5800,7 +5807,13 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> ** To protect a percent sign, use '%%'. **************************************************************************/ </source> - <translation type="unfinished"></translation> + <translation>/************************************************************************** +** Szablon nagłówka z licencjÄ… dla Qt Creatora +** SÅ‚owa kluczowe: %USER% %DATE% %YEAR% +** Zmienne Å›rodowiskowe: %$VARIABLE% +** Znak procenta: '%%'. +**************************************************************************/ +</translation> </message> <message> <location line="+157"/> @@ -5809,7 +5822,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> </message> <message> <location line="+62"/> - <source>Choose a location for the new license template file</source> + <source>Choose Location for New License Template File</source> <translation>Wybierz poÅ‚ożenie nowego pliku z szablonem licencji</translation> </message> <message> @@ -5877,7 +5890,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <context> <name>CppTools::Internal::CppToolsPlugin</name> <message> - <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+128"/> + <location filename="../../../src/plugins/cpptools/cpptoolsplugin.cpp" line="+129"/> <source>&C++</source> <translation>&C++</translation> </message> @@ -5891,13 +5904,13 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <name>CVS::Internal::CheckoutWizard</name> <message> <location filename="../../../src/plugins/cvs/checkoutwizard.cpp" line="+56"/> - <source>Checks out a project from a CVS repository.</source> - <translation>WyciÄ…ga projekt ze skÅ‚adnicy CVS.</translation> + <source>Checks out a CVS repository and tries to load the contained project.</source> + <translation>WyciÄ…ga skÅ‚adnicÄ™ CVS i próbuje zaÅ‚adować zawarty projekt.</translation> </message> <message> <location line="+5"/> <source>CVS Checkout</source> - <translation type="unfinished"></translation> + <translation>Kopia robocza CVS</translation> </message> </context> <context> @@ -6183,7 +6196,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> </translation> </message> <message> - <location line="+15"/> + <location line="+16"/> <source>No cvs executable specified!</source> <translation>Nie podano Å›cieżki do programu cvs!</translation> </message> @@ -6353,12 +6366,12 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+65"/> <source>Breakpoint will only be hit if this condition is met.</source> - <translation>Program zatrzyma siÄ™ na puÅ‚apce tylko gdy ten warunek bÄ™dzie speÅ‚niony.</translation> + <translation>Program przerwie dziaÅ‚anie w puÅ‚apce tylko gdy ten warunek bÄ™dzie speÅ‚niony.</translation> </message> <message> <location line="+6"/> <source>Breakpoint will only be hit after being ignored so many times.</source> - <translation>Program zatrzyma siÄ™ na puÅ‚apce po tym jak zostanie ona zignorowana podanÄ… ilość razy.</translation> + <translation>Program przerwie dziaÅ‚anie w puÅ‚apce po tym jak zostanie ona zignorowana podanÄ… ilość razy.</translation> </message> </context> <context> @@ -6565,7 +6578,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+32"/> <source>Cannot retrieve symbols while the debuggee is running.</source> - <translation>Nie można odzyskać symboli dopóki debugowany program pracuje.</translation> + <translation>Nie można odczytać symboli dopóki debugowany program pracuje.</translation> </message> <message> <location line="+38"/> @@ -6614,7 +6627,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <translation>Zatrzymano w wÄ…tku %1 (brak informacji debugowej).</translation> </message> <message> - <location line="+98"/> + <location line="+112"/> <source>Breakpoint: %1</source> <translation>PuÅ‚apka: %1</translation> </message> @@ -6871,12 +6884,12 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+11"/> <source>Break on "throw"</source> - <translation>Zatrzymaj siÄ™ w "throw"</translation> + <translation>Przerwij w "throw"</translation> </message> <message> <location line="+8"/> <source>Break on "catch"</source> - <translation>Zatrzymaj siÄ™ w "cache"</translation> + <translation>Przerwij w "cache"</translation> </message> <message> <location line="+23"/> @@ -6999,7 +7012,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+1"/> <source>The memory contents cannot be shown as no viewer plugin for binary data has been loaded.</source> - <translation>Zawartość pamiÄ™ci nie może być pokazana ponieważ żadna wtyczka z przeglÄ…darkÄ… dla binarnego edytora nie zostaÅ‚a zaÅ‚adowana.</translation> + <translation>Zawartość pamiÄ™ci nie może zostać pokazana ponieważ nie zaÅ‚adowano żadnej wtyczki z przeglÄ…darkÄ… dla binarnego edytora.</translation> </message> </context> <context> @@ -7048,7 +7061,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="-157"/> <source>Select Executable</source> - <translation>Wybierz program</translation> + <translation>Wybierz plik wykonywalny</translation> </message> <message> <location line="+3"/> @@ -7061,12 +7074,12 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+258"/> <source>Select Executable</source> - <translation>Wybierz program</translation> + <translation>Wybierz plik wykonywalny</translation> </message> <message> <location line="+7"/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> <message> <location line="+1"/> @@ -7079,12 +7092,12 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+51"/> <source>Select Debugger</source> - <translation>Wybierz debuggera</translation> + <translation>Wybierz debugger</translation> </message> <message> <location line="+2"/> <source>Select Executable</source> - <translation>Wybierz program</translation> + <translation>Wybierz plik wykonywalny</translation> </message> <message> <location line="+1"/> @@ -7254,7 +7267,7 @@ Zwróć uwagÄ™ że spowoduje to usuniÄ™cie lokalnego pliku.</translation> <message> <location line="+1"/> <source>Aborts debugging and resets the debugger to the initial state.</source> - <translation>Przerywa debugowanie i ustawia debuggera w stan poczÄ…tkowy.</translation> + <translation>Przerywa debugowanie i przywraca debugger do stanu poczÄ…tkowego.</translation> </message> <message> <location line="+307"/> @@ -7397,17 +7410,17 @@ Czy chcesz jÄ… zakoÅ„czyć?</translation> <message> <location line="+5"/> <source>Detach Debugger</source> - <translation>OdÅ‚Ä…cz debuggera</translation> + <translation>OdÅ‚Ä…cz debugger</translation> </message> <message> <location line="+44"/> <source>Stop Debugger/Interrupt Debugger</source> - <translation>Zatrzymaj debuggera / przerwij debuggera</translation> + <translation>Zatrzymaj debugger / przerwij debugger</translation> </message> <message> <location line="+7"/> <source>Reset Debugger</source> - <translation>Wyzeruj debuggera</translation> + <translation>Wyzeruj debugger</translation> </message> <message> <location line="+196"/> @@ -7744,6 +7757,8 @@ Czy chcesz jÄ… zakoÅ„czyć?</translation> <source>Dumper version %1, %n custom dumpers found.</source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message> @@ -7847,8 +7862,8 @@ Czy chcesz jÄ… zakoÅ„czyć?</translation> <location line="+1"/> <source>In order to load snapshots the debugged process needs to be stopped. Continuation will not be possible afterwards. Do you want to stop the debugged process and load the selected snapshot?</source> - <translation>W celu zaÅ‚adowania zrzutów należy zakoÅ„czyć debugowany proces. Kontynuacja debugowania nie bÄ™dzie wtedy możliwa. -Czy chcesz zakoÅ„czyć debugowany proces i zaÅ‚adować wybrany zrzut?</translation> + <translation>W celu zaÅ‚adowania zrzutów należy zatrzymać debugowany proces. Kontynuacja debugowania nie bÄ™dzie wtedy możliwa. +Czy chcesz zatrzymać debugowany proces i zaÅ‚adować wybrany zrzut?</translation> </message> <message> <location line="+378"/> @@ -8168,7 +8183,17 @@ Zaleca siÄ™ użycie gdb wersji 7.1 lub późniejszej.</translation> <context> <name>Debugger::Internal::ModulesModel</name> <message> - <location filename="../../../src/plugins/debugger/moduleshandler.cpp" line="+87"/> + <location filename="../../../src/plugins/debugger/moduleshandler.cpp" line="+90"/> + <source>yes</source> + <translation>tak</translation> + </message> + <message> + <location line="+0"/> + <source>no</source> + <translation>nie</translation> + </message> + <message> + <location line="+9"/> <source>Module name</source> <translation>Nazwa moduÅ‚u</translation> </message> @@ -8903,7 +8928,7 @@ Zaleca siÄ™ użycie gdb wersji 7.1 lub późniejszej.</translation> <message> <location line="+3"/> <source>Bald pointer</source> - <translation type="unfinished"></translation> + <translation>Åysy wskaźnik</translation> </message> <message> <location line="+1"/> @@ -8958,6 +8983,8 @@ Zaleca siÄ™ użycie gdb wersji 7.1 lub późniejszej.</translation> <source>%n known types, Qt version: %1, Qt namespace: %2 Dumper version: %3</source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> </context> @@ -9108,18 +9135,18 @@ Spróbuj ponownie przebudować projekt.</translation> </message> <message> <location line="+2"/> - <source>Creates a Qt Designer form file (.ui).</source> - <translation>Tworzy plik z formularzem Qt Designer (.ui).</translation> + <source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt C++ Project.</source> + <translation>Tworzy formularz Qt Designera wraz z klasÄ… implementujÄ…cÄ… (plik nagłówkowy i źródÅ‚owy C++). Utworzony formularz i klasÄ™ można dodać do istniejÄ…cego projektu Qt C++.</translation> </message> <message> - <location line="+5"/> - <source>Qt Designer Form Class</source> - <translation>Klasa formularza Qt Designer</translation> + <location line="+8"/> + <source>Creates a Qt Designer form that you can add to a Qt C++ project. This is useful if you already have an existing class for the UI business logic.</source> + <translation>Tworzy formularz Qt Designera który można dodać do projektu Qt C++. Jest to przydatne gdy istneje już klasa implementujÄ…ca logikÄ™ UI.</translation> </message> <message> - <location line="+2"/> - <source>Creates a Qt Designer form file (.ui) with a matching class.</source> - <translation>Tworzy plik z formularzem Qt Designer (.ui) wraz z dopasowanÄ… klasÄ….</translation> + <location line="-2"/> + <source>Qt Designer Form Class</source> + <translation>Klasa formularza Qt Designer</translation> </message> </context> <context> @@ -9148,37 +9175,17 @@ Spróbuj ponownie przebudować projekt.</translation> <translation>Edytor akcji</translation> </message> <message> - <location line="+77"/> - <source>Edit widgets</source> - <translation>Zmodyfikuj widżety</translation> - </message> - <message> - <location line="+1"/> + <location line="+78"/> <source>F3</source> <translation>F3</translation> </message> <message> - <location line="+4"/> - <source>Edit signals/slots</source> - <translation>Zmodyfikuj sygnaÅ‚y / sloty</translation> - </message> - <message> - <location line="+1"/> + <location line="+5"/> <source>F4</source> <translation>F4</translation> </message> <message> - <location line="+4"/> - <source>Edit buddies</source> - <translation>Zmodyfikuj skojarzone etykiety</translation> - </message> - <message> - <location line="+5"/> - <source>Edit tab order</source> - <translation>Zmodyfikuj kolejność tabulacji</translation> - </message> - <message> - <location line="+5"/> + <location line="+14"/> <source>Meta+H</source> <translation>Meta+H</translation> </message> @@ -9234,14 +9241,34 @@ Spróbuj ponownie przebudować projekt.</translation> <translation>Edytor for&mularzy</translation> </message> <message> - <location line="+107"/> + <location line="+34"/> + <source>Edit Widgets</source> + <translation>Modyfikuj widżety</translation> + </message> + <message> + <location line="+5"/> + <source>Edit Signals/Slots</source> + <translation>Modyfikuj sygnaÅ‚y / sloty</translation> + </message> + <message> + <location line="+5"/> + <source>Edit Buddies</source> + <translation>Modyfikuj skojarzone etykiety</translation> + </message> + <message> + <location line="+5"/> + <source>Edit Tab Order</source> + <translation>Modyfikuj kolejność tabulacji</translation> + </message> + <message> + <location line="+58"/> <source>Ctrl+Alt+R</source> <translation>Ctrl+Alt+R</translation> </message> <message> <location line="+14"/> <source>About Qt Designer plugins....</source> - <translation>Informacje o wtyczkach Qt Designer...</translation> + <translation>Informacje o wtyczkach Qt Designera...</translation> </message> <message> <location line="+33"/> @@ -9345,7 +9372,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>FakeVim::Internal</name> <message> <location filename="../../../src/plugins/fakevim/fakevimactions.cpp" line="+120"/> - <source>Use vim-style editing</source> + <source>Use Vim-style Editing</source> <translation>WÅ‚Ä…cz edycjÄ™ w stylu vim</translation> </message> <message> @@ -9420,6 +9447,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <source>%n lines >ed %1 time</source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message> @@ -9461,7 +9490,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <context> <name>FakeVim::Internal::FakeVimOptionPage</name> <message> - <location filename="../../../src/plugins/fakevim/fakevimplugin.cpp" line="+131"/> + <location filename="../../../src/plugins/fakevim/fakevimplugin.cpp" line="+132"/> <source>General</source> <translation>Ogólne</translation> </message> @@ -9673,7 +9702,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <context> <name>GenericProjectManager::Internal::GenericProjectWizardDialog</name> <message> - <location filename="../../../src/plugins/genericprojectmanager/genericprojectwizard.cpp" line="+56"/> + <location filename="../../../src/plugins/genericprojectmanager/genericprojectwizard.cpp" line="+61"/> <source>Import Existing Project</source> <translation>Import istniejÄ…cego projektu</translation> </message> @@ -9701,14 +9730,14 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <context> <name>GenericProjectManager::Internal::GenericProjectWizard</name> <message> - <location line="+32"/> + <location line="+39"/> <source>Import Existing Project</source> <translation>Import istniejÄ…cego projektu</translation> </message> <message> <location line="+2"/> - <source>Creates a generic project, supporting any build system.</source> - <translation>Tworzy ogólny projekt obsÅ‚ugujÄ…cy dowolny system budowania.</translation> + <source>Imports existing projects that do not use qmake or CMake. This allows you to use Qt Creator as a code editor.</source> + <translation>Importuje istniejÄ…ce projekty które nie używajÄ… qmake ani CMake. To pozwala na korzystanie z Qt Creatora jako edytora kodu.</translation> </message> </context> <context> @@ -9728,12 +9757,12 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>Git::Internal::ChangeSelectionDialog</name> <message> <location filename="../../../src/plugins/git/changeselectiondialog.cpp" line="+43"/> - <source>Select a Git commit</source> + <source>Select a Git Commit</source> <translation type="unfinished"></translation> </message> <message> <location line="+22"/> - <source>Select Git repository</source> + <source>Select Git Repository</source> <translation>Wybierz skÅ‚adnicÄ™ Git</translation> </message> <message> @@ -9751,8 +9780,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>Git::Internal::CloneWizard</name> <message> <location filename="../../../src/plugins/git/clonewizard.cpp" line="+55"/> - <source>Clones a project from a git repository.</source> - <translation>Klonuje projekt ze skÅ‚adnicy git.</translation> + <source>Clones a Git repository and tries to load the contained project.</source> + <translation>Klonuje skÅ‚adnicÄ™ Git i próbuje zaÅ‚adować zawarty projekt.</translation> </message> <message> <location line="+5"/> @@ -9770,7 +9799,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+1"/> <source>Specify repository URL, checkout directory and path.</source> - <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu i Å›cieżkÄ™ do niego.</translation> + <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu z kopiÄ… roboczÄ… i Å›cieżkÄ™ do niego.</translation> </message> <message> <location line="+1"/> @@ -9781,7 +9810,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <context> <name>Git::Internal::GitClient</name> <message> - <location filename="../../../src/plugins/git/gitclient.cpp" line="+74"/> + <location filename="../../../src/plugins/git/gitclient.cpp" line="+75"/> <source>Note that the git plugin for QtCreator is not able to interact with the server so far. Thus, manual ssh-identification etc. will not work.</source> <translation type="unfinished"></translation> </message> @@ -9804,7 +9833,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <translation>Oczekiwanie na dane...</translation> </message> <message> - <location line="+78"/> + <location line="+74"/> <source>Git Diff</source> <translation type="unfinished"></translation> </message> @@ -9861,8 +9890,10 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message numerus="yes"> <location line="+22"/> <source>Unable to remove %n file(s) from %1: %2</source> - <translation type="unfinished"> - <numerusform></numerusform> + <translation> + <numerusform>Nie można usunąć %n pliku z %1 plików: %2</numerusform> + <numerusform>Nie można usunąć %n plików z %1 plików: %2</numerusform> + <numerusform>Nie można usunąć %n plików z %1 plików: %2</numerusform> </translation> </message> <message> @@ -9875,6 +9906,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <source>Unable to reset %n file(s) in %1: %2</source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message> @@ -9911,11 +9944,6 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> </message> <message> <location line="+45"/> - <source>Stash description</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+0"/> <source>Description:</source> <translation>Opis:</translation> </message> @@ -9987,7 +10015,12 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <translation type="unfinished"></translation> </message> <message> - <location line="+270"/> + <location line="-43"/> + <source>Stash Description</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+313"/> <source>Changes</source> <translation>Zmiany</translation> </message> @@ -10017,6 +10050,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> </source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message numerus="yes"> @@ -10025,6 +10060,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> </source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message> @@ -10101,8 +10138,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>Gitorious::Internal::GitoriousCloneWizard</name> <message> <location filename="../../../src/plugins/git/gitorious/gitoriousclonewizard.cpp" line="+83"/> - <source>Clones a project from a Gitorious repository.</source> - <translation>Klonuje projekt ze skÅ‚adnicy Gitorious.</translation> + <source>Clones a Gitorious repository and tries to load the contained project.</source> + <translation>Klonuje skÅ‚adnicÄ™ Gitorious i próbuje zaÅ‚adować zawarty projekt.</translation> </message> <message> <location line="+5"/> @@ -10254,7 +10291,12 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <translation>Alt+G,Alt+K</translation> </message> <message> - <location line="+58"/> + <location line="+53"/> + <source>Stash Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> <source>Stash</source> <translation>Odłóż</translation> </message> @@ -10306,7 +10348,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+4"/> <source>Undo Repository Changes</source> - <translation type="unfinished"></translation> + <translation>Cofnij zmiany w skÅ‚adnicy</translation> </message> <message> <location line="+3"/> @@ -10319,12 +10361,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <translation>Wyczyść skÅ‚adnicÄ™...</translation> </message> <message> - <location line="+7"/> - <source>Stash snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+7"/> + <location line="+14"/> <source>Saves the current state of your work and resets the repository.</source> <translation type="unfinished"></translation> </message> @@ -10372,12 +10409,13 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <location line="+118"/> <source>Would you like to revert all pending changes to the repository %1?</source> - <translation type="unfinished"></translation> + <translation>Czy chcesz odwrócić wszystkie oczekujÄ…ce zmiany w skÅ‚adnicy +%1?</translation> </message> <message> <location line="+224"/> <source>Unable to retrieve file list</source> - <translation type="unfinished"></translation> + <translation>Nie można uzyskać listy plików</translation> </message> <message> <location line="+5"/> @@ -10427,7 +10465,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+18"/> <source>Commit</source> - <translation type="unfinished">WyÅ›lij</translation> + <translation type="unfinished"></translation> </message> <message> <location line="+4"/> @@ -10575,7 +10613,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>Help::Internal::GeneralSettingsPage</name> <message> <location filename="../../../src/plugins/help/generalsettingspage.cpp" line="+71"/> - <source>General settings</source> + <source>General Settings</source> <translation>Ustawienia ogólne</translation> </message> <message> @@ -11210,7 +11248,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+1"/> <source>Do you want to submit this change list?</source> - <translation>Czy chcesz wysÅ‚ać tÄ… listÄ™ zmian?</translation> + <translation>Czy chcesz wysÅ‚ać tÄ™ listÄ™ zmian?</translation> </message> <message> <location line="+1"/> @@ -11409,13 +11447,13 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <name>ProjectExplorer::Internal::BuildSettingsWidget</name> <message> <location filename="../../../src/plugins/projectexplorer/buildsettingspropertiespage.cpp" line="+135"/> - <source>No Build Settings available</source> + <source>No build settings available</source> <translation>Brak dostÄ™pnych ustawieÅ„ budowania</translation> </message> <message> <location line="+13"/> - <source>Edit Build Configuration:</source> - <translation>Zmodyfikuj konfiguracjÄ™ budowania:</translation> + <source>Edit build configuration:</source> + <translation>Konfiguracja budowania:</translation> </message> <message> <location line="+6"/> @@ -11487,12 +11525,12 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> </message> <message> <location line="+7"/> - <source>Add clean step</source> + <source>Add Clean Step</source> <translation>Dodaj krok do procesu czyszczenia</translation> </message> <message> <location line="+0"/> - <source>Add build step</source> + <source>Add Build Step</source> <translation>Dodaj krok do procesu budowania</translation> </message> <message> @@ -11574,7 +11612,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+4"/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> <message> <location line="+4"/> @@ -11619,7 +11657,7 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+107"/> <source>No Executable specified.</source> - <translation>Nie podano programu.</translation> + <translation>Nie podano programu wykonywalnego.</translation> </message> <message> <location line="+2"/> @@ -11632,12 +11670,12 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <message> <location line="+19"/> <source>Custom Executable</source> - <translation>WÅ‚asny program</translation> + <translation>WÅ‚asny plik wykonywalny</translation> </message> <message> <location line="+81"/> <source>Could not find the executable, please specify one.</source> - <translation>Nie można znaleźć programu. Podaj go.</translation> + <translation>Nie można znaleźć pliku wykonywalnego. Podaj go.</translation> </message> <message> <location line="+61"/> @@ -11667,13 +11705,13 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation> <location line="+52"/> <location line="+42"/> <source>Custom Executable</source> - <translation>WÅ‚asny program</translation> + <translation>WÅ‚asny plik wykonywalny</translation> </message> </context> <context> <name>ProjectExplorer::DebuggingHelperLibrary</name> <message> - <location filename="../../../src/plugins/projectexplorer/debugginghelper.cpp" line="+149"/> + <location filename="../../../src/plugins/projectexplorer/debugginghelper.cpp" line="+140"/> <source>The target directory %1 could not be created.</source> <translation>Nie można utworzyć docelowego katalogu %1.</translation> </message> @@ -11699,7 +11737,7 @@ Reason: %2</source> Powód: %2</translation> </message> <message> - <location line="+15"/> + <location line="+17"/> <source>Building debugging helper library in %1 </source> <translation>Budowanie biblioteki asystenta debuggera w %1 @@ -11792,7 +11830,7 @@ Powód: %2</translation> <message> <location line="+5"/> <source>&Reset</source> - <translation>&Wyczyść</translation> + <translation>&Przywróć</translation> </message> <message> <location line="+5"/> @@ -11802,22 +11840,22 @@ Powód: %2</translation> <message> <location line="+69"/> <source>Unset <b>%1</b></source> - <translation>Skasuj <b>%1</b></translation> + <translation>usuÅ„ <b>%1</b></translation> </message> <message> <location line="+2"/> <source>Set <b>%1</b> to <b>%2</b></source> - <translation>Ustaw <b>%1</b> na <b>%2</b></translation> + <translation>ustaw <b>%1</b> na <b>%2</b></translation> </message> <message> <location line="+5"/> <source>Using <b>%1</b></source> - <translation>UżywajÄ…c <b>%1</b></translation> + <translation>Użyj <b>%1</b></translation> </message> <message> <location line="+2"/> <source>Using <b>%1</b> and</source> - <translation>UżywajÄ…c <b>%1</b> i</translation> + <translation>Użyj <b>%1</b> i</translation> </message> </context> <context> @@ -11838,13 +11876,13 @@ Powód: %2</translation> <message> <location filename="../../../src/plugins/projectexplorer/outputwindow.cpp" line="+73"/> <source>Re-run this run-configuration</source> - <translation>Uruchom ponownie tÄ… konfiguracjÄ™</translation> + <translation>Uruchom ponownie tÄ™ konfiguracjÄ™</translation> </message> <message> <location line="+11"/> <location line="+1"/> <source>Stop</source> - <translation>Stop</translation> + <translation>Zatrzymaj</translation> </message> <message> <location line="+182"/> @@ -11920,7 +11958,7 @@ Powód: %2</translation> <context> <name>ProjectExplorer::ProjectExplorerPlugin</name> <message> - <location filename="../../../src/plugins/projectexplorer/projectexplorer.cpp" line="+275"/> + <location filename="../../../src/plugins/projectexplorer/projectexplorer.cpp" line="+271"/> <source>Projects</source> <translation>Projekty</translation> </message> @@ -12125,7 +12163,7 @@ Powód: %2</translation> <message> <location line="+18"/> <source>Open Build/Run Target Selector...</source> - <translation type="unfinished"></translation> + <translation>Otwórz przeÅ‚Ä…cznik budowania / uruchamiania...</translation> </message> <message> <location line="+4"/> @@ -12159,7 +12197,7 @@ Powód: %2</translation> <translation>Nie można debugować bez wybranego projektu.</translation> </message> <message> - <location line="+151"/> + <location line="+140"/> <source>New File</source> <comment>Title of dialog</comment> <translation>Nowy plik</translation> @@ -12349,7 +12387,7 @@ No project selected</extracomment> <message> <location filename="../../../src/plugins/projectexplorer/projectwelcomepage.h" line="+47"/> <source>Develop</source> - <translation type="unfinished"></translation> + <translation>Sesje i projekty</translation> </message> </context> <context> @@ -12362,12 +12400,12 @@ No project selected</extracomment> <message> <location line="+65"/> <source>Files to be added:</source> - <translation>Pliki które majÄ… zostać dodane:</translation> + <translation>Pliki które zostanÄ… dodane:</translation> </message> <message> <location line="+0"/> <source>Files to be added in</source> - <translation>Pliki które majÄ… zostać dodane w</translation> + <translation>Pliki które zostanÄ… dodane w</translation> </message> </context> <context> @@ -12534,8 +12572,8 @@ No project selected</extracomment> <name>QmlProjectManager::Internal::QmlRunConfiguration</name> <message> <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectmanagerconstants.h" line="+36"/> - <source>QML Runtime</source> - <translation>Uruchamianie QML</translation> + <source>QML Viewer</source> + <translation>PrzeglÄ…darka QML</translation> </message> </context> <context> @@ -12566,7 +12604,7 @@ No project selected</extracomment> <message> <location line="+1"/> <source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source> - <translation>Tworzy wÅ‚asny widżet Qt Designer lub kolekcjÄ™ wÅ‚asnych widżetów.</translation> + <translation>Tworzy wÅ‚asny widżet Qt Designera lub kolekcjÄ™ wÅ‚asnych widżetów.</translation> </message> </context> <context> @@ -12696,7 +12734,7 @@ No project selected</extracomment> <translation>QMake</translation> </message> <message> - <location line="+107"/> + <location line="+120"/> <source><font color="#0000ff">Configuration is faulty, please check the Build Issues view for details.</font></source> <translation><font color="#0000ff">Konfiguracja jest bÅ‚Ä™dna, sprawdź szczegóły w widoku "Problemy budowania".</font></translation> </message> @@ -12759,12 +12797,12 @@ No project selected</extracomment> </message> <message> <location line="+1"/> - <source>Install File:</source> - <translation>Zainstaluj plik:</translation> + <source>Installation file:</source> + <translation>Plik instalacyjny:</translation> </message> <message> <location line="+19"/> - <source>Device on Serial Port:</source> + <source>Device on serial port:</source> <translation>UrzÄ…dzenie na porcie szeregowym:</translation> </message> <message> @@ -12796,7 +12834,7 @@ No project selected</extracomment> <message> <location line="+5"/> <source>Executable file: %1</source> - <translation>Plik z programem: %1</translation> + <translation>Plik wykonywalny: %1</translation> </message> <message> <location line="+9"/> @@ -12873,12 +12911,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <translation>Nie można ustanowić poÅ‚Ä…czenia z aplikacjÄ… TRK w urzÄ…dzeniu: %1. Spróbuj ponownie uruchomić aplikacjÄ™ TRK.</translation> </message> <message> - <location line="+5"/> - <source>Copying install file...</source> - <translation>Kopiowanie pliku instalacyjnego...</translation> - </message> - <message> - <location line="+100"/> + <location line="+105"/> <source>The device '%1' has been disconnected</source> <translation>UrzÄ…dzenie "%1" zostaÅ‚o odÅ‚Ä…czone</translation> </message> @@ -12888,7 +12921,12 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <translation>Instalowanie aplikacji...</translation> </message> <message> - <location line="+16"/> + <location line="-11"/> + <source>Copying installation file...</source> + <translation>Kopiowanie pliku instalacyjnego...</translation> + </message> + <message> + <location line="+27"/> <source>Could not install from package %1 on device: %2</source> <translation>Nie można zainstalować z pakietu %1 na urzÄ…dzeniu: %2</translation> </message> @@ -12972,7 +13010,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location line="+5"/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> </context> <context> @@ -13047,13 +13085,14 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <translation>Inne pliki</translation> </message> <message> - <location line="+541"/> + <location line="+555"/> <location line="+7"/> + <location line="+62"/> <source>Failed!</source> <translation>NiepomyÅ›lnie zakoÅ„czone!</translation> </message> <message> - <location line="-7"/> + <location line="-69"/> <source>Could not open the file for edit with SCC.</source> <translation>Nie udaÅ‚o siÄ™ otworzyć pliku do edycji przez SCC.</translation> </message> @@ -13068,7 +13107,12 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <translation>Plik z projektem %1 posiada niezachowane zmiany.</translation> </message> <message> - <location line="+37"/> + <location line="+35"/> + <source>Could not write project file %1.</source> + <translation>Nie można zapisać pliku projektu %1.</translation> + </message> + <message> + <location line="+19"/> <source>Error while reading PRO file %1: %2</source> <translation>BÅ‚Ä…d podczas czytania pliku PRO %1: %2</translation> </message> @@ -13076,7 +13120,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <context> <name>Qt4ProjectManager::Internal::Qt4ProFileNode</name> <message> - <location line="+227"/> + <location line="+229"/> <location line="+5"/> <source>Error while parsing file %1. Giving up.</source> <translation>BÅ‚Ä…d podczas przetwarzania pliku %1. Przetwarzanie przerwane.</translation> @@ -13114,7 +13158,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <translation>Budowanie</translation> </message> <message> - <location line="+38"/> + <location line="+39"/> <source>Run qmake in %1</source> <translation>Uruchom qmake w %1</translation> </message> @@ -13157,31 +13201,31 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location line="+6"/> <source>Executable:</source> - <translation>Program:</translation> - </message> - <message> - <location line="+10"/> - <source>Select the working directory</source> - <translation>Wybierz katalog roboczy</translation> + <translation>Plik wykonywalny:</translation> </message> <message> - <location line="+3"/> + <location line="+13"/> <source>Reset to default</source> <translation>Przywróć domyÅ›lne</translation> </message> <message> - <location line="+7"/> - <source>Working Directory:</source> - <translation>Katalog roboczy:</translation> - </message> - <message> - <location line="-18"/> + <location line="-11"/> <source>Arguments:</source> <translation>Argumenty:</translation> </message> <message> - <location line="+20"/> - <source>Run in Terminal</source> + <location line="+8"/> + <source>Select Working Directory</source> + <translation>Wybierz katalog roboczy</translation> + </message> + <message> + <location line="+10"/> + <source>Working directory:</source> + <translation>Katalog roboczy:</translation> + </message> + <message> + <location line="+2"/> + <source>Run in terminal</source> <translation>Uruchom w terminalu</translation> </message> <message> @@ -13313,7 +13357,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location line="+9"/> <source>Select qmake Executable</source> - <translation>Wskaż program qmake</translation> + <translation>Wskaż plik wykonywalny qmake</translation> </message> <message> <location line="+2"/> @@ -13470,8 +13514,12 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </message> <message> <location line="+1"/> - <source>Creates a Qt console application.</source> - <translation>Tworzy aplikacjÄ™ konsolowÄ… Qt.</translation> + <source>Creates a project containing a single main.cpp file with a stub implementation. + +Preselects a desktop Qt for building the application if available.</source> + <translation>Tworzy projekt zawierajÄ…cy pojedynczy plik main.cpp z substytutem implementacji. + +WstÄ™pnie wybiera wersjÄ™ desktopowÄ… Qt do budowania aplikacji (jeÅ›li jest dostÄ™pna).</translation> </message> </context> <context> @@ -13491,8 +13539,8 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </message> <message> <location line="+1"/> - <source>Creates an empty Qt project.</source> - <translation>Tworzy pusty projekt Qt.</translation> + <source>Creates a qmake-based project without any files. This allows you to create an application without any default classes.</source> + <translation>Tworzy pusty projekt bazujÄ…cy na qmake. To pozwala na tworzenie aplikacji bez użycia domyÅ›lnych klas.</translation> </message> </context> <context> @@ -13508,7 +13556,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location filename="../../../src/plugins/qt4projectmanager/wizards/filespage.cpp" line="+45"/> <source>Class Information</source> - <translation>Informacja o klasie</translation> + <translation>Informacje o klasie</translation> </message> <message> <location line="+2"/> @@ -13525,11 +13573,15 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </message> <message> <location line="+1"/> - <source>Creates a Qt Gui Application with one form.</source> - <translation>Tworzy aplikacjÄ™ Gui Qt z jednym formularzem.</translation> + <source>Creates a Qt application for the desktop. Includes a Qt Designer-based main window. + +Preselects a desktop Qt for building the application if available.</source> + <translation>Tworzy aplikacjÄ™ Qt dla desktopu. Zawiera główne okno bazujÄ…ce na Qt Designerze. + +WstÄ™pnie wybiera wersjÄ™ desktopowÄ… Qt do budowania aplikacji (jeÅ›li jest dostÄ™pna).</translation> </message> <message> - <location line="+160"/> + <location line="+162"/> <source>The template file '%1' could not be opened for reading: %2</source> <translation>Nie można odczytać pliku z szablonem "%1": %2</translation> </message> @@ -13556,8 +13608,8 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </message> <message> <location line="+1"/> - <source>Creates a Qt based C++ Library.</source> - <translation>Tworzy bibliotekÄ™ C++ bazujÄ…cÄ… na Qt.</translation> + <source>Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>.</source> + <translation>Tworzy bibliotekÄ™ C++ bazujÄ…cÄ… na qmake. To pozwala na utworzenie:<ul><li>dzielonej biblioteki C++ zdolnej do Å‚adowania wtyczek za pomocÄ… <tt>QPluginLoader</tt></li><li>dzielonej lub statycznej biblioteki C++ którÄ… można dowiÄ…zać do innego projektu</li></ul>.</translation> </message> </context> <context> @@ -13815,8 +13867,8 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <name>ResourceEditor::Internal::ResourceEditorPlugin</name> <message> <location filename="../../../src/plugins/resourceeditor/resourceeditorplugin.cpp" line="+78"/> - <source>Creates a Qt Resource file (.qrc).</source> - <translation>Tworzy plik z zasobami Qt (.qrc).</translation> + <source>Creates a Qt Resource file (.qrc) that you can add to a Qt C++ project.</source> + <translation>Tworzy plik z zasobami Qt (.qrc) który można dodać do projektu Qt C++.</translation> </message> <message> <location line="+1"/> @@ -13837,7 +13889,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <context> <name>ResourceEditor::Internal::ResourceEditorW</name> <message> - <location filename="../../../src/plugins/resourceeditor/resourceeditorw.cpp" line="+117"/> + <location filename="../../../src/plugins/resourceeditor/resourceeditorw.cpp" line="+116"/> <source>untitled</source> <translation>nienazwany</translation> </message> @@ -13862,13 +13914,13 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <name>Subversion::Internal::CheckoutWizard</name> <message> <location filename="../../../src/plugins/subversion/checkoutwizard.cpp" line="+56"/> - <source>Checks out a project from a Subversion repository.</source> - <translation>WyciÄ…ga projekt ze skÅ‚adnicy Subversion.</translation> + <source>Checks out a Subversion repository and tries to load the contained project.</source> + <translation>WyciÄ…ga skÅ‚adnicÄ™ Subversion i próbuje zaÅ‚adować zawarty projekt.</translation> </message> <message> <location line="+5"/> <source>Subversion Checkout</source> - <translation type="unfinished"></translation> + <translation>Kopia robocza Subversion</translation> </message> </context> <context> @@ -13881,7 +13933,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location line="+1"/> <source>Specify repository URL, checkout directory and path.</source> - <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu i Å›cieżkÄ™ do niego.</translation> + <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu z kopiÄ… roboczÄ… i Å›cieżkÄ™ do niego.</translation> </message> <message> <location line="+1"/> @@ -13982,17 +14034,17 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <message> <location line="+77"/> <source>Commit Project</source> - <translation type="unfinished"></translation> + <translation>WyÅ›lij projekt</translation> </message> <message> <location line="+0"/> <source>Commit Project "%1"</source> - <translation type="unfinished"></translation> + <translation>WyÅ›lij projekt "%1"</translation> </message> <message> <location line="+9"/> <source>Diff Repository</source> - <translation type="unfinished"></translation> + <translation>Pokaż zmiany w skÅ‚adnicy</translation> </message> <message> <location line="+6"/> @@ -14162,19 +14214,19 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </translation> </message> <message> - <location line="+13"/> + <location line="+14"/> <source>No subversion executable specified!</source> <translation>Nie podano komendy programu subversion!</translation> </message> <message> - <location line="-14"/> + <location line="-15"/> <source>Executing: %1 %2 </source> <translation>Wykonywanie: %1 %2 </translation> </message> <message> - <location line="+56"/> + <location line="+57"/> <source>The process terminated with exit code %1.</source> <translation>Proces zakoÅ„czyÅ‚ siÄ™ kodem wyjÅ›ciowym %1.</translation> </message> @@ -14217,7 +14269,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr </message> <message> <location line="+27"/> - <source>Use Regular E&xpressions</source> + <source>Use regular e&xpressions</source> <translation>Używaj wyrażeÅ„ &regularnych</translation> </message> </context> @@ -14237,7 +14289,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <context> <name>TextEditor::BaseTextEditor</name> <message> - <location filename="../../../src/plugins/texteditor/basetexteditor.cpp" line="+277"/> + <location filename="../../../src/plugins/texteditor/basetexteditor.cpp" line="+275"/> <source>Print Document</source> <translation>Wydruk dokumentu</translation> </message> @@ -14255,7 +14307,7 @@ Sprawdź czy telefon jest podÅ‚Ä…czony i czy aplikacja TRK jest uruchomiona.</tr <context> <name>TextEditor::BaseTextEditorEditable</name> <message> - <location line="+4802"/> + <location line="+4824"/> <source>Line: %1, Col: %2</source> <translation>Linia: %1, kolumna: %2</translation> </message> @@ -14314,7 +14366,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>TextEditor::Internal::FindInFiles</name> <message> - <location filename="../../../src/plugins/texteditor/findinfiles.cpp" line="+56"/> + <location filename="../../../src/plugins/texteditor/findinfiles.cpp" line="+57"/> <source>Files on File System</source> <translation>Pliki w systemie plików</translation> </message> @@ -14334,7 +14386,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <translation>&Wzorzec pliku:</translation> </message> <message> - <location line="+18"/> + <location line="+21"/> <source>Directory to search</source> <translation>Katalog w którym przeszukiwać</translation> </message> @@ -14361,7 +14413,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> </message> <message> <location line="+1"/> - <source>Color Scheme name:</source> + <source>Color scheme name:</source> <translation>Nazwa schematu kolorów:</translation> </message> <message> @@ -14453,7 +14505,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <message> <location line="+3"/> <source>&Rewrap Paragraph</source> - <translation>ZawiÅ„ &ponownie paragraf</translation> + <translation>ZawiÅ„ &paragraf</translation> </message> <message> <location line="+2"/> @@ -14473,7 +14525,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <message> <location line="+4"/> <source>Clean Whitespace</source> - <translation>Oczyść biaÅ‚e znaki</translation> + <translation>UsuÅ„ koÅ„cowe biaÅ‚e znaki</translation> </message> <message> <location line="+7"/> @@ -14713,42 +14765,42 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <message> <location line="+4"/> <source>Goto Line Start With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do poczÄ…tku linii</translation> </message> <message> <location line="+3"/> <source>Goto Line End With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do koÅ„ca linii</translation> </message> <message> <location line="+3"/> <source>Goto Next Line With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do nastÄ™pnej linii</translation> </message> <message> <location line="+3"/> <source>Goto Previous Line With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do poprzedniej linii</translation> </message> <message> <location line="+3"/> <source>Goto Previous Character With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do poprzedniego znaku</translation> </message> <message> <location line="+3"/> <source>Goto Next Character With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do nastÄ™pnego znaku</translation> </message> <message> <location line="+3"/> <source>Goto Previous Word With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do poprzedniego sÅ‚owa</translation> </message> <message> <location line="+3"/> <source>Goto Next Word With Selection</source> - <translation type="unfinished"></translation> + <translation>Zaznacz do nastÄ™pnego sÅ‚owa</translation> </message> <message> <location line="+96"/> @@ -14760,11 +14812,11 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <name>TextEditor::Internal::TextEditorPlugin</name> <message> <location filename="../../../src/plugins/texteditor/texteditorplugin.cpp" line="+94"/> - <source>Creates a text file (.txt).</source> - <translation>Tworzy plik tekstowy (.txt).</translation> + <source>Creates a text file. The default file extension is <tt>.txt</tt>. You can specify a different extension as part of the filename.</source> + <translation>Tworzy plik tekstowy. DomyÅ›lnym rozszerzeniem pliku jest <tt>.txt</tt>. Istnieje możliwość podania innego rozszerzenia jako część nazwy pliku.</translation> </message> <message> - <location line="+1"/> + <location line="+2"/> <source>Text File</source> <translation>Plik tekstowy</translation> </message> @@ -14802,7 +14854,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>TextEditor::TextEditorSettings</name> <message> - <location filename="../../../src/plugins/texteditor/texteditorsettings.cpp" line="+65"/> + <location filename="../../../src/plugins/texteditor/texteditorsettings.cpp" line="+103"/> <source>Text</source> <translation>Tekst</translation> </message> @@ -15018,12 +15070,12 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <message> <location filename="../../../src/plugins/vcsbase/checkoutprogresswizardpage.cpp" line="+48"/> <source>Checkout</source> - <translation type="unfinished"></translation> + <translation>Kopia robocza</translation> </message> <message> <location line="+19"/> <source>Checkout started...</source> - <translation type="unfinished"></translation> + <translation>RozpoczÄ™to tworzenie kopii roboczej...</translation> </message> <message> <location line="+14"/> @@ -15085,7 +15137,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <translation>System kontroli wersji</translation> </message> <message> - <location line="+2"/> + <location line="+3"/> <source>Common</source> <translation>Ogólne</translation> </message> @@ -15230,12 +15282,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <translation>ZmieÅ„ nazwÄ™ zakÅ‚adki</translation> </message> <message> - <location line="+38"/> - <source>Filter:</source> - <translation>Filtr:</translation> - </message> - <message> - <location line="+26"/> + <location line="+72"/> <source>Add</source> <translation>Dodaj</translation> </message> @@ -15272,7 +15319,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>ContentWindow</name> <message> - <location filename="../../../src/shared/help/contentwindow.cpp" line="+136"/> + <location filename="../../../src/shared/help/contentwindow.cpp" line="+138"/> <source>Open Link</source> <translation>Otwórz odsyÅ‚acz</translation> </message> @@ -15298,12 +15345,12 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>IndexWindow</name> <message> - <location filename="../../../src/shared/help/indexwindow.cpp" line="+55"/> + <location filename="../../../src/shared/help/indexwindow.cpp" line="+67"/> <source>&Look for:</source> <translation>Po&szukuj:</translation> </message> <message> - <location line="+72"/> + <location line="+77"/> <source>Open Link</source> <translation>Otwórz odsyÅ‚acz</translation> </message> @@ -15316,7 +15363,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>SharedTools::QrcEditor</name> <message> - <location filename="../../../src/shared/qrceditor/qrceditor.cpp" line="+57"/> + <location filename="../../../src/shared/qrceditor/qrceditor.cpp" line="+58"/> <source>Add Files</source> <translation>Dodaj pliki</translation> </message> @@ -15326,7 +15373,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <translation>Dodaj przedrostek</translation> </message> <message> - <location line="+158"/> + <location line="+159"/> <source>Copy</source> <translation>Skopiuj</translation> </message> @@ -15379,7 +15426,7 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <context> <name>SharedTools::ResourceView</name> <message> - <location filename="../../../src/shared/qrceditor/resourceview.cpp" line="+362"/> + <location filename="../../../src/shared/qrceditor/resourceview.cpp" line="+355"/> <source>Add Files...</source> <translation>Dodaj pliki...</translation> </message> @@ -15832,11 +15879,6 @@ NastÄ™pujÄ…ce kodowania bÄ™dÄ… najprawdopodobniej pasowaÅ‚y:</translation> <source>Name:</source> <translation>Nazwa:</translation> </message> - <message> - <location/> - <source>File Types:</source> - <translation>Typy plików:</translation> - </message> <message> <location/> <source>Specify file name filters, separated by comma. Filters may contain wildcards.</source> @@ -15880,6 +15922,11 @@ aktywny tylko po wpisaniu przedrostka</translation> <source>Directories:</source> <translation>Katalogi:</translation> </message> + <message> + <location/> + <source>File types:</source> + <translation type="unfinished">Typy plików:</translation> + </message> </context> <context> <name>Locator::Internal::FileSystemFilterOptions</name> @@ -15974,8 +16021,8 @@ aktywny tylko po wpisaniu przedrostka</translation> <message> <location line="+45"/> <location line="+11"/> - <source>Choose a directory to add</source> - <translation>Wybierz katalog do dodania</translation> + <source>Select Directory</source> + <translation>Wybierz katalog</translation> </message> <message> <location line="+30"/> @@ -16085,8 +16132,8 @@ aktywny tylko po wpisaniu przedrostka</translation> <name>Locator::Internal::SettingsPage</name> <message> <location filename="../../../src/plugins/locator/settingspage.cpp" line="+168"/> - <source>%1 (Prefix: %2)</source> - <translation>%1 (Przedrostek: %2)</translation> + <source>%1 (prefix: %2)</source> + <translation>%1 (przedrostek: %2)</translation> </message> </context> <context> @@ -16255,6 +16302,8 @@ aktywny tylko po wpisaniu przedrostka</translation> <source>%1: timed out after %n attempts using an interval of %2ms.</source> <translation type="unfinished"> <numerusform></numerusform> + <numerusform></numerusform> + <numerusform></numerusform> </translation> </message> <message> @@ -16574,11 +16623,6 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Email to use by default on commit.</source> <translation type="unfinished"></translation> </message> - <message> - <location/> - <source>Default Email:</source> - <translation>DomyÅ›lny adres email:</translation> - </message> <message> <location/> <source>Miscellaneous</source> @@ -16614,6 +16658,11 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Mercurial</source> <translation>Mercurial</translation> </message> + <message> + <location filename="../../../src/plugins/mercurial/optionspage.ui"/> + <source>Default email:</source> + <translation>DomyÅ›lny adres email:</translation> + </message> </context> <context> <name>Mercurial::Internal::RevertDialog</name> @@ -16625,7 +16674,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location/> <source>Specify a revision other than the default?</source> - <translation type="unfinished"></translation> + <translation>Podaj innÄ… poprawkÄ™ niż domyÅ›lna</translation> </message> <message> <location/> @@ -17493,16 +17542,6 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Device type:</source> <translation>Typ urzÄ…dzenia:</translation> </message> - <message> - <location/> - <source>Remote Device</source> - <translation>Zdalne urzÄ…dzenie</translation> - </message> - <message> - <location/> - <source>Local Simulator</source> - <translation>Lokalny symulator</translation> - </message> <message> <location/> <source>Authentication type:</source> @@ -17518,21 +17557,6 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Key</source> <translation>Klucz</translation> </message> - <message> - <location/> - <source>Host Name:</source> - <translation>Nazwa hosta:</translation> - </message> - <message> - <location/> - <source>Connection Timeout:</source> - <translation>Czas oczekiwania na poÅ‚Ä…czenie:</translation> - </message> - <message> - <location/> - <source>User Name:</source> - <translation>Nazwa użytkownika:</translation> - </message> <message> <location/> <source>Password:</source> @@ -17603,6 +17627,31 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Deploy Public Key ...</source> <translation>Zainstaluj klucz publiczny...</translation> </message> + <message> + <location/> + <source>Remote device</source> + <translation>Zdalne urzÄ…dzenie</translation> + </message> + <message> + <location/> + <source>Maemo emulator</source> + <translation>Emulator Maemo</translation> + </message> + <message> + <location/> + <source>Host name:</source> + <translation>Nazwa hosta:</translation> + </message> + <message> + <location/> + <source>Connection timeout:</source> + <translation>Czas oczekiwania na poÅ‚Ä…czenie:</translation> + </message> + <message> + <location/> + <source>Username:</source> + <translation>Nazwa użytkownika:</translation> + </message> </context> <context> <name>Qt4ProjectManager::Internal::S60CreatePackageStepWidget</name> @@ -17692,16 +17741,11 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/wizards/testwizardpage.cpp" line="+46"/> <source>Test Class Information</source> - <translation>Informacja o klasie testowej</translation> + <translation>Informacje o klasie testowej</translation> </message> </context> <context> <name>VCSBase::CleanDialog</name> - <message> - <location filename="../../../src/plugins/vcsbase/cleandialog.ui"/> - <source>Clean repository</source> - <translation>Wyczyść skÅ‚adnicÄ™</translation> - </message> <message> <location filename="../../../src/plugins/vcsbase/cleandialog.cpp" line="+68"/> <source>The directory %1 could not be deleted.</source> @@ -17756,6 +17800,11 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <source>Cleaning %1</source> <translation>Czyszczenie %1</translation> </message> + <message> + <location filename="../../../src/plugins/vcsbase/cleandialog.ui"/> + <source>Clean Repository</source> + <translation>Wyczyść skÅ‚adnicÄ™</translation> + </message> </context> <context> <name>ExtensionSystem::PluginDetailsView</name> @@ -17770,12 +17819,12 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location filename="../../../src/libs/extensionsystem/pluginview.cpp" line="+158"/> <location line="+19"/> - <location line="+58"/> + <location line="+57"/> <source>Load on Startup</source> <translation>ZaÅ‚adowany przy uruchomieniu</translation> </message> <message> - <location line="-70"/> + <location line="-69"/> <source>Utilities</source> <translation>NarzÄ™dzia</translation> </message> @@ -17783,7 +17832,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>QmlJS::Check</name> <message> - <location filename="../../../src/libs/qmljs/qmljscheck.cpp" line="+328"/> + <location filename="../../../src/libs/qmljs/qmljscheck.cpp" line="+325"/> <source>'%1' is not a valid property name</source> <translation>"%1" nie jest poprawnÄ… nazwÄ… wÅ‚aÅ›ciwoÅ›ci</translation> </message> @@ -17793,7 +17842,12 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>nieznany typ</translation> </message> <message> - <location line="+127"/> + <location line="-138"/> + <source>unknown value for enum</source> + <translation>nieznana wartość typu wyliczeniowego</translation> + </message> + <message> + <location line="+265"/> <source>'%1' does not have members</source> <translation>"%1" nie posiada skÅ‚adników</translation> </message> @@ -17803,27 +17857,22 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>"%1" nie jest skÅ‚adnikiem "%2"</translation> </message> <message> - <location line="-245"/> - <source>easing-curve name is not a string</source> - <translation>nazwa Å‚agodnej krzywej nie jest ciÄ…giem</translation> - </message> - <message> - <location line="-6"/> - <source>unknown easing-curve name</source> - <translation>nieznana nazwa Å‚agodnej krzywej</translation> - </message> - <message> - <location line="+4"/> + <location line="-277"/> <source>value might be 'undefined'</source> <translation>wartość może być "niezdefiniowana"</translation> </message> <message> - <location line="-37"/> + <location line="+2"/> + <source>enum value is not a string or number</source> + <translation>wartość typu wyliczeniowego nie jest ciÄ…giem ani liczbÄ…</translation> + </message> + <message> + <location line="+6"/> <source>numerical value expected</source> <translation>oczekiwano wartoÅ›ci liczbowej</translation> </message> <message> - <location line="+11"/> + <location line="+12"/> <source>boolean value expected</source> <translation>oczekiwano wartoÅ›ci boolowskiej</translation> </message> @@ -17833,7 +17882,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>Oczekiwano wartoÅ›ci typu ciÄ…g</translation> </message> <message> - <location line="+41"/> + <location line="+25"/> <source>not a valid color</source> <translation>niepoprawny kolor</translation> </message> @@ -17862,7 +17911,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>QmlJS::Interpreter::QmlXmlReader</name> <message> - <location filename="../../../src/libs/qmljs/qmljsinterpreter.cpp" line="+342"/> + <location filename="../../../src/libs/qmljs/qmljsinterpreter.cpp" line="+344"/> <source>The file is not module file.</source> <translation>To nie jest plik moduÅ‚u.</translation> </message> @@ -17882,7 +17931,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation><%1> nie posiada poprawnego atrybutu %2</translation> </message> <message> - <location line="+1631"/> + <location line="+1549"/> <source>%1: %2</source> <translation>%1: %2</translation> </message> @@ -17890,7 +17939,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>QmlJS::Link</name> <message> - <location filename="../../../src/libs/qmljs/qmljslink.cpp" line="+214"/> + <location filename="../../../src/libs/qmljs/qmljslink.cpp" line="+218"/> <source>could not find file or directory</source> <translation>nie można odnaleźć pliku lub katalogu</translation> </message> @@ -17905,7 +17954,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>import pakietu wymaga podania numeru wersji</translation> </message> <message> - <location line="+46"/> + <location line="+47"/> <source>package not found</source> <translation>pakiet nie zostaÅ‚ odnaleziony</translation> </message> @@ -18047,7 +18096,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>CMakeProjectManager::Internal::CMakeTarget</name> <message> - <location filename="../../../src/plugins/cmakeprojectmanager/cmaketarget.cpp" line="+47"/> + <location filename="../../../src/plugins/cmakeprojectmanager/cmaketarget.cpp" line="+49"/> <location filename="../../../src/plugins/projectexplorer/userfileaccessor.cpp" line="+772"/> <source>Desktop</source> <comment>CMake Default target display name</comment> @@ -18088,7 +18137,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>Core</name> <message> - <location filename="../../../src/plugins/coreplugin/coreconstants.h" line="+130"/> + <location filename="../../../src/plugins/coreplugin/coreconstants.h" line="+131"/> <source>Qt</source> <translation>Qt</translation> </message> @@ -18103,7 +18152,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location filename="../../../src/plugins/coreplugin/designmode.cpp" line="+151"/> <source>Design</source> - <translation type="unfinished"></translation> + <translation>Design</translation> </message> </context> <context> @@ -18169,7 +18218,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation type="unfinished"></translation> </message> <message> - <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="-942"/> + <location filename="../../../src/plugins/cvs/cvsplugin.cpp" line="-943"/> <source>CVS Command Log Editor</source> <translation type="unfinished"></translation> </message> @@ -18274,7 +18323,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation type="unfinished"></translation> </message> <message> - <location filename="../../../src/plugins/subversion/subversionplugin.cpp" line="-985"/> + <location filename="../../../src/plugins/subversion/subversionplugin.cpp" line="-986"/> <source>Subversion Command Log Editor</source> <translation type="unfinished"></translation> </message> @@ -18445,7 +18494,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location filename="../../../src/plugins/designer/formeditorfactory.cpp" line="+93"/> <source>This file can only be edited in <b>Design</b> mode.</source> - <translation type="unfinished"></translation> + <translation>Ten plik może być modyfikowany jedynie w trybie <b>Design</b>.</translation> </message> <message> <location line="+1"/> @@ -18532,7 +18581,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>GitClient</name> <message> - <location filename="../../../src/plugins/git/gitclient.cpp" line="-1436"/> + <location filename="../../../src/plugins/git/gitclient.cpp" line="-1432"/> <source>Unable to determine the repository for %1.</source> <translation>Nie można okreÅ›lić skÅ‚adnicy dla %1.</translation> </message> @@ -18623,8 +18672,8 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <name>Mercurial::Internal::CloneWizard</name> <message> <location filename="../../../src/plugins/mercurial/clonewizard.cpp" line="+56"/> - <source>Clone a Mercurial repository</source> - <translation>Sklonuj skÅ‚adnicÄ™ Mercurial</translation> + <source>Clones a Mercurial repository and tries to load the contained project.</source> + <translation>Klonuje skÅ‚adnicÄ™ Mercurial i próbuje zaÅ‚adować zawarty projekt.</translation> </message> <message> <location line="+5"/> @@ -18642,7 +18691,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location line="+1"/> <source>Specify repository URL, checkout directory and path.</source> - <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu i Å›cieżkÄ™ do niego.</translation> + <translation>Podaj URL skÅ‚adnicy, nazwÄ™ katalogu z kopiÄ… roboczÄ… i Å›cieżkÄ™ do niego.</translation> </message> <message> <location line="+1"/> @@ -18697,7 +18746,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation type="unfinished"></translation> </message> <message> - <location line="+80"/> + <location line="+75"/> <source>Working...</source> <translation type="unfinished"></translation> </message> @@ -18893,7 +18942,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location line="+5"/> <source>Create Repository...</source> - <translation type="unfinished"></translation> + <translation>Utwórz skÅ‚adnicÄ™...</translation> </message> <message> <location line="+12"/> @@ -18918,7 +18967,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location line="+18"/> <source>Commit</source> - <translation type="unfinished">WyÅ›lij</translation> + <translation type="unfinished"></translation> </message> <message> <location line="+4"/> @@ -19012,7 +19061,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>"%1" zakoÅ„czone kodem wyjÅ›ciowym %2: %3</translation> </message> <message> - <location line="+22"/> + <location line="+23"/> <source>The client does not seem to contain any mapped files.</source> <translation>WyglÄ…da na to, że klient nie ma żadnych zmapowanych plików.</translation> </message> @@ -19033,7 +19082,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location filename="../../../src/plugins/perforce/perforceeditor.cpp" line="+65"/> <source>Annotate change list "%1"</source> - <translation type="unfinished"></translation> + <translation>DoÅ‚Ä…cz adnotacjÄ™ do listy zmian "%1"</translation> </message> </context> <context> @@ -19102,19 +19151,19 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> </message> <message> <location filename="../../../../creator-20-build/share/qtcreator/translations/customwizard_tr.h" line="+1"/> - <source>Creates a plug-in for the QML runtime.</source> - <translation type="unfinished"></translation> + <source>Creates a C++ plugin to extend the funtionality of the QML runtime.</source> + <translation>Tworzy wtyczkÄ™ C++ rozszerzajÄ…cÄ… funkcjonalność Å›rodowiska QML.</translation> </message> <message> <location line="+1"/> <location line="+1"/> <source>QML Runtime Plug-in</source> - <translation type="unfinished"></translation> + <translation>Wtyczka Å›rodowiska QML</translation> </message> <message> <location line="+1"/> <source>QML Runtime Plug-in Parameters</source> - <translation type="unfinished"></translation> + <translation>Parametry wtyczki Å›rodowiska QML</translation> </message> <message> <location line="+1"/> @@ -19287,20 +19336,20 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>Wybierz aktywnÄ… konfiguracjÄ™ uruchamiania</translation> </message> <message> - <location line="+59"/> + <location line="+60"/> <source>Build:</source> - <translation type="unfinished"></translation> + <translation>Zbuduj:</translation> </message> <message> - <location line="+5"/> + <location line="+7"/> <source>Run:</source> - <translation type="unfinished"></translation> + <translation>Uruchom:</translation> </message> </context> <context> <name>ProjectExplorer::Internal::MiniProjectTargetSelector</name> <message> - <location line="+123"/> + <location line="+128"/> <source>Project</source> <translation>Projekt</translation> </message> @@ -19310,7 +19359,17 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>Wybierz aktywny projekt</translation> </message> <message> - <location line="+205"/> + <location line="+196"/> + <source>Build:</source> + <translation>Zbuduj:</translation> + </message> + <message> + <location line="+6"/> + <source>Run:</source> + <translation>Uruchom:</translation> + </message> + <message> + <location line="+10"/> <source><html><nobr><b>Project:</b> %1<br/>%2%3<b>Run:</b> %4%5</html></source> <translation type="unfinished"></translation> </message> @@ -19322,7 +19381,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location line="+2"/> <source><b>Build:</b> %2<br/></source> - <translation type="unfinished"></translation> + <translation><b>Zbuduj:</b> %2<br/></translation> </message> <message> <location line="+2"/> @@ -19383,7 +19442,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation>Brak zdefiniowanych produktów docelowych.</translation> </message> <message> - <location line="+103"/> + <location line="+102"/> <source>Qt Creator</source> <translation>Qt Creator</translation> </message> @@ -19496,15 +19555,6 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation><b>UrzÄ…dzenie:</b> %1, %2</translation> </message> </context> -<context> - <name>QmlProjectManager::QmlTarget</name> - <message> - <location filename="../../../src/plugins/projectexplorer/userfileaccessor.cpp" line="+5"/> - <source>QML Runtime</source> - <comment>QML Runtime target display name</comment> - <translation type="unfinished"></translation> - </message> -</context> <context> <name>QmlDesigner::DesignDocumentController</name> <message> @@ -19523,7 +19573,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <translation type="unfinished"></translation> </message> <message> - <location line="+307"/> + <location line="+312"/> <source>Cannot write file: "%1".</source> <translation>Nie można zapisać pliku: "%1".</translation> </message> @@ -19554,7 +19604,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>QmlDesigner::ItemLibrary</name> <message> - <location filename="../../../src/plugins/qmldesigner/components/itemlibrary/itemlibrary.cpp" line="+127"/> + <location filename="../../../src/plugins/qmldesigner/components/itemlibrary/itemlibrary.cpp" line="+128"/> <source>Library</source> <comment>Title of library view</comment> <translation>Biblioteka</translation> @@ -19605,7 +19655,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <message> <location line="+6"/> <source>Not a QmlDesigner plugin.</source> - <translation>Nie jest to wtyczka QmlDesigner.</translation> + <translation>Nie jest to wtyczka QmlDesignera.</translation> </message> <message> <location filename="../../../src/plugins/qmldesigner/designercore/pluginmanager/widgetpluginpath.cpp" line="-133"/> @@ -19794,7 +19844,7 @@ Możesz odÅ‚ożyć zmiany lub je porzucić.</translation> <context> <name>QmlDesigner::Internal::SubComponentManagerPrivate</name> <message> - <location filename="../../../src/plugins/qmldesigner/designercore/metainfo/subcomponentmanager.cpp" line="+306"/> + <location filename="../../../src/plugins/qmldesigner/designercore/metainfo/subcomponentmanager.cpp" line="+309"/> <source>QML Components</source> <translation>Komponenty QML</translation> </message> @@ -20313,7 +20363,7 @@ Please check your project settings.</source> <context> <name>QmlJSEditor::Internal::QmlJSTextEditor</name> <message> - <location filename="../../../src/plugins/qmljseditor/qmljseditor.cpp" line="+865"/> + <location filename="../../../src/plugins/qmljseditor/qmljseditor.cpp" line="+867"/> <source>Rename...</source> <translation>ZmieÅ„ nazwÄ™...</translation> </message> @@ -20328,7 +20378,7 @@ Please check your project settings.</source> <translation>Nieużywana zmienna</translation> </message> <message> - <location line="+151"/> + <location line="+152"/> <source>Rename id '%1'...</source> <translation>ZmieÅ„ nazwÄ™ identyfikatora "%1"...</translation> </message> @@ -20390,7 +20440,7 @@ Please check your project settings.</source> <context> <name>QmlJSEditor::Internal::QmlJSEditorPlugin</name> <message> - <location filename="../../../src/plugins/qmljseditor/qmljseditorplugin.cpp" line="+112"/> + <location filename="../../../src/plugins/qmljseditor/qmljseditorplugin.cpp" line="+111"/> <source>Creates a Qt QML file.</source> <translation>Tworzy plik Qt QML.</translation> </message> @@ -20418,7 +20468,7 @@ Please check your project settings.</source> <context> <name>QmlJSEditor::Internal::HoverHandler</name> <message> - <location filename="../../../src/plugins/qmljseditor/qmljshoverhandler.cpp" line="+78"/> + <location filename="../../../src/plugins/qmljseditor/qmljshoverhandler.cpp" line="+80"/> <source>Unfiltered</source> <translation>Nieprzefiltrowane</translation> </message> @@ -20434,7 +20484,7 @@ Please check your project settings.</source> <context> <name>QmlProjectManager::QmlProject</name> <message> - <location filename="../../../src/plugins/qmlprojectmanager/qmlproject.cpp" line="+102"/> + <location filename="../../../src/plugins/qmlprojectmanager/qmlproject.cpp" line="+103"/> <source>Error while loading project file!</source> <translation>BÅ‚Ä…d podczas Å‚adowania pliku z projektem!</translation> </message> @@ -20442,7 +20492,7 @@ Please check your project settings.</source> <context> <name>QmlProjectManager::Internal::QmlProjectApplicationWizardDialog</name> <message> - <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp" line="+47"/> + <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp" line="+50"/> <source>New QML Project</source> <translation>Nowy projekt QML</translation> </message> @@ -20455,17 +20505,21 @@ Please check your project settings.</source> <context> <name>QmlProjectManager::Internal::QmlProjectApplicationWizard</name> <message> - <location line="+14"/> + <location line="+21"/> <source>Qt QML Application</source> <translation>Aplikacja Qt QML</translation> </message> <message> <location line="+2"/> - <source>Creates a Qt QML application.</source> - <translation>Tworzy aplikacjÄ™ Qt QML.</translation> + <source>Creates a Qt QML application project with a single QML file containing the main view. + +QML application projects are executed through the QML runtime and do not need to be built.</source> + <translation>Tworzy projekt aplikacji Qt QML z pojedynczym plikiem QML zawierajÄ…cym główny widok. + +Projekty aplikacji QML sÄ… uruchamiane ze Å›rodowiska QML i nie muszÄ… być budowane.</translation> </message> <message> - <location line="+66"/> + <location line="+67"/> <source>File generated by QtCreator</source> <comment>qmlproject Template</comment> <extracomment>Comment added to generated .qmlproject file</extracomment> @@ -20483,7 +20537,7 @@ Please check your project settings.</source> <source>List of plugin directories passed to QML runtime</source> <comment>qmlproject Template</comment> <extracomment>Comment added to generated .qmlproject file</extracomment> - <translation>Lista katalogów z wtyczkami przekazywana do uruchamianego QML</translation> + <translation>Lista katalogów z wtyczkami przekazywana do Å›rodowiska QML</translation> </message> </context> <context> @@ -20497,7 +20551,7 @@ Please check your project settings.</source> <context> <name>QmlProjectManager::Internal::QmlProjectImportWizardDialog</name> <message> - <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectimportwizard.cpp" line="+59"/> + <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectimportwizard.cpp" line="+64"/> <source>Import Existing Qt QML Directory</source> <translation>Import istniejÄ…cego katalogu QML</translation> </message> @@ -20525,7 +20579,7 @@ Please check your project settings.</source> <context> <name>QmlProjectManager::Internal::QmlProjectImportWizard</name> <message> - <location line="+36"/> + <location line="+43"/> <source>Import Existing Qt QML Directory</source> <translation>Import istniejÄ…cego katalogu QML</translation> </message> @@ -20553,7 +20607,7 @@ Please check your project settings.</source> <source>List of plugin directories passed to QML runtime</source> <comment>qmlproject Template</comment> <extracomment>Comment added to generated .qmlproject file</extracomment> - <translation>Lista katalogów z wtyczkami przekazywana do uruchamianego QML</translation> + <translation>Lista katalogów z wtyczkami przekazywana do Å›rodowiska QML</translation> </message> </context> <context> @@ -20568,19 +20622,19 @@ Please check your project settings.</source> <name>QmlProjectManager::QmlProjectRunConfiguration</name> <message> <location filename="../../../src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp" line="+102"/> - <source>QML Runtime</source> + <source>QML Viewer</source> <comment>QMLRunConfiguration display name.</comment> - <translation>Uruchamianie QML</translation> + <translation>PrzeglÄ…darka QML</translation> </message> <message> - <location line="+97"/> - <source>QML Runtime</source> - <translation>Uruchamianie QML</translation> + <location line="+104"/> + <source>QML Viewer</source> + <translation>PrzeglÄ…darka QML</translation> </message> <message> <location line="+1"/> - <source>QML Runtime arguments:</source> - <translation>Argumenty uruchamiania QML:</translation> + <source>QML Viewer arguments:</source> + <translation>Argumenty przeglÄ…darki QML:</translation> </message> <message> <location line="+1"/> @@ -20710,37 +20764,13 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <translation>Lista zainstalowanych pakietów Qt:</translation> </message> </context> -<context> - <name>Qt4ProjectManager::Internal::MaemoManager</name> - <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemomanager.cpp" line="+156"/> - <location line="+40"/> - <source>Start Maemo Emulator</source> - <translation>Uruchom emulator Maemo</translation> - </message> - <message> - <location line="+3"/> - <source>Stop Maemo Emulator</source> - <translation>Zatrzymaj emulator Maemo</translation> - </message> -</context> <context> <name>Qt4ProjectManager::Internal::MaemoRunConfiguration</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp" line="+92"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp" line="+78"/> <source>New Maemo Run Configuration</source> <translation>Nowa konfiguracja uruchamiania Maemo</translation> </message> - <message> - <location line="+323"/> - <source>'%1' does not contain a valid Maemo simulator image.</source> - <translation>"%1" nie zawiera prawidÅ‚owego obrazu symulatora Maemo.</translation> - </message> - <message> - <location line="+41"/> - <source>Simulator could not be found. Please check the Qt Version you are using and that a simulator image is already installed.</source> - <translation>Nie można odnaleźć symulatora. Sprawdź którÄ… wersjÄ™ Qt używasz i upewnij siÄ™ że obraz symulatora jest już zainstalowany.</translation> - </message> </context> <context> <name>Qt4ProjectManager::Internal::MaemoRunConfigurationWidget</name> @@ -20761,29 +20791,24 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location line="+5"/> - <source>Device Configuration:</source> + <source>Device configuration:</source> <translation>Konfiguracja urzÄ…dzenia:</translation> </message> <message> <location line="+2"/> <source>Executable:</source> - <translation>Program:</translation> + <translation>Plik wykonywalny:</translation> </message> <message> <location line="+2"/> <source>Arguments:</source> <translation>Argumenty:</translation> </message> - <message> - <location line="+3"/> - <source>Simulator:</source> - <translation>Symulator:</translation> - </message> </context> <context> <name>Qt4ProjectManager::Internal::AbstractMaemoRunControl</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp" line="+162"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp" line="+163"/> <source>Files to deploy: %1.</source> <translation>Pliki do zainstalowania: %1.</translation> </message> @@ -20861,7 +20886,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <context> <name>Qt4ProjectManager::Internal::MaemoRunControlFactory</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp" line="+285"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp" line="+177"/> <source>Run on device</source> <translation>Uruchom na urzÄ…dzeniu</translation> </message> @@ -20869,17 +20894,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <context> <name>Qt4ProjectManager::Internal::MaemoSettingsWidget</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.cpp" line="+341"/> - <source>Choose public key file</source> - <translation>Wybierz plik z kluczem publicznym</translation> - </message> - <message> - <location line="+22"/> - <source>Stop deploying</source> - <translation>Zatrzymaj instalowanie</translation> - </message> - <message> - <location line="-11"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.cpp" line="+352"/> <location line="+22"/> <source>Deployment Failed</source> <translation>BÅ‚Ä…d instalacji</translation> @@ -20891,7 +20906,12 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <translation>Nowa konfiguracja urzÄ…dzenia %1</translation> </message> <message> - <location line="+190"/> + <location line="+189"/> + <source>Choose Public Key File</source> + <translation>Wybierz plik z kluczem publicznym</translation> + </message> + <message> + <location line="+1"/> <source>Public Key Files(*.pub);;All Files (*)</source> <translation>Pliki z kluczami publicznymi (*.pub); Wszystkie pliki (*)</translation> </message> @@ -20901,7 +20921,12 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <translation>Nie można odczytać pliku z publicznym kluczem "%1".</translation> </message> <message> - <location line="+22"/> + <location line="+10"/> + <source>Stop Deploying</source> + <translation>Zatrzymaj instalowanie</translation> + </message> + <message> + <location line="+12"/> <source>Key deployment failed: %1</source> <translation>BÅ‚Ä…d instalacji klucza: %1</translation> </message> @@ -20925,17 +20950,17 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <name>Qt4ProjectManager::Internal::S60CreatePackageStep</name> <message> <location filename="../../../src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp" line="+74"/> - <source>Create sis Package</source> - <comment>Create sis package build step name</comment> - <translation>Utwórz pakiet sis</translation> + <source>Create SIS Package</source> + <comment>Create SIS package build step name</comment> + <translation>Utwórz pakiet SIS</translation> </message> </context> <context> <name>Qt4ProjectManager::Internal::S60CreatePackageStepFactory</name> <message> <location line="+149"/> - <source>Create sis Package</source> - <translation>Utwórz pakiet sis</translation> + <source>Create SIS Package</source> + <translation>Utwórz pakiet SIS</translation> </message> </context> <context> @@ -20952,8 +20977,8 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location line="+4"/> - <source><b>Create sis Package:</b> %1</source> - <translation><b>Utwórz pakiet sis:</b> %1</translation> + <source><b>Create SIS Package:</b> %1</source> + <translation><b>Utwórz pakiet SIS:</b> %1</translation> </message> </context> <context> @@ -20961,7 +20986,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/qt4buildconfiguration.cpp" line="+571"/> <source>Using Qt Version "%1"</source> - <translation>UżywajÄ…c wersji "%1"</translation> + <translation>Użyj wersji "%1"</translation> </message> <message> <location line="+54"/> @@ -21018,7 +21043,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <context> <name>QtVersion</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="+928"/> + <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="+913"/> <source>No qmake path set</source> <translation>Nie ustawiono Å›cieżki do qmake</translation> </message> @@ -21052,8 +21077,12 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location line="+1"/> - <source>Creates a mobile Qt Gui Application with one form.</source> - <translation>Tworzy mobilnÄ… aplikacjÄ™ Qt Gui z jednym formularzem.</translation> + <source>Creates a Qt application optimized for mobile devices with a Qt Designer-based main window. + +Preselects Qt for Simulator and mobile targets if available</source> + <translation>Tworzy aplikacjÄ™ Qt dla urzÄ…dzeÅ„ przenoÅ›nych. Zawiera główne okno bazujÄ…ce na Qt Designerze. + +WstÄ™pnie wybiera wersjÄ™ Qt dla Symulatora i aplikacji mobilnych (jeÅ›li jest dostÄ™pna).</translation> </message> </context> <context> @@ -21075,7 +21104,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/wizards/targetsetuppage.ui"/> <source>Qt Creator can set up the following targets:</source> - <translation>Qt Creator może ustawić nastÄ™pujÄ…ce produkty docelowe:</translation> + <translation>Qt Creator może ustawić nastÄ™pujÄ…ce wersje:</translation> </message> <message> <location/> @@ -21103,7 +21132,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <location line="+137"/> <source>Qt Creator can set up the following targets for project <b>%1</b>:</source> <comment>%1: Project name</comment> - <translation>Qt Creator może ustawić nastÄ™pujÄ…ce produkty docelowe dla projektu <b>%1</b>:</translation> + <translation>Qt Creator może ustawić nastÄ™pujÄ…ce wersje dla projektu <b>%1</b>:</translation> </message> <message> <location line="+107"/> @@ -21145,8 +21174,8 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location/> - <source>Import existing shadow build...</source> - <translation>Zaimportuj istniejÄ…cÄ… wersjÄ™ zbudowanÄ… w innym miejscu...</translation> + <source>Import Existing Shadow Build...</source> + <translation>Zaimportuj wersjÄ™ zbudowanÄ… w innym miejscu...</translation> </message> </context> <context> @@ -21154,12 +21183,12 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/wizards/testwizard.cpp" line="+51"/> <source>Qt Unit Test</source> - <translation>Test jednostkowy Qt</translation> + <translation>Test grupowy Qt</translation> </message> <message> <location line="+1"/> - <source>Creates a Qt Unit Test.</source> - <translation>Tworzy test jednostkowy Qt.</translation> + <source>Creates a QTestLib-based unit test for a feature or a class. Unit tests allow you to verify that the code is fit for use and that there are no regressions.</source> + <translation>Tworzy grupowy test funkcjonaloÅ›ci lub klasy w oparciu o QTestLib. Grupowe testy pozwalajÄ… na weryfikowanie dziaÅ‚ania kodu i wykrywanie regresji.</translation> </message> </context> <context> @@ -21167,7 +21196,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <message> <location filename="../../../src/plugins/qt4projectmanager/wizards/testwizarddialog.cpp" line="+58"/> <source>This wizard generates a Qt unit test consisting of a single source file with a test class.</source> - <translation>Ten kreator generuje test jednostkowy skÅ‚adajÄ…cy siÄ™ z pojedynczego pliku źródÅ‚owego z klasÄ… testowÄ….</translation> + <translation>Ten kreator generuje test grupowy skÅ‚adajÄ…cy siÄ™ z pojedynczego pliku źródÅ‚owego z klasÄ… testowÄ….</translation> </message> <message> <location line="+8"/> @@ -21205,7 +21234,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location line="+20"/> - <source>Choose repository directory</source> + <source>Choose Repository Directory</source> <translation>Wybierz katalog skÅ‚adnicy</translation> </message> <message> @@ -21242,7 +21271,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <context> <name>trk::Launcher</name> <message> - <location filename="../../../src/shared/symbianutils/launcher.cpp" line="+492"/> + <location filename="../../../src/shared/symbianutils/launcher.cpp" line="+506"/> <source>Cannot open remote file '%1': %2</source> <translation>Nie można otworzyć zdalnego pliku "%1": %2</translation> </message> @@ -21329,7 +21358,7 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <message> <location/> <source>Viewer path:</source> - <translation>Åšcieżka przeglÄ…darki:</translation> + <translation>Åšcieżka do przeglÄ…darki:</translation> </message> <message> <location/> @@ -21349,6 +21378,16 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> <source>Package contents:</source> <translation>Zawartość pakietu:</translation> </message> + <message> + <location/> + <source>Add File to Package</source> + <translation>Dodaj plik do pakiety</translation> + </message> + <message> + <location/> + <source>Remove File from Package</source> + <translation>UsuÅ„ plik z pakietu</translation> + </message> </context> <context> <name>MaemoSshConfigDialog</name> @@ -21394,18 +21433,18 @@ Czy uruchomiÅ‚eÅ› Qemu?</translation> </message> <message> <location/> - <source>Save public Key...</source> - <translation>Zachowaj klucz publiczny...</translation> + <source>Close</source> + <translation>Zamknij</translation> </message> <message> <location/> - <source>Save private Key...</source> - <translation>Zachowaj klucz prywatny...</translation> + <source>Save Public Key...</source> + <translation>Zachowaj klucz publiczny...</translation> </message> <message> <location/> - <source>Close</source> - <translation>Zamknij</translation> + <source>Save Private Key...</source> + <translation>Zachowaj klucz prywatny...</translation> </message> </context> <context> @@ -21974,7 +22013,7 @@ name <email> alias <email></source> <translation>jest widoczny</translation> </message> <message> - <location line="+7"/> + <location line="+14"/> <source>Clip</source> <translation>Klip</translation> </message> @@ -22140,7 +22179,7 @@ name <email> alias <email></source> <context> <name>CodePaster::FileShareProtocolSettingsPage</name> <message> - <location filename="../../../src/plugins/cpaster/fileshareprotocolsettingspage.cpp" line="+105"/> + <location filename="../../../src/plugins/cpaster/fileshareprotocolsettingspage.cpp" line="+110"/> <source>Fileshare</source> <translation type="unfinished"></translation> </message> @@ -22304,7 +22343,7 @@ name <email> alias <email></source> <context> <name>ProjectExplorer::Internal::SessionNameInputDialog</name> <message> - <location filename="../../../src/plugins/projectexplorer/sessiondialog.cpp" line="-129"/> + <location filename="../../../src/plugins/projectexplorer/sessiondialog.cpp" line="-130"/> <source>Enter the name of the session:</source> <translation>Podaj nazwÄ™ sesji:</translation> </message> @@ -22397,7 +22436,7 @@ name <email> alias <email></source> <context> <name>Qt4ProjectManager::Internal::MaemoPackageContents</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp" line="+78"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp" line="+144"/> <source>Local File Path</source> <translation>Åšcieżka do lokalnego pliku</translation> </message> @@ -22410,7 +22449,7 @@ name <email> alias <email></source> <context> <name>Qt4ProjectManager::Internal::MaemoPackageCreationStep</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp" line="+105"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp" line="+117"/> <source>Creating package file ...</source> <translation>Tworzenie pliku pakietu...</translation> </message> @@ -22430,7 +22469,12 @@ name <email> alias <email></source> <translation>BÅ‚Ä…d pakowania: Nie można zapisać pliku "%1".</translation> </message> <message> - <location line="+13"/> + <location line="+19"/> + <source>Packaging Error: Could not create directory '%1'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> <source>Packaging Error: Could not replace file '%1'.</source> <translation>BÅ‚Ä…d pakowania: Nie można zastÄ…pić pliku "%1".</translation> </message> @@ -22440,7 +22484,7 @@ name <email> alias <email></source> <translation>BÅ‚Ä…d pakowania: Nie można skopiować pliku "%1" do "%2".</translation> </message> <message> - <location line="+15"/> + <location line="+16"/> <source>Package created.</source> <translation>Utworzono pakiet.</translation> </message> @@ -22450,12 +22494,18 @@ name <email> alias <email></source> <translation>Tworzenie pakietu: uruchamianie komendy "%1".</translation> </message> <message> - <location line="+8"/> + <location line="+7"/> + <location line="+7"/> <source>Packaging failed.</source> <translation>BÅ‚Ä…d pakowania.</translation> </message> <message> - <location line="+1"/> + <location line="-6"/> + <source>Packaging error: Could not start command '%1'. Reason: %2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+7"/> <source>Packaging Error: Command '%1' timed out.</source> <translation type="unfinished"></translation> </message> @@ -22466,6 +22516,11 @@ name <email> alias <email></source> </message> <message> <location line="+3"/> + <source> Reason: %1</source> + <translation> Powód: %1</translation> + </message> + <message> + <location line="+2"/> <source>Output was: </source> <translation type="unfinished"></translation> </message> @@ -22473,15 +22528,30 @@ name <email> alias <email></source> <context> <name>Qt4ProjectManager::Internal::MaemoPackageCreationWidget</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp" line="+73"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp" line="+87"/> <source><b>Create Package:</b> </source> <translation><b>Utwórz pakiet:</b> </translation> </message> + <message> + <location line="+13"/> + <source>Choose a local file</source> + <translation>Wybierz plik lokalny</translation> + </message> + <message> + <location line="+9"/> + <source>File already in package</source> + <translation>Plik jest już obecny w pakiecie</translation> + </message> + <message> + <location line="+1"/> + <source>You have already added this file.</source> + <translation>Plik zostaÅ‚ już uprzednio dodany.</translation> + </message> </context> <context> <name>Qt4ProjectManager::Internal::MaemoRunConfigurationFactory</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp" line="-168"/> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp" line="-70"/> <source>New Maemo Run Configuration</source> <translation>Nowa konfiguracja uruchamiania Maemo</translation> </message> @@ -22498,12 +22568,12 @@ name <email> alias <email></source> <name>Qt4ProjectManager::Internal::MaemoSshConfigDialog</name> <message> <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/maemosshconfigdialog.cpp" line="+124"/> - <source>Save public key file</source> + <source>Save Public Key File</source> <translation>Zachowaj plik z kluczem publicznym</translation> </message> <message> <location line="+0"/> - <source>Save private key file</source> + <source>Save Private Key File</source> <translation>Zachowaj plik z kluczem prywatnym</translation> </message> <message> @@ -22607,7 +22677,7 @@ name <email> alias <email></source> <context> <name>Qt4ProjectManager::QtVersion</name> <message> - <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="-1021"/> + <location filename="../../../src/plugins/qt4projectmanager/qtversionmanager.cpp" line="-1016"/> <source>The Qt version is invalid: %1</source> <extracomment>%1: Reason for being invalid</extracomment> <translation>Wersja Qt nie jest poprawna: %1</translation> @@ -22648,7 +22718,7 @@ name <email> alias <email></source> <context> <name>QmlDesigner::NavigatorTreeModel</name> <message> - <location filename="../../../src/plugins/qmldesigner/components/navigator/navigatortreemodel.cpp" line="+277"/> + <location filename="../../../src/plugins/qmldesigner/components/navigator/navigatortreemodel.cpp" line="+279"/> <source>Invalid Id</source> <translation>Niepoprawny identyfikator</translation> </message> @@ -22691,4 +22761,118 @@ Dozwolone sÄ… tylko znaki alfanumeryczne i podkreÅ›lenia. Identyfikatory muszÄ… rozpoczynać siÄ™ maÅ‚Ä… literÄ….</translation> </message> </context> +<context> + <name>CppTools::QuickFix</name> + <message> + <location filename="../../../src/plugins/cppeditor/cppquickfix.cpp" line="+133"/> + <location line="+96"/> + <source>Rewrite Using %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="-2"/> + <source>Swap Operands</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+74"/> + <source>Rewrite Condition Using ||</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+61"/> + <source>Split Declaration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+106"/> + <source>Add Curly Braces</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+60"/> + <location line="+63"/> + <source>Move Declaration out of Condition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+85"/> + <source>Split if Statement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+110"/> + <source>Enclose in QLatin1String(...)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+68"/> + <source>Convert to Objective-C String Literal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+74"/> + <source>Use Fast String Concatenation with %</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>GenericProjectManager::Internal::Manager</name> + <message> + <location filename="../../../src/plugins/genericprojectmanager/genericprojectmanager.cpp" line="+73"/> + <source>Failed opening project '%1': Project already open</source> + <translation>Nie można otworzyć projektu "%1": projekt jest już otwarty</translation> + </message> +</context> +<context> + <name>QmlProjectManager::QmlTarget</name> + <message> + <location filename="../../../src/plugins/projectexplorer/userfileaccessor.cpp" line="+5"/> + <source>QML Viewer</source> + <comment>QML Viewer target display name</comment> + <translation>PrzeglÄ…darka QML</translation> + </message> +</context> +<context> + <name>QmlDesigner::QmlModelView</name> + <message> + <location filename="../../../src/plugins/qmldesigner/designercore/model/qmlmodelview.cpp" line="+179"/> + <source>Invalid Id</source> + <translation>Niepoprawny identyfikator</translation> + </message> +</context> +<context> + <name>Qt4ProjectManager::Internal::QemuRuntimeManager</name> + <message> + <location filename="../../../src/plugins/qt4projectmanager/qt-maemo/qemuruntimemanager.cpp" line="+83"/> + <location line="+399"/> + <source>Start Maemo Emulator</source> + <translation>Uruchom emulator Maemo</translation> + </message> + <message> + <location line="-322"/> + <source>Qemu has been shut down, because you removed the corresponding Qt version.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+279"/> + <source>Qemu failed to start: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Qemu crashed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+12"/> + <source>Qemu error</source> + <translation>BÅ‚Ä…d Qemu</translation> + </message> + <message> + <location line="+25"/> + <source>Stop Maemo Emulator</source> + <translation>Zatrzymaj emulator Maemo</translation> + </message> +</context> </TS> diff --git a/src/libs/cplusplus/ExpressionUnderCursor.cpp b/src/libs/cplusplus/ExpressionUnderCursor.cpp index 08c723dc0c2b9d557be82545ef0162208926c24e..c840ad398dd4f822686a307a3c2860ccdb28cd61 100644 --- a/src/libs/cplusplus/ExpressionUnderCursor.cpp +++ b/src/libs/cplusplus/ExpressionUnderCursor.cpp @@ -130,6 +130,7 @@ int ExpressionUnderCursor::startOfExpression_helper(BackwardsScanner &tk, int in // which we handle immediately: return index - 3; } else { +#if 0 // see QTCREATORBUG-1501 // See if we are handling an Objective-C messaging expression in the form of: // [receiver messageParam1:expression messageParam2 // or: @@ -154,6 +155,7 @@ int ExpressionUnderCursor::startOfExpression_helper(BackwardsScanner &tk, int in if (tk[j].is(T_IDENTIFIER) && tk[j + 1].is(T_IDENTIFIER)) return i; } +#endif } return index - 1; } else if (tk[index - 1].is(T_RPAREN)) { diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp index 7126ce2ac4168da0b6aef3b9d85449d39a331a51..e1277f27261d2bac22852a6c23d9c7fbcba14312 100644 --- a/src/libs/cplusplus/TypePrettyPrinter.cpp +++ b/src/libs/cplusplus/TypePrettyPrinter.cpp @@ -87,7 +87,7 @@ QString TypePrettyPrinter::operator()(const FullySpecifiedType &ty) bool previousNeedsParens = switchNeedsParens(false); acceptType(ty); switchNeedsParens(previousNeedsParens); - return switchText(previousName).trimmed(); + return switchText(previousName); } QString TypePrettyPrinter::operator()(const FullySpecifiedType &type, const QString &name) @@ -317,8 +317,11 @@ void TypePrettyPrinter::visit(Function *type) } if (_overview->showReturnTypes()) { - _text.prepend(QLatin1Char(' ')); - _text.prepend(_overview->prettyType(type->returnType())); + const QString returnType = _overview->prettyType(type->returnType()); + if (!returnType.isEmpty()) { + _text.prepend(QLatin1Char(' ')); + _text.prepend(returnType); + } } if (_overview->showFunctionSignatures()) { diff --git a/src/libs/utils/stylehelper.cpp b/src/libs/utils/stylehelper.cpp index 8f6499ce3c8999605465ab0913970fe260c22ec3..d6a5d546468a201039fd9b27c761fe3b8093c65c 100644 --- a/src/libs/utils/stylehelper.cpp +++ b/src/libs/utils/stylehelper.cpp @@ -94,8 +94,9 @@ QColor StyleHelper::panelTextColor(bool lightColored) return Qt::black; } -QColor StyleHelper::m_baseColor(0x666666); -QColor StyleHelper::m_requestedBaseColor(0x666666); +// Invalid by default, setBaseColor needs to be called at least once +QColor StyleHelper::m_baseColor; +QColor StyleHelper::m_requestedBaseColor; QColor StyleHelper::baseColor(bool lightColored) { diff --git a/src/libs/utils/stylehelper.h b/src/libs/utils/stylehelper.h index 5533691acfe0dfb0d35ed6f11f59a78d58f89362..75435c4f889fd990e12bc6939150e40e2e7a86ff 100644 --- a/src/libs/utils/stylehelper.h +++ b/src/libs/utils/stylehelper.h @@ -50,6 +50,8 @@ namespace Utils { class QTCREATOR_UTILS_EXPORT StyleHelper { public: + static const unsigned int DEFAULT_BASE_COLOR = 0x666666; + // Height of the project explorer navigation bar static int navigationWidgetHeight() { return 24; } static qreal sidebarFontSize(); diff --git a/src/plugins/coreplugin/generalsettings.cpp b/src/plugins/coreplugin/generalsettings.cpp index a9953bad696e8ca2da63292eb032d309e240ec00..12a719a1e84d4f8510cc35e3075a700f6f4ea8d9 100644 --- a/src/plugins/coreplugin/generalsettings.cpp +++ b/src/plugins/coreplugin/generalsettings.cpp @@ -237,7 +237,7 @@ void GeneralSettings::finish() void GeneralSettings::resetInterfaceColor() { - m_page->colorButton->setColor(0x666666); + m_page->colorButton->setColor(StyleHelper::DEFAULT_BASE_COLOR); } void GeneralSettings::resetExternalEditor() diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp index 201105098f5df04533c210028e3bff8a0f11dc33..ed1d48afb8dff898aa49ab6e591c4053783c398a 100644 --- a/src/plugins/coreplugin/mainwindow.cpp +++ b/src/plugins/coreplugin/mainwindow.cpp @@ -1130,7 +1130,9 @@ void MainWindow::readSettings() // Get adapted base color. m_overrideColor = Utils::StyleHelper::baseColor(); } else { - Utils::StyleHelper::setBaseColor(m_settings->value(QLatin1String(colorKey)).value<QColor>()); + Utils::StyleHelper::setBaseColor( + m_settings->value(QLatin1String(colorKey), + QColor(Utils::StyleHelper::DEFAULT_BASE_COLOR)).value<QColor>()); } const QVariant geom = m_settings->value(QLatin1String(geometryKey)); diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index 4be4d05dc7c21d0570215722974cb79614820310..309f1c656b308900e1d34be29de4b644269a3654 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -1506,70 +1506,22 @@ void GdbEngine::handleInfoProc(const GdbResponse &response) void GdbEngine::handleShowVersion(const GdbResponse &response) { - //qDebug () << "VERSION 2:" << response.data.findChild("consolestreamoutput").data(); - //qDebug () << "VERSION:" << response.toString(); - debugMessage(_("VERSION: " + response.toString())); + debugMessage(_("PARSING VERSION: " + response.toString())); if (response.resultClass == GdbResultDone) { m_gdbVersion = 100; m_gdbBuildVersion = -1; m_isMacGdb = false; GdbMi version = response.data.findChild("consolestreamoutput"); QString msg = QString::fromLocal8Bit(version.data()); - - bool foundIt = false; - - QRegExp supported(_("GNU gdb(.*) (\\d+)\\.(\\d+)(\\.(\\d+))?(-(\\d+))?")); - if (supported.indexIn(msg) >= 0) { + extractGdbVersion(msg, + &m_gdbVersion, &m_gdbBuildVersion, &m_isMacGdb); + if (m_gdbVersion > 60500 && m_gdbVersion < 200000) debugMessage(_("SUPPORTED GDB VERSION ") + msg); - m_gdbVersion = 10000 * supported.cap(2).toInt() - + 100 * supported.cap(3).toInt() - + 1 * supported.cap(5).toInt(); - m_gdbBuildVersion = supported.cap(7).toInt(); - m_isMacGdb = msg.contains(__("Apple version")); - foundIt = true; - } - - // OpenSUSE managed to ship "GNU gdb (GDB) SUSE (6.8.91.20090930-2.4). - if (!foundIt && msg.startsWith(_("GNU gdb (GDB) SUSE "))) { - supported.setPattern(_("[^\\d]*(\\d+).(\\d+).(\\d+).*")); - if (supported.indexIn(msg) >= 0) { - debugMessage(_("SUSE PATCHED GDB VERSION ") + msg); - m_gdbVersion = 10000 * supported.cap(1).toInt() - + 100 * supported.cap(2).toInt() - + 1 * supported.cap(3).toInt(); - m_gdbBuildVersion = -1; - m_isMacGdb = false; - foundIt = true; - } else { - debugMessage(_("UNPARSABLE SUSE PATCHED GDB VERSION ") + msg); - } - } - - if (!foundIt) { + else debugMessage(_("UNSUPPORTED GDB VERSION ") + msg); -#if 0 - QStringList list = msg.split(_c('\n')); - while (list.size() > 2) - list.removeLast(); - msg = tr("The debugger you are using identifies itself as:") - + _("<p><p>") + list.join(_("<br>")) + _("<p><p>") - + tr("This version is not officially supported by Qt Creator.\n" - "Debugging will most likely not work well.\n" - "Using gdb 7.1 or later is strongly recommended."); -#if 0 - // ugly, but 'Show again' check box... - static QErrorMessage *err = new QErrorMessage(mainWindow()); - err->setMinimumSize(400, 300); - err->showMessage(msg); -#else - //showMessageBox(QMessageBox::Information, tr("Warning"), msg); -#endif -#endif - } debugMessage(_("USING GDB VERSION: %1, BUILD: %2%3").arg(m_gdbVersion) .arg(m_gdbBuildVersion).arg(_(m_isMacGdb ? " (APPLE)" : ""))); - //qDebug () << "VERSION 3:" << m_gdbVersion << m_gdbBuildVersion; } } diff --git a/src/plugins/debugger/gdb/gdbmi.cpp b/src/plugins/debugger/gdb/gdbmi.cpp index c34d81124d2ea36794259d333524b4f3be8b47ec..158a1fc2b99d69bb03705f53a99fc2f77f7d62ff 100644 --- a/src/plugins/debugger/gdb/gdbmi.cpp +++ b/src/plugins/debugger/gdb/gdbmi.cpp @@ -32,6 +32,7 @@ #include <utils/qtcassert.h> #include <QtCore/QByteArray> +#include <QtCore/QRegExp> #include <QtCore/QTextStream> #include <ctype.h> @@ -400,5 +401,50 @@ QByteArray GdbResponse::toString() const return result; } + +////////////////////////////////////////////////////////////////////////////////// +// +// GdbResponse +// +////////////////////////////////////////////////////////////////////////////////// + +void extractGdbVersion(const QString &msg, + int *gdbVersion, int *gdbBuildVersion, bool *isMacGdb) +{ + const QChar dot(QLatin1Char('.')); + + QString cleaned; + QString build; + bool inClean = true; + foreach (QChar c, msg) { + if (inClean && !cleaned.isEmpty() && c != dot && (c.isPunct() || c.isSpace())) + inClean = false; + if (inClean) { + if (c.isDigit()) + cleaned.append(c); + else if (!cleaned.isEmpty() && !cleaned.endsWith(dot)) + cleaned.append(dot); + } else { + if (c.isDigit()) + build.append(c); + else if (!build.isEmpty() && !build.endsWith(dot)) + build.append(dot); + } + } + + *isMacGdb = msg.contains(QLatin1String("Apple version")); + + *gdbVersion = 10000 * cleaned.section(dot, 0, 0).toInt() + + 100 * cleaned.section(dot, 1, 1).toInt() + + 1 * cleaned.section(dot, 2, 2).toInt(); + if (cleaned.count(dot) >= 3) + *gdbBuildVersion = cleaned.section(dot, 3, 3).toInt(); + else + *gdbBuildVersion = build.section(dot, 0, 0).toInt(); + + if (*isMacGdb) + *gdbBuildVersion = build.section(dot, 1, 1).toInt(); +} + } // namespace Internal } // namespace Debugger diff --git a/src/plugins/debugger/gdb/gdbmi.h b/src/plugins/debugger/gdb/gdbmi.h index ce484c8cd67ce760fbe2c3a3209876dab1ca41ed..7803d71ce54db3cbd9b4aa7d01320dda542ca10c 100644 --- a/src/plugins/debugger/gdb/gdbmi.h +++ b/src/plugins/debugger/gdb/gdbmi.h @@ -168,6 +168,9 @@ public: QVariant cookie; }; +void extractGdbVersion(const QString &msg, + int *gdbVersion, int *gdbBuildVersion, bool *isMacGdb); + } // namespace Internal } // namespace Debugger diff --git a/src/plugins/find/searchresulttreeitemdelegate.cpp b/src/plugins/find/searchresulttreeitemdelegate.cpp index e294c5cd26ea1b9226836f9cb03690e28da16a13..bec2da78391415aba1c2cb8263b9c1b4f8488748 100644 --- a/src/plugins/find/searchresulttreeitemdelegate.cpp +++ b/src/plugins/find/searchresulttreeitemdelegate.cpp @@ -106,10 +106,16 @@ int SearchResultTreeItemDelegate::drawLineNumber(QPainter *painter, const QStyle painter->fillRect(lineNumberAreaRect, QBrush(isSelected ? option.palette.brush(cg, QPalette::Highlight) : option.palette.color(cg, QPalette::Base).darker(111))); - painter->setPen(isSelected ? - option.palette.color(cg, QPalette::HighlightedText) : Qt::darkGray); - painter->drawText(lineNumberAreaRect.adjusted(0, 0, -lineNumberAreaHorizontalPadding, 0), - Qt::AlignRight | Qt::AlignVCenter, QString::number(lineNumber)); + + QStyleOptionViewItemV3 opt = option; + opt.displayAlignment = Qt::AlignRight | Qt::AlignVCenter; + opt.palette.setColor(cg, QPalette::Text, Qt::darkGray); + + const QStyle *style = QApplication::style(); + const int textMargin = style->pixelMetric(QStyle::PM_FocusFrameHMargin, 0, 0) + 1; + + const QRect rowRect = lineNumberAreaRect.adjusted(-textMargin, 0, textMargin-lineNumberAreaHorizontalPadding, 0); + QItemDelegate::drawDisplay(painter, opt, rowRect, QString::number(lineNumber)); return lineNumberAreaWidth; } diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index b57ad1779f247d999872788b365af6daa1752e86..613f2272888e52be7a9c7ac0bcb45f93b63e8d68 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -53,8 +53,6 @@ #include "propertyeditortransaction.h" #include "originwidget.h" -#include <coreplugin/sidebar.h> - #include <QtCore/QCoreApplication> #include <QtCore/QDir> #include <QtCore/QFileSystemWatcher> diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp index 68a2589bd0da1d99560c000b68ec179cbd725a60..4d3661216c6b2b5314be0bc555053cb9de039dff 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp @@ -188,12 +188,12 @@ void PropertyEditorValue::setIsValid(bool valid) m_isValid = valid; } -ModelNode PropertyEditorValue::modelNode() const +QmlDesigner::ModelNode PropertyEditorValue::modelNode() const { return m_modelNode; } -void PropertyEditorValue::setModelNode(const ModelNode &modelNode) +void PropertyEditorValue::setModelNode(const QmlDesigner::ModelNode &modelNode) { if (modelNode != m_modelNode) { m_modelNode = modelNode; @@ -250,7 +250,7 @@ QString PropertyEditorNodeWrapper::type() } -ModelNode PropertyEditorNodeWrapper::parentModelNode() const +QmlDesigner::ModelNode PropertyEditorNodeWrapper::parentModelNode() const { return m_editorValue->modelNode(); } diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h index 1a6c42e872cdc275c2b66e523a5e618c1057e596..ff3912475fb02dba12bc80977898ccc8e33bf684 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h @@ -39,9 +39,6 @@ class PropertyEditorValue; -typedef QmlDesigner::ModelNode ModelNode; - - class PropertyEditorNodeWrapper : public QObject { Q_OBJECT @@ -55,7 +52,7 @@ public: bool exists(); QString type(); QDeclarativePropertyMap* properties(); - ModelNode parentModelNode() const; + QmlDesigner::ModelNode parentModelNode() const; QString propertyName() const; public slots: @@ -112,8 +109,8 @@ public: QString name() const; void setName(const QString &name); - ModelNode modelNode() const; - void setModelNode(const ModelNode &modelNode); + QmlDesigner::ModelNode modelNode() const; + void setModelNode(const QmlDesigner::ModelNode &modelNode); PropertyEditorNodeWrapper* complexNode(); @@ -135,7 +132,7 @@ signals: void isValidChanged(); private: //variables - ModelNode m_modelNode; + QmlDesigner::ModelNode m_modelNode; QVariant m_value; QString m_expression; QString m_name; diff --git a/src/plugins/qt4projectmanager/qtversionmanager.cpp b/src/plugins/qt4projectmanager/qtversionmanager.cpp index 10006b18219ff117c3e6e9c3f27d988a49e8bf0f..4b7fc1f1c87bc175b325790e6999a491d47e6321 100644 --- a/src/plugins/qt4projectmanager/qtversionmanager.cpp +++ b/src/plugins/qt4projectmanager/qtversionmanager.cpp @@ -1335,7 +1335,7 @@ void QtVersion::updateToolChainAndMkspec() const reader->setCumulative(false); reader->setParsePreAndPostFiles(false); reader->readProFile(m_mkspecFullPath + "/qmake.conf"); - QString qmakeCXX = reader->value("QMAKE_CXX"); + QString qmakeCXX = reader->values("QMAKE_CXX").join(" "); QString makefileGenerator = reader->value("MAKEFILE_GENERATOR"); QString ce_sdk = reader->values("CE_SDK").join(QLatin1String(" ")); QString ce_arch = reader->value("CE_ARCH"); diff --git a/src/plugins/texteditor/completionsettings.cpp b/src/plugins/texteditor/completionsettings.cpp index 0d800da3b32dc4f0bafd106061050d9c01ec8d01..dc4bba31162a8590733df7f1f423c7c1d852fc9c 100644 --- a/src/plugins/texteditor/completionsettings.cpp +++ b/src/plugins/texteditor/completionsettings.cpp @@ -40,7 +40,7 @@ static const char * const spaceAfterFunctionNameKey = "SpaceAfterFunctionName"; using namespace TextEditor; CompletionSettings::CompletionSettings() - : m_caseSensitivity(FirstLetterCaseSensitive) + : m_caseSensitivity(CaseInsensitive) , m_autoInsertBrackets(true) , m_partiallyComplete(true) , m_spaceAfterFunctionName(false) diff --git a/src/plugins/texteditor/findinfiles.cpp b/src/plugins/texteditor/findinfiles.cpp index 62b41c258584ee79ddfeedb3dd5ab781be35017f..e2c28b417f11506e7256265cc58648e05b05570b 100644 --- a/src/plugins/texteditor/findinfiles.cpp +++ b/src/plugins/texteditor/findinfiles.cpp @@ -75,10 +75,10 @@ QStringList FindInFiles::files() fileNameFilters(), QDir::Files|QDir::Readable, QDirIterator::Subdirectories); - while (it.hasNext()) { - it.next(); - fileList << it.filePath(); - } + + while (it.hasNext()) + fileList << it.next(); + return fileList; } diff --git a/src/plugins/welcome/communitywelcomepagewidget.cpp b/src/plugins/welcome/communitywelcomepagewidget.cpp index e489761824baa225070bf4540f0e21796de6141e..8a6bf073e7b8b9e9e84366421b1638329ba443c1 100644 --- a/src/plugins/welcome/communitywelcomepagewidget.cpp +++ b/src/plugins/welcome/communitywelcomepagewidget.cpp @@ -47,7 +47,7 @@ static const Site supportSites[] = { "<b>Forum Nokia</b><br /><font color='gray'>Mobile Application Support</font>"), "http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Technical_Support/"}, { QT_TRANSLATE_NOOP("Welcome::Internal::CommunityWelcomePageWidget", - "<b>Qt LGPL Support</b><br /><font color='gray'>Buy professional Qt support</font>"), + "<b>Qt LGPL Support</b><br /><font color='gray'>Buy commercial Qt support</font>"), "http://shop.qt.nokia.com/en/support.html"}, { QT_TRANSLATE_NOOP("Welcome::Internal::CommunityWelcomePageWidget", "<b>Qt Centre</b><br /><font color='gray'>Community based Qt support</font>"), diff --git a/tests/auto/debugger/debugger.pro b/tests/auto/debugger/debugger.pro index ef1547f9ce69a765f4a06ada22cc07c862031abf..84ad7990841ad0b55085719ead9b7a43d4a48f01 100644 --- a/tests/auto/debugger/debugger.pro +++ b/tests/auto/debugger/debugger.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = dumpers.pro plugin.pro gdb.pro +SUBDIRS = dumpers.pro plugin.pro gdb.pro version.pro diff --git a/tests/auto/debugger/tst_version.cpp b/tests/auto/debugger/tst_version.cpp new file mode 100644 index 0000000000000000000000000000000000000000..cfac4f14de38ad32ab531fa7b8614b415fb3c89f --- /dev/null +++ b/tests/auto/debugger/tst_version.cpp @@ -0,0 +1,82 @@ + +#include "gdb/gdbmi.h" + +#include <QtTest> + + +class tst_Version : public QObject +{ + Q_OBJECT + +public: + tst_Version() {} + +private slots: + void version(); + void version_data(); +}; + +void tst_Version::version() +{ + QFETCH(QString, msg); + QFETCH(int, gdbVersion); + QFETCH(int, gdbBuildVersion); + QFETCH(bool, isMacGdb); + int v = 0, bv = 0; + bool mac = true; + Debugger::Internal::extractGdbVersion(msg, &v, &bv, &mac); + qDebug() << msg << " -> " << v << bv << mac; + QCOMPARE(v, gdbVersion); + QCOMPARE(bv, gdbBuildVersion); + QCOMPARE(mac, isMacGdb); +} + +void tst_Version::version_data() +{ + QTest::addColumn<QString>("msg"); + QTest::addColumn<int>("gdbVersion"); + QTest::addColumn<int>("gdbBuildVersion"); + QTest::addColumn<bool>("isMacGdb"); + + QTest::newRow("Debian") + << "GNU gdb (GDB) 7.0.1-debian" + << 70001 << 0 << false; + + QTest::newRow("CVS 7.0.90") + << "GNU gdb (GDB) 7.0.90.20100226-cvs" + << 70090 << 20100226 << false; + + QTest::newRow("Ubuntu Lucid") + << "GNU gdb (GDB) 7.1-ubuntu" + << 70100 << 0 << false; + + QTest::newRow("Fedora 13") + << "GNU gdb (GDB) Fedora (7.1-22.fc13)" + << 70100 << 22 << false; + + QTest::newRow("Gentoo") + << "GNU gdb (Gentoo 7.1 p1) 7.1" + << 70100 << 1 << false; + + QTest::newRow("Fedora EL5") + << "GNU gdb Fedora (6.8-37.el5)" + << 60800 << 37 << false; + + QTest::newRow("SUSE") + << "GNU gdb (GDB) SUSE (6.8.91.20090930-2.4)" + << 60891 << 20090930 << false; + + QTest::newRow("Apple") + << "GNU gdb 6.3.50-20050815 (Apple version gdb-1461.2)" + << 60350 << 1461 << true; +} + + +int main(int argc, char *argv[]) +{ + tst_Version test; + return QTest::qExec(&test, argc, argv); +} + +#include "tst_version.moc" + diff --git a/tests/auto/debugger/version.pro b/tests/auto/debugger/version.pro new file mode 100644 index 0000000000000000000000000000000000000000..78d3f0f77c545655efaf16b6eadd9659dfbe4780 --- /dev/null +++ b/tests/auto/debugger/version.pro @@ -0,0 +1,15 @@ +QT += testlib +QT -= gui + +UTILSDIR = ../../../src/libs + +DEBUGGERDIR = ../../../src/plugins/debugger + +INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR + +SOURCES += \ + tst_version.cpp \ + $$DEBUGGERDIR/gdb/gdbmi.cpp \ + +TARGET = tst_$$TARGET + diff --git a/tests/auto/qml/qmldesigner/bauhaustests/bauhaustests.pro b/tests/auto/qml/qmldesigner/bauhaustests/bauhaustests.pro index 79e8a180cc52e30ce3a533125eb5ebc53a64d33b..33e3634f2079693099ab46f767c40c5555794914 100644 --- a/tests/auto/qml/qmldesigner/bauhaustests/bauhaustests.pro +++ b/tests/auto/qml/qmldesigner/bauhaustests/bauhaustests.pro @@ -2,7 +2,7 @@ include(../../../../../src/plugins/qmldesigner/config.pri) QT += testlib DESTDIR = $$DESIGNER_BINARY_DIRECTORY -include(../../../../../src/plugins/qmldesigner/core/core.pri) +include(../../../../../src/plugins/qmldesigner/designercore/designercore.pri) include(../../../../../src/libs/qmljs/qmljs-lib.pri) HEADERS+=../../../../../src/libs/utils/changeset.h SOURCES+=../../../../../src/libs/utils/changeset.cpp diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp index cdbc5669f128b6931a82caef99095b2abf6e6c7f..3330097b20601cfbab25599237a54df7e0f68f65 100644 --- a/tests/auto/qml/qmldesigner/coretests/testcore.cpp +++ b/tests/auto/qml/qmldesigner/coretests/testcore.cpp @@ -3343,6 +3343,35 @@ void TestCore::testSubComponentManager() QVERIFY(myButtonMetaInfo.property("border.width", true).isValid()); } +void TestCore::testComponentLoadingTabWidget() +{ + + QSKIP("TODO: fails", SkipAll); + + QString fileName = QString(QTCREATORDIR) + "/tests/auto/qml/qmldesigner/data/fx/tabs.qml"; + QFile file(fileName); + QVERIFY(file.open(QIODevice::ReadOnly | QIODevice::Text)); + + QPlainTextEdit textEdit; + textEdit.setPlainText(file.readAll()); + NotIndentingTextEditModifier modifier(&textEdit); + + QScopedPointer<Model> model(Model::create("Qt/Item")); + model->setFileUrl(QUrl::fromLocalFile(fileName)); + QScopedPointer<SubComponentManager> subComponentManager(new SubComponentManager(model->metaInfo(), 0)); + subComponentManager->update(QUrl::fromLocalFile(fileName), modifier.text().toUtf8()); + + QScopedPointer<TestRewriterView> testRewriterView(new TestRewriterView()); + testRewriterView->setTextModifier(&modifier); + model->attachView(testRewriterView.data()); + + QVERIFY(testRewriterView->errors().isEmpty()); + QVERIFY(testRewriterView->rootModelNode().isValid()); + + ModelNode rootModelNode = testRewriterView->rootModelNode(); + QCOMPARE(rootModelNode.type(), QLatin1String("TabWidget")); +} + void TestCore::testAnchorsAndRewriting() { const QString qmlString("import Qt 4.7\n" diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.h b/tests/auto/qml/qmldesigner/coretests/testcore.h index f3cbc8ebe8e6ae725d0165015d6eab96202f6f88..5e81e3aabe0e1983bcf025fb38e15d19cf62cb52 100644 --- a/tests/auto/qml/qmldesigner/coretests/testcore.h +++ b/tests/auto/qml/qmldesigner/coretests/testcore.h @@ -164,6 +164,7 @@ private slots: void testCopyModelRewriter1(); void testCopyModelRewriter2(); void testSubComponentManager(); + void testComponentLoadingTabWidget(); void testAnchorsAndRewriting(); void testAnchorsAndRewritingCenter(); diff --git a/tests/auto/qml/qmldesigner/data/fx/TabWidget.qml b/tests/auto/qml/qmldesigner/data/fx/TabWidget.qml new file mode 100644 index 0000000000000000000000000000000000000000..26d25b47b58de4e3b030ae3d80f6462a0acb7180 --- /dev/null +++ b/tests/auto/qml/qmldesigner/data/fx/TabWidget.qml @@ -0,0 +1,57 @@ +import Qt 4.7 + +Item { + id: tabWidget + + property int current: 0 + default property alias content: stack.children + + onCurrentChanged: setOpacities() + Component.onCompleted: setOpacities() + + function setOpacities() + { + for (var i = 0; i < stack.children.length; ++i) { + stack.children[i].opacity = i == current ? 1 : 0 + } + } + + Row { + id: header + Repeater { + delegate: Rectangle { + width: tabWidget.width / stack.children.length; height: 36 + + Rectangle { + width: parent.width; height: 1 + anchors { bottom: parent.bottom; bottomMargin: 1 } + color: "#acb2c2" + } + BorderImage { + anchors { fill: parent; leftMargin: 2; topMargin: 5; rightMargin: 1 } + border { left: 7; right: 7 } + source: "tab.png" + visible: tabWidget.current == index + } + Text { + horizontalAlignment: Qt.AlignHCenter; verticalAlignment: Qt.AlignVCenter + anchors.fill: parent + text: stack.children[index].title + elide: Text.ElideRight + font.bold: tabWidget.current == index + } + MouseArea { + anchors.fill: parent + onClicked: tabWidget.current = index + } + } + model: stack.children.length + } + } + + Item { + id: stack + width: tabWidget.width + anchors.top: header.bottom; anchors.bottom: tabWidget.bottom + } +} diff --git a/tests/auto/qml/qmldesigner/data/fx/tabs.qml b/tests/auto/qml/qmldesigner/data/fx/tabs.qml new file mode 100644 index 0000000000000000000000000000000000000000..fba203cc249decb7affc4d2a53c06fd2df999e3d --- /dev/null +++ b/tests/auto/qml/qmldesigner/data/fx/tabs.qml @@ -0,0 +1,59 @@ +import Qt 4.7 + +TabWidget { + id: tabs + width: 640; height: 480 + + Rectangle { + property string title: "Red" + anchors.fill: parent + color: "#e3e3e3" + + Rectangle { + anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 } + color: "#ff7f7f" + Text { + width: parent.width - 20 + anchors.centerIn: parent; horizontalAlignment: Qt.AlignHCenter + text: "Roses are red" + font.pixelSize: 20 + wrapMode: Text.WordWrap + } + } + } + + Rectangle { + property string title: "Green" + anchors.fill: parent + color: "#e3e3e3" + + Rectangle { + anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 } + color: "#7fff7f" + Text { + width: parent.width - 20 + anchors.centerIn: parent; horizontalAlignment: Qt.AlignHCenter + text: "Flower stems are green" + font.pixelSize: 20 + wrapMode: Text.WordWrap + } + } + } + + Rectangle { + property string title: "Blue" + anchors.fill: parent; color: "#e3e3e3" + + Rectangle { + anchors { fill: parent; topMargin: 20; leftMargin: 20; rightMargin: 20; bottomMargin: 20 } + color: "#7f7fff" + Text { + width: parent.width - 20 + anchors.centerIn: parent; horizontalAlignment: Qt.AlignHCenter + text: "Violets are blue" + font.pixelSize: 20 + wrapMode: Text.WordWrap + } + } + } +} diff --git a/tests/auto/qml/qmldesigner/propertyeditortests/propertyeditortests.pro b/tests/auto/qml/qmldesigner/propertyeditortests/propertyeditortests.pro index 0f353ce58ded19fa17bf05201da6b00417ded4b3..6e387052ea82916a63900c63ac5c7c38b90e4654 100644 --- a/tests/auto/qml/qmldesigner/propertyeditortests/propertyeditortests.pro +++ b/tests/auto/qml/qmldesigner/propertyeditortests/propertyeditortests.pro @@ -5,7 +5,7 @@ QT += testlib \ script \ declarative DESTDIR = $$DESIGNER_BINARY_DIRECTORY -include(../../../../../src/plugins/qmldesigner/core/core.pri) +include(../../../../../src/plugins/qmldesigner/designercore/designercore.pri) include(../../../../../src/libs/qmljs/qmljs-lib.pri) HEADERS+=../../../../../src/libs/utils/changeset.h SOURCES+=../../../../../src/libs/utils/changeset.cpp diff --git a/tests/auto/qml/qmldesigner/propertyeditortests/testpropertyeditor.cpp b/tests/auto/qml/qmldesigner/propertyeditortests/testpropertyeditor.cpp index ce87286849d520609554bd3e753bfda3d71569b0..3b4a6ea0d194491274518b7731491d0f9e0d64fb 100644 --- a/tests/auto/qml/qmldesigner/propertyeditortests/testpropertyeditor.cpp +++ b/tests/auto/qml/qmldesigner/propertyeditortests/testpropertyeditor.cpp @@ -40,6 +40,7 @@ #include <bytearraymodifier.h> #include <invalididexception.h> #include <invalidmodelnodeexception.h> +#include <nodeproperty.h> #include <propertyeditor.h> #include <QDebug> #include <QDir> @@ -51,6 +52,7 @@ using namespace QmlDesigner; +#include <cstdio> #include "../common/statichelpers.cpp" @@ -173,7 +175,9 @@ TestPropertyEditor::TestPropertyEditor() void TestPropertyEditor::initTestCase() { +#ifndef QDEBUG_IN_TESTS qInstallMsgHandler(testMessageOutput); +#endif Exception::setShouldAssert(false); } @@ -197,7 +201,7 @@ void TestPropertyEditor::createCoreModel() int numberOfProperties = view->rootModelNode().propertyNames().count(); selectThrough(view->rootModelNode()); QCOMPARE(view->rootModelNode().propertyNames().count(), numberOfProperties); - } catch (Exception &exception) { + } catch (Exception &) { QFAIL("Exception thrown"); } } @@ -307,7 +311,7 @@ void TestPropertyEditor::createRect() QCOMPARE(childNode.propertyNames().count(), 4); QCOMPARE(childNode.variantProperty("scale").value(), QVariant()); - } catch (Exception &exception) { + } catch (Exception &) { QFAIL("Exception thrown"); } }