aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-07-07 08:12:29 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-07-20 18:02:33 +0000
commitb1532b21bed4721e0510f2e6e42082f40ac18df3 (patch)
tree7d6218340292a36d4b158a79f05956b7b7d8618e /ui
parentbb53fba9520916c17de09eb6572529a44033dba5 (diff)
start support for the Japanese language in the Qt version
just the framework and some simple translations Change-Id: I7653a9c6ab26b391bfe2942d088d233996030576 Reviewed-on: https://code.wireshark.org/review/3134 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/CMakeLists.txt1
-rw-r--r--ui/qt/Makefile.common1
-rw-r--r--ui/qt/QtShark.pro1
-rw-r--r--ui/qt/i18n.qrc1
-rw-r--r--ui/qt/main.cpp3
-rw-r--r--ui/qt/main_window_preferences_frame.ui5
-rw-r--r--ui/qt/qtshark_ja_JP.qmbin0 -> 308 bytes
-rw-r--r--ui/qt/qtshark_ja_JP.ts8551
8 files changed, 8563 insertions, 0 deletions
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index 2aa44bbf33..20a07f3c21 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -255,6 +255,7 @@ set(WIRESHARK_QT_TS
qtshark_de.ts
qtshark_en.ts # lupdate -pluralonly
qtshark_fr.ts
+ qtshark_ja_JP.ts
qtshark_pl.ts
qtshark_zh_CN.ts
)
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 75157073c9..b6fbad30e6 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -262,6 +262,7 @@ TS_FILES = \
qtshark_de.ts \
qtshark_en.ts \
qtshark_fr.ts \
+ qtshark_ja_JP.ts \
qtshark_pl.ts \
qtshark_zh_CN.ts
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index b992f773f3..bde3136e5a 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -497,6 +497,7 @@ TRANSLATIONS = \
qtshark_de.ts \
qtshark_en.ts \
qtshark_fr.ts \
+ qtshark_ja_JP.ts \
qtshark_pl.ts \
qtshark_zh_CN.ts
diff --git a/ui/qt/i18n.qrc b/ui/qt/i18n.qrc
index 838c54586b..51aadfc5e4 100644
--- a/ui/qt/i18n.qrc
+++ b/ui/qt/i18n.qrc
@@ -22,6 +22,7 @@
<file>qtshark_de.qm</file>
<file>qtshark_en.qm</file>
<file>qtshark_fr.qm</file>
+ <file>qtshark_ja_JP.qm</file>
<file>qtshark_pl.qm</file>
<file>qtshark_zh_CN.qm</file>
</qresource>
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index c08d9717bb..22297854e3 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -939,6 +939,9 @@ int main(int argc, char *argv[])
case 5: /* Polish */
locale = "pl";
break;
+ case 6: /* Japanese */
+ locale = "ja_JP";
+ 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 f2b107c51e..4ae6415630 100644
--- a/ui/qt/main_window_preferences_frame.ui
+++ b/ui/qt/main_window_preferences_frame.ui
@@ -340,6 +340,11 @@
<string>Polski</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>Japanese</string>
+ </property>
+ </item>
</widget>
</item>
<item>
diff --git a/ui/qt/qtshark_ja_JP.qm b/ui/qt/qtshark_ja_JP.qm
new file mode 100644
index 0000000000..8c4249c303
--- /dev/null
+++ b/ui/qt/qtshark_ja_JP.qm
Binary files differ
diff --git a/ui/qt/qtshark_ja_JP.ts b/ui/qt/qtshark_ja_JP.ts
new file mode 100644
index 0000000000..2556cab252
--- /dev/null
+++ b/ui/qt/qtshark_ja_JP.ts
@@ -0,0 +1,8551 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ja_JP">
+<context>
+ <name>AboutDialog</name>
+ <message>
+ <location filename="about_dialog.ui" line="14"/>
+ <source>About Wireshark</source>
+ <translation>wireshark について</translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="40"/>
+ <source>Wireshark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="76"/>
+ <source>&lt;span size=\&quot;x-large\&quot; weight=\&quot;bold\&quot;&gt;Network Protocol Analyzer&lt;/span&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="157"/>
+ <source>Authors</source>
+ <translation>著者</translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="171"/>
+ <source>Folders</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="197"/>
+ <source>Plugins</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="about_dialog.ui" line="223"/>
+ <source>License</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ByteViewTab</name>
+ <message>
+ <location filename="byte_view_tab.cpp" line="30"/>
+ <source>Packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CaptureFileDialog</name>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="159"/>
+ <location filename="capture_file_dialog.cpp" line="172"/>
+ <source>This capture file contains comments.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="160"/>
+ <source>The file format you chose doesn&apos;t support comments. Do you want to save the capture in a format that supports comments or discard the comments and save in the format you chose?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="165"/>
+ <location filename="capture_file_dialog.cpp" line="176"/>
+ <source>Discard comments and save</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="166"/>
+ <source>Save in another format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="173"/>
+ <source>No file format in which it can be saved supports comments. Do you want to discard the comments and save in the format you chose?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="393"/>
+ <source>All Files (*.*)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="435"/>
+ <source>Format:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="440"/>
+ <source>Size:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="445"/>
+ <source>Packets:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="450"/>
+ <source>First Packet:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="455"/>
+ <source>Elapsed Time:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="467"/>
+ <source>Prepend packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="468"/>
+ <source>Insert packets from the selected file before the current file. Packet timestamps will be ignored.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="471"/>
+ <source>Merge chronologically</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="472"/>
+ <source>Insert packets in chronological order.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="476"/>
+ <source>Append packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="477"/>
+ <source>Insert packets from the selected file after the current file. Packet timestamps will be ignored.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="492"/>
+ <source>Display Filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="501"/>
+ <source>Automatic</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="510"/>
+ <source>&amp;MAC name resolution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="514"/>
+ <source>&amp;Transport name resolution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="518"/>
+ <source>&amp;Network name resolution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="522"/>
+ <source>&amp;External name resolver</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="528"/>
+ <source>Compress with g&amp;zip</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="559"/>
+ <source>Wireshark: Open Capture File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="595"/>
+ <source>Wireshark: Save Capture File As</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="601"/>
+ <source>Save as:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="623"/>
+ <source>Wireshark: Export Specified Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="627"/>
+ <source>Export as:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="656"/>
+ <source>Wireshark: Merge Capture File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="758"/>
+ <location filename="capture_file_dialog.cpp" line="759"/>
+ <location filename="capture_file_dialog.cpp" line="760"/>
+ <location filename="capture_file_dialog.cpp" line="761"/>
+ <location filename="capture_file_dialog.cpp" line="762"/>
+ <source>-</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="769"/>
+ <source>directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="776"/>
+ <source>unknown file format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="778"/>
+ <source>error opening file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="792"/>
+ <source>%1 bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="821"/>
+ <source>error after reading %1 packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="827"/>
+ <source>more than %1 (preview timeout)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="846"/>
+ <source>?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_file_dialog.cpp" line="852"/>
+ <source>unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CaptureFilterCombo</name>
+ <message>
+ <location filename="capture_filter_combo.cpp" line="45"/>
+ <source>Capture filter selector</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CaptureFilterEdit</name>
+ <message>
+ <location filename="capture_filter_edit.cpp" line="84"/>
+ <source>Capture filter entry</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_filter_edit.cpp" line="86"/>
+ <source>Enter a capture filter %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CaptureInterfacesDialog</name>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="14"/>
+ <source>Wireshark: Capture interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="24"/>
+ <source>Input</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="61"/>
+ <source>Interface</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="66"/>
+ <source>Traffic</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="71"/>
+ <source>Link-layer header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="76"/>
+ <source>Prom. mode</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="81"/>
+ <source>Snaplen [B]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="86"/>
+ <source>Buffer [MB]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="91"/>
+ <source>Mon. Mode</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="96"/>
+ <source>Capture Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="108"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="111"/>
+ <source>Capture packets in promiscuous mode on all interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="133"/>
+ <source>Capture Filter for selected Interfaces:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="159"/>
+ <source>Add a </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="162"/>
+ <source>Manage Interfaces...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="169"/>
+ <source>Compile BPFs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="181"/>
+ <source>Output</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="189"/>
+ <source>Output format:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="196"/>
+ <source>pcap-ng</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="203"/>
+ <source>pcap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="225"/>
+ <source>Capture directly to file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="237"/>
+ <source>Browse...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="244"/>
+ <source>File:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="257"/>
+ <source>Create a new file automatically after...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="290"/>
+ <location filename="capture_interfaces_dialog.ui" line="577"/>
+ <source>Megabytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="295"/>
+ <location filename="capture_interfaces_dialog.ui" line="582"/>
+ <source>Kilobytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="300"/>
+ <location filename="capture_interfaces_dialog.ui" line="587"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="309"/>
+ <location filename="capture_interfaces_dialog.ui" line="551"/>
+ <source>seconds</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="314"/>
+ <location filename="capture_interfaces_dialog.ui" line="556"/>
+ <source>minutes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="319"/>
+ <location filename="capture_interfaces_dialog.ui" line="561"/>
+ <source>hours</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="327"/>
+ <location filename="capture_interfaces_dialog.ui" line="536"/>
+ <source>packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="381"/>
+ <source>Reuse old files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="405"/>
+ <source>Options</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="413"/>
+ <source>Display Options</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="425"/>
+ <source>Update list of packets in real-time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="432"/>
+ <source>Automatically scroll during live capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="439"/>
+ <source>Show extra capture information dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="449"/>
+ <source>Name Resolution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="458"/>
+ <source>Resolve MAC Addresses</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="465"/>
+ <source>Resolve network names</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="472"/>
+ <source>Resolve transport names</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.ui" line="497"/>
+ <source>Stop capture automatically after...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="66"/>
+ <source>Start</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="177"/>
+ <location filename="capture_interfaces_dialog.cpp" line="362"/>
+ <location filename="capture_interfaces_dialog.cpp" line="377"/>
+ <source>enabled</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="177"/>
+ <location filename="capture_interfaces_dialog.cpp" line="362"/>
+ <location filename="capture_interfaces_dialog.cpp" line="377"/>
+ <source>disabled</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="306"/>
+ <source>Addresses:
+%1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="308"/>
+ <source>no address</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="377"/>
+ <source>n/a</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="452"/>
+ <location filename="capture_interfaces_dialog.cpp" line="458"/>
+ <source>Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="453"/>
+ <source>Set a filter string to compile.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="459"/>
+ <source>No interfaces selected.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CapturePreferencesFrame</name>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="20"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="29"/>
+ <source>Default interface</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="63"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="66"/>
+ <source>Capture packets in promiscuous mode</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="73"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Capture packets in the next-generation capture file format.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="76"/>
+ <source>Capture packets in pcap-ng format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="83"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Update the list of packets while capture is in progress. This can result in dropped packets on high-speed networks.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="86"/>
+ <source>Update list of packets in real time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="93"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Keep the packet list scrolled to the bottom while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="96"/>
+ <source>Automatic scrolling in live capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="103"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the capture summary dialog while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_preferences_frame.ui" line="106"/>
+ <source>Show the capture summary dialog while capturing</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ColumnPreferencesFrame</name>
+ <message>
+ <location filename="column_preferences_frame.ui" line="20"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="column_preferences_frame.ui" line="30"/>
+ <source>Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="column_preferences_frame.ui" line="35"/>
+ <source>Title</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="column_preferences_frame.ui" line="40"/>
+ <source>Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="column_preferences_frame.ui" line="45"/>
+ <source>Field name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="column_preferences_frame.ui" line="50"/>
+ <source>Field occurrence</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>CompiledFilterOutput</name>
+ <message>
+ <location filename="compiled_filter_output.ui" line="14"/>
+ <source>Compiled Filter Output</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>DecodeAsDialog</name>
+ <message>
+ <location filename="decode_as_dialog.ui" line="14"/>
+ <source>Wireshark: Decode As</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="27"/>
+ <source>Field</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="30"/>
+ <source>Match using this field</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="35"/>
+ <source>Value</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="38"/>
+ <source>Current &quot;Decode As&quot; behavior</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="43"/>
+ <source>Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="48"/>
+ <source>Default</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="51"/>
+ <source>Default &quot;Decode As&quot; behavior</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="56"/>
+ <source>Current</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="59"/>
+ <source>Change behavior when the protocol field matches this value</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="69"/>
+ <source>Change the dissection behavior for a protocol.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="83"/>
+ <source>Remove this dissection behavior.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.ui" line="94"/>
+ <source>Copy this dissection behavior.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.cpp" line="347"/>
+ <source>String</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.cpp" line="349"/>
+ <source>Integer, base </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="decode_as_dialog.cpp" line="361"/>
+ <source>unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>DisplayFilterCombo</name>
+ <message>
+ <location filename="display_filter_combo.cpp" line="45"/>
+ <source>Display filter selector</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_combo.cpp" line="78"/>
+ <source>Select from previously used filters</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>DisplayFilterEdit</name>
+ <message>
+ <location filename="display_filter_edit.cpp" line="90"/>
+ <source>Display filter entry</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="93"/>
+ <source>Enter a display filter %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="95"/>
+ <source>Apply a display filter %1 &lt;%2/&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="140"/>
+ <source>Bookmark this filter string</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="160"/>
+ <source>Clear the filter string and update the display</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="190"/>
+ <source>Apply this filter string to the display</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="279"/>
+ <source>&quot;%1&quot; may have unexpected results (see the User&apos;s Guide)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="display_filter_edit.cpp" line="286"/>
+ <source>Invalid filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ExportDissectionDialog</name>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="62"/>
+ <source>Wireshark: Export Packet Dissections</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="64"/>
+ <source>Export as:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="68"/>
+ <source>Plain text (*.txt)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="69"/>
+ <source>Comma Separated Values - summary (*.csv)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="70"/>
+ <source>PSML - summary (*.psml, *.xml)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="71"/>
+ <source>PDML - details (*.pdml, *.xml)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_dissection_dialog.cpp" line="72"/>
+ <source>C Arrays - bytes (*.c, *.h)</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ExportObjectDialog</name>
+ <message>
+ <location filename="export_object_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="36"/>
+ <source>Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="41"/>
+ <source>Hostname</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="46"/>
+ <source>Content Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="51"/>
+ <source>Size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="56"/>
+ <source>Filename</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.ui" line="85"/>
+ <source>Searching for objects</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="113"/>
+ <source>Wireshark: %1 object list</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="189"/>
+ <source>Tap registration error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="190"/>
+ <source>Unable to register </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="190"/>
+ <source> tap: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="265"/>
+ <source>Wireshark: Save Object As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="282"/>
+ <source>Wireshark: Save All Objects In...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="321"/>
+ <source>Object Export</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_object_dialog.cpp" line="322"/>
+ <source>Some files could not be saved.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ExportPDUDialog</name>
+ <message>
+ <location filename="export_pdu_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="export_pdu_dialog.ui" line="45"/>
+ <source>Display filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>FileSetDialog</name>
+ <message>
+ <location filename="file_set_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.ui" line="30"/>
+ <source>Directory:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.ui" line="93"/>
+ <source>Filename</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.ui" line="98"/>
+ <source>Created</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.ui" line="103"/>
+ <source>Modified</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.ui" line="108"/>
+ <source>Size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.cpp" line="95"/>
+ <source>Wireshark: No files in Set</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.cpp" line="96"/>
+ <source>No capture loaded</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.cpp" line="114"/>
+ <source>Open this capture file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="file_set_dialog.cpp" line="125"/>
+ <source>Wireshark: %1 File%2 in Set</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>FilterExpressionsPreferencesFrame</name>
+ <message>
+ <location filename="filter_expressions_preferences_frame.ui" line="14"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="filter_expressions_preferences_frame.ui" line="24"/>
+ <source>Enabled</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="filter_expressions_preferences_frame.ui" line="29"/>
+ <source>Label</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="filter_expressions_preferences_frame.ui" line="34"/>
+ <source>Filter Expression</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>FollowStreamDialog</name>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="20"/>
+ <source>Follow Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="36"/>
+ <source>Hint.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="61"/>
+ <source>Show data as</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="88"/>
+ <source>Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="102"/>
+ <source>Find:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.ui" line="112"/>
+ <source>Find &amp;Next</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="95"/>
+ <source>Hide this stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="98"/>
+ <source>Print</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="101"/>
+ <source>Save as...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <location filename="follow_stream_dialog.cpp" line="145"/>
+ <source>%Ln client pkt(s), </source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message numerus="yes">
+ <location filename="follow_stream_dialog.cpp" line="146"/>
+ <source>%Ln server pkt(s), </source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message numerus="yes">
+ <location filename="follow_stream_dialog.cpp" line="147"/>
+ <source>%Ln turn(s).</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="818"/>
+ <source>No capture file.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="818"/>
+ <source>Please make sure you have a capture file opened.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="824"/>
+ <location filename="follow_stream_dialog.cpp" line="834"/>
+ <location filename="follow_stream_dialog.cpp" line="841"/>
+ <location filename="follow_stream_dialog.cpp" line="849"/>
+ <source>Error following stream.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="824"/>
+ <source>Capture file invalid.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="834"/>
+ <source>Please make sure you have a TCP packet selected.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="841"/>
+ <source>Please make sure you have a UDP packet selected.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="850"/>
+ <source>Please make sure you have an SSL packet selected.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="870"/>
+ <source>Error creating filter for this stream.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="871"/>
+ <source>A transport or network layer header is needed.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <location filename="follow_stream_dialog.cpp" line="928"/>
+ <source>%Ln total stream(s).</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="1003"/>
+ <source>Could not read from temporary file %1: %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="1008"/>
+ <location filename="follow_stream_dialog.cpp" line="1239"/>
+ <source>Short read from temporary file %1: expected %2, got %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="follow_stream_dialog.cpp" line="1291"/>
+ <source>Error reading temporary file</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>FontColorPreferencesFrame</name>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="20"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="31"/>
+ <source>Main window font:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="38"/>
+ <source>Select Font</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="70"/>
+ <source>Colors:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="89"/>
+ <source>Sample ignored packet text</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="109"/>
+ <source>Sample marked packet text</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="129"/>
+ <source>Sample &quot;Follow Stream&quot; client text</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="149"/>
+ <source>Sample &quot;Follow Stream&quot; server text</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="199"/>
+ <source>Sample valid filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="209"/>
+ <source>Sample invalid filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.ui" line="219"/>
+ <source>Sample deprecated filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="font_color_preferences_frame.cpp" line="189"/>
+ <source>Wireshark: Font</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>IOGraph</name>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1715"/>
+ <source>Unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>IOGraphDialog</name>
+ <message>
+ <location filename="io_graph_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message utf8="true">
+ <location filename="io_graph_dialog.ui" line="30"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
+
+&lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
+&lt;table&gt;&lt;tbody&gt;
+
+&lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;Toggle mouse drag / zoom&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;Toggle capture / session time origin&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;Toggle crosshairs&lt;/td&gt;&lt;/th&gt;
+
+&lt;/tbody&gt;&lt;/table&gt;
+&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="72"/>
+ <source>Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="77"/>
+ <source>Display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="82"/>
+ <source>Color</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="87"/>
+ <source>Style</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="92"/>
+ <source>Y Axis</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="97"/>
+ <source>Y Field</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="102"/>
+ <source>Smoothing</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="112"/>
+ <source>Change the dissection behavior for a protocol.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="126"/>
+ <source>Remove this dissection behavior.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="137"/>
+ <source>Copy this dissection behavior.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="164"/>
+ <source>Mouse</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="171"/>
+ <source>Drag using the mouse button.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="174"/>
+ <source>drags</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="184"/>
+ <source>Select using the mouse button.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="187"/>
+ <source>zooms</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="210"/>
+ <source>Interval</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="233"/>
+ <source>Time of day</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="253"/>
+ <source>Log scale</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="273"/>
+ <source>Reset</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="292"/>
+ <source>Reset Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="295"/>
+ <source>Reset the graph to its initial state.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="298"/>
+ <source>0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="303"/>
+ <location filename="io_graph_dialog.ui" line="306"/>
+ <source>Zoom In</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="309"/>
+ <source>+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="314"/>
+ <location filename="io_graph_dialog.ui" line="317"/>
+ <source>Zoom Out</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="320"/>
+ <source>-</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="325"/>
+ <location filename="io_graph_dialog.ui" line="328"/>
+ <source>Move Up 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="331"/>
+ <source>Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="336"/>
+ <location filename="io_graph_dialog.ui" line="339"/>
+ <source>Move Left 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="342"/>
+ <source>Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="347"/>
+ <location filename="io_graph_dialog.ui" line="350"/>
+ <source>Move Right 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="353"/>
+ <source>Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="358"/>
+ <location filename="io_graph_dialog.ui" line="361"/>
+ <source>Move Down 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="364"/>
+ <source>Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="369"/>
+ <location filename="io_graph_dialog.ui" line="372"/>
+ <source>Move Up 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="375"/>
+ <source>Shift+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="380"/>
+ <location filename="io_graph_dialog.ui" line="383"/>
+ <source>Move Left 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="386"/>
+ <source>Shift+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="391"/>
+ <location filename="io_graph_dialog.ui" line="394"/>
+ <source>Move Right 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="397"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="402"/>
+ <source>Move Down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="405"/>
+ <source>Move down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="408"/>
+ <source>Shift+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="413"/>
+ <source>Go To Packet Under Cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="416"/>
+ <source>Go to packet currently under the cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="419"/>
+ <source>G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="424"/>
+ <source>Drag / Zoom</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="427"/>
+ <source>Toggle mouse drag / zoom behavior</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="430"/>
+ <source>Z</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="435"/>
+ <source>Capture / Session Time Origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="438"/>
+ <source>Toggle capture / session time origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="441"/>
+ <source>T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="446"/>
+ <source>Crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="449"/>
+ <source>Toggle crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.ui" line="452"/>
+ <source>Space</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="206"/>
+ <source>Save As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="213"/>
+ <source>0.001 sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="214"/>
+ <source>0.01 sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="215"/>
+ <source>0.1 sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="216"/>
+ <source>1 sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="217"/>
+ <source>10 sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="218"/>
+ <source>1 min</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="219"/>
+ <source>10 min</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="245"/>
+ <source>Time (s)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="250"/>
+ <source>Wireshark IO Graphs: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="254"/>
+ <source>No Capture Data</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="381"/>
+ <source>All packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="385"/>
+ <source>TCP errors</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="822"/>
+ <source>Hover over the graph for details.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="824"/>
+ <source>No packets in interval</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="828"/>
+ <source>%1 %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="829"/>
+ <source>Click to select packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="829"/>
+ <source>Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="833"/>
+ <source>%1 (%2s%3).</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="844"/>
+ <source>Release to zoom, x = %1 to %2, y = %3 to %4</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="850"/>
+ <source>Unable to select range.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="853"/>
+ <source>Click to select a portion of the graph.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1468"/>
+ <source>Portable Document Format (*.pdf)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1469"/>
+ <source>Portable Network Graphics (*.png)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1470"/>
+ <source>Windows Bitmap (*.bmp)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1472"/>
+ <source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1483"/>
+ <source>Wireshark: Save Graph As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ImportTextDialog</name>
+ <message>
+ <location filename="import_text_dialog.ui" line="26"/>
+ <source>Wireshark: Import from Hex Dump</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="41"/>
+ <source>Import From</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="49"/>
+ <source>File:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="62"/>
+ <source>Set name of text file to import</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="69"/>
+ <source>Browse for text file to import</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="72"/>
+ <source>Browse...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="83"/>
+ <source>Offsets in the text file are in octal notation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="86"/>
+ <source>Octal</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="93"/>
+ <source>Offsets:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="100"/>
+ <source>Offsets in the text file are in hexadecimal notation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="103"/>
+ <source>Hexadecimal</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="113"/>
+ <source>Offsets in the text file are in decimal notation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="116"/>
+ <source>Decimal</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="140"/>
+ <location filename="import_text_dialog.ui" line="150"/>
+ <source>The format in which to parse timestamps in the text file (eg. %H:%M:%S.). Format specifiers are based on strptime(3)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="143"/>
+ <source>Timestamp format:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="179"/>
+ <location filename="import_text_dialog.ui" line="189"/>
+ <source>Whether or not the file contains information indicating the direction (inbound or outbound) of the packet.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="182"/>
+ <source>Direction indication:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="201"/>
+ <source>Maximum frame length:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="208"/>
+ <source>The maximum size of the frames to write to the import capture file (max 64000)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="227"/>
+ <source>Encapsulation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="238"/>
+ <source>Encapsulation Type:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="245"/>
+ <source>Encapsulation type of the frames in the import capture file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="269"/>
+ <source>The UDP, TCP or SCTP source port for each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="276"/>
+ <source>The SCTP DATA payload protocol identifier for each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="283"/>
+ <source>The UDP, TCP or SCTP destination port for each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="290"/>
+ <source>Prefix each frame with an Ethernet header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="293"/>
+ <source>Ethernet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="300"/>
+ <source>Prefix each frame with an Ethernet, IPv4 and SCTP header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="303"/>
+ <source>SCTP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="310"/>
+ <source>PPI:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="317"/>
+ <source>Protocol (dec):</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="324"/>
+ <source>Leave frames unchanged</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="327"/>
+ <source>No dummy header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="350"/>
+ <source>Tag:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="357"/>
+ <source>Prefix each frame with an Ethernet, IPv4 and UDP header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="360"/>
+ <source>UDP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="367"/>
+ <source>Source port:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="374"/>
+ <source>The Ethertype value of each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="384"/>
+ <source>Prefix each frame with an Ethernet, IPv4 and TCP header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="387"/>
+ <source>TCP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="394"/>
+ <source>The SCTP verification tag for each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="401"/>
+ <source>Destination port:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="408"/>
+ <source>Ethertype (hex):</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="415"/>
+ <source>The IPv4 protocol ID for each frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="422"/>
+ <source>Prefix each frame with an Ethernet, IPv4 and SCTP (DATA) header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="425"/>
+ <source>SCTP (Data)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="432"/>
+ <source>Prefix each frame with an Ethernet and IPv4 header</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.ui" line="435"/>
+ <source>IPv4</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.cpp" line="280"/>
+ <source>Wireshark: Import text file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.cpp" line="321"/>
+ <source>Example: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="import_text_dialog.cpp" line="323"/>
+ <source>&lt;i&gt;(No format will be applied)&lt;/i&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>InterfaceTree</name>
+ <message>
+ <location filename="interface_tree.cpp" line="57"/>
+ <source>Welcome screen list</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="interface_tree.cpp" line="63"/>
+ <source>Waiting for startup</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="interface_tree.cpp" line="197"/>
+ <source>Interface information not available</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LBMLBTRMTransportDialog</name>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="14"/>
+ <source>LBTRM Transport Statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="33"/>
+ <source>Sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="62"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="314"/>
+ <source>Address/Transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="67"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="466"/>
+ <source>Data frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="72"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="477"/>
+ <source>Data bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="77"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="488"/>
+ <source>Data frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="82"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="565"/>
+ <source>Data rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="87"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="499"/>
+ <source>RX data frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="92"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="510"/>
+ <source>RX data bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="97"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="521"/>
+ <source>RX data frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="102"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="576"/>
+ <source>RX data rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="107"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="532"/>
+ <source>NCF frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="112"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="554"/>
+ <source>NCF count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="117"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="543"/>
+ <source>NCF bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="122"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="587"/>
+ <source>NCF frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="127"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="598"/>
+ <source>NCF count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="132"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="609"/>
+ <source>NCF frames/count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="137"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="620"/>
+ <source>NCF frames/count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="142"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="631"/>
+ <source>NCF rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="147"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="642"/>
+ <source>SM frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="152"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="653"/>
+ <source>SM bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="157"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="664"/>
+ <source>SM frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="162"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="675"/>
+ <source>SM rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="173"/>
+ <source>Show</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="181"/>
+ <source>Data</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="186"/>
+ <source>RX Data</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="191"/>
+ <source>NCF</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="196"/>
+ <source>SM</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="204"/>
+ <source>sequence numbers for transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="211"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="352"/>
+ <source>XXXXX:XXX.XXX.XXX.XXX:XXXXX:XXXXXXXX:XXX.XXX.XXX.XXX:XXXXX</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="250"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="378"/>
+ <source>SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="255"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="278"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="383"/>
+ <source>Count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="260"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="283"/>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="388"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="273"/>
+ <source>SQN/Reason</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="300"/>
+ <source>Receivers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="319"/>
+ <source>NAK frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="324"/>
+ <source>NAK count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="329"/>
+ <source>NAK bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="334"/>
+ <source>NAK rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="345"/>
+ <source>NAK sequence numbers for transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="409"/>
+ <source>Display filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="419"/>
+ <source>Regenerate statistics using this display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="422"/>
+ <source>Apply</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="441"/>
+ <source>Copy as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="444"/>
+ <source>Copy the tree as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="447"/>
+ <source>Ctrl+C</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="452"/>
+ <source>Copy as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="455"/>
+ <source>Copy the tree as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="458"/>
+ <source>Ctrl+Y</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="469"/>
+ <source>Show the data frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="480"/>
+ <source>Show the data bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="491"/>
+ <source>Show the data frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="502"/>
+ <source>Show the RX data frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="513"/>
+ <source>Show the RX data bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="524"/>
+ <source>Show the RX data frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="535"/>
+ <source>Show the NCF frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="546"/>
+ <source>Show the NCF bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="557"/>
+ <source>Show the NCF count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="568"/>
+ <source>Show the data rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="579"/>
+ <source>Show the RX data rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="590"/>
+ <source>Show the NCF frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="601"/>
+ <source>Show the NCF count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="612"/>
+ <source>Show the NCF frames/count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="623"/>
+ <source>Show the NCF frames/count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="634"/>
+ <source>Show the NCF rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="645"/>
+ <source>Show the SM frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="656"/>
+ <source>Show the SM bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="667"/>
+ <source>Show the SM frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="678"/>
+ <source>Show the SM rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="683"/>
+ <source>Auto-resize columns to content</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.ui" line="686"/>
+ <source>Resize columns to content size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtrm_transport_dialog.cpp" line="1315"/>
+ <source>LBT-RM Statistics failed to attach to tap</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LBMLBTRUTransportDialog</name>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="14"/>
+ <source>LBTRU Transport Statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="33"/>
+ <source>Sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="62"/>
+ <source>Address/Transport/Client</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="67"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="670"/>
+ <source>Data frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="72"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="681"/>
+ <source>Data bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="77"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="692"/>
+ <source>Data frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="82"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="703"/>
+ <source>Data rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="87"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="714"/>
+ <source>RX data frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="92"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="725"/>
+ <source>RX data bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="97"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="736"/>
+ <source>RX data frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="102"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="747"/>
+ <source>RX data rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="107"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="758"/>
+ <source>NCF frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="112"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="769"/>
+ <source>NCF count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="117"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="780"/>
+ <source>NCF bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="122"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="813"/>
+ <source>NCF frames/count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="127"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="791"/>
+ <source>NCF frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="132"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="802"/>
+ <source>NCF count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="137"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="824"/>
+ <source>NCF frames/count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="142"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1115"/>
+ <source>NCF rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="147"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="835"/>
+ <source>SM frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="152"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="846"/>
+ <source>SM bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="157"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="857"/>
+ <source>SM frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="162"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="868"/>
+ <source>SM rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="167"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="879"/>
+ <source>RST frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="172"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="890"/>
+ <source>RST bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="177"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="901"/>
+ <source>RST frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="182"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="912"/>
+ <source>RST rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="193"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="471"/>
+ <source>Show</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="213"/>
+ <source>Data SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="218"/>
+ <source>RX Data SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="223"/>
+ <source>NCF SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="228"/>
+ <source>SM SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="233"/>
+ <source>RST reason</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="241"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="503"/>
+ <source>details for transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="248"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="510"/>
+ <source>XXXXX:XXX.XXX.XXX.XXX:XXXXX:XXXXXXXX:XXX.XXX.XXX.XXX:XXXXX</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="287"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="549"/>
+ <source>SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="292"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="315"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="338"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="554"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="583"/>
+ <source>Count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="297"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="320"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="343"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="559"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="588"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="310"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="578"/>
+ <source>Reason</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="333"/>
+ <source>SQN/Reason</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="366"/>
+ <source>Receivers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="380"/>
+ <source>Address/Transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="385"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="923"/>
+ <source>NAK frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="390"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="934"/>
+ <source>NAK count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="395"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="945"/>
+ <source>NAK bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="400"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="956"/>
+ <source>NAK frames/count</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="405"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="967"/>
+ <source>NAK count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="410"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="978"/>
+ <source>NAK frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="415"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="989"/>
+ <source>NAK frames/count/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="420"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1000"/>
+ <source>NAK rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="425"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1011"/>
+ <source>ACK frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="430"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1022"/>
+ <source>ACK bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="435"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1033"/>
+ <source>ACK frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="440"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1044"/>
+ <source>ACK rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="445"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1055"/>
+ <source>CREQ frames</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="450"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1066"/>
+ <source>CREQ bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="455"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1077"/>
+ <source>CREQ frames/bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="460"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1088"/>
+ <source>CREQ rate</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="485"/>
+ <source>NAK SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="490"/>
+ <source>ACK SQN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="495"/>
+ <source>CREQ request</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="613"/>
+ <source>Display filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="623"/>
+ <source>Regenerate statistics using this display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="626"/>
+ <source>Apply</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="645"/>
+ <source>Copy as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="648"/>
+ <source>Copy the tree as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="651"/>
+ <source>Ctrl+C</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="656"/>
+ <source>Copy as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="659"/>
+ <source>Copy the tree as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="662"/>
+ <source>Ctrl+Y</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="673"/>
+ <source>Show the data frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="684"/>
+ <source>Show the data bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="695"/>
+ <source>Show the data frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="706"/>
+ <source>Show the data rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="717"/>
+ <source>Show the RX data frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="728"/>
+ <source>Show the RX data bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="739"/>
+ <source>Show the RX data frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="750"/>
+ <source>Show the RX data rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="761"/>
+ <source>Show the NCF frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="772"/>
+ <source>Show the NCF count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="783"/>
+ <source>Show the NCF bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="794"/>
+ <source>Show the NCF frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="805"/>
+ <source>Show the NCF count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="816"/>
+ <source>Show the NCF frames/count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="827"/>
+ <source>Sow the NCF frames/count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="838"/>
+ <source>Show the SM frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="849"/>
+ <source>Show the SM bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="860"/>
+ <source>Show the SM frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="871"/>
+ <source>Show the SM rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="882"/>
+ <source>Show the RST frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="893"/>
+ <source>Show the RST bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="904"/>
+ <source>Show the RST frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="915"/>
+ <source>Show the RST rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="926"/>
+ <source>Show the NAK frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="937"/>
+ <source>Show the NAK count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="948"/>
+ <source>Show the NAK bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="959"/>
+ <source>Show the NAK frames/count column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="970"/>
+ <source>Show the NAK count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="981"/>
+ <source>Show the NAK frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="992"/>
+ <source>Show the NAK frames/count/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1003"/>
+ <source>Show the NAK rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1014"/>
+ <source>Show the ACK frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1025"/>
+ <source>Show the ACK bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1036"/>
+ <source>Show the ACK frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1047"/>
+ <source>Show the ACK rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1058"/>
+ <source>Show the CREQ frames column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1069"/>
+ <source>Show the CREQ bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1080"/>
+ <source>Show the CREQ frames/bytes column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1091"/>
+ <source>Show the CREQ rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1096"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1104"/>
+ <source>Auto-resize columns to content</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1099"/>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1107"/>
+ <source>Resize columns to content size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.ui" line="1118"/>
+ <source>Show the NCF rate column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_lbtru_transport_dialog.cpp" line="1733"/>
+ <source>LBT-RU Statistics failed to attach to tap</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LBMStreamDialog</name>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="21"/>
+ <source>Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="26"/>
+ <source>Endpoint A</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="31"/>
+ <source>Endpoint B</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="36"/>
+ <source>Messages</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="44"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="49"/>
+ <source>First Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="54"/>
+ <source>Last Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="64"/>
+ <source>Display filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="74"/>
+ <source>Regenerate statistics using this display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="77"/>
+ <source>Apply</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="96"/>
+ <source>Copy as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="99"/>
+ <source>Copy the tree as CSV</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="102"/>
+ <source>Ctrl+C</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="107"/>
+ <source>Copy as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="110"/>
+ <source>Copy the tree as YAML</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.ui" line="113"/>
+ <source>Ctrl+Y</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_stream_dialog.cpp" line="392"/>
+ <source>LBM Stream failed to attach to tap</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LBMUIMFlowDialog</name>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="14"/>
+ <source>LBM UIM Flows</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message utf8="true">
+ <location filename="lbm_uimflow_dialog.ui" line="51"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
+
+&lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
+&lt;table&gt;&lt;tbody&gt;
+
+&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
+
+&lt;/tbody&gt;&lt;/table&gt;
+&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="73"/>
+ <source>&lt;small&gt;&lt;i&gt;A hint&lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="82"/>
+ <source>Show:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="90"/>
+ <source>All packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="95"/>
+ <source>Displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="133"/>
+ <source>Reset</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="152"/>
+ <source>Reset Diagram</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="155"/>
+ <source>Reset the diagram to its initial state.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="158"/>
+ <source>0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="163"/>
+ <source>Move Up 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="166"/>
+ <source>Move up 10 pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="169"/>
+ <source>Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="174"/>
+ <source>Move Left 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="177"/>
+ <source>Move left 10 pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="180"/>
+ <source>Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="185"/>
+ <source>Move Right 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="188"/>
+ <source>Move right 10 pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="191"/>
+ <source>Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="196"/>
+ <source>Move Down 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="199"/>
+ <source>Move down 10 pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="202"/>
+ <source>Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="207"/>
+ <source>Move Up 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="210"/>
+ <source>Move up 1 pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="213"/>
+ <source>Shift+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="218"/>
+ <source>Move Left 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="221"/>
+ <source>Move left 1 pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="224"/>
+ <source>Shift+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="229"/>
+ <source>Move Right 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="232"/>
+ <source>Move right 1 pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="235"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="240"/>
+ <source>Move Down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="243"/>
+ <source>Move down 1 pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="246"/>
+ <source>Shift+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="251"/>
+ <source>Go To Packet Under Cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="254"/>
+ <source>Go to packet currently under the cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="257"/>
+ <source>G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="262"/>
+ <source>All Flows</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="265"/>
+ <source>Show flows for all packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="268"/>
+ <location filename="lbm_uimflow_dialog.ui" line="279"/>
+ <source>1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="273"/>
+ <source>TCP Flows</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.ui" line="276"/>
+ <source>Show only TCP flow information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="258"/>
+ <source>Save As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <location filename="lbm_uimflow_dialog.cpp" line="428"/>
+ <source>%Ln node(s)</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message numerus="yes">
+ <location filename="lbm_uimflow_dialog.cpp" line="429"/>
+ <source>%Ln item(s)</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="450"/>
+ <source>Portable Document Format (*.pdf)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="451"/>
+ <source>Portable Network Graphics (*.png)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="452"/>
+ <source>Windows Bitmap (*.bmp)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="454"/>
+ <source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="455"/>
+ <source>ASCII (*.txt)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="lbm_uimflow_dialog.cpp" line="467"/>
+ <source>Wireshark: Save Graph As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>LayoutPreferencesFrame</name>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="14"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="181"/>
+ <source>Pane 1:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="188"/>
+ <location filename="layout_preferences_frame.ui" line="239"/>
+ <location filename="layout_preferences_frame.ui" line="290"/>
+ <source>Packet List</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="198"/>
+ <location filename="layout_preferences_frame.ui" line="249"/>
+ <location filename="layout_preferences_frame.ui" line="300"/>
+ <source>Packet Details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="208"/>
+ <location filename="layout_preferences_frame.ui" line="259"/>
+ <location filename="layout_preferences_frame.ui" line="310"/>
+ <source>Packet Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="218"/>
+ <location filename="layout_preferences_frame.ui" line="269"/>
+ <location filename="layout_preferences_frame.ui" line="320"/>
+ <source>None</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="232"/>
+ <source>Pane 2:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="layout_preferences_frame.ui" line="283"/>
+ <source>Pane 3:</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>MainStatusBar</name>
+ <message>
+ <location filename="main_status_bar.cpp" line="96"/>
+ <source>Ready to load or capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="98"/>
+ <source>Ready to load file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="147"/>
+ <source>Manage Profiles...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="151"/>
+ <source>New...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="154"/>
+ <source>Edit...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="157"/>
+ <source>Delete</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="161"/>
+ <source>Switch to</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="186"/>
+ <source> is the highest expert info level</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="191"/>
+ <source>ERROR</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="195"/>
+ <source>WARNING</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="199"/>
+ <source>NOTE</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="203"/>
+ <source>CHAT</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="210"/>
+ <source>No expert info</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="278"/>
+ <source>Profile: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="303"/>
+ <source>Packets: %1 %4 Displayed: %2 %4 Marked: %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="309"/>
+ <source> %1 Dropped: %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="312"/>
+ <source> %1 Ignored: %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="317"/>
+ <source> %1 Load time: %2:%3.%4</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_status_bar.cpp" line="325"/>
+ <source>No Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>MainWelcome</name>
+ <message>
+ <location filename="main_welcome.ui" line="20"/>
+ <source>Form</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.ui" line="59"/>
+ <source>Capture filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.ui" line="126"/>
+ <source>&lt;html&gt;&lt;head/&gt;
+&lt;body&gt;
+
+&lt;h2&gt;&lt;a href=&quot;http://www.wireshark.org/docs/wsug_html_chunked/&quot;&gt;User&apos;s Guide&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;
+How to install Wireshark and how to use each of its features.&lt;br/&gt;
+Other formats and command-line man pages can be found on&lt;br/&gt;
+the &lt;a href=&quot;http://www.wireshark.org/docs/&quot;&gt;documentation page&lt;/a&gt;.
+&lt;/p&gt;
+
+&lt;h2&gt;&lt;a href=&quot;http://wiki.wireshark.org/&quot;&gt;The Wireshark Wiki&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;
+User-contributed pages on different aspects of using Wireshark.&lt;br/&gt;
+Capturing in different environments, filtering, specific protocols,&lt;br/&gt;
+and a variety of other information.
+&lt;/p&gt;
+
+&lt;h2&gt;&lt;a href=&quot;http://ask.wireshark.org/&quot;&gt;Wireshark Q&amp;amp;A&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;
+Question and answer site for Wireshark and protocol analysis.
+&lt;/p&gt;
+
+&lt;h2&gt;&lt;a href=&quot;http://www.wireshark.org/lists/&quot;&gt;Mailing Lists&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;
+In-depth discussions about Wireshark and protocol analysis.
+&lt;/p&gt;
+
+&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.ui" line="189"/>
+ <source>Capture
+live packets from your network</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.ui" line="195"/>
+ <source>Open
+a recent capture file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.ui" line="201"/>
+ <source>Learn
+more about Wireshark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_welcome.cpp" line="220"/>
+ <source>not found</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>MainWindow</name>
+ <message>
+ <location filename="main_window.ui" line="14"/>
+ <location filename="main_window.ui" line="600"/>
+ <source>Wireshark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="62"/>
+ <source>900000000; </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="69"/>
+ <source>Go to packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="76"/>
+ <source>Cancel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="105"/>
+ <source>&amp;File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="109"/>
+ <source>Open Recent</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="115"/>
+ <source>File Set</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="123"/>
+ <source>Export Packet Dissections</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="134"/>
+ <source>Export Objects</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="165"/>
+ <source>&amp;Capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="177"/>
+ <source>&amp;Help</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="181"/>
+ <source>Manual pages</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="210"/>
+ <source>&amp;Go</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="221"/>
+ <source>&amp;View</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="225"/>
+ <source>Toolbars</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="241"/>
+ <source>&amp;Analyze</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="245"/>
+ <source>Apply as Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="256"/>
+ <source>Prepare a Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="267"/>
+ <source>SCTP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="291"/>
+ <source>&amp;Statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="295"/>
+ <source>TCP Stream Graphs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="305"/>
+ <source>BACnet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="314"/>
+ <source>HTTP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="322"/>
+ <location filename="main_window.ui" line="1574"/>
+ <source>29West</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="326"/>
+ <source>Topics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="338"/>
+ <source>Queues</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="347"/>
+ <source>UIM</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="376"/>
+ <source>Telephon&amp;y</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="380"/>
+ <source>RTSP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="391"/>
+ <source>&amp;Edit</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="395"/>
+ <source>Copy</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="448"/>
+ <location filename="main_window.ui" line="1681"/>
+ <source>Main Toolbar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="481"/>
+ <source>Display Filter Toolbar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="495"/>
+ <source>Open</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="498"/>
+ <source>Open a capture file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="501"/>
+ <source>Ctrl+O</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="506"/>
+ <source>Quit</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="509"/>
+ <source>Quit Wireshark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="512"/>
+ <source>Ctrl+Q</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="520"/>
+ <source>&amp;Interfaces...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="523"/>
+ <source>Show interface details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="526"/>
+ <source>Ctrl+I</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="540"/>
+ <source>&amp;Start</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="543"/>
+ <source>Start capturing packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="546"/>
+ <location filename="main_window.ui" line="561"/>
+ <source>Ctrl+E</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="555"/>
+ <source>S&amp;top</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="558"/>
+ <source>Stop capturing packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="566"/>
+ <source>Close</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="569"/>
+ <source>Close the current capture file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="572"/>
+ <source>Ctrl+W</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="580"/>
+ <source>No files found</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="589"/>
+ <source>&amp;Contents</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="592"/>
+ <source>F1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="605"/>
+ <source>Wireshark Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="610"/>
+ <source>TShark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="615"/>
+ <source>RawShark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="620"/>
+ <source>Dumpcap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="625"/>
+ <source>Mergecap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="630"/>
+ <source>Editcap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="635"/>
+ <source>Text2cap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="640"/>
+ <source>Website</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="645"/>
+ <source>FAQ&apos;s</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="650"/>
+ <source>Downloads</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="659"/>
+ <source>Wiki</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="667"/>
+ <source>Sample Captures</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="676"/>
+ <source>&amp;About Wireshark</source>
+ <translation>wireshark に&amp;ついて</translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="691"/>
+ <source>Ask (Q&amp;&amp;A)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="699"/>
+ <source>Next Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="702"/>
+ <source>Go to the next packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="705"/>
+ <source>Ctrl+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="710"/>
+ <source>Previous Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="713"/>
+ <source>Go to the previous packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="716"/>
+ <source>Ctrl+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="721"/>
+ <source>First Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="724"/>
+ <source>Go to the first packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="727"/>
+ <source>Ctrl+Home</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="732"/>
+ <source>Last Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="735"/>
+ <source>Go to the last packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="738"/>
+ <source>Ctrl+End</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="746"/>
+ <source>E&amp;xpand Subtrees</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="749"/>
+ <source>Expand the current packet detail</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="752"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="757"/>
+ <source>&amp;Expand All</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="760"/>
+ <source>Expand packet details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="763"/>
+ <source>Ctrl+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="768"/>
+ <source>Collapse &amp;All</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="771"/>
+ <source>Collapse all packet details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="774"/>
+ <source>Ctrl+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="779"/>
+ <source>Go to Packet...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="782"/>
+ <source>Go to specified packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="785"/>
+ <source>Ctrl+G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="790"/>
+ <source>&amp;Merge...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="793"/>
+ <source>Merge one or more files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="798"/>
+ <source>&amp;Import from Hex Dump...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="801"/>
+ <source>Import a file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="810"/>
+ <source>&amp;Save</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="813"/>
+ <source>Save the current file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="816"/>
+ <source>Ctrl+S</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="825"/>
+ <source>Save &amp;As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="828"/>
+ <source>Save as a different file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="831"/>
+ <source>Ctrl+Shift+S</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="836"/>
+ <source>Export Specified Packets...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="839"/>
+ <source>Export specified packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="844"/>
+ <source>Export Packet &amp;Bytes...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="847"/>
+ <source>Ctrl+H</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="852"/>
+ <source>Export SSL Session Keys...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="857"/>
+ <source>&amp;Print...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="860"/>
+ <source>Ctrl+P</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="865"/>
+ <source>List Files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="870"/>
+ <source>Next File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="875"/>
+ <source>Previous File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="880"/>
+ <source>&amp;Reload</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="883"/>
+ <source>Reload the current file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="886"/>
+ <location filename="main_window.ui" line="930"/>
+ <source>Ctrl+R</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="891"/>
+ <source>&amp;Options...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="894"/>
+ <source>Options</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="897"/>
+ <source>Capture options</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="900"/>
+ <source>Ctrl+K</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="908"/>
+ <source>Capture &amp;Filters...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="911"/>
+ <source>Capture filters</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="916"/>
+ <source>Refresh Interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="919"/>
+ <source>Refresh interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="924"/>
+ <source>&amp;Restart</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="927"/>
+ <source>Restart current capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="935"/>
+ <source>As Plain &amp;Text...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="940"/>
+ <source>As CSV...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="945"/>
+ <source>As &quot;C&quot; Arrays...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="950"/>
+ <source>As PSML XML...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="955"/>
+ <source>As PDML XML...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="960"/>
+ <source>&amp;HTTP...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="965"/>
+ <source>&amp;DICOM...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="970"/>
+ <source>&amp;SMB...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="975"/>
+ <source>Description</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="978"/>
+ <location filename="main_window.ui" line="1217"/>
+ <source>Ctrl+Shift+D</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="983"/>
+ <source>Field Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="986"/>
+ <source>Ctrl+Shift+F</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="991"/>
+ <source>Value</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="994"/>
+ <source>Ctrl+Shift+V</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="999"/>
+ <source>As Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1002"/>
+ <source>Ctrl+Shift+C</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1007"/>
+ <location filename="main_window.ui" line="1052"/>
+ <source>&amp;Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1012"/>
+ <location filename="main_window.ui" line="1057"/>
+ <source>&amp;Not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1015"/>
+ <location filename="main_window.ui" line="1060"/>
+ <source>Not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1020"/>
+ <location filename="main_window.ui" line="1065"/>
+ <source>... &amp;and Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1023"/>
+ <location filename="main_window.ui" line="1068"/>
+ <source>... and Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1028"/>
+ <location filename="main_window.ui" line="1073"/>
+ <source>... &amp;or Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1031"/>
+ <location filename="main_window.ui" line="1076"/>
+ <source>... or Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1036"/>
+ <location filename="main_window.ui" line="1081"/>
+ <source>... a&amp;nd not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1039"/>
+ <location filename="main_window.ui" line="1084"/>
+ <source>... and not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1044"/>
+ <location filename="main_window.ui" line="1089"/>
+ <source>... o&amp;r not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1047"/>
+ <location filename="main_window.ui" line="1092"/>
+ <source>... or not Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1097"/>
+ <source>Display Filters...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1102"/>
+ <source>Display Filter &amp;Macros...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1107"/>
+ <source>Apply as Column</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1112"/>
+ <source>&amp;Find Packet...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1115"/>
+ <source>Find a packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1118"/>
+ <source>Ctrl+F</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1123"/>
+ <source>Find Ne&amp;xt...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1126"/>
+ <source>Find the next packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1129"/>
+ <source>Ctrl+N</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1134"/>
+ <source>Find Pre&amp;vious...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1137"/>
+ <source>Find the previous packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1140"/>
+ <source>Ctrl+B</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1145"/>
+ <source>&amp;Mark/Unmark Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1148"/>
+ <source>Mark or unmark this packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1151"/>
+ <source>Ctrl+M</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1156"/>
+ <source>Mark All Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1159"/>
+ <source>Mark all displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1162"/>
+ <source>Ctrl+Shift+M</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1167"/>
+ <source>Unmark All Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1170"/>
+ <source>Unmark all displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1173"/>
+ <source>Meta+Alt+M</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1178"/>
+ <source>Next Mark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1181"/>
+ <source>Go to the next marked packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1184"/>
+ <source>Meta+Shift+N</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1189"/>
+ <source>Previous Mark</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1192"/>
+ <source>Go to the previous marked packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1195"/>
+ <source>Meta+Shift+B</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1200"/>
+ <source>&amp;Ignore/Unignore Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1203"/>
+ <source>Ignore or unignore this packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1206"/>
+ <source>Ctrl+D</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1211"/>
+ <source>Ignore All Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1214"/>
+ <source>Ignore all displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1222"/>
+ <source>Unignore All Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1225"/>
+ <source>Unignore all displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1228"/>
+ <source>Ctrl+Alt+D</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1233"/>
+ <source>Set/Unset Time Reference</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1236"/>
+ <source>Set or unset a time reference for this packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1239"/>
+ <source>Ctrl+T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1244"/>
+ <source>Unset All Time References</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1247"/>
+ <source>Remove all time references</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1250"/>
+ <source>Ctrl+Alt+T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1255"/>
+ <source>Next Time Reference</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1258"/>
+ <source>Go to the next time reference</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1261"/>
+ <source>Ctrl+Alt+N</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1266"/>
+ <source>Previous Time Reference</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1269"/>
+ <source>Go to the previous time reference</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1272"/>
+ <source>Ctrl+Alt+B</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1277"/>
+ <source>Time Shift...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1280"/>
+ <source>Shift or change packet timestamps</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1283"/>
+ <source>Ctrl+Shift+T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1288"/>
+ <source>Packet Comment...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1291"/>
+ <source>Add or change a packet comment</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1299"/>
+ <source>Configuration Profiles...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1302"/>
+ <source>Configuration profiles</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1305"/>
+ <source>Manage your configuration profiles</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1308"/>
+ <source>Ctrl+Shift+A</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1316"/>
+ <source>&amp;Preferences...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1319"/>
+ <source>Manage Wireshark&apos;s preferences</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1322"/>
+ <source>Ctrl+Shift+P</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1333"/>
+ <source>Summary</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1341"/>
+ <source>Protocol Hierarchy</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1346"/>
+ <source>Capinfos</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1351"/>
+ <source>Reordercap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1356"/>
+ <source>Time Sequence (Stevens)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1359"/>
+ <source>TCP time sequence graph (Stevens)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1364"/>
+ <source>Throughput</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1367"/>
+ <source>TCP througput</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1372"/>
+ <source>Round Trip Time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1375"/>
+ <source>TCP round trip time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1380"/>
+ <source>Window Scaling</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1383"/>
+ <source>TCP window scaling</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1391"/>
+ <source>Follow TCP Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1399"/>
+ <source>Follow UDP Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1407"/>
+ <source>Follow SSL Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1412"/>
+ <source>Time Sequence (tcptrace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1415"/>
+ <source>TCP time sequence graph (tcptrace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1420"/>
+ <source>Analyse this Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1425"/>
+ <source>Show All Associations</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1430"/>
+ <source>Flow Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1433"/>
+ <source>Flow sequence diagram</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1438"/>
+ <source>ANCP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1441"/>
+ <source>ANCP statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1446"/>
+ <source>Packets sorted by Instance ID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1449"/>
+ <source>BACapp statistics sorted by instance ID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1454"/>
+ <source>Packets sorted by IP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1457"/>
+ <source>BACapp statistics sorted by IP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1462"/>
+ <source>Packets sorted by object type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1465"/>
+ <source>BACapp statistics sorted by object type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1470"/>
+ <source>Packets sorted by service</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1473"/>
+ <source>BACapp statistics sorted by service</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1478"/>
+ <source>Collectd</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1481"/>
+ <source>Collectd statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1486"/>
+ <source>HART-IP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1489"/>
+ <source>HART-IP statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1494"/>
+ <location filename="main_window.ui" line="1542"/>
+ <source>Packet Counter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1497"/>
+ <source>HTTP packet counter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1502"/>
+ <source>Requests</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1505"/>
+ <source>HTTP requests</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1510"/>
+ <source>Load Distribution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1513"/>
+ <source>HTTP load distribution</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1518"/>
+ <source>Packet Lengths</source>
+ <translation>パケット長</translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1521"/>
+ <source>Packet length statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1526"/>
+ <source>Sametime</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1529"/>
+ <source>Sametime statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1534"/>
+ <source>&amp;ISUP Messages</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1537"/>
+ <source>ISUP message statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1545"/>
+ <source>RTSP packet counts</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1550"/>
+ <source>SM&amp;PP Operations</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1553"/>
+ <source>SMPP operation statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1558"/>
+ <source>&amp;UCP Messages</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1561"/>
+ <source>UCP message statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1566"/>
+ <source>Decode &amp;As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1569"/>
+ <source>Change the way packets are dissected</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1579"/>
+ <source>Advertisements by Topic</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1584"/>
+ <location filename="main_window.ui" line="1619"/>
+ <source>Advertisements by Source</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1589"/>
+ <source>Advertisements by Transport</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1594"/>
+ <source>Queries by Topic</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1599"/>
+ <location filename="main_window.ui" line="1629"/>
+ <source>Queries by Receiver</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1604"/>
+ <source>Wildcard Queries by Pattern</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1609"/>
+ <source>Wildcard Queries by Receiver</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1614"/>
+ <source>Advertisements by Queue</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1624"/>
+ <source>Queries by Queue</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1634"/>
+ <source>Streams</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1639"/>
+ <source>Stream Flow Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1644"/>
+ <source>LBT-RM</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1649"/>
+ <source>LBT-RU</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1654"/>
+ <location filename="main_window.ui" line="1657"/>
+ <source>Filter this Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1662"/>
+ <source>Export PDUs to File...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1667"/>
+ <source>&amp;I/O Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1670"/>
+ <source>Create graphs based on display filter fields</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1684"/>
+ <source>Show/hide the main toolbar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1695"/>
+ <source>Display Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1698"/>
+ <source>Show/hide the display filter toolbar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.ui" line="1703"/>
+ <source>&amp;TFTP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="189"/>
+ <source>Check for Updates...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="193"/>
+ <source>splitterMaster</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="194"/>
+ <source>splitterExtra</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="197"/>
+ <source>emptyPane</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="556"/>
+ <source>Save packets before merging?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="557"/>
+ <source>A temporary capture file can&apos;t be merged.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="563"/>
+ <source>Save changes in &quot;%1&quot; before merging?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="565"/>
+ <source>Changes must be saved before the files can be merged.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="622"/>
+ <location filename="main_window_slots.cpp" line="151"/>
+ <source>Invalid Display Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="623"/>
+ <source>The filter expression %1 isn&apos;t a valid display filter. (%2).</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="710"/>
+ <source> before importing a new capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1023"/>
+ <source>Unable to export to &quot;%1&quot;.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1024"/>
+ <source>You cannot export packets to the current capture file.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1110"/>
+ <location filename="main_window.cpp" line="1135"/>
+ <source>.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1173"/>
+ <source>You have unsaved packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1174"/>
+ <source>They will be lost if you don&apos;t save them.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1177"/>
+ <location filename="main_window.cpp" line="1190"/>
+ <source>Do you want to stop the capture and save the captured packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1179"/>
+ <source>Do you want to save the captured packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1181"/>
+ <location filename="main_window.cpp" line="1191"/>
+ <source>?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1193"/>
+ <source>Your captured packets will be lost if you don&apos;t save them.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1196"/>
+ <source>Do you want to save the changes you&apos;ve made to the capture file &quot;%1&quot;%2?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1202"/>
+ <source>Your changes will be lost if you don&apos;t save them.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1214"/>
+ <source>Stop and Save</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1222"/>
+ <source>Stop and Quit without Saving</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1225"/>
+ <source>Quit without Saving</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1230"/>
+ <source>Stop and Continue without Saving</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1233"/>
+ <source>Continue &amp;without Saving</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1357"/>
+ <source>(File name can&apos;t be mapped to UTF-8)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window.cpp" line="1369"/>
+ <location filename="main_window.cpp" line="1375"/>
+ <location filename="main_window.cpp" line="1390"/>
+ <source>The Wireshark Network Analyzer</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="417"/>
+ <source>Loading: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="717"/>
+ <source>Clear Menu</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1149"/>
+ <source>Please wait while Wireshark is initializing . . .</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1294"/>
+ <source>Wireshark: Export Selected Packet Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1296"/>
+ <source>Raw data (*.bin *.dat *.raw);;Any File (*.*)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1353"/>
+ <source>No Keys</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1354"/>
+ <source>There are no SSL Session Keys to save.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1365"/>
+ <source>SSL Session Keys (*.keys *.txt);;Any File (*.*)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1467"/>
+ <source>Couldn&apos;t copy text. Try another item.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="1666"/>
+ <source>No filter available. Try another </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_slots.cpp" line="2312"/>
+ <source>No Interface Selected</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>MainWindowPreferencesFrame</name>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="26"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="41"/>
+ <source>Checking this will save the size, position, and maximized state of the main window.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="44"/>
+ <source>Remember main window size and placement</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="51"/>
+ <source>Open files in</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="60"/>
+ <source>This folder:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="73"/>
+ <source>Browse...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="80"/>
+ <source>The most recently used folder</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="92"/>
+ <source>Show up to</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="104"/>
+ <source>filter entries</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="131"/>
+ <source>recent files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="153"/>
+ <source>Confirm unsaved capture files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="160"/>
+ <source>If checked the packet detail items will be automatically scrolled when they are expanded.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="163"/>
+ <source>Automatically scroll packet details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="172"/>
+ <location filename="main_window_preferences_frame.ui" line="182"/>
+ <source>Percentage distance from the top to scroll packet details.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="175"/>
+ <source>Packet detail scroll percentage:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="206"/>
+ <source>Main toolbar style:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="214"/>
+ <location filename="main_window_preferences_frame.ui" line="263"/>
+ <source>Icons only</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="219"/>
+ <location filename="main_window_preferences_frame.ui" line="268"/>
+ <source>Text only</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="224"/>
+ <location filename="main_window_preferences_frame.ui" line="273"/>
+ <source>Icons &amp; Text</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="249"/>
+ <source>Filter toolbar style:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="298"/>
+ <source>Language: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="315"/>
+ <source>Auto-Detect</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="320"/>
+ <source>English</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message utf8="true">
+ <location filename="main_window_preferences_frame.ui" line="325"/>
+ <source>Français</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="330"/>
+ <source>Deutsch</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="335"/>
+ <source>Chinese</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="340"/>
+ <source>Polski</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.ui" line="345"/>
+ <source>Japanese</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main_window_preferences_frame.cpp" line="139"/>
+ <source>Open Files In</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ManageInterfacesDialog</name>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="17"/>
+ <source>Manage Interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="20"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="45"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a pipe to capture from or remove an existing pipe from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="48"/>
+ <source>Pipes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="113"/>
+ <source>Pipe</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="123"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a new pipe using default settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="137"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove the selected pipe from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="174"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click the checkbox to hide or show a hidden interface.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="177"/>
+ <source>Local Interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="217"/>
+ <source>Hide</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="225"/>
+ <source>Friendly Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="230"/>
+ <source>Interface Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="235"/>
+ <source>Comment</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.ui" line="251"/>
+ <source>Remote Interfaces</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="92"/>
+ <source>New Pipe</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="159"/>
+ <location filename="manage_interfaces_dialog.cpp" line="317"/>
+ <source>Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="160"/>
+ <source>No interface selected.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="318"/>
+ <source>Default interface cannot be hidden.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ModulePreferencesScrollArea</name>
+ <message>
+ <location filename="module_preferences_scroll_area.ui" line="14"/>
+ <source>ScrollArea</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="module_preferences_scroll_area.cpp" line="471"/>
+ <location filename="module_preferences_scroll_area.cpp" line="490"/>
+ <source>Wireshark: </source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>NewFileDelegate</name>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="396"/>
+ <source>Browse...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="manage_interfaces_dialog.cpp" line="433"/>
+ <source>Open Pipe</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PacketCommentDialog</name>
+ <message>
+ <location filename="packet_comment_dialog.ui" line="14"/>
+ <source>Wireshark: Packet Comment</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PacketFormatGroupBox</name>
+ <message>
+ <location filename="packet_format_group_box.ui" line="14"/>
+ <source>GroupBox</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="17"/>
+ <source>Packet Format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="23"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Packet summary lines similar to the packet list&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="26"/>
+ <source>Summary line</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="36"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Packet details similar to the protocol tree&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="39"/>
+ <source>Details:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="55"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export only top-level packet detail items&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="58"/>
+ <source>All co&amp;llapsed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="71"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Expand and collapse packet details as they are currently displayed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="74"/>
+ <source>As displa&amp;yed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="90"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export all packet detail items&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="93"/>
+ <source>All e&amp;xpanded</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="100"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export a hexdump of the packet data similar to the packet bytes view&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_format_group_box.ui" line="103"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PacketList</name>
+ <message>
+ <location filename="packet_list.cpp" line="253"/>
+ <source>Follow...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="262"/>
+ <source>SCTP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="271"/>
+ <source>Apply as Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="280"/>
+ <source>Prepare a Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="289"/>
+ <source>Colorize with Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="365"/>
+ <source>Copy</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="372"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="771"/>
+ <source>Frame %1: %2
+
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="775"/>
+ <source>[ Comment text exceeds %1. Stopping. ]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="879"/>
+ <source>Change Time Display Format?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_list.cpp" line="880"/>
+ <source>Time References don&apos;t work well with the currently selected Time Display Format.
+Do you want to switch to &quot;Seconds Since Beginning of Capture&quot; now?</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PacketRangeGroupBox</name>
+ <message>
+ <location filename="packet_range_group_box.ui" line="14"/>
+ <source>Form</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="17"/>
+ <source>Packet Range</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="23"/>
+ <location filename="packet_range_group_box.ui" line="46"/>
+ <location filename="packet_range_group_box.ui" line="76"/>
+ <location filename="packet_range_group_box.ui" line="93"/>
+ <location filename="packet_range_group_box.ui" line="113"/>
+ <location filename="packet_range_group_box.ui" line="133"/>
+ <location filename="packet_range_group_box.ui" line="143"/>
+ <location filename="packet_range_group_box.ui" line="153"/>
+ <location filename="packet_range_group_box.ui" line="186"/>
+ <location filename="packet_range_group_box.ui" line="219"/>
+ <location filename="packet_range_group_box.ui" line="229"/>
+ <location filename="packet_range_group_box.ui" line="239"/>
+ <source>-</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="33"/>
+ <source>Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="56"/>
+ <source>&amp;Marked packets only</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="66"/>
+ <source>&amp;Range:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="86"/>
+ <source>Remove &amp;ignored packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="103"/>
+ <source>First &amp;to last marked</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="123"/>
+ <source>&amp;All packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="163"/>
+ <source>&amp;Selected packets only</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="packet_range_group_box.ui" line="173"/>
+ <source>Captured</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PreferencesDialog</name>
+ <message>
+ <location filename="preferences_dialog.ui" line="14"/>
+ <source>Wireshark: Preferences</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="42"/>
+ <source>Appearance</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="46"/>
+ <source>Layout</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="51"/>
+ <source>Columns</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="56"/>
+ <source>Font and Colors</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="62"/>
+ <source>Capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="67"/>
+ <source>Filter Bookmarks</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="72"/>
+ <source>Advanced</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="99"/>
+ <source>Search:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="131"/>
+ <source>Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="136"/>
+ <source>Status</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="141"/>
+ <source>Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.ui" line="146"/>
+ <source>Value</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="470"/>
+ <source>Unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="472"/>
+ <source>Default</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="474"/>
+ <source>Changed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="605"/>
+ <location filename="preferences_dialog.cpp" line="609"/>
+ <source>Wireshark: </source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>PrintDialog</name>
+ <message>
+ <location filename="print_dialog.ui" line="14"/>
+ <source>Wireshark: Print</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.ui" line="24"/>
+ <source>Packet Format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.ui" line="34"/>
+ <source>Print each packet on a new page</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.ui" line="57"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use the &amp;quot;+&amp;quot; and &amp;quot;-&amp;quot; keys to zoom the preview in and out. Use the &amp;quot;0&amp;quot; key to reset the zoom level.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.ui" line="60"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small; font-style:italic;&quot;&gt;+ and - zoom, 0 resets&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.ui" line="71"/>
+ <source>Packet Range</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.cpp" line="79"/>
+ <source>&amp;Print...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.cpp" line="120"/>
+ <source>Page &amp;Setup...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.cpp" line="155"/>
+ <source>%1 %2 total packets, %3 shown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.cpp" line="255"/>
+ <source>Print Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="print_dialog.cpp" line="256"/>
+ <source>Unable to print to %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ProfileDialog</name>
+ <message>
+ <location filename="profile_dialog.ui" line="14"/>
+ <source>Wireshark: Configuration Profiles</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.ui" line="49"/>
+ <source>Create a new profile using default settings.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.ui" line="63"/>
+ <source>Remove this profile.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.ui" line="74"/>
+ <source>Copy this profile.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.cpp" line="158"/>
+ <source>Go to</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.cpp" line="171"/>
+ <source>A profile already exists with that name.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="profile_dialog.cpp" line="270"/>
+ <source>Profile Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>ProtoTree</name>
+ <message>
+ <location filename="proto_tree.cpp" line="163"/>
+ <source>Packet details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="174"/>
+ <source>Apply as Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="182"/>
+ <source>Prepare a Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="190"/>
+ <source>Colorize with Filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="208"/>
+ <source>Copy</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="215"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="293"/>
+ <source>, 1 byte</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="proto_tree.cpp" line="295"/>
+ <source>, %1 bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>QObject</name>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1798"/>
+ <source>Packets/s</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1799"/>
+ <source>Bytes/s</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1800"/>
+ <source>Bits/s</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1801"/>
+ <source>SUM(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1802"/>
+ <source>COUNT FRAMES(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1803"/>
+ <source>COUNT FIELDS(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1804"/>
+ <source>MAX(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1805"/>
+ <source>MIN(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1806"/>
+ <source>AVG(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1807"/>
+ <source>LOAD(Y Field)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1816"/>
+ <source>Line</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1817"/>
+ <source>Impulse</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1818"/>
+ <source>Bar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1819"/>
+ <source>Stacked Bar</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1820"/>
+ <source>Dot</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1821"/>
+ <source>Square</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1822"/>
+ <source>Diamond</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1833"/>
+ <source>None</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="io_graph_dialog.cpp" line="1835"/>
+ <source>%1 interval SMA</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="module_preferences_scroll_area.cpp" line="167"/>
+ <source>Edit...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="module_preferences_scroll_area.cpp" line="194"/>
+ <source>Browse...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="100"/>
+ <source>Has this preference been changed?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="preferences_dialog.cpp" line="104"/>
+ <source>Default value is empty</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="76"/>
+ <source>Avgerage Througput (bits/s)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="77"/>
+ <source>Round Trip Time (ms)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="78"/>
+ <source>Segment Length (B)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="79"/>
+ <source>Sequence Number (B)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="80"/>
+ <source>Time (s)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="81"/>
+ <source>Window Size (B)</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPAllAssocsDialog</name>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="14"/>
+ <source>Wireshark - SCTP Associations</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="62"/>
+ <source>ID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="67"/>
+ <source>Port 1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="72"/>
+ <source>Port 2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="77"/>
+ <source>Number of Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="82"/>
+ <source>Number of DATA Chunks</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="87"/>
+ <source>Number of Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="106"/>
+ <source>Filter Selected Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="119"/>
+ <source>Analyze</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="151"/>
+ <source>Reset Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="154"/>
+ <source>Reset the graph to its initial state.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="157"/>
+ <source>0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="162"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="165"/>
+ <source>Zoom In</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="168"/>
+ <source>+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="173"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="176"/>
+ <source>Zoom Out</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="179"/>
+ <source>-</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="184"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="187"/>
+ <source>Move Up 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="190"/>
+ <source>Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="195"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="198"/>
+ <source>Move Left 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="201"/>
+ <source>Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="206"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="209"/>
+ <source>Move Right 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="212"/>
+ <source>Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="217"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="220"/>
+ <source>Move Down 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="223"/>
+ <source>Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="228"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="231"/>
+ <source>Move Up 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="234"/>
+ <source>Shift+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="239"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="242"/>
+ <source>Move Left 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="245"/>
+ <source>Shift+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="250"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="253"/>
+ <source>Move Right 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="256"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="261"/>
+ <location filename="sctp_all_assocs_dialog.ui" line="264"/>
+ <source>Move Down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="267"/>
+ <source>Shift+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="272"/>
+ <source>Next Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="275"/>
+ <source>Go to the next stream in the capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="278"/>
+ <source>PgUp</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="283"/>
+ <source>Previous Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="286"/>
+ <source>Go to the previous stream in the capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="289"/>
+ <source>PgDown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="294"/>
+ <source>Switch Direction</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="297"/>
+ <source>Switch direction (swap TCP endpoints)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="300"/>
+ <source>D</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="305"/>
+ <source>Go To Packet Under Cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="308"/>
+ <source>Go to packet currently under the cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="311"/>
+ <source>G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="316"/>
+ <source>Drag / Zoom</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="319"/>
+ <source>Toggle mouse drag / zoom behavior</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="322"/>
+ <source>Z</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="327"/>
+ <source>Relative / Absolute Sequence Numbers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="330"/>
+ <source>Toggle relative / absolute sequence numbers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="333"/>
+ <source>S</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="338"/>
+ <source>Capture / Session Time Origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="341"/>
+ <source>Toggle capture / session time origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="344"/>
+ <source>T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="349"/>
+ <source>Crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="352"/>
+ <source>Toggle crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="355"/>
+ <source>Space</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="360"/>
+ <source>Round Trip Time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="363"/>
+ <source>Switch to the Round Trip Time graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="366"/>
+ <source>1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="371"/>
+ <source>Throughput</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="374"/>
+ <source>Switch to the Throughput graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="377"/>
+ <source>2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="382"/>
+ <source>Time / Sequence (Stevens)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="385"/>
+ <source>Switch to the Stevens-style Time / Sequence graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="388"/>
+ <source>3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="393"/>
+ <source>Window Scaling</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="396"/>
+ <source>Switch to the Window Scaling graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="399"/>
+ <source>5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="404"/>
+ <source>Time / Sequence (tcptrace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="407"/>
+ <source>Switch to the tcptrace-style Time / Sequence graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_all_assocs_dialog.ui" line="410"/>
+ <source>4</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPAssocAnalyseDialog</name>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="20"/>
+ <source>Wireshark - Analyse Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="39"/>
+ <source>TabWidget</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="49"/>
+ <source>Statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="64"/>
+ <source>Chunk Statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="80"/>
+ <source>Filter Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="96"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="340"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="525"/>
+ <source>Close</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="112"/>
+ <source>Number of Data Chunks from EP2 to EP1: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="119"/>
+ <source>Checksum Type:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="126"/>
+ <source>Number of Data Chunks from EP1 to EP2: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="133"/>
+ <source>Number of Data Bytes from EP1 to EP2:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="140"/>
+ <source>Number of Data Bytes from EP2 to EP1: </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="147"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="154"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="161"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="168"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="175"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="258"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="272"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="286"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="300"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="307"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="314"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="321"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="423"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="430"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="465"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="472"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="479"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="493"/>
+ <source>TextLabel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="184"/>
+ <source>Endpoint 1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="199"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="384"/>
+ <source>Graph TSN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="215"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="400"/>
+ <source>Graph Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="228"/>
+ <source>Complete list of IP Addresses as provided in the INIT Chunk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="244"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="416"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="146"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="199"/>
+ <source>Requested Number of Inbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="251"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="451"/>
+ <source>Port:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="265"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="437"/>
+ <source>Sent Verification Tag:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="279"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="458"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="148"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="201"/>
+ <source>Minimum Number of Inbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="293"/>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="444"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="153"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="206"/>
+ <source>Minimum Number of Outbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="363"/>
+ <source>Graph Arwnd</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="369"/>
+ <source>Endpoint 2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="486"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="151"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="204"/>
+ <source>Provided Number of Outbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="509"/>
+ <source>Complete list of IP Addresses as provided in the INIT-ACK Chunk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.ui" line="548"/>
+ <source>Graph a_rwnd</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="49"/>
+ <source>SCTP Analyse Association: %1 Port1 %2 Port2 %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="95"/>
+ <source>No Association found for this packet.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="114"/>
+ <source>Complete list of IP-Addresses as provided in the INIT-Chunk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="116"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="170"/>
+ <source>Complete list of IP-Addresses as provided in the INITACK-Chunk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="118"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="172"/>
+ <source>List of used IP-Addresses</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="157"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="210"/>
+ <source>Used Number of Inbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="159"/>
+ <location filename="sctp_assoc_analyse_dialog.cpp" line="212"/>
+ <source>Used Number of Outbound Streams:</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPChunkStatisticsDialog</name>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="20"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="73"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="287"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="297"/>
+ <source>Association</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="78"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="288"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="298"/>
+ <source>Endpoint 1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="83"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="289"/>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="299"/>
+ <source>Endpoint 2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="97"/>
+ <source>Save Chunk Type Order</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="102"/>
+ <source>Hide Chunk Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="105"/>
+ <source>Remove the chunk type from the table</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="110"/>
+ <source>Chunk Type Preferences</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="113"/>
+ <source>Go to the chunk type preferences dialog to show or hide other chunk types</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="118"/>
+ <source>Show All Registered Chunk Types</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.ui" line="121"/>
+ <source>Show all chunk types with defined names</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_chunk_statistics_dialog.cpp" line="54"/>
+ <source>SCTP Chunk Statistics: %1 Port1 %2 Port2 %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPGraphArwndDialog</name>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="14"/>
+ <source>SCTP Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="45"/>
+ <source>Reset to full size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="77"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="90"/>
+ <source>Save Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="95"/>
+ <source>goToPacket</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.ui" line="98"/>
+ <source>Go to Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="39"/>
+ <source>SCTP Data and Adv. Rec. Window over Time: %1 Port1 %2 Port2 %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="42"/>
+ <source>No Data Chunks sent</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="100"/>
+ <source>Arwnd</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="108"/>
+ <source>time [secs]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="109"/>
+ <source>Advertised Receiver Window [Bytes]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_arwnd_dialog.cpp" line="154"/>
+ <source>&lt;small&gt;&lt;i&gt;Graph %1: a_rwnd=%2 Time=%3 secs &lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPGraphByteDialog</name>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="14"/>
+ <source>SCTP Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="45"/>
+ <source>Reset to full size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="77"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="90"/>
+ <source>Save Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="95"/>
+ <source>goToPacket</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.ui" line="98"/>
+ <source>Go to Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="39"/>
+ <source>SCTP Data and Adv. Rec. Window over Time: %1 Port1 %2 Port2 %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="42"/>
+ <source>No Data Chunks sent</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="102"/>
+ <location filename="sctp_graph_byte_dialog.cpp" line="143"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="109"/>
+ <source>time [secs]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="110"/>
+ <source>Received Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_byte_dialog.cpp" line="156"/>
+ <source>&lt;small&gt;&lt;i&gt;Graph %1: Received bytes=%2 Time=%3 secs &lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SCTPGraphDialog</name>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="14"/>
+ <source>SCTP Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="45"/>
+ <source>Only SACKs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="61"/>
+ <source>Only TSNs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="77"/>
+ <source>Show both</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="93"/>
+ <source>Reset to full size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="125"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="138"/>
+ <source>Save Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="143"/>
+ <source>goToPacket</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.ui" line="146"/>
+ <source>Go to Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="39"/>
+ <source>SCTP TSNs and SACKs over Time: %1 Port1 %2 Port2 %3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="42"/>
+ <source>No Data Chunks sent</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="203"/>
+ <source>CumTSNAck</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="216"/>
+ <source>Gap Ack</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="229"/>
+ <source>NR Gap Ack</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="242"/>
+ <source>Duplicate Ack</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="292"/>
+ <source>TSN</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="327"/>
+ <source>time [secs]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="328"/>
+ <source>TSNs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="409"/>
+ <source>&lt;small&gt;&lt;i&gt;%1: %2 Time: %3 secs &lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="419"/>
+ <source>Portable Document Format (*.pdf)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="420"/>
+ <source>Portable Network Graphics (*.png)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="421"/>
+ <source>Windows Bitmap (*.bmp)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="423"/>
+ <source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sctp_graph_dialog.cpp" line="430"/>
+ <source>Wireshark: Save Graph As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SearchFrame</name>
+ <message>
+ <location filename="search_frame.ui" line="14"/>
+ <source>Frame</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="32"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search the Info column of the packet list (summary pane), decoded packet display labels (tree view pane) or the ASCII-converted packet data (hex view pane).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="36"/>
+ <source>Packet list</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="41"/>
+ <source>Packet details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="46"/>
+ <source>Packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="67"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for strings containing narrow (UTF-8 and ASCII) or wide (UTF-16) characters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="71"/>
+ <source>Narrow &amp; Wide</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="76"/>
+ <source>Narrow (UTF-8 / ASCII)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="81"/>
+ <source>Wide (UTF-16)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="89"/>
+ <source>Case sensitive</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="109"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for data using display filter syntax (e.g. ip.addr==10.1.1.1), a hexadecimal string (e.g. fffffda5) or a plain string (e.g. My String).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="113"/>
+ <source>Display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="118"/>
+ <source>Hex value</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="123"/>
+ <source>String</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="141"/>
+ <source>Find</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.ui" line="148"/>
+ <source>Cancel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="168"/>
+ <location filename="search_frame.cpp" line="262"/>
+ <source>No valid search type selected. Please report this to the development team.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="216"/>
+ <source>Invalid filter.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="222"/>
+ <source>That filter doesn&apos;t test anything.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="230"/>
+ <source>That&apos;s not a valid hex string.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="238"/>
+ <source>You didn&apos;t specify any text for which to search.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="255"/>
+ <source>No valid character set selected. Please report this to the development team.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="278"/>
+ <source>No valid search area selected. Please report this to the development team.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="292"/>
+ <source>No packet contained those bytes.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="302"/>
+ <source>No packet contained that string in its Info column.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="311"/>
+ <source>No packet contained that string in its dissected display.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="320"/>
+ <source>No packet contained that string in its converted data.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="search_frame.cpp" line="330"/>
+ <source>No packet matched that filter.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SequenceDialog</name>
+ <message>
+ <location filename="sequence_dialog.ui" line="14"/>
+ <source>Flow</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message utf8="true">
+ <location filename="sequence_dialog.ui" line="51"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
+
+&lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
+&lt;table&gt;&lt;tbody&gt;
+
+&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
+
+&lt;/tbody&gt;&lt;/table&gt;
+&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="73"/>
+ <source>&lt;small&gt;&lt;i&gt;A hint&lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="82"/>
+ <source>Show:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="90"/>
+ <source>All packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="95"/>
+ <source>Displayed packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="116"/>
+ <source>Flow type:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="139"/>
+ <source>Addresses:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="147"/>
+ <source>Any</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="152"/>
+ <source>Network</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="190"/>
+ <source>Reset</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="209"/>
+ <source>Reset Diagram</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="212"/>
+ <source>Reset the diagram to its initial state.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="215"/>
+ <source>0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="220"/>
+ <location filename="sequence_dialog.ui" line="223"/>
+ <source>Move Up 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="226"/>
+ <source>Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="231"/>
+ <location filename="sequence_dialog.ui" line="234"/>
+ <source>Move Left 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="237"/>
+ <source>Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="242"/>
+ <location filename="sequence_dialog.ui" line="245"/>
+ <source>Move Right 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="248"/>
+ <source>Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="253"/>
+ <location filename="sequence_dialog.ui" line="256"/>
+ <source>Move Down 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="259"/>
+ <source>Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="264"/>
+ <location filename="sequence_dialog.ui" line="267"/>
+ <source>Move Up 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="270"/>
+ <source>Shift+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="275"/>
+ <location filename="sequence_dialog.ui" line="278"/>
+ <source>Move Left 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="281"/>
+ <source>Shift+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="286"/>
+ <location filename="sequence_dialog.ui" line="289"/>
+ <source>Move Right 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="292"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="297"/>
+ <location filename="sequence_dialog.ui" line="300"/>
+ <source>Move Down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="303"/>
+ <source>Shift+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="308"/>
+ <source>Go To Packet Under Cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="311"/>
+ <source>Go to packet currently under the cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="314"/>
+ <source>G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="319"/>
+ <source>All Flows</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="322"/>
+ <source>Show flows for all packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="325"/>
+ <location filename="sequence_dialog.ui" line="336"/>
+ <source>1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="330"/>
+ <source>TCP Flows</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.ui" line="333"/>
+ <source>Show only TCP flow information</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="126"/>
+ <source>Save As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <location filename="sequence_dialog.cpp" line="282"/>
+ <source>%Ln node(s)</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message numerus="yes">
+ <location filename="sequence_dialog.cpp" line="283"/>
+ <source>%Ln item(s)</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="303"/>
+ <source>Portable Document Format (*.pdf)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="304"/>
+ <source>Portable Network Graphics (*.png)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="305"/>
+ <source>Windows Bitmap (*.bmp)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="307"/>
+ <source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="308"/>
+ <source>ASCII (*.txt)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="sequence_dialog.cpp" line="319"/>
+ <source>Wireshark: Save Graph As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SplashOverlay</name>
+ <message>
+ <location filename="splash_overlay.ui" line="17"/>
+ <source>Form</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="131"/>
+ <source>Initializing dissectors</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="134"/>
+ <source>Initializing tap listeners</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="137"/>
+ <source>Registering dissector</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="140"/>
+ <source>Registering plugins</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="143"/>
+ <source>Registering Python dissectors</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="146"/>
+ <source>Handing off dissector</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="149"/>
+ <source>Handing off plugins</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="152"/>
+ <source>Handing off Python dissectors</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="155"/>
+ <source>Loading Lua plugins</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="158"/>
+ <source>Loading module preferences</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="161"/>
+ <source>Loading configuration files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="splash_overlay.cpp" line="164"/>
+ <source>(Unknown action)</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>StatsTreeDialog</name>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="31"/>
+ <source>Display filter:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="41"/>
+ <source>Regenerate statistics using this display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="44"/>
+ <source>Apply</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="63"/>
+ <location filename="stats_tree_dialog.cpp" line="96"/>
+ <source>Copy</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="66"/>
+ <source>Copy a text representation of the tree to the clipboard</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="69"/>
+ <source>Ctrl+C</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="74"/>
+ <location filename="stats_tree_dialog.cpp" line="99"/>
+ <source>Save as...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="77"/>
+ <source>Save the stats_tree data in various formats</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.ui" line="80"/>
+ <source>Ctrl+S</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="86"/>
+ <source>Configuration not found</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="87"/>
+ <source>Unable to find configuration for %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="131"/>
+ <source> Stats Tree</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="136"/>
+ <source>%1 already open</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="137"/>
+ <source>Each type of tree can only be generated one at time.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="171"/>
+ <source>%1 failed to attach to tap</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="276"/>
+ <source>Wireshark: Save stats tree as ...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="277"/>
+ <source>Plain text file (*.txt);;Comma separated values (*.csv);;XML document (*.xml);;YAML document (*.yaml)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="281"/>
+ <source>Plain text file (*.txt)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="stats_tree_dialog.cpp" line="325"/>
+ <source>Error saving file %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SummaryDialog</name>
+ <message>
+ <location filename="summary_dialog.ui" line="20"/>
+ <source>Wireshark - Summary</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="43"/>
+ <source>File capture details</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="55"/>
+ <source>File</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="70"/>
+ <source>Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="77"/>
+ <location filename="summary_dialog.ui" line="91"/>
+ <location filename="summary_dialog.ui" line="105"/>
+ <location filename="summary_dialog.ui" line="119"/>
+ <location filename="summary_dialog.ui" line="161"/>
+ <location filename="summary_dialog.ui" line="175"/>
+ <location filename="summary_dialog.ui" line="189"/>
+ <location filename="summary_dialog.ui" line="407"/>
+ <location filename="summary_dialog.ui" line="421"/>
+ <source>/</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="84"/>
+ <source>Length</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="98"/>
+ <source>Format</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="112"/>
+ <source>Encapsulation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="136"/>
+ <source>Time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="154"/>
+ <source>First packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="168"/>
+ <source>Last packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="182"/>
+ <source>Elapsed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="206"/>
+ <source>Capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="234"/>
+ <source>Capture file comments</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="250"/>
+ <source>OS</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="257"/>
+ <location filename="summary_dialog.ui" line="271"/>
+ <location filename="summary_dialog.cpp" line="393"/>
+ <source>Unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="264"/>
+ <source>Capture app</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="284"/>
+ <source>Capture statistics</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="318"/>
+ <source>Traffic</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="323"/>
+ <source>Captured</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="328"/>
+ <source>Displayed</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="333"/>
+ <source>Marked</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="363"/>
+ <source>Interface</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="368"/>
+ <source>Dropped packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="373"/>
+ <source>Capture filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="378"/>
+ <source>Link type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="383"/>
+ <source>Packet size limit</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="400"/>
+ <source>Display filter</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="414"/>
+ <source>Ignored packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.ui" line="430"/>
+ <source>Comment summary</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="68"/>
+ <source>Refresh</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="71"/>
+ <source>Copy To Clipboard</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="130"/>
+ <source>Summary created by Wireshark %1
+
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="133"/>
+ <source>File:
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="134"/>
+ <source>Name: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="135"/>
+ <source>Length: %1 bytes
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="136"/>
+ <source>Format: %1%2
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="138"/>
+ <location filename="summary_dialog.cpp" line="284"/>
+ <source> (gzip compressed)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="139"/>
+ <source>Encapsulation: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="144"/>
+ <source>Time:
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="150"/>
+ <source>First packet: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="153"/>
+ <source>Last packet: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="157"/>
+ <source>Elapsed: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="164"/>
+ <source>Capture:
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="173"/>
+ <source>OS: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="178"/>
+ <source>Capture application: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="187"/>
+ <source>Dropped packets: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="189"/>
+ <source>Capture filter: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="191"/>
+ <source>Link type: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="193"/>
+ <source>Packet size limit: %1
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="200"/>
+ <source>Statistics:
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="203"/>
+ <source>%1: %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="215"/>
+ <source>Capture File Comments:
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="230"/>
+ <source>Not representable</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="281"/>
+ <source>%1 bytes (%2 Mbytes)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="377"/>
+ <location filename="summary_dialog.cpp" line="412"/>
+ <source>unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="408"/>
+ <location filename="summary_dialog.cpp" line="436"/>
+ <source>none</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="419"/>
+ <source>%u bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="460"/>
+ <source>Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="489"/>
+ <source>Between first and last packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="492"/>
+ <location filename="summary_dialog.cpp" line="504"/>
+ <location filename="summary_dialog.cpp" line="515"/>
+ <source>%.3f sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="531"/>
+ <source>Avg. packets/sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="572"/>
+ <source>Avg. packet size</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="575"/>
+ <location filename="summary_dialog.cpp" line="588"/>
+ <location filename="summary_dialog.cpp" line="600"/>
+ <source>%</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="616"/>
+ <source>Bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="658"/>
+ <source>Avg. bytes/sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="summary_dialog.cpp" line="702"/>
+ <source>Avg. MBit/sec</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>TCPStreamDialog</name>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="14"/>
+ <source>Dialog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message utf8="true">
+ <location filename="tcp_stream_dialog.ui" line="33"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
+
+&lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
+&lt;table&gt;&lt;tbody&gt;
+
+&lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Up&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Next stream&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Dn&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Previous stream&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;d&lt;/th&gt;&lt;td&gt;Switch direction (swap TCP endpoints)&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;Toggle mouse drag / zoom&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;s&lt;/th&gt;&lt;td&gt;Toggle relative / absolute sequence numbers&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;Toggle capture / session time origin&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;Toggle crosshairs&lt;/td&gt;&lt;/th&gt;
+
+&lt;tr&gt;&lt;th&gt;1&lt;/th&gt;&lt;td&gt;Round Trip Time graph&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;2&lt;/th&gt;&lt;td&gt;Throughput graph&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;3&lt;/th&gt;&lt;td&gt;Stevens-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;4&lt;/th&gt;&lt;td&gt;tcptrace-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;5&lt;/th&gt;&lt;td&gt;Window Scaling graph&lt;/td&gt;&lt;/th&gt;
+
+&lt;/tbody&gt;&lt;/table&gt;
+&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="71"/>
+ <source>&lt;small&gt;&lt;i&gt;Mouse over for shortcuts&lt;/i&gt;&lt;/small&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="80"/>
+ <source>Type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="103"/>
+ <source>Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="113"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch the direction of the connection (view the opposite flow).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="116"/>
+ <location filename="tcp_stream_dialog.ui" line="344"/>
+ <source>Switch Direction</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="127"/>
+ <source>Mouse</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="134"/>
+ <source>Drag using the mouse button.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="137"/>
+ <source>drags</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="150"/>
+ <source>Select using the mouse button.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="153"/>
+ <source>zooms</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="179"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the graph to its initial state.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="182"/>
+ <source>Reset</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="201"/>
+ <source>Reset Graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="204"/>
+ <source>Reset the graph to its initial state.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="207"/>
+ <source>0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="212"/>
+ <location filename="tcp_stream_dialog.ui" line="215"/>
+ <source>Zoom In</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="218"/>
+ <source>+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="223"/>
+ <location filename="tcp_stream_dialog.ui" line="226"/>
+ <source>Zoom Out</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="229"/>
+ <source>-</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="234"/>
+ <location filename="tcp_stream_dialog.ui" line="237"/>
+ <source>Move Up 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="240"/>
+ <source>Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="245"/>
+ <location filename="tcp_stream_dialog.ui" line="248"/>
+ <source>Move Left 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="251"/>
+ <source>Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="256"/>
+ <location filename="tcp_stream_dialog.ui" line="259"/>
+ <source>Move Right 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="262"/>
+ <source>Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="267"/>
+ <location filename="tcp_stream_dialog.ui" line="270"/>
+ <source>Move Down 10 Pixels</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="273"/>
+ <source>Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="278"/>
+ <location filename="tcp_stream_dialog.ui" line="281"/>
+ <source>Move Up 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="284"/>
+ <source>Shift+Up</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="289"/>
+ <location filename="tcp_stream_dialog.ui" line="292"/>
+ <source>Move Left 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="295"/>
+ <source>Shift+Left</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="300"/>
+ <location filename="tcp_stream_dialog.ui" line="303"/>
+ <source>Move Right 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="306"/>
+ <source>Shift+Right</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="311"/>
+ <location filename="tcp_stream_dialog.ui" line="314"/>
+ <source>Move Down 1 Pixel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="317"/>
+ <source>Shift+Down</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="322"/>
+ <source>Next Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="325"/>
+ <source>Go to the next stream in the capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="328"/>
+ <source>PgUp</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="333"/>
+ <source>Previous Stream</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="336"/>
+ <source>Go to the previous stream in the capture</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="339"/>
+ <source>PgDown</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="347"/>
+ <source>Switch direction (swap TCP endpoints)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="350"/>
+ <source>D</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="355"/>
+ <source>Go To Packet Under Cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="358"/>
+ <source>Go to packet currently under the cursor</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="361"/>
+ <source>G</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="366"/>
+ <source>Drag / Zoom</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="369"/>
+ <source>Toggle mouse drag / zoom behavior</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="372"/>
+ <source>Z</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="377"/>
+ <source>Relative / Absolute Sequence Numbers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="380"/>
+ <source>Toggle relative / absolute sequence numbers</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="383"/>
+ <source>S</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="388"/>
+ <source>Capture / Session Time Origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="391"/>
+ <source>Toggle capture / session time origin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="394"/>
+ <source>T</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="399"/>
+ <source>Crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="402"/>
+ <source>Toggle crosshairs</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="405"/>
+ <source>Space</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="410"/>
+ <location filename="tcp_stream_dialog.cpp" line="647"/>
+ <source>Round Trip Time</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="413"/>
+ <source>Switch to the Round Trip Time graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="416"/>
+ <source>1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="421"/>
+ <location filename="tcp_stream_dialog.cpp" line="570"/>
+ <source>Throughput</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="424"/>
+ <source>Switch to the Throughput graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="427"/>
+ <source>2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="432"/>
+ <source>Time / Sequence (Stevens)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="435"/>
+ <source>Switch to the Stevens-style Time / Sequence graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="438"/>
+ <source>3</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="443"/>
+ <location filename="tcp_stream_dialog.cpp" line="701"/>
+ <source>Window Scaling</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="446"/>
+ <source>Switch to the Window Scaling graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="449"/>
+ <source>5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="454"/>
+ <source>Time / Sequence (tcptrace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="457"/>
+ <source>Switch to the tcptrace-style Time / Sequence graph</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.ui" line="460"/>
+ <source>4</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="211"/>
+ <source>Save As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="359"/>
+ <source>No Capture Data</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="415"/>
+ <source>%1 %2 pkts, %3 %4 %5 pkts, %6 </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="496"/>
+ <source>Sequence Numbers (Stevens)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="521"/>
+ <source>Sequence Numbers (tcptrace)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="572"/>
+ <source> (1s MA)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="574"/>
+ <source> (%1 Segment MA)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="589"/>
+ <source> [not enough data]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="728"/>
+ <source> for %1:%2 %3 %4:%5</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="912"/>
+ <source>%1 %2 (%3s len %4 seq %5 ack %6 win %7)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="913"/>
+ <source>Click to select packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="913"/>
+ <source>Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="927"/>
+ <source>Release to zoom, x = %1 to %2, y = %3 to %4</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="933"/>
+ <source>Unable to select range.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="936"/>
+ <source>Click to select a portion of the graph.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="979"/>
+ <source>Portable Document Format (*.pdf)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="980"/>
+ <source>Portable Network Graphics (*.png)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="981"/>
+ <source>Windows Bitmap (*.bmp)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="983"/>
+ <source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="tcp_stream_dialog.cpp" line="990"/>
+ <source>Wireshark: Save Graph As...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>TbInterfacesDelegate</name>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="661"/>
+ <location filename="capture_interfaces_dialog.cpp" line="672"/>
+ <location filename="capture_interfaces_dialog.cpp" line="740"/>
+ <location filename="capture_interfaces_dialog.cpp" line="765"/>
+ <source>enabled</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="capture_interfaces_dialog.cpp" line="662"/>
+ <location filename="capture_interfaces_dialog.cpp" line="673"/>
+ <source>disabled</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>TimeShiftDialog</name>
+ <message>
+ <location filename="time_shift_dialog.ui" line="20"/>
+ <source>Wireshark: Time Shift</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="28"/>
+ <source>Shift all packets by</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="41"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small; font-style:italic;&quot;&gt;[-][[hh:]mm:]ss[.ddd] &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="65"/>
+ <source>Set the time for packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="75"/>
+ <location filename="time_shift_dialog.ui" line="109"/>
+ <source>to</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="99"/>
+ <source>...then set packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="143"/>
+ <source>and extrapolate the time for all other packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="163"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;&lt;span style=&quot; font-size:small; font-style:italic;&quot;&gt;[YYYY-MM-DD] hh:mm:ss[.ddd] &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.ui" line="172"/>
+ <source>Undo all shifts</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.cpp" line="138"/>
+ <source>Frame numbers must be between 1 and %1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.cpp" line="140"/>
+ <source>Invalid frame number.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="time_shift_dialog.cpp" line="252"/>
+ <source>Time shifting is not available capturing packets.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>UatDialog</name>
+ <message>
+ <location filename="uat_dialog.ui" line="28"/>
+ <source>Create a new profile using default settings.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="uat_dialog.ui" line="42"/>
+ <source>Remove this profile.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="uat_dialog.ui" line="53"/>
+ <source>Copy this profile.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="uat_dialog.cpp" line="85"/>
+ <source>Unknown User Accessible Table</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="uat_dialog.cpp" line="103"/>
+ <source>Open </source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>