aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_pl.ts
AgeCommit message (Collapse)AuthorFilesLines
2014-12-15Translates: Update Polish translationMichal Labedzki1-70/+410
Also fix typo. Change-Id: If494e7ae8e24cf394b4c67208799e6fb358cf8f0 Reviewed-on: https://code.wireshark.org/review/5767 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2014-11-14Translations: Update Polish translationMichal Labedzki1-599/+717
All messages are translated now. Tłumaczenie Wiresharka jest teraz kompletne. Zachęcam do testowania i wytykania błędów. Change-Id: Iaffb2e581c765b5b3dff7750f878e6391539ebd6 Reviewed-on: https://code.wireshark.org/review/5293 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2014-11-07Call the default language preference setting "Use system setting".Guy Harris1-2/+2
That more correctly describes it - it doesn't do any form of automatic detection of anything, it just picks up the system settings from wherever Qt picks them up. Change-Id: I62d40719728cc9735e3b8f3e4202b7e61fc3f43b Reviewed-on: https://code.wireshark.org/review/5165 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-11-01Translations: Update Polish translationMichal Labedzki1-1064/+1472
Still not complete, but almost complete. Change-Id: I6e793c4f6648b423a42841347d22073c0b079767 Reviewed-on: https://code.wireshark.org/review/5040 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2014-09-18Update Polish TranslationMichal Labedzki1-186/+6395
It still not complete. Change-Id: I53c3efe9c6cf0456fcea55336114086445d3bfe9 Reviewed-on: https://code.wireshark.org/review/2719 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs1-0/+930
Make sure the Qt UI is named "Wireshark" and its executable is named "wireshark" or "wireshark.exe". Make sure the GTK+ UI is named "Wireshark 1" or "Wireshark (GTK+)" depending on how much the target audience is likely to care about UI toolkits. Make sure the GTK+ executable is named "wireshark-gtk" or "wireshark-gtk.exe". It looks like moving to Qt 5.3 (g978faf3) broke the PortableApps package. It's likely even more broken now. Autotools out-of-tree builds also broke on Ubuntu 12.02 (automake 1.11.3) at some point. The first attempt to compile in ui/qt returns "error: source_file.cpp: No such file or directory". The second attempt works. Out-of-tree builds work fine on Ubuntu 14.04 (automake 1.14.1). Tested: - Nmake builds - NSIS packaging - CMake builds (Windows, OS X) - Autotools build and distcheck - RPM packaging To do: - Test Debian packaging - Fix PortableApps Change-Id: I66429870e05fd2d6fc901942477959ed6164fce2 Reviewed-on: https://code.wireshark.org/review/3919 Reviewed-by: Gerald Combs <gerald@wireshark.org>