From 59e860cf2fc5a5f4c16d06836e7e89d0803b3af2 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Wed, 30 Oct 2013 13:31:53 +0100 Subject: [WIP] qt: Add support for Polish language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib63937e741b737f171a9b383a9cbabb55dfdd8ef Reviewed-on: https://code.wireshark.org/review/2553 Reviewed-by: Jörg Mayer --- ui/qt/CMakeLists.txt | 1 + ui/qt/Makefile.common | 2 + ui/qt/QtShark.pro | 1 + ui/qt/i18n.qrc | 1 + ui/qt/main.cpp | 3 + ui/qt/main_window_preferences_frame.ui | 5 + ui/qt/qtshark_pl.qm | Bin 0 -> 31 bytes ui/qt/qtshark_pl.ts | 930 +++++++++++++++++++++++++++++++++ 8 files changed, 943 insertions(+) create mode 100644 ui/qt/qtshark_pl.qm create mode 100644 ui/qt/qtshark_pl.ts (limited to 'ui') diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt index 5b4e51e2bd..055e54b13e 100644 --- a/ui/qt/CMakeLists.txt +++ b/ui/qt/CMakeLists.txt @@ -254,6 +254,7 @@ set(WIRESHARK_QT_TS qtshark_de.ts qtshark_en.ts # lupdate -pluralonly qtshark_fr.ts + qtshark_pl.ts qtshark_zh_CN.ts ) diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common index bce1c96575..de6b6488d8 100644 --- a/ui/qt/Makefile.common +++ b/ui/qt/Makefile.common @@ -260,6 +260,7 @@ TS_FILES = \ qtshark_de.ts \ qtshark_en.ts \ qtshark_fr.ts \ + qtshark_pl.ts \ qtshark_zh_CN.ts # @@ -270,6 +271,7 @@ QM_FILES = \ qtshark_de.qm \ qtshark_en.qm \ qtshark_fr.qm \ + qtshark_pl.qm \ qtshark_zh_CN.qm # diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro index 77d25423eb..154b011220 100644 --- a/ui/qt/QtShark.pro +++ b/ui/qt/QtShark.pro @@ -496,6 +496,7 @@ TRANSLATIONS = \ qtshark_de.ts \ qtshark_en.ts \ qtshark_fr.ts \ + qtshark_pl.ts \ qtshark_zh_CN.ts ICON = ../../packaging/macosx/Resources/Wireshark.icns diff --git a/ui/qt/i18n.qrc b/ui/qt/i18n.qrc index c4a0f09497..838c54586b 100644 --- a/ui/qt/i18n.qrc +++ b/ui/qt/i18n.qrc @@ -22,6 +22,7 @@ qtshark_de.qm qtshark_en.qm qtshark_fr.qm + qtshark_pl.qm qtshark_zh_CN.qm diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp index bcf4f62634..19087c5789 100644 --- a/ui/qt/main.cpp +++ b/ui/qt/main.cpp @@ -966,6 +966,9 @@ int main(int argc, char *argv[]) case 4: /* Chinese */ locale = "zh_CN"; break; + case 5: /* Polish */ + locale = "pl"; + break; default: /* Auto-Detect */ locale = QLocale::system().name(); break; diff --git a/ui/qt/main_window_preferences_frame.ui b/ui/qt/main_window_preferences_frame.ui index ab5db16354..f2b107c51e 100644 --- a/ui/qt/main_window_preferences_frame.ui +++ b/ui/qt/main_window_preferences_frame.ui @@ -335,6 +335,11 @@ Chinese + + + Polski + + diff --git a/ui/qt/qtshark_pl.qm b/ui/qt/qtshark_pl.qm new file mode 100644 index 0000000000..aaeed198f2 Binary files /dev/null and b/ui/qt/qtshark_pl.qm differ diff --git a/ui/qt/qtshark_pl.ts b/ui/qt/qtshark_pl.ts new file mode 100644 index 0000000000..bee4254da9 --- /dev/null +++ b/ui/qt/qtshark_pl.ts @@ -0,0 +1,930 @@ + + + + + ByteViewTab + + Packet bytes + Bajty pakietu + + + + CaptureFilterCombo + + Capture filter selector + Wybór filtru przechwytywania + + + + CaptureFilterEdit + + Capture filter entry + Wpis filtru przechwytywania + + + Enter a capture filter %1 + Wpisz filtr przechwytywania %1 + + + + CapturePreferencesFrame + + Frame + Ramka + + + Default interface + Domyślny interfejs + + + + ColumnPreferencesFrame + + Frame + Ramka + + + Displayed + Wyświetlaj + + + Title + Tytuł + + + Type + Typ + + + Field name + Filtr + + + Field occurence + Ilość wystąpień + + + + DisplayFilterCombo + + Display filter selector + Wybór filtru wyświetlania + + + + DisplayFilterEdit + + Display filter entry + Wpis filtru wyświetlania + + + Enter a display filter %1 + Wpisz filtr wyświetlania %1 + + + Apply a display filter %1 <%2/> + Zastosuj filtr wyświetlania %1 <%2/> + + + Invalid filter + Nieprawidłowy filtr + + + + FilterExpressionsPreferencesFrame + + Frame + Ramka + + + Enabled + Aktywny + + + Label + Opis + + + Filter Expression + Wyrażenie filtru + + + + FontColorPreferencesFrame + + Frame + Ramka + + + Main window font: + Główna czcionka: + + + Select Font + Wybierz czcionkę + + + Colors: + Kolory: + + + Sample ignored packet text + Przykładowy ignorowany pakiet + + + Sample marked packet text + Przykładowy zaznaczony pakiet + + + Sample "Follow Stream" client text + Przykładowy "Podążaj za strumieniem" pakiet klienta + + + Sample "Follow Stream" server text + Przykładowy "Podążaj za strumieniem" pakiet serwera + + + Sample valid filter + Przykładowy prawidłowy filtr + + + Sample invalid filter + Przykładowy nieprawidłowy filtr + + + Sample deprecated filter + Przykładowy nie w pełni prawidłowy filtr + + + Wireshark: Font + Wireshark: Czcionka + + + + InterfaceTree + + Welcome screen list + Ekran startowy + + + Waiting for startup + Wczytywanie + + + Interface information not available + Interfejsy niedostępne + + + + LayoutPreferencesFrame + + Frame + Ramka + + + Pane 1: + Komponent 1: + + + Packet List + Lista pakietów + + + Packet Details + Szczegóły pakietu + + + Packet Bytes + Bajty pakietu + + + None + Brak + + + Pane 2: + Komponent 2: + + + Pane 3: + Komponent 3: + + + + MainStatusBar + + Ready to load or capture + Gotowy na wczytanie pliku lub przechwytywanie + + + Ready to load file + Gotowy na wczytanie pliku + + + Manage Profiles... + Zarządzaj profilami... + + + New... + Nowy... + + + Edit... + Edytuj... + + + Delete + Usuń + + + Switch to + Przełącz do + + + is the highest expert info level + jest najwyższym poziomem informacji eksperckiej + + + ERROR + BŁĄD + + + WARNING + OSTRZEŻENIE + + + NOTE + NOTKA + + + CHAT + CZAT + + + No expert info + Brak informacji eksperckiej + + + Profile: + Profil: + + + Packets: %1 %4 Displayed: %2 %4 Marked: %3 + Pakiety: %1 %4 Wyświetlanych: %2 %4 Zaznaczonych: %3 + + + %1 Dropped: %2 + %1 Porzuconych: %2 + + + %1 Ignored: %2 + %1 Ignorowanych: %2 + + + %1 Load time: %2:%3.%4 + %1 Czas ładowania: %2:%3.%4 + + + No Packets + Brak pakietów + + + + MainWelcome + + Form + Formularz + + + Capture filter: + Filtr przechwytywania: + + + <html><head/> +<body> + +<h2><a href="http://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></h2> +<p> +How to install Wireshark and how to use each of its features.<br/> +Other formats and command-line man pages can be found on<br/> +the <a href="http://www.wireshark.org/docs/">documentation page</a>. +</p> + +<h2><a href="http://wiki.wireshark.org/">The Wireshark Wiki</a></h2> +<p> +User-contributed pages on different aspects of using Wireshark.<br/> +Capturing in different environments, filtering, specific protocols,<br/> +and a variety of other information. +</p> + +<h2><a href="http://ask.wireshark.org/">Wireshark Q&amp;A</a></h2> +<p> +Question and answer site for Wireshark and protocol analysis. +</p> + +<h2><a href="http://www.wireshark.org/lists/">Mailing Lists</a></h2> +<p> +In-depth discussions about Wireshark and protocol analysis. +</p> + +</body></html> + <html><head/> +<body> + +<h2><a href="http://www.wireshark.org/docs/wsug_html_chunked/">Podręcznik użytkownika</a></h2> +<p> +How to install Wireshark and how to use each of its features.<br/> +Other formats and command-line man pages can be found on<br/> +the <a href="http://www.wireshark.org/docs/">documentation page</a>. +</p> + +<h2><a href="http://wiki.wireshark.org/">Wireshark Wiki</a></h2> +<p> +User-contributed pages on different aspects of using Wireshark.<br/> +Capturing in different environments, filtering, specific protocols,<br/> +and a variety of other information. +</p> + +<h2><a href="http://ask.wireshark.org/">Wireshark Q&amp;A</a></h2> +<p> +Question and answer site for Wireshark and protocol analysis. +</p> + +<h2><a href="http://www.wireshark.org/lists/">Grupa Dyskusujne</a></h2> +<p> +In-depth discussions about Wireshark and protocol analysis. +</p> + +</body></html> + + + Capture +live packets from your network + Przechwytuj pakiety + + + Open +a recent capture file + Otwórz ostatni plik + + + Learn +more about Wireshark + Naucz się więcej o Wiresharku + + + not found + nie znaleziono + + + + MainWindow + + Wireshark + Przewodowy Rekin + Wireshark + + + Go to packet + Idź do pakiety + + + Cancel + Anuluj + + + File + Plik + + + Open Recent + Ostatnio otwarte + + + Export Objects + Eksportuj obiekty + + + Edit + Edytuj + + + Copy + Kopiuj + + + Capture + Przechwytuj + + + Help + Pomoc + + + Go + Idź + + + View + Widok + + + Statistics + Statystyki + + + Telephony + Telefonia + + + Open + Otwórz + + + &About Wireshark + O progr&amie Wireshark + + + Next Packet + Następny pakiet + + + Stop and Save + Zatrzymaj i zapisz + + + Stop and Quit without Saving + Zatrzymaj i zamknij bez zapisywania + + + Quit without Saving + Wyjdź bez zapisywania + + + Loading: %1 + Ładowanie: %1 + + + No Interface Selected + Brak wybranego interfejsu + + + + MainWindowPreferencesFrame + + Frame + Ramka + + + Remember main window size and placement + Pamiętaj rozmiar i położenie głównego okna programu + + + Icons only + Tylko ikony + + + Text only + Tylko tekst + + + Icons & Text + Ikony i tekst + + + Filter toolbar style: + Styl paska filtrów: + + + Language: + Language / Język: + + + + PreferencesDialog + + Wireshark: Preferences + Wireshark: Ustawienia + + + Appearance + Wygląd + + + Layout + Układ + + + Columns + Kolumny + + + Font and Colors + Czcionki i kolory + + + Capture + Przechwytywanie + + + Filter Bookmarks + Zakładki filtrów + + + Advanced + Zaawansowane + + + Wireshark: + Wireshark: + + + + PrintDialog + + Wireshark: Print + Wireshark: Drukowanie + + + + ProtoTree + + Packet details + Detale pakietu + + + Apply as Filter + Zastosuj filtr + + + Prepare a Filter + Przygotuj filtr + + + Colorize with Filter + Koloruj filtr + + + Copy + Kopiuj + + + Bytes + Bajtów + + + , 1 byte + , 1 bajt + + + , %1 bytes + , %1 bajtów + + + + QObject + + Edit... + Edytuj... + + + Browse... + Przeglądaj... + + + Has this preference been changed? + Czy to ustawienie zostało zmienione? + + + Default value is empty + Domyślna wartość jest pusta + + + Avgerage Througput (bits/s) + Średnia Przepustowość (bit/s) + + + Round Trip Time (ms) + Czas podróży (ms) + + + Segment Length (B) + Długość Segmentu (B) + + + Sequence Number (B) + Numer Sekwencyjny (B) + + + Time (s) + Czas (s) + + + Window Size (B) + Rozmiar Okna (B) + + + + SummaryDialog + + Wireshark - Summary + Wireshark - Podsumowanie + + + File capture details + Szczegóły pliku + + + File + Plik + + + Name + Nazwa + + + / + / + + + Length + Rozmiar + + + Format + Format + + + Encapsulation + Enkapsulacja + + + Time + Czas + + + First packet + Pierwszy pakiet + + + Last packet + Ostatni pakiet + + + + TCPStreamDialog + + Dialog + Okno + + + 0 + ? + 0 + + + Zoom In + Pomniejsz + + + Zoom in + Pomniejsz + + + + + ? + + + + + Zoom Out + Powiększ + + + Zoom out + Powiększ + + + - + ? + - + + + D + ? + D + + + G + ? + G + + + Z + ? + Z + + + S + ? + S + + + T + ? + T + + + 1 + ? + 1 + + + 2 + ? + 2 + + + 3 + 3 + + + Window Scaling + Okno skalowania + + + Switch to the Window Scaling graph + Przełącz do okna skalowania grafu + + + 5 + 5 + + + Time / Sequence (tcptrace) + Czas / Sekwencja (tcptrace) + + + Switch to the tcptrace-style Time / Sequence graph + Przełącz do stylu tcptrace graf Czas / Sekwencja + + + 4 + ? + 4 + + + Save As... + Zapisz jako... + + + No Capture Data + Brak przechwyconych danych + + + %1 %2 pkts, %3 %4 %5 pkts, %6 + %1 %2 pakietów, %3 %4 %5 punktów, %6 + + + Sequence Numbers (Stevens) + Numery sekwencyjne (Stevens) + + + Sequence Numbers (tcptrace) + Numery sekwencyjne (tcptrace) + + + (1s MA) + (1s MA) + + + (%1 Segment MA) + (%1 Segment MA) + + + [not enough data] + [niewystarczające dane] + + + for %1:%2 %3 %4:%5 + dla %1:%2 %3 %4:%5 + + + %1 %2 (%3s len %4 seq %5 ack %6 win %7) + %1 %2 (%3s rozmiar %4 numer sekwencyjny %5 potwierdzone %6 wygrane %7) + + + Click to select packet + Kliknij by wybrać pakiet + + + Packet + Pakiet + + + Release to zoom, x = %1 to %2, y = %3 to %4 + Powiększenie, x = %1 to %2, y = %3 to %4 + + + Unable to select range. + Niemożna wybrać danego zakresu. + + + Click to select a portion of the graph. + Kliknij by wybrać obszar grafu. + + + Portable Document Format (*.pdf) + PDF Format (*.pdf) + + + Portable Network Graphics (*.png) + PNG Format (*.png) + + + Windows Bitmap (*.bmp) + Bitmapa Windows Format (*.bmp) + + + JPEG File Interchange Format (*.jpeg *.jpg) + JPEG Format (*.jpeg *.jpg) + + + Wireshark: Save Graph As... + Wireshark: Zapisz obraz jako... + + + + TimeShiftDialog + + Wireshark: Time Shift + Wireshark: Przesunięcie Czasu + + + Shift all packets by + Przesuń czas wszystkich pakietów o + + + <html><head/><body><p><span style=" font-size:small; font-style:italic;">[-][[hh:]mm:]ss[.ddd] </span></p></body></html> + <html><head/><body><p><span style=" font-size:small; font-style:italic;">[-][[hh:]mm:]ss[.ddd] </span></p></body></html> + + + Set the time for packet + Ustaw czas dla pakietu + + + to + do + + + ...then set packet + ...następnie ustaw pakiet + + + and extrapolate the time for all other packets + i ekstrapoluj czas dla dla innych pakietów + + + <html><head/><body><p align="right"><span style=" font-size:small; font-style:italic;">[YYYY-MM-DD] hh:mm:ss[.ddd] </span></p></body></html> + <html><head/><body><p align="right"><span style=" font-size:small; font-style:italic;">[YYYY-MM-DD] hh:mm:ss[.ddd] </span></p></body></html> + + + Undo all shifts + Cofnij wszystkie zmiany + + + Frame numbers must be between 1 and %1. + Numer ramki musi być z zakresu 1-%1. + + + Invalid frame number. + Nieprawidłowy numer ramki. + + + Time shifting is not available capturing packets. + Przesunięcie czasu nie jest dostępne dla zgrywanych pakietów. + + + + UatDialog + + Create a new profile using default settings. + Utwórz nowy profil używając ustawień domyślnych. + + + Remove this profile. + Usuń profil. + + + Copy this profile. + Kopiuj ten profil. + + + Unknown User Accessible Table + Nieznana Tabela Użytkownika + + + Open + Otwórz + + + -- cgit v1.2.3