aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--debian/po/cs.po95
-rw-r--r--debian/po/da.po95
-rw-r--r--debian/po/de.po96
-rw-r--r--debian/po/es.po95
-rw-r--r--debian/po/eu.po95
-rw-r--r--debian/po/fi.po95
-rw-r--r--debian/po/fr.po95
-rw-r--r--debian/po/hu.po95
-rw-r--r--debian/po/id.po95
-rw-r--r--debian/po/it.po95
-rw-r--r--debian/po/ja.po93
-rw-r--r--debian/po/ko.po95
-rw-r--r--debian/po/nl.po95
-rw-r--r--debian/po/pt.po95
-rw-r--r--debian/po/pt_BR.po95
-rw-r--r--debian/po/ru.po95
-rw-r--r--debian/po/sk.po95
-rw-r--r--debian/po/sv.po95
-rw-r--r--debian/po/vi.po95
-rw-r--r--enterprises.tsv40
-rw-r--r--manuf61
-rw-r--r--services2
-rw-r--r--ui/qt/wireshark_de.ts111
-rw-r--r--ui/qt/wireshark_fr.ts99
-rw-r--r--ui/qt/wireshark_it.ts111
-rw-r--r--ui/qt/wireshark_ja_JP.ts111
-rw-r--r--ui/qt/wireshark_pl.ts111
-rw-r--r--ui/qt/wireshark_zh_CN.ts129
29 files changed, 1832 insertions, 748 deletions
diff --git a/AUTHORS b/AUTHORS
index 0486550ea0..780683984d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4343,6 +4343,7 @@ Russell Lowes <russelll[AT]metamako.com>
Rustam Safargalin <rustam.safargalin[AT]sifox.ru>
Ryan Mullen <rmmullen[AT]gmail.com>
Rémy Léone <remy.leone[AT]gmail.com>
+Sam Cisneros <Sam.Cisneros15[AT]protonmail.com>
Samiran Saha <ssahasamiran[AT]gmail.com>
Sandeep Dahiya <sdahiya[AT]gmail.com>
Sander Steffann <sander[AT]steffann.nl>
diff --git a/debian/po/cs.po b/debian/po/cs.po
index b92c2c1926..12f835ac87 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Martin Sin <martin.sin@zshk.cz>, 2009
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Czech (http://www.transifex.com/wireshark/wireshark/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Povolení této možnosti může být bezpečnostním rizikem a tak je ve výchozím nastavení vypnuté. Jste-li na pochybách, doporučuje se nechat volbu vypnutou."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/da.po b/debian/po/da.po
index e95ee68436..c940799177 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Joe Hansen <joedalton2@yahoo.dk>, 2010
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Danish (http://www.transifex.com/wireshark/wireshark/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Aktivering af denne funktion kan udgøre en sikkerhedsrisiko, så som standard er den deaktiveret. Hvis du er i tvivl, anbefales det at lade den være deaktiveret."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/de.po b/debian/po/de.po
index e58f5a352a..9142c7968d 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -1,9 +1,10 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Dominik Eismann <dorlamm@gmx.de>, 2016
+# uhei, 2017
# uhei, 2015
# Uli Heilmeier, 2015
# uhei, 2015
@@ -11,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2016-01-23 00:36+0000\n"
-"Last-Translator: Dominik Eismann <dorlamm@gmx.de>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 16:10+0000\n"
+"Last-Translator: uhei\n"
"Language-Team: German (http://www.transifex.com/wireshark/wireshark/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,3 +53,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Da das Aktivieren dieser Funktion ein Sicherheitsrisiko darstellen kann, ist es standardmäßig deaktiviert. Es wird Empfohlen dies im Zweifelsfall deaktiviert zu lassen."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Erstellen der wireshark Systemgruppe fehlgeschlagen"
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr "Die wireshark Gruppe existiert nicht und konnte nicht erstellt werden. Wireshark kann daher nicht so konfiguriert werden, dass ein Mitschnitt von Datenverkehr auch einem unpreviligiertem Benutzer möglich ist."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr "Bitte erstellen Sie die wireshark Systemgruppe und rekonfigurieren Sie wireshark-common nochmals."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Die wireshark Gruppe ist eine Systemgruppe"
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr "Die wireshark Gruppe existiert als eine Benutzergruppe. Die bevorzugte Konfiguration sieht vor, dass die Gruppe als Systemgruppe erstellt wird."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr "Als Ergebnis wird ein Löschen von wireshark-common nicht die Gruppe wireshark entfernen. Alles andere sollte normal funktionieren."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Setzen der Einstellungen für dumpcap fehlgeschlagen"
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr "Der Versuch die Linux Fähigkeiten zum Berechtigen von Paket-Mitschnitten für dumpcamp zu vergeben ist gescheitert. Es wurde daher das Set-User-ID Bit gesetzt."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Entfernen der wireshark Gruppe fehlgeschlagen"
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr "Wenn das wireshark-common Paket so konfiguriert wird, damit einem Nicht-Superuser das Mitschneiden von Paketen erlaubt ist, dann wird das postinst Skript von wireshark-common die wireshark Gruppe als eine Systemgruppe erstellen."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr "Auf diesem System ist die wireshark Gruppe eine Benutzergruppe anstatt einer Systemgruppe. Das Löschen von wireshark-common wird die Gruppe daher nicht entfernen."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Wenn die Gruppe nicht mehr länger benötigt wird entfernen Sie diese bitte manuell."
diff --git a/debian/po/es.po b/debian/po/es.po
index 5120b90c15..d0c74d955e 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009-2010
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Spanish (http://www.transifex.com/wireshark/wireshark/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Activar esta funcionalidad puede ser un riesgo de seguridad, por lo que de forma predeterminada está desactivada. En caso de duda, se recomienda dejarla desactivada."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/eu.po b/debian/po/eu.po
index 191f8c2143..48a4e8d424 100644
--- a/debian/po/eu.po
+++ b/debian/po/eu.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2010
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Basque (http://www.transifex.com/wireshark/wireshark/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,3 +50,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Eginbide hau gaitzean segurtasuneko arrisku bat sor daiteke, hau dela eta desgaituta dago lehenespenez. Zalantzako kasuan, desgaituta uztea gomendantzen da."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/fi.po b/debian/po/fi.po
index 16e8723871..d7f9ec9c28 100644
--- a/debian/po/fi.po
+++ b/debian/po/fi.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# edu28b5088de91f4c05 <edu@iki.fi>, 2009
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Finnish (http://www.transifex.com/wireshark/wireshark/language/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,3 +50,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Tämän ominaisuuden käyttöönotto saattaa olla tietoturvariski ja tästä syystä se on oletuksena poissa käytöstä. Jos olet epävarma, on suositeltavaa jättää se pois käytöstä."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 4295ac7557..1bd9463965 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Simon Paillard <spaillard@debian.org>, 2009
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: French (http://www.transifex.com/wireshark/wireshark/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Cette fonctionnalité constitue un risque pour la sécurité, c'est pourquoi elle est désactivée par défaut. En cas de doute, il est suggéré de la laisser désactivée."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/hu.po b/debian/po/hu.po
index ec646c8da5..a64ef0c056 100644
--- a/debian/po/hu.po
+++ b/debian/po/hu.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Balint Reczey <balint@balintreczey.hu>, 2011
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Hungarian (http://www.transifex.com/wireshark/wireshark/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Ennek a beállításnak az engedélyezése biztonsági kockázatot hordoz.Ha bizonytalan vagy, inkább ne engedélyezd."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/id.po b/debian/po/id.po
index c9a6c6a690..818c0343aa 100644
--- a/debian/po/id.po
+++ b/debian/po/id.po
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/wireshark/wireshark/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,3 +48,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Mengaktifkan fitur ini akan menyebabkan resiko keamanan, jadi secara bawaan akan di non-aktifkan. Jika ragu, disarankan untuk dibiarkan dinonaktifkan"
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/it.po b/debian/po/it.po
index 04aff59b41..4443caff18 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
-# Vincenzo Reale <vinx.reale@gmail.com>, 2015
+# Vincenzo Reale <vinx.reale@gmail.com>, 2015,2017
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 10:22+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/wireshark/wireshark/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "L'abilitazione di questa funzionalità potrebbe essere un rischio per la sicurezza, perciò è disabilitata in modo predefinito. Se hai dubbi, ti consigliamo di lasciarla disabilitata."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Creazione del gruppo di sistema wireshark non riuscita"
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr "Il gruppo wireshark non esiste, e la sua creazione non è riuscita, per cui Wireshark non può essere configurato per catturare il traffico con un utente non privilegiato."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr "Crea il gruppo di sistema wireshark e prova a configurare nuovamente wireshark-common."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Il gruppo wireshark è un gruppo di sistema"
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr "Il gruppo wireshark esiste come gruppo utente, ma la configurazione preferita consiste nel crearlo come gruppo di sistema."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr "Come risultato, la rimozione di wireshark-common non rimuoverà il gruppo wireshark, ma tutto il resto dovrebbe funzionare correttamente."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Impostazione delle capacità di dumpcap non riuscita"
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr "Il tentativo di utilizzare le capacità di Linux per accordare i privilegi di cattura dei pacchetti al binario dumpcap non è riuscito. Invece, è stato impostato il bit set-user-id."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Rimozione del gruppo di sistema wireshark non riuscita"
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr "Quando il pacchetto wireshark-common è configurato per consentire a utenti non privilegiati di catturare pacchetti, lo script di post-installazione di wireshark-common crea un gruppo wireshark come un gruppo di sistema."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr "Tuttavia, su questo sistema il gruppo wireshark è un gruppo utente invece di essere un gruppo di sistema, per cui la rimozione di wireshark-common non lo ha rimosso."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Se il gruppo non è più necessario, rimuovilo manualmente."
diff --git a/debian/po/ja.po b/debian/po/ja.po
index d309221ee6..9edd9f35b8 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Japanese (http://www.transifex.com/wireshark/wireshark/language/ja/)\n"
"MIME-Version: 1.0\n"
@@ -48,3 +48,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "この機能を有効にするのはセキュリティ上のリスクになる可能性があるので、デフォルトでは無効にされています。分からない場合は無効のままにしておくことをお勧めします。"
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/ko.po b/debian/po/ko.po
index 864ea5e136..08180994a5 100644
--- a/debian/po/ko.po
+++ b/debian/po/ko.po
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Korean (http://www.transifex.com/wireshark/wireshark/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,3 +48,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "활성화 하는 것은 보안상 위험할 수 있기 때문에 기본적으로 비활성화 되어 있습니다. 비활성화로 두는 것을 추천합니다."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/nl.po b/debian/po/nl.po
index c7ddc0c56f..d69afe7665 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Jeroen Schot <schot@a-eskwadraat.nl>, 2011
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Dutch (http://www.transifex.com/wireshark/wireshark/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Het activeren van deze functionaliteit is mogelijk een beveiligingsrisico, daarom staat dit niet standaard aan. Bij twijfel wordt u aangeraden om dit niet te activeren."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/pt.po b/debian/po/pt.po
index ff975c8dbe..87d0780387 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/wireshark/wireshark/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,3 +48,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Activar esta característica pode ser um risco de segurança, por isso vem desactivada por predefinição. Em caso de dúvida, sugere-se deixá-la desactivada."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 726191e88d..d191327a24 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Adriano Rafael Gomes <adrianorg@gmail.com>, 2010
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wireshark/wireshark/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,3 +50,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Habilitar este recurso pode ser um risco de segurança, portanto ele é desabilitado por padrão. Se estiver em dúvida, é sugerido deixá-lo desabilitado."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/ru.po b/debian/po/ru.po
index 31135bb28e..6a64798439 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Yuri Kozlov <yuray@komyakino.ru>, 2009-2010
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Russian (http://www.transifex.com/wireshark/wireshark/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Использование данной возможности влияет на безопасность, поэтому по умолчанию не используется. Если сомневаетесь, то оставьте выключенной."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/sk.po b/debian/po/sk.po
index 6dd7eb7400..86437677ff 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Automatically generated, 2011
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Slovak (http://www.transifex.com/wireshark/wireshark/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,3 +50,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Zapnutie tejto vlastnosti môže byť bezpečnostným rizikom, aj preto je predvolene vypnutá. Ak si nie ste istý, odporúčame ponechať ju vypnutú."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/sv.po b/debian/po/sv.po
index fdab190a98..428169819f 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
# Martin Ågren <martin.agren@gmail.com>, 2009-2010
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Swedish (http://www.transifex.com/wireshark/wireshark/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,3 +49,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Att aktivera denna funktion kan vara en säkerhetsrisk, så den är avaktiverad som standard. Vid tvivel rekommenderas att den lämnas avaktiverad."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/debian/po/vi.po b/debian/po/vi.po
index 9dff4e9877..622999ad08 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the wireshark package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2010-06-20 16:35+0200\n"
-"PO-Revision-Date: 2015-10-22 07:58+0000\n"
-"Last-Translator: Alexis La Goutte <alexis.lagoutte@gmail.com>\n"
+"POT-Creation-Date: 2017-08-06 18:31-0400\n"
+"PO-Revision-Date: 2017-08-13 08:10+0000\n"
+"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/wireshark/wireshark/language/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,3 +48,90 @@ msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr "Bật tính năng này có thể rủi ro bảo mật thì nó bị tắt theo mặc định. Chưa chắc nên để lại bị tắt."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"The wireshark group does not exist, and creating it failed, so Wireshark "
+"cannot be configured to capture traffic as an unprivileged user."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"The wireshark group exists as a user group, but the preferred configuration "
+"is for it to be created as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid ""
+"As a result, purging wireshark-common will not remove the wireshark group, "
+"but everything else should work properly."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid ""
+"The attempt to use Linux capabilities to grant packet-capturing privileges "
+"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"When the wireshark-common package is configured to allow non-superusers to "
+"capture packets the postinst script of wireshark-common creates the "
+"wireshark group as a system group."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid ""
+"However, on this system the wireshark group is a user group instead of being"
+" a system group, so purging wireshark-common did not remove it."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
diff --git a/enterprises.tsv b/enterprises.tsv
index 5e8fe508ee..d0cf4749fe 100644
--- a/enterprises.tsv
+++ b/enterprises.tsv
@@ -5,7 +5,7 @@
# The format used here is: <NUMERICAL_ID><SPACE><NAME>
# Where SPACE can be any sequence of spaces and tabs.
#
-# (last updated 2017-08-12)
+# (last updated 2017-08-18)
0 Reserved
1 NxNetworks
@@ -23907,7 +23907,7 @@
24060 icube
24061 Amtium Computer Network Communiction Tech. CO,LTD£»
24062 Korenix Technology Co., Ltd.
-24063 Call Direct Cellular Solutions Pty. Ltd
+24063 NetComm Wireless Ltd # formerly 'Call Direct Cellular Solutions Pty. Ltd'
24064 Florian Hagedorn IT-Services
24065 TelcoSI
24066 Beijing WaterTek Information Technology Co.,Ltd.
@@ -33959,7 +33959,7 @@
34122 Retrix Hosting, Inc.
34123 Akitogo Internet and Media Applications GmbH
34124 Digital Measures
-34125 Beyond Semiconductor
+34125 Beyond Semiconductor d.o.o.
34126 Infocon S. A.
34127 Allgemeiner Deutscher Fahrrad-Club Landesverband Nordrhein-Westfalen e.V.
34128 Fabri
@@ -50338,3 +50338,37 @@
50517 Reinform-Int
50518 YOUNG Develpment Co.
50519 NetCologne GmbH
+50520 Bundesdruckerei GmbH
+50521 Zentraler IT-Dienstleister der Justiz des Landes Brandenburg
+50522 Kabel Premium Pulp & Paper GmbH
+50523 Zynga
+50524 Provision Data Systems Inc
+50525 DRTECH
+50526 Creative Thinking Innovation Technology
+50527 Diaverum Sweden AB
+50528 Toriv AB
+50529 Lonza AG
+50530 R3
+50531 Freedom Holdings, LLC dba Freedom Graphic Systems
+50532 BuFaTa Elektrotechnik
+50533 Samaritas
+50534 Assurance Technology Corporation
+50535 Svpribor Ltd.
+50536 iXsystems
+50537 TeleCommunications Systems, Inc Enterprise Technologies Division
+50538 Data Systems International, Inc.
+50539 FNT
+50540 FieldComm Group, Inc.
+50541 San Jose FIRST Robotics Club
+50542 AC&E Pty Ltd
+50543 Ambedded Technology Co., LTD.
+50544 Intrinsic ID B.V.
+50545 Maxell, Ltd.
+50546 Burton Neil & Associates, P.C.
+50547 DXWash LLC
+50548 metraTec GmbH
+50549 Inapa
+50550 Beijing Tengling Technology Co.,Ltd.
+50551 Elara Software GmbH
+50552 SARA ELECTRONIC INSTRUMENTS SRL
+50553 PRIMARK Limited
diff --git a/manuf b/manuf
index 381cfc3833..f29e00e92a 100644
--- a/manuf
+++ b/manuf
@@ -11572,7 +11572,7 @@
00:50:C2:24:A0:00/36 CdsRail # CDS Rail
00:50:C2:24:B0:00/36 Azimuth # Azimuth Systems, Inc.
00:50:C2:24:C0:00/36 Supertel
-00:50:C2:24:D0:00/36 MettlerT # Mettler Toledo Hi-Speed
+00:50:C2:24:D0:00/36 MettlerT # Mettler Toledo Hi Speed
00:50:C2:24:E0:00/36 ScharffW # Scharff Weisberg Systems Integration Inc
00:50:C2:24:F0:00/36 Macronet # Macronet s.r.l.
00:50:C2:25:00:00/36 AcdElekt # ACD Elektronik GmbH
@@ -13724,7 +13724,7 @@
00:50:C2:AB:20:00/36 Procom # ProCom Systems, Inc.
00:50:C2:AB:30:00/36 Compañía # Compañía de Instrumentacion y control, S.L.
00:50:C2:AB:40:00/36 N3kInfor # n3k Informatik GmbH
-00:50:C2:AB:50:00/36 MettlerT # Mettler Toledo Hi-Speed
+00:50:C2:AB:50:00/36 MettlerT # Mettler Toledo Hi Speed
00:50:C2:AB:60:00/36 GygaxEmb # Gygax Embedded Engineering GEE.ch
00:50:C2:AB:70:00/36 Twinfall # Twinfalls Technologies
00:50:C2:AB:80:00/36 AhmClika # AHM Limited (CLiKAPAD)
@@ -14731,7 +14731,7 @@
00:50:C2:EA:60:00/36 Powersen # Powersense A/S
00:50:C2:EA:70:00/36 Saia-Bur # Saia-Burgess Controls AG
00:50:C2:EA:80:00/36 MbConnec # MB Connect Line GmbH
-00:50:C2:EA:90:00/36 MettlerT # Mettler Toledo Hi-Speed
+00:50:C2:EA:90:00/36 MettlerT # Mettler Toledo Hi Speed
00:50:C2:EA:A0:00/36 Bae # BAE Systems
00:50:C2:EA:B0:00/36 Warp9Tec # Warp9 Tech Design, Inc.
00:50:C2:EA:C0:00/36 AliasIp # Alias ip
@@ -16270,6 +16270,7 @@
00:AA:3C Olivetti # OLIVETTI TELECOM SPA (OLTECO)
00:AA:70 LgElectr # LG Electronics (Mobile Communications)
00:AC:E0 ArrisGro # ARRIS Group, Inc.
+00:AE:CD Pensando # Pensando Systems
00:AE:FA MurataMa # Murata Manufacturing Co., Ltd.
00:AF:1F Cisco # Cisco Systems, Inc
00:B0:09 GrassVal # Grass Valley, A Belden Brand
@@ -17853,6 +17854,7 @@
0C:E7:25 Microsof # Microsoft Corporation
0C:E8:2F Bonfigli # Bonfiglioli Vectron GmbH
0C:E9:36 ElimosSr # ELIMOS srl
+0C:EA:C9 ArrisGro # ARRIS Group, Inc.
0C:EE:E6 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
0C:EF:7C Anacom # AnaCom Inc
0C:EF:AF IeeeRegi # IEEE Registration Authority
@@ -18445,6 +18447,7 @@
18:E8:DD Modulete # MODULETEK
18:EE:69 Apple # Apple, Inc.
18:EF:63 Cisco # Cisco Systems, Inc
+18:F0:E4 XiaomiCo # Xiaomi Communications Co Ltd
18:F1:45 NetcommW # NetComm Wireless Limited
18:F2:92 Shannon # Shannon Systems
18:F4:6A HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@@ -18554,6 +18557,7 @@
1C:6E:76 QuarionT # Quarion Technology Inc
1C:6F:65 Giga-Byt # GIGA-BYTE TECHNOLOGY CO.,LTD.
1C:70:22 MurataMa # Murata Manufacturing Co., Ltd.
+1C:73:28 Connecte # Connected Home
1C:73:70 Neotech
1C:74:0D ZyxelCom # ZyXEL Communications Corporation
1C:75:08 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD.
@@ -18734,6 +18738,7 @@
1C:DD:EA Guangdon # GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD
1C:DE:A7 Cisco # Cisco Systems, Inc
1C:DF:0F Cisco # Cisco Systems, Inc
+1C:DF:52 TexasIns # Texas Instruments
1C:E1:65 Marshal # Marshal Corporation
1C:E1:92 Qisda # Qisda Corporation
1C:E2:CC TexasIns # Texas Instruments
@@ -19798,6 +19803,7 @@
34:29:8F:D0:00:00/28 Keystone # Keystone Electronic Solutions
34:29:8F:E0:00:00/28 ArcTechn # ARC Technology Co., Ltd
34:29:EA McdElect # MCD ELECTRONICS SP. Z O.O.
+34:2A:F1 TexasIns # Texas Instruments
34:2D:0D SamsungE # Samsung Electronics Co.,Ltd
34:2F:6E Anywire # Anywire corporation
34:31:11 SamsungE # Samsung Electronics Co.,Ltd
@@ -19983,6 +19989,7 @@
38:0A:AB Formlabs
38:0B:40 SamsungE # Samsung Electronics Co.,Ltd
38:0D:D4 PrimaxEl # Primax Electronics Ltd.
+38:0E:4D Cisco # Cisco Systems, Inc
38:0E:7B VPSThai # V.P.S. Thai Co., Ltd
38:0F:4A Apple # Apple, Inc.
38:0F:E4 Dedicate # Dedicated Network Partners Oy
@@ -20065,6 +20072,9 @@
38:70:0C ArrisGro # ARRIS Group, Inc.
38:71:DE Apple # Apple, Inc.
38:72:C0 Comtrend # Comtrend Corporation
+38:73:EA IeeeRegi # IEEE Registration Authority
+38:73:EA:40:00:00/28 LightBlu # Light Blue Optics Ltd.
+38:73:EA:60:00:00/28 LiveSent # Live Sentinel
38:76:CA Shenzhen # Shenzhen Smart Intelligent Technology Co.Ltd
38:76:D1 Euronda # Euronda SpA
38:7B:47 Akela # AKELA, Inc.
@@ -20164,6 +20174,7 @@
38:F5:57 Jolata # JOLATA, INC.
38:F5:97 Home2net # home2net GmbH
38:F7:08 National # National Resource Management, Inc.
+38:F7:3D AmazonTe # Amazon Technologies Inc.
38:F7:B2 SeojunEl # SEOJUN ELECTRIC
38:F8:89 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
38:F8:B7 V2comPar # V2COM PARTICIPACOES S.A.
@@ -20523,6 +20534,7 @@
40:A6:D9 Apple # Apple, Inc.
40:A6:E8 Cisco # Cisco Systems, Inc
40:A8:F0 HewlettP # Hewlett Packard
+40:A9:3F Private
40:AC:8D DataMana # Data Management, Inc.
40:B0:34 HewlettP # Hewlett Packard
40:B0:FA LgElectr # LG Electronics (Mobile Communications)
@@ -20760,7 +20772,7 @@
40:D8:55:0C:50:00/36 MMElektr # M.M. Elektrolab
40:D8:55:0C:60:00/36 Comtime # comtime GmbH
40:D8:55:0C:70:00/36 Insensiv # insensiv GmbH
-40:D8:55:0C:80:00/36 MettlerT # Mettler Toledo Hi-Speed
+40:D8:55:0C:80:00/36 MettlerT # Mettler Toledo Hi Speed
40:D8:55:0C:90:00/36 Quantafl # QUANTAFLOW
40:D8:55:0C:A0:00/36 Neutrik # NEUTRIK AG
40:D8:55:0C:B0:00/36 Relion # ReliOn Inc
@@ -21242,6 +21254,7 @@
44:D3:CA Cisco # Cisco Systems, Inc
44:D4:37 IntenoBr # Inteno Broadband Technology AB
44:D4:E0 SonyMobi # Sony Mobile Communications AB
+44:D5:A5 AddonCom # AddOn Computer
44:D6:3D TalariNe # Talari Networks
44:D6:E1 SnuzaInt # Snuza International Pty. Ltd.
44:D8:32 Azurewav # AzureWave Technology Inc.
@@ -21492,6 +21505,7 @@
4C:4B:68 MobileDe # Mobile Device, Inc.
4C:4E:03 TctMobil # TCT mobile ltd
4C:4E:35 Cisco # Cisco Systems, Inc
+4C:52:62 FujitsuT # Fujitsu Technology Solutions GmbH
4C:54:27 LineproS # Linepro Sp. z o.o.
4C:54:99 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
4C:55:85 Hamilton # Hamilton Systems
@@ -21938,6 +21952,7 @@
54:79:75 Nokia # Nokia Corporation
54:7A:52 CteInter # CTE International srl
54:7C:69 Cisco # Cisco Systems, Inc
+54:7D:CD TexasIns # Texas Instruments
54:7F:54 Ingenico
54:7F:A8 TelcoSRO # TELCO systems, s.r.o.
54:7F:EE Cisco # Cisco Systems, Inc
@@ -22052,6 +22067,7 @@
58:12:43 AcsipTec # AcSiP Technology Corp.
58:16:26 Avaya # Avaya Inc
58:17:0C SonyMobi # Sony Mobile Communications AB
+58:19:F8 ArrisGro # ARRIS Group, Inc.
58:1C:BD Affinegy
58:1D:91 Advanced # Advanced Mobile Telecom co.,ltd.
58:1F:28 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
@@ -22125,6 +22141,7 @@
58:85:6E Qsc # QSC AG
58:87:4C Lite-OnC # LITE-ON CLEAN ENERGY TECHNOLOGY CORP.
58:87:E2 Shenzhen # Shenzhen Coship Electronics Co., Ltd.
+58:8A:5A Dell # Dell Inc.
58:8B:F3 ZyxelCom # ZyXEL Communications Corporation
58:8D:09 Cisco # Cisco Systems, Inc
58:90:43 Sagemcom # Sagemcom Broadband SAS
@@ -22293,6 +22310,7 @@
5C:6F:4F SASistel # S.A. SISTEL
5C:70:A3 LgElectr # LG Electronics (Mobile Communications)
5C:77:57 Haivisio # Haivision Network Video
+5C:77:76 TctMobil # TCT mobile ltd
5C:7D:5E HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
5C:83:8F Cisco # Cisco Systems, Inc
5C:84:86 Brightso # Brightsource Industries Israel LTD
@@ -22322,6 +22340,7 @@
5C:A9:33 LumaHome # Luma Home
5C:AA:FD Sonos # Sonos, Inc.
5C:AC:4C HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
+5C:AD:76 Shenzhen # Shenzhen TCL New Technology Co., Ltd
5C:AD:CF Apple # Apple, Inc.
5C:AF:06 LgElectr # LG Electronics (Mobile Communications)
5C:B0:66 ArrisGro # ARRIS Group, Inc.
@@ -22968,6 +22987,7 @@
68:FB:7E Apple # Apple, Inc.
68:FB:95 Generalp # Generalplus Technology Inc.
68:FC:B3 NextLeve # Next Level Security Systems, Inc.
+6A:0E:20 Geofrenz # GeoFrenzy, Inc
6A:1F:6C Ipass # iPass, Inc.
6A:73:7D 25gEther # 25G Ethernet Consortium
6A:E6:4A S&OElect # S&O Electronics (Malaysia) Sdn. Bhd.
@@ -23294,6 +23314,7 @@
70:B3:D5:00:20:00/36 GogoBa # Gogo BA
70:B3:D5:00:70:00/36 Sensoneo
70:B3:D5:00:90:00/36 Holidayc # HolidayCoro
+70:B3:D5:00:D0:00/36 Scrona # Scrona AG
70:B3:D5:00:E0:00/36 Magosys # Magosys Systems LTD
70:B3:D5:01:00:00/36 HanwaEle # Hanwa Electronic Ind.Co.,Ltd.
70:B3:D5:01:10:00/36 SumerDat # Sumer Data S.L
@@ -23653,6 +23674,7 @@
70:B3:D5:2B:E0:00/36 Coherent # Coherent Logix, Inc.
70:B3:D5:2C:20:00/36 QuantumD # Quantum Detectors
70:B3:D5:2C:30:00/36 Proterra
+70:B3:D5:2C:D0:00/36 KoreaAir # Korea Airports Corporation
70:B3:D5:2C:E0:00/36 Kdt
70:B3:D5:2C:F0:00/36 MbConnec # MB Connect Line GmbH
70:B3:D5:2D:00:00/36 Ijin # ijin co.,ltd.
@@ -23933,6 +23955,7 @@
70:B3:D5:4F:00:00/36 LiSengTe # Li Seng Technology Ltd.,
70:B3:D5:4F:40:00/36 Witagg # WiTagg, Inc
70:B3:D5:4F:80:00/36 Private
+70:B3:D5:4F:C0:00/36 MettlerT # Mettler Toledo
70:B3:D5:4F:E0:00/36 Witagg # WiTagg, Inc
70:B3:D5:50:00:00/36 MistralS # Mistral Solutions Pvt. LTD
70:B3:D5:50:10:00/36 PeekTraf # Peek Traffic
@@ -23983,6 +24006,7 @@
70:B3:D5:55:E0:00/36 BrsSiste # BRS Sistemas Eletrônicos
70:B3:D5:56:30:00/36 Zhejiang # Zhejiang Hao Teng Electronic Technology Co., Ltd.
70:B3:D5:56:40:00/36 Christma # christmann informationstechnik + medien GmbH & Co. KG
+70:B3:D5:56:60:00/36 DataInfo # Data Informs LLC
70:B3:D5:56:B0:00/36 SEI # S.E.I. CO.,LTD.
70:B3:D5:57:00:00/36 BayernEn # Bayern Engineering GmbH & Co. KG
70:B3:D5:57:20:00/36 Crde
@@ -24038,6 +24062,7 @@
70:B3:D5:5D:50:00/36 Ct # CT Company
70:B3:D5:5D:60:00/36 BmtMesst # BMT Messtechnik Gmbh
70:B3:D5:5D:80:00/36 LynxTech # LYNX Technik AG
+70:B3:D5:5D:B0:00/36 MovicomL # Movicom LLC
70:B3:D5:5E:00:00/36 HexagonM # Hexagon Metrology SAS
70:B3:D5:5E:20:00/36 Grossenb # Grossenbacher Systeme AG
70:B3:D5:5E:40:00/36 DspDesig # DSP DESIGN
@@ -24209,7 +24234,7 @@
70:B3:D5:74:20:00/36 YuyamaMf # YUYAMA MFG Co.,Ltd
70:B3:D5:74:50:00/36 TmsiLlc # TMSI LLC
70:B3:D5:74:70:00/36 EvaAutom # Eva Automation
-70:B3:D5:74:A0:00/36 MettlerT # Mettler Toledo Hi-Speed
+70:B3:D5:74:A0:00/36 MettlerT # Mettler Toledo Hi Speed
70:B3:D5:74:C0:00/36 KwantCon # Kwant Controls BV
70:B3:D5:74:D0:00/36 SpeechTe # SPEECH TECHNOLOGY CENTER LIMITED
70:B3:D5:74:E0:00/36 Pushcorp # PushCorp, Inc.
@@ -24373,6 +24398,7 @@
70:B3:D5:87:10:00/36 OsoTechn # Oso Technologies
70:B3:D5:87:30:00/36 VishayNo # Vishay Nobel AB
70:B3:D5:87:50:00/36 PeekTraf # Peek Traffic
+70:B3:D5:87:70:00/36 PolynetT # Polynet Telecommunications Consulting and Contractor Ltd.
70:B3:D5:87:80:00/36 PackageG # Package Guard, Inc
70:B3:D5:87:90:00/36 Zigpos # ZIGPOS GmbH
70:B3:D5:87:B0:00/36 LiquidIn # Liquid Instruments Pty Ltd
@@ -24500,12 +24526,14 @@
70:B3:D5:98:70:00/36 Axis # AXIS CORPORATION
70:B3:D5:98:90:00/36 Dcns
70:B3:D5:98:C0:00/36 Universi # University of Wisconsin Madison - Department of High Energy Physics
+70:B3:D5:98:F0:00/36 Spacefli # Spaceflight Industries
70:B3:D5:99:10:00/36 Javaspar # Javasparrow Inc.
70:B3:D5:99:40:00/36 KeffNetw # KeFF Networks
70:B3:D5:99:50:00/36 Laytec # LayTec AG
70:B3:D5:99:60:00/36 Xpertsea # XpertSea Solutions inc.
70:B3:D5:99:70:00/36 ProtomIn # ProTom International
70:B3:D5:99:A0:00/36 Kevic # KEVIC. inc,
+70:B3:D5:99:C0:00/36 Enerwise # Enerwise Solutions Ltd.
70:B3:D5:99:E0:00/36 TrinityC # Trinity College Dublin
70:B3:D5:99:F0:00/36 ConfedBV # Confed Holding B.V.
70:B3:D5:9A:10:00/36 ItsIndus # ITS Industrial Turbine Services GmbH
@@ -24702,6 +24730,7 @@
70:B3:D5:B0:20:00/36 NordicAu # Nordic Automation Systems AS
70:B3:D5:B0:40:00/36 Herrmann # Herrmann Datensysteme GmbH
70:B3:D5:B0:50:00/36 E-PlusTe # E-PLUS TECHNOLOGY CO., LTD
+70:B3:D5:B0:70:00/36 Arrowval # Arrowvale Electronics
70:B3:D5:B0:80:00/36 Secuinfo # Secuinfo Co. Ltd
70:B3:D5:B0:90:00/36 FirstLig # FIRST LIGHT IMAGING
70:B3:D5:B0:C0:00/36 Vigilate # Vigilate srl
@@ -24777,7 +24806,7 @@
70:B3:D5:BA:B0:00/36 AxotecTe # Axotec Technologies GmbH
70:B3:D5:BA:D0:00/36 TechnikD # Technik & Design GmbH
70:B3:D5:BA:E0:00/36 Warecube # WARECUBE,INC
-70:B3:D5:BB:20:00/36 MettlerT # Mettler Toledo Hi-Speed
+70:B3:D5:BB:20:00/36 MettlerT # Mettler Toledo Hi Speed
70:B3:D5:BB:30:00/36 ApgCashD # APG Cash Drawer, LLC
70:B3:D5:BB:70:00/36 Innoflig # Innoflight, Inc.
70:B3:D5:BB:80:00/36 AlKamelS # Al Kamel Systems S.L.
@@ -24897,6 +24926,7 @@
70:B3:D5:CA:80:00/36 GrupoEpe # Grupo Epelsa S.L.
70:B3:D5:CA:90:00/36 Nxcontro # Nxcontrol system Co., Ltd.
70:B3:D5:CA:A0:00/36 BelPower # Bel Power Solutions GmbH
+70:B3:D5:CA:B0:00/36 Notice # NOTICE Co., Ltd.
70:B3:D5:CA:C0:00/36 Crde
70:B3:D5:CA:E0:00/36 Thema
70:B3:D5:CB:20:00/36 Seclab
@@ -24953,6 +24983,7 @@
70:B3:D5:D1:E0:00/36 HoustonR # Houston Radar LLC
70:B3:D5:D1:F0:00/36 Embsec # Embsec AB
70:B3:D5:D2:00:00/36 Rheonics # Rheonics GmbH
+70:B3:D5:D2:20:00/36 DekTechn # DEK Technologies
70:B3:D5:D2:50:00/36 Engenesi # ENGenesis
70:B3:D5:D2:60:00/36 Mi # MI Inc.
70:B3:D5:D2:90:00/36 Sportzca # Sportzcast
@@ -25129,6 +25160,7 @@
70:B3:D5:E8:E0:00/36 MacnicaT # Macnica Technology
70:B3:D5:E8:F0:00/36 Dismunte # DISMUNTEL, S.A.
70:B3:D5:E9:00:00/36 GeteinBi # Getein Biotechnology Co.,ltd
+70:B3:D5:E9:10:00/36 NasAustr # NAS Australia P/L
70:B3:D5:E9:20:00/36 FujiData # FUJI DATA SYSTEM CO.,LTD.
70:B3:D5:E9:30:00/36 EconTech # ECON Technology Co.Ltd
70:B3:D5:E9:50:00/36 Broadsof # BroadSoft Inc
@@ -25346,6 +25378,7 @@
70:E2:4C SaeIt-Sy # SAE IT-systems GmbH & Co. KG
70:E2:84 WistronI # Wistron Infocomm (Zhongshan) Corporation
70:E4:22 Cisco # Cisco Systems, Inc
+70:E5:6E TexasIns # Texas Instruments
70:E7:2C Apple # Apple, Inc.
70:E8:43 BeijingC # Beijing C&W Optical Communication Technology Co.,Ltd.
70:EC:E4 Apple # Apple, Inc.
@@ -26178,6 +26211,7 @@
80:3A:0A Integrat # Integrated Device Technology (Malaysia) Sdn. Bhd.
80:3B:2A AbbXiame # ABB Xiamen Low Voltage Equipment Co.,Ltd.
80:3B:9A Ghe-CesE # ghe-ces electronic ag
+80:3B:F6 LookEasy # LOOK EASY INTERNATIONAL LIMITED
80:3F:5D Winstars # Winstars Technology Ltd
80:3F:D6 BytesAtW # bytes at work AG
80:41:4E BbkEduca # BBK EDUCATIONAL ELECTRONICS CORP.,LTD.
@@ -26396,6 +26430,7 @@
84:4B:B7 BeijingS # Beijing Sankuai Online Technology Co.,Ltd
84:4B:F5 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
84:4F:03 Ablelink # Ablelink Electronics Ltd
+84:50:9A EasySoft # Easy Soft TV Co., Ltd
84:51:81 SamsungE # Samsung Electronics Co.,Ltd
84:55:A5 SamsungE # Samsung Electronics Co.,Ltd
84:56:9C CohoData # Coho Data, Inc.,
@@ -27624,6 +27659,7 @@
9C:88:AD Fiberhom # Fiberhome Telecommunication Technologies Co.,LTD
9C:8B:A0 Apple # Apple, Inc.
9C:8B:F1 Warehous # The Warehouse Limited
+9C:8C:6E SamsungE # Samsung Electronics Co.,Ltd
9C:8D:1A IntegPro # INTEG process group inc
9C:8D:7C AlpsElec # ALPS ELECTRIC CO.,LTD.
9C:8D:D3 LeontonT # Leonton Technologies
@@ -29426,6 +29462,7 @@ C0:9C:92 Coby
C0:9D:26 TopiconH # Topicon HK Lmd.
C0:9F:05 Guangdon # GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD
C0:9F:42 Apple # Apple, Inc.
+C0:A0:0D ArrisGro # ARRIS Group, Inc.
C0:A0:BB D-LinkIn # D-Link International
C0:A0:C7 Fairfiel # FAIRFIELD INDUSTRIES
C0:A0:DE MultiTou # Multi Touch Oy
@@ -29847,6 +29884,7 @@ C8:D7:B0 SamsungE # Samsung Electronics Co.,Ltd
C8:DB:26 Logitech
C8:DD:C9 LenovoMo # Lenovo Mobile Communication Technology Ltd.
C8:DE:51 Integrao # IntegraOptics
+C8:DE:C9 Coriant
C8:DF:7C Nokia # Nokia Corporation
C8:E0:EB Apple # Apple, Inc.
C8:E1:30 Milkyway # Milkyway Group Ltd
@@ -30111,6 +30149,7 @@ D0:04:01 Motorola # Motorola Mobility LLC, a Lenovo Company
D0:04:92 Fiberhom # Fiberhome Telecommunication Technologies Co.,LTD
D0:05:2A Arcadyan # Arcadyan Corporation
D0:07:90 TexasIns # Texas Instruments
+D0:07:CA JuniperN # Juniper Networks
D0:0A:AB Yokogawa # Yokogawa Digital Computer Corporation
D0:0E:A4 PorscheC # Porsche Cars North America
D0:0E:D9 TaicangT # Taicang T&W Electronics
@@ -30768,6 +30807,7 @@ DC:49:C9 CascoSig # CASCO SIGNAL LTD
DC:4A:3E HewlettP # Hewlett Packard
DC:4D:23 MrvComun # MRV Comunications
DC:4E:DE ShinyeiT # SHINYEI TECHNOLOGY CO., LTD.
+DC:4F:22 Espressi # Espressif Inc.
DC:53:60 IntelCor # Intel Corporate
DC:53:7C CompalBr # Compal Broadband Networks, Inc.
DC:55:83 Guangdon # GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD
@@ -31436,6 +31476,7 @@ EC:17:2F Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
EC:17:66 Research # Research Centre Module
EC:1A:59 BelkinIn # Belkin International Inc.
EC:1D:7F Zte # zte corporation
+EC:1D:8B Cisco # Cisco Systems, Inc
EC:1F:72 SamsungE # SAMSUNG ELECTRO-MECHANICS(THAILAND)
EC:21:9F VidaboxL # VidaBox LLC
EC:21:E5 Toshiba
@@ -31489,12 +31530,14 @@ EC:64:E7 Mocacare # MOCACARE Corporation
EC:66:D1 B&WGroup # B&W Group LTD
EC:68:81 PaloAlto # Palo Alto Networks
EC:6C:9F ChengduV # Chengdu Volans Technology CO.,LTD
+EC:70:97 ArrisGro # ARRIS Group, Inc.
EC:71:DB Shenzhen # Shenzhen Baichuan Digital Technology Co., Ltd.
EC:74:BA Hirschma # Hirschmann Automation and Control GmbH
EC:7C:74 JustoneT # Justone Technologies Co., Ltd.
EC:7D:11 VivoMobi # vivo Mobile Communication Co., Ltd.
EC:7D:9D Mei
EC:80:09 Novaspar # NovaSparks
+EC:83:50 Microsof # Microsoft Corporation
EC:83:6C RmTech # RM Tech Co., Ltd.
EC:85:2F Apple # Apple, Inc.
EC:88:8F Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
@@ -31518,6 +31561,7 @@ EC:9B:F3 SamsungE # SAMSUNG ELECTRO-MECHANICS(THAILAND)
EC:9E:CD ArtesynE # Artesyn Embedded Technologies
EC:9F:0D IeeeRegi # IEEE Registration Authority
EC:9F:0D:00:00:00/28 HesaiPho # Hesai Photonics Technology Co., Ltd
+EC:9F:0D:10:00:00/28 SimulaTe # Simula Technology Inc.
EC:9F:0D:20:00:00/28 Drb # DRB Systems
EC:9F:0D:30:00:00/28 WaverlyL # Waverly Labs Inc.
EC:9F:0D:40:00:00/28 Wisioe
@@ -31527,8 +31571,10 @@ EC:9F:0D:70:00:00/28 BeiJingL # Bei jing Lian Shan times Techonolo
EC:9F:0D:80:00:00/28 Zhejiang # Zhejiang HEJU Communication Technology Co., Ltd
EC:9F:0D:90:00:00/28 Fci
EC:9F:0D:A0:00:00/28 Flexlog # flexlog GmbH
+EC:9F:0D:B0:00:00/28 CrrcQing # CRRC QINGDAO SIFANG ROLLING STOCK RESEARCH INSTITUTE CO.,LTD
EC:9F:0D:C0:00:00/28 Sarcos # Sarcos Corp
EC:9F:0D:D0:00:00/28 SksContr # SKS Control Oy
+EC:9F:0D:E0:00:00/28 MaxTechn # MAX Technologies
EC:A2:9B KemppiOy # Kemppi Oy
EC:A8:6B Elitegro # Elitegroup Computer Systems Co.,Ltd.
EC:A9:FA Guangdon # GUANGDONG GENIUS TECHNOLOGY CO.,LTD.
@@ -31692,6 +31738,7 @@ F0:81:AF IrzAutom # IRZ AUTOMATION TECHNOLOGIES LTD
F0:82:61 Sagemcom # Sagemcom Broadband SAS
F0:84:2F AdbBroad # ADB Broadband Italia
F0:84:C9 Zte # zte corporation
+F0:85:C1 Shenzhen # SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.
F0:8A:28 JiangsuH # JIANGSU HENGSION ELECTRONIC S and T CO.,LTD
F0:8B:FE Costel # COSTEL.,CO.LTD
F0:8C:FB Fiberhom # Fiberhome Telecommunication Technologies Co.,LTD
@@ -31828,6 +31875,7 @@ F4:0F:9B Wavelink
F4:15:35 SponComm # SPON Communication Technology Co.,Ltd
F4:15:63 F5Networ # F5 Networks, Inc.
F4:15:FD Shanghai # Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd.
+F4:17:B8 AirtiesW # AirTies Wireless Networks
F4:1B:A1 Apple # Apple, Inc.
F4:1E:26 Simon-Ka # Simon-Kaloi Engineering
F4:1F:0B Yamabish # YAMABISHI Corporation
@@ -32096,6 +32144,7 @@ F8:66:01 SuzhouCh # Suzhou Chi-tek information technology Co., Ltd
F8:66:D1 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
F8:66:F2 Cisco # Cisco Systems, Inc
F8:69:71 SeibuEle # Seibu Electric Co.,
+F8:6C:E1 TaicangT # Taicang T&W Electronics
F8:6E:CF Arcx # Arcx Inc
F8:6E:EE HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
F8:71:FE GoldmanS # The Goldman Sachs Group, Inc.
diff --git a/services b/services
index 323659a499..25a77f53c1 100644
--- a/services
+++ b/services
@@ -2799,7 +2799,7 @@ stss 3090/tcp/udp # Senforce Session Services
1ci-smcs 3091/tcp/udp # 1Ci Server Management
rapidmq-center 3093/tcp/udp # Jiiva RapidMQ Center
rapidmq-reg 3094/tcp/udp # Jiiva RapidMQ Registry
-panasas 3095/tcp/udp # Panasas rendevous port
+panasas 3095/tcp/udp # Panasas rendezvous port
ndl-aps 3096/tcp/udp # Active Print Server Port
itu-bicc-stc 3097/sctp # ITU-T Q.1902.1/Q.2150.3
umm-port 3098/tcp/udp # Universal Message Manager
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 7d397eb9af..338b7d83e9 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -2599,13 +2599,6 @@ Achtung: Eine Option MUSS ausgewählt sein.</translation>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">Unbekannt</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2700,34 +2693,6 @@ Achtung: Eine Option MUSS ausgewählt sein.</translation>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">Name</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">Anzeigefilter</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">Farbe</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">Stil</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Y-Achse</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Y Feld</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">Glätten</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>Diesen Graph entfernen.</translation>
@@ -8386,82 +8351,6 @@ text-decoration: underline;
<translation>Window Größe (B)</translation>
</message>
<message>
- <source>Packets</source>
- <translation type="vanished">Pakete</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Bytes</translation>
- </message>
- <message>
- <source>Bits</source>
- <translation type="vanished">Bits</translation>
- </message>
- <message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">SUMME(Y Feld)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">Anzahl Frames(Y Feld)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">Anzahl Felder(Y Feld)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">Max(Y Feld)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">Min(Y Feld)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">Durchschnitt(Y Feld)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">LOAD (Y Feld)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">Linie</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">Impuls</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">Balken</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">gestapelte Balken</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">Punkte</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">Rechteck</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">Raute</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">Kein</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 Interval SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[keine Mitschnittdatei]</translation>
</message>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index b3ad4d101b..0f57ac7a95 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -2597,13 +2597,6 @@ NOTE: Une option DOIT être sélectionnée.</translation>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">Inconnu</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2700,34 +2693,6 @@ NOTE: Une option DOIT être sélectionnée.</translation>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">Nom</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">Filtre d&apos;affichage</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">Couleur</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">Style</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Axis Y</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Champs Y</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">Lissage</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>Enlever ce graphique.</translation>
@@ -8357,70 +8322,6 @@ a:hover {
<translation>Taille de fenetres (b)</translation>
</message>
<message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">SOMME(Champs Y)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">COMPTER TRAME(Champs Y)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">COMPTER CHAMPS(Champs Y)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">MAX(Champs Y)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">MIN(CHAMPS Y)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">AVG(Champs Y)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">LOAD(Champs Y)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">Ligne</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">Impulsion</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">Bar</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">Bar Empilé</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">Point</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">Carré</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">Diamant</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">Aucun</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 intervale SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[pas de fichier de capture]</translation>
</message>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index af0d3e1437..dcd0537709 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -2598,13 +2598,6 @@ NOTA: un&apos;opzione DEVE essere selezionata.</translation>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">Sconosciuto</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2699,34 +2692,6 @@ NOTA: un&apos;opzione DEVE essere selezionata.</translation>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">Nome</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">Filtro di visualizzazione</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">Colore</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">Stile</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Asse Y</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Campo Y</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">Smussatura</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>Rimuovi questo grafico.</translation>
@@ -8385,82 +8350,6 @@ a:hover {
<translation>Dimensione della finestra (B)</translation>
</message>
<message>
- <source>Packets</source>
- <translation type="vanished">Pacchetti</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Byte</translation>
- </message>
- <message>
- <source>Bits</source>
- <translation type="vanished">Bit</translation>
- </message>
- <message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">SOMMA (Campo Y)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">CONTA FRAME (Campo Y)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">CONTA CAMPI (Campo Y)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">MAX (Campo Y)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">MIN (Campo Y)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">MED (Campo Y)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">CARICO (Campo Y)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">Linea</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">Impulso</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">Barra</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">Barre impilate</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">Punto</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">Quadrato</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">Diamante</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">Nessuno</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 intervallo SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[nessun file di cattura]</translation>
</message>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 35b7a2a2f5..eda279846e 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -2584,13 +2584,6 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">不明</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2685,34 +2678,6 @@ PLEASE NOTE: One option MUST be selected.</source>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">名前</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">表示フィルタ</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">色</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">スタイル</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Y軸</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Yフィールド</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">スムーズ化</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>このグラフを削除します</translation>
@@ -8341,82 +8306,6 @@ a:hover {
<translation>ウインドウサイズ(バイト)</translation>
</message>
<message>
- <source>Packets</source>
- <translation type="vanished">パケット数</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">バイト数</translation>
- </message>
- <message>
- <source>Bits</source>
- <translation type="vanished">ビット数</translation>
- </message>
- <message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">SUM(Yフィールド)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">COUNT FRAMES(Yフィールド)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">COUNT FIELDS(Yフィールド)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">MAX(Yフィールド)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">MIN(Yフィールド)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">AVG(Yフィールド)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">LOAD(Yフィールド)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">線</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">点線</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">棒</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">積み棒</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">点</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">四角</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">菱形</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">なし</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 インターバル SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[キャプチャファイルなし]</translation>
</message>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index a0465bd095..4608472257 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -2604,13 +2604,6 @@ UWAGA: Przynajmniej jedna opcja MUSI zostać zaznaczona.</translation>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">Nieznany</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2698,34 +2691,6 @@ UWAGA: Przynajmniej jedna opcja MUSI zostać zaznaczona.</translation>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">Nazwa</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">Filtr</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">Kolor</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">Styl</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Oś Y</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Pole osi Y</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">Wygładzanie</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>Usuń ten wykres.</translation>
@@ -8387,82 +8352,6 @@ text-decoration: underline;
<translation>Rozmiar okna (B)</translation>
</message>
<message>
- <source>Packets</source>
- <translation type="vanished">Pakietów</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Bajtów</translation>
- </message>
- <message>
- <source>Bits</source>
- <translation type="vanished">Bitów</translation>
- </message>
- <message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">SUMA(pole Y)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">LICZ RAMKI(pole Y)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">LICZ POLA(pole Y)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">MAX(pole Y)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">MIN(pole Y)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">ŚREDNIA(pole Y)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">LOAD(pole Y)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">Linia</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">Impuls</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">Pasek</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">Ułożony pasek</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">Kropka</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">Kwadrat</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">Diament</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">Brak</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 interwał SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[nie załadowano pliku przechytywania]</translation>
</message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 3b602e9a9d..8ee7d77e70 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -2142,7 +2142,7 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
<message>
<source>Enter a description for the filter button</source>
- <translation type="unfinished"></translation>
+ <translation>为过滤器按钮输入描述</translation>
</message>
<message>
<source>Filter:</source>
@@ -2154,7 +2154,7 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
<message>
<source>Comment:</source>
- <translation type="unfinished"></translation>
+ <translation>注释:</translation>
</message>
<message>
<source>Enter a comment for the filter button</source>
@@ -2585,13 +2585,6 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
</context>
<context>
- <name>IOGraph</name>
- <message>
- <source>Unknown</source>
- <translation type="vanished">未知</translation>
- </message>
-</context>
-<context>
<name>IOGraphDialog</name>
<message>
<source>Dialog</source>
@@ -2686,34 +2679,6 @@ PLEASE NOTE: One option MUST be selected.</source>
&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <source>Name</source>
- <translation type="vanished">名称</translation>
- </message>
- <message>
- <source>Display filter</source>
- <translation type="vanished">显示过滤器</translation>
- </message>
- <message>
- <source>Color</source>
- <translation type="vanished">颜色</translation>
- </message>
- <message>
- <source>Style</source>
- <translation type="vanished">样式</translation>
- </message>
- <message>
- <source>Y Axis</source>
- <translation type="vanished">Y 轴</translation>
- </message>
- <message>
- <source>Y Field</source>
- <translation type="vanished">Y 字段</translation>
- </message>
- <message>
- <source>Smoothing</source>
- <translation type="vanished">平滑</translation>
- </message>
- <message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
<translation>删除图形。</translation>
@@ -4697,7 +4662,7 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
<message>
<source>Status Bar settings:</source>
- <translation type="unfinished"></translation>
+ <translation>状态栏设置:</translation>
</message>
<message>
<source>Show selected packet number</source>
@@ -4705,7 +4670,7 @@ PLEASE NOTE: One option MUST be selected.</source>
</message>
<message>
<source>Show file load time</source>
- <translation type="unfinished"></translation>
+ <translation>显示文件加载时间</translation>
</message>
</context>
<context>
@@ -7411,15 +7376,15 @@ text-decoration: underline;
</message>
<message>
<source>Edit</source>
- <translation type="unfinished">编辑</translation>
+ <translation>编辑</translation>
</message>
<message>
<source>Disable</source>
- <translation type="unfinished"></translation>
+ <translation>禁用</translation>
</message>
<message>
<source>Remove</source>
- <translation type="unfinished">移除</translation>
+ <translation>移除</translation>
</message>
<message>
<source>Loading</source>
@@ -8367,82 +8332,6 @@ text-decoration: underline;
<translation>窗口大小 (B)</translation>
</message>
<message>
- <source>Packets</source>
- <translation type="vanished">分组</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">字节</translation>
- </message>
- <message>
- <source>Bits</source>
- <translation type="vanished">比特</translation>
- </message>
- <message>
- <source>SUM(Y Field)</source>
- <translation type="vanished">总和 (Y字段)</translation>
- </message>
- <message>
- <source>COUNT FRAMES(Y Field)</source>
- <translation type="vanished">COUNT FRAMES (Y字段)</translation>
- </message>
- <message>
- <source>COUNT FIELDS(Y Field)</source>
- <translation type="vanished">COUNT FIELDS (Y字段)</translation>
- </message>
- <message>
- <source>MAX(Y Field)</source>
- <translation type="vanished">最大值 (Y字段)</translation>
- </message>
- <message>
- <source>MIN(Y Field)</source>
- <translation type="vanished">最小值 (Y字段)</translation>
- </message>
- <message>
- <source>AVG(Y Field)</source>
- <translation type="vanished">平均值 (Y字段)</translation>
- </message>
- <message>
- <source>LOAD(Y Field)</source>
- <translation type="vanished">星形 (Y字段)</translation>
- </message>
- <message>
- <source>Line</source>
- <translation type="vanished">折线</translation>
- </message>
- <message>
- <source>Impulse</source>
- <translation type="vanished">脉冲</translation>
- </message>
- <message>
- <source>Bar</source>
- <translation type="vanished">条形</translation>
- </message>
- <message>
- <source>Stacked Bar</source>
- <translation type="vanished">堆积条形图</translation>
- </message>
- <message>
- <source>Dot</source>
- <translation type="vanished">点</translation>
- </message>
- <message>
- <source>Square</source>
- <translation type="vanished">方形</translation>
- </message>
- <message>
- <source>Diamond</source>
- <translation type="vanished">星形</translation>
- </message>
- <message>
- <source>None</source>
- <translation type="vanished">无</translation>
- </message>
- <message>
- <source>%1 interval SMA</source>
- <translation type="vanished">%1 间隔 SMA</translation>
- </message>
- <message>
<source>[no capture file]</source>
<translation>[无捕获文件]</translation>
</message>
@@ -8516,7 +8405,7 @@ text-decoration: underline;
</message>
<message>
<source>Multiple problems found</source>
- <translation type="unfinished"></translation>
+ <translation>发现多个问题</translation>
</message>
<message>
<source>%1 (%L2%)</source>
@@ -12146,7 +12035,7 @@ text-decoration: underline;
</message>
<message>
<source>Open </source>
- <translation type="unfinished">打开</translation>
+ <translation>打开</translation>
</message>
</context>
<context>