Blame SOURCES/categorize-infiniband.patch

9fcf5c
From c96f608b5d6c3ac12cb8bf76e4688f6c0e8dd059 Mon Sep 17 00:00:00 2001
9fcf5c
From: Carlos Garnacho <carlosg@gnome.org>
9fcf5c
Date: Tue, 23 Apr 2019 19:29:41 +0200
9fcf5c
Subject: [PATCH 1/3] network: Rename section header
9fcf5c
9fcf5c
The "Bluetooth" section is actually a catchall section for all
9fcf5c
device types we don't know much specifically (Includes, but not
9fcf5c
limited to Bluetooth).
9fcf5c
9fcf5c
Rename/relabel it to something more comprehensive.
9fcf5c
9fcf5c
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/488
9fcf5c
---
9fcf5c
 panels/network/network.ui | 4 ++--
9fcf5c
 1 file changed, 2 insertions(+), 2 deletions(-)
9fcf5c
9fcf5c
diff --git a/panels/network/network.ui b/panels/network/network.ui
9fcf5c
index 14c70cd..189febf 100644
9fcf5c
--- a/panels/network/network.ui
9fcf5c
+++ b/panels/network/network.ui
9fcf5c
@@ -87,7 +87,7 @@
9fcf5c
                             <property name="orientation">vertical</property>
9fcf5c
                             <property name="spacing">12</property>
9fcf5c
 
9fcf5c
-                            
9fcf5c
+                            
9fcf5c
                             <child>
9fcf5c
                               <object class="GtkBox">
9fcf5c
                                 <property name="visible">True</property>
9fcf5c
@@ -98,7 +98,7 @@
9fcf5c
                                     <property name="can_focus">False</property>
9fcf5c
                                     <property name="hexpand">True</property>
9fcf5c
                                     <property name="xalign">0.0</property>
9fcf5c
-                                    <property name="label" translatable="yes">Bluetooth</property>
9fcf5c
+                                    <property name="label" translatable="yes">Other Devices</property>
9fcf5c
                                     <attributes>
9fcf5c
                                       <attribute name="weight" value="bold" />
9fcf5c
                                     </attributes>
9fcf5c
-- 
9fcf5c
2.27.0.rc2
9fcf5c
9fcf5c
9fcf5c
From fc48e7e618a92f9d52cd61a9ef9b14bf889a9ef3 Mon Sep 17 00:00:00 2001
9fcf5c
From: Carlos Garnacho <carlosg@gnome.org>
9fcf5c
Date: Tue, 23 Apr 2019 19:46:32 +0200
9fcf5c
Subject: [PATCH 2/3] network: Handle Infiniband as a wired interface
9fcf5c
9fcf5c
The configuration/UI we expose for wired settings are meaningful for those
9fcf5c
devices as well.
9fcf5c
9fcf5c
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/489
9fcf5c
---
9fcf5c
 panels/network/cc-network-panel.c | 1 +
9fcf5c
 1 file changed, 1 insertion(+)
9fcf5c
9fcf5c
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
9fcf5c
index 51ea823..5cdf616 100644
9fcf5c
--- a/panels/network/cc-network-panel.c
9fcf5c
+++ b/panels/network/cc-network-panel.c
9fcf5c
@@ -461,6 +461,7 @@ panel_add_device (CcNetworkPanel *panel, NMDevice *device)
9fcf5c
         /* map the NMDeviceType to the GType, or ignore */
9fcf5c
         switch (type) {
9fcf5c
         case NM_DEVICE_TYPE_ETHERNET:
9fcf5c
+        case NM_DEVICE_TYPE_INFINIBAND:
9fcf5c
                 device_g_type = NET_TYPE_DEVICE_ETHERNET;
9fcf5c
                 break;
9fcf5c
         case NM_DEVICE_TYPE_MODEM:
9fcf5c
-- 
9fcf5c
2.27.0.rc2
9fcf5c
9fcf5c
9fcf5c
From f71f867f35a8a6c437d2d525e39f3846e0782e4b Mon Sep 17 00:00:00 2001
9fcf5c
From: Carlos Garnacho <carlosg@gnome.org>
9fcf5c
Date: Thu, 11 Jun 2020 14:16:03 +0200
9fcf5c
Subject: [PATCH 3/3] Update translations
9fcf5c
9fcf5c
---
9fcf5c
 po/ca.po    | 4 ++++
9fcf5c
 po/cs.po    | 4 ++++
9fcf5c
 po/da.po    | 4 ++++
9fcf5c
 po/de.po    | 4 ++++
9fcf5c
 po/el.po    | 4 ++++
9fcf5c
 po/en_GB.po | 4 ++++
9fcf5c
 po/eo.po    | 4 ++++
9fcf5c
 po/es.po    | 4 ++++
9fcf5c
 po/eu.po    | 4 ++++
9fcf5c
 po/fa.po    | 4 ++++
9fcf5c
 po/fi.po    | 4 ++++
9fcf5c
 po/fr.po    | 4 ++++
9fcf5c
 po/fur.po   | 4 ++++
9fcf5c
 po/gl.po    | 4 ++++
9fcf5c
 po/hr.po    | 4 ++++
9fcf5c
 po/hu.po    | 4 ++++
9fcf5c
 po/id.po    | 4 ++++
9fcf5c
 po/it.po    | 4 ++++
9fcf5c
 po/ja.po    | 4 ++++
9fcf5c
 po/ko.po    | 4 ++++
9fcf5c
 po/lt.po    | 4 ++++
9fcf5c
 po/ms.po    | 4 ++++
9fcf5c
 po/nb.po    | 4 ++++
9fcf5c
 po/ne.po    | 4 ++++
9fcf5c
 po/nl.po    | 4 ++++
9fcf5c
 po/oc.po    | 5 +++++
9fcf5c
 po/pa.po    | 4 ++++
9fcf5c
 po/pl.po    | 4 ++++
9fcf5c
 po/pt_BR.po | 4 ++++
9fcf5c
 po/ro.po    | 4 ++++
9fcf5c
 po/ru.po    | 4 ++++
9fcf5c
 po/sk.po    | 4 ++++
9fcf5c
 po/sl.po    | 4 ++++
9fcf5c
 po/sr.po    | 4 ++++
9fcf5c
 po/sv.po    | 4 ++++
9fcf5c
 po/tr.po    | 4 ++++
9fcf5c
 po/uk.po    | 5 +++++
9fcf5c
 po/zh_CN.po | 4 ++++
9fcf5c
 po/zh_TW.po | 4 ++++
9fcf5c
 39 files changed, 158 insertions(+)
9fcf5c
9fcf5c
diff --git a/po/ca.po b/po/ca.po
9fcf5c
index 0592282..36172d9 100644
9fcf5c
--- a/po/ca.po
9fcf5c
+++ b/po/ca.po
9fcf5c
@@ -224,6 +224,10 @@ msgstr "Desactiveu el mode d'avió per a habilitar el Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Altres dispositius"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Activeu i desactiveu el Bluetooth i connecteu els dispositius"
9fcf5c
diff --git a/po/cs.po b/po/cs.po
9fcf5c
index 7d6c2cc..b827d87 100644
9fcf5c
--- a/po/cs.po
9fcf5c
+++ b/po/cs.po
9fcf5c
@@ -226,6 +226,10 @@ msgstr "Vypněte přepínač režimu „letadlo“, aby se povolilo Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Ostatní zařízení"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Zapnout a vypnout Bluetooth a připojit se k zařízením"
9fcf5c
diff --git a/po/da.po b/po/da.po
9fcf5c
index dc85493..bfcd034 100644
9fcf5c
--- a/po/da.po
9fcf5c
+++ b/po/da.po
9fcf5c
@@ -234,6 +234,10 @@ msgstr "Sluk for kontakten Flytilstand for at aktivere Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Andre enheder"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Slå Bluetooth til eller fra og tilslut dine enheder"
9fcf5c
diff --git a/po/de.po b/po/de.po
9fcf5c
index 78325a2..a5d65f8 100644
9fcf5c
--- a/po/de.po
9fcf5c
+++ b/po/de.po
9fcf5c
@@ -230,6 +230,10 @@ msgstr ""
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Weitere Geräte"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Schalten Sie Bluetooth an oder aus und verbinden Sie Ihre Geräte"
9fcf5c
diff --git a/po/el.po b/po/el.po
9fcf5c
index a4a1374..81120c7 100644
9fcf5c
--- a/po/el.po
9fcf5c
+++ b/po/el.po
9fcf5c
@@ -2934,6 +2934,10 @@ msgstr "Απενεργοποίηση συσκευής"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Άλλες συσκευές"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr "Δεν είναι ρυθμισμένο"
9fcf5c
diff --git a/po/en_GB.po b/po/en_GB.po
9fcf5c
index 96733a1..1bba5a6 100644
9fcf5c
--- a/po/en_GB.po
9fcf5c
+++ b/po/en_GB.po
9fcf5c
@@ -213,6 +213,10 @@ msgstr "Turn off the Aeroplane mode switch to enable Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Other Devices"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Turn Bluetooth on and off and connect your devices"
9fcf5c
diff --git a/po/eo.po b/po/eo.po
9fcf5c
index a13393b..473ed08 100644
9fcf5c
--- a/po/eo.po
9fcf5c
+++ b/po/eo.po
9fcf5c
@@ -3000,6 +3000,10 @@ msgstr "Elŝalti aparaton"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bludento"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Aliaj aparatoj"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr ""
9fcf5c
diff --git a/po/es.po b/po/es.po
9fcf5c
index b59dcd8..4ae235b 100644
9fcf5c
--- a/po/es.po
9fcf5c
+++ b/po/es.po
9fcf5c
@@ -221,6 +221,10 @@ msgstr "Apague el modo avión para activar el Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Otros dispositivos"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Activar y desactivar Bluetooth y conectar sus dispositivos"
9fcf5c
diff --git a/po/eu.po b/po/eu.po
9fcf5c
index b702316..8ed6d30 100644
9fcf5c
--- a/po/eu.po
9fcf5c
+++ b/po/eu.po
9fcf5c
@@ -2906,6 +2906,10 @@ msgstr "Desaktibatu gailua"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Beste gailuak"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr "Konfiguratu gabe"
9fcf5c
diff --git a/po/fa.po b/po/fa.po
9fcf5c
index 12a92ac..101b73c 100644
9fcf5c
--- a/po/fa.po
9fcf5c
+++ b/po/fa.po
9fcf5c
@@ -2792,6 +2792,10 @@ msgstr "خاموش کردن دستگاه"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "بلوتوث"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "دیگر دستگاه‌ها"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr "برپا نشده"
9fcf5c
diff --git a/po/fi.po b/po/fi.po
9fcf5c
index 30f8098..b278e0f 100644
9fcf5c
--- a/po/fi.po
9fcf5c
+++ b/po/fi.po
9fcf5c
@@ -228,6 +228,10 @@ msgstr "Poista lentokonetila käytöstä käyttääksesi Bluetoothia."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Muut laitteet"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Kytke Bluetooth päälle tai pois ja yhdistä laitteita"
9fcf5c
diff --git a/po/fr.po b/po/fr.po
9fcf5c
index fbe309a..7c55fd2 100644
9fcf5c
--- a/po/fr.po
9fcf5c
+++ b/po/fr.po
9fcf5c
@@ -241,6 +241,10 @@ msgstr "Désactivez le mode avion pour activer le Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Autres périphériques"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Active/désactive le Bluetooth et connecte vos périphériques"
9fcf5c
diff --git a/po/fur.po b/po/fur.po
9fcf5c
index 7cc4bb2..7bdfcba 100644
9fcf5c
--- a/po/fur.po
9fcf5c
+++ b/po/fur.po
9fcf5c
@@ -211,6 +211,10 @@ msgstr "Distude il cric de modalitât Avion par abilitâ il Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Altris dispositîfs"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Impie e distude il Bluetooth e conet i tiei dispositîfs"
9fcf5c
diff --git a/po/gl.po b/po/gl.po
9fcf5c
index 6a2061f..b4763b7 100644
9fcf5c
--- a/po/gl.po
9fcf5c
+++ b/po/gl.po
9fcf5c
@@ -222,6 +222,10 @@ msgstr "Apague o modo avión para activar o Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Outros dispositivos"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Active ou desactive o Bluetooth e conecte os seus dispositivos"
9fcf5c
diff --git a/po/hr.po b/po/hr.po
9fcf5c
index 480fe50..740ef7b 100644
9fcf5c
--- a/po/hr.po
9fcf5c
+++ b/po/hr.po
9fcf5c
@@ -209,6 +209,10 @@ msgstr "Isključite način rada u zrakoplovu kako bi mogli kristiti Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Ostali uređaji"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Uključite ili isključite Bluetooth i povežite svoje uređaje"
9fcf5c
diff --git a/po/hu.po b/po/hu.po
9fcf5c
index 9fddf1c..41b0e51 100644
9fcf5c
--- a/po/hu.po
9fcf5c
+++ b/po/hu.po
9fcf5c
@@ -220,6 +220,10 @@ msgstr ""
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Egyéb eszközök"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Kapcsolja be és ki a Bluetooth-t, majd csatlakoztassa eszközeit"
9fcf5c
diff --git a/po/id.po b/po/id.po
9fcf5c
index ad2772a..49c370d 100644
9fcf5c
--- a/po/id.po
9fcf5c
+++ b/po/id.po
9fcf5c
@@ -213,6 +213,10 @@ msgstr "Matikan saklar mode Pesawat Terbang untuk memfungsikan Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Perangkat Lainnya"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Nyalakan dan matikan Bluetooth dan sambungkan perangkat Anda"
9fcf5c
diff --git a/po/it.po b/po/it.po
9fcf5c
index cdbc7b0..1390c7c 100644
9fcf5c
--- a/po/it.po
9fcf5c
+++ b/po/it.po
9fcf5c
@@ -216,6 +216,10 @@ msgstr "Disattivare la modalità aereo via hardware per abilitare il Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Altri dispositivi"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Attiva e disattiva il Bluetooth e connette i propri dispositivi"
9fcf5c
diff --git a/po/ja.po b/po/ja.po
9fcf5c
index 5f4767f..bc144dd 100644
9fcf5c
--- a/po/ja.po
9fcf5c
+++ b/po/ja.po
9fcf5c
@@ -2893,6 +2893,10 @@ msgstr "デバイスをオフにする"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "その他のデバイス"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr "未設定"
9fcf5c
diff --git a/po/ko.po b/po/ko.po
9fcf5c
index 49d9c2f..3d350b2 100644
9fcf5c
--- a/po/ko.po
9fcf5c
+++ b/po/ko.po
9fcf5c
@@ -230,6 +230,10 @@ msgstr "블루투스를 사용하려면 비행 모드 스위치를 끄십시오.
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "블루투스"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "기타 장치"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "블루투스를 켜거나 끄고 블루투스 장치에 연결합니다"
9fcf5c
diff --git a/po/lt.po b/po/lt.po
9fcf5c
index 3a1292e..9328564 100644
9fcf5c
--- a/po/lt.po
9fcf5c
+++ b/po/lt.po
9fcf5c
@@ -220,6 +220,10 @@ msgstr "Išjunkite skrydžio veiksenos jungiklį Bluetooth įjungimui."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Kiti įrenginiai"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Įjunkite arba išjunkite Bluetooth ir junkitės prie savo įrenginių"
9fcf5c
diff --git a/po/ms.po b/po/ms.po
9fcf5c
index c78df1b..e90eec8 100644
9fcf5c
--- a/po/ms.po
9fcf5c
+++ b/po/ms.po
9fcf5c
@@ -2723,6 +2723,10 @@ msgstr "Profail ujian:"
9fcf5c
 msgid "VPN"
9fcf5c
 msgstr ""
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Lain-lain Peranti"
9fcf5c
+
9fcf5c
 #: ../panels/network/connection-editor/net-connection-editor.c:578
9fcf5c
 msgid "Bond"
9fcf5c
 msgstr ""
9fcf5c
diff --git a/po/nb.po b/po/nb.po
9fcf5c
index e1e4b11..02815b2 100644
9fcf5c
--- a/po/nb.po
9fcf5c
+++ b/po/nb.po
9fcf5c
@@ -2842,6 +2842,10 @@ msgstr "Slå enhet av"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Andre enheter"
9fcf5c
+
9fcf5c
 #: ../panels/network/network.ui.h:3
9fcf5c
 msgid "Not set up"
9fcf5c
 msgstr "Ikke satt opp"
9fcf5c
diff --git a/po/ne.po b/po/ne.po
9fcf5c
index 6cd1bb9..ad3a137 100644
9fcf5c
--- a/po/ne.po
9fcf5c
+++ b/po/ne.po
9fcf5c
@@ -2448,6 +2448,10 @@ msgstr "नायाँ प्रोफाइल"
9fcf5c
 msgid "VPN"
9fcf5c
 msgstr "भीपीएन"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:102
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "अरु यन्त्रहरू "
9fcf5c
+
9fcf5c
 #: ../panels/network/connection-editor/net-connection-editor.c:751
9fcf5c
 msgid "Import from file…"
9fcf5c
 msgstr "फाईलबाट आयात गर्नुहोस्"
9fcf5c
diff --git a/po/nl.po b/po/nl.po
9fcf5c
index 3b48a77..d81a865 100644
9fcf5c
--- a/po/nl.po
9fcf5c
+++ b/po/nl.po
9fcf5c
@@ -233,6 +233,10 @@ msgstr "Vliegtuigstand uitschakelen om Bluetooth mogelijk te maken."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Overige apparaten"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Bluetooth aan- en uitzetten en uw apparaten aansluiten"
9fcf5c
diff --git a/po/oc.po b/po/oc.po
9fcf5c
index bcd7fbe..025b78b 100644
9fcf5c
--- a/po/oc.po
9fcf5c
+++ b/po/oc.po
9fcf5c
@@ -2815,6 +2815,11 @@ msgstr "Apondre lo periferic"
9fcf5c
 msgid "Remove Device"
9fcf5c
 msgstr "Levar lo periferic"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:102
9fcf5c
+#| msgid "Devices"
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Autres periferics"
9fcf5c
+
9fcf5c
 #: ../panels/network/network-vpn.ui.h:1
9fcf5c
 msgid "VPN Type"
9fcf5c
 msgstr "Tipe de VPN"
9fcf5c
diff --git a/po/pa.po b/po/pa.po
9fcf5c
index ce50b62..a894921 100644
9fcf5c
--- a/po/pa.po
9fcf5c
+++ b/po/pa.po
9fcf5c
@@ -215,6 +215,10 @@ msgstr "ਬਲੂਟੁੱਥ ਨੂੰ ਸਮਰੱਥ ਕਰਨ ਲਈ ਏਅ
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "ਬਲੂਟੁੱਥ"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "ਹੋਰ ਡਿਵਾਈਸ"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "ਬਲੂਟੁੱਥ ਜੰਤਰ ਨੂੰ ਚਾਲੂ ਤੇ ਬੰਦ ਕਰੋ ਅਤੇ ਆਪਣੇ ਜੰਤਰਾਂ ਨਾਲ ਕਨੈਕਟ ਕਰੋ-"
9fcf5c
diff --git a/po/pl.po b/po/pl.po
9fcf5c
index 9093e4e..c1536f4 100644
9fcf5c
--- a/po/pl.po
9fcf5c
+++ b/po/pl.po
9fcf5c
@@ -214,6 +214,10 @@ msgstr "Należy wyłączyć przełącznik trybu sprzętowego, aby włączyć Blu
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Inne urządzenia"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Włączanie Bluetooth i łączenie z urządzeniami"
9fcf5c
diff --git a/po/pt_BR.po b/po/pt_BR.po
9fcf5c
index acad283..bc0861b 100644
9fcf5c
--- a/po/pt_BR.po
9fcf5c
+++ b/po/pt_BR.po
9fcf5c
@@ -236,6 +236,10 @@ msgstr "Desligue o alternador do modo avião para habilitar o Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Outros dispositivos"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Ligue e desligue o Bluetooth e conecte seus dispositivos"
9fcf5c
diff --git a/po/ro.po b/po/ro.po
9fcf5c
index 10fc7eb..6d3f307 100644
9fcf5c
--- a/po/ro.po
9fcf5c
+++ b/po/ro.po
9fcf5c
@@ -221,6 +221,10 @@ msgstr "Opriți modul avion pentru a putea activa Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:102
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Alte dispozitive"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Deschideți și închideți Bluetooth și conectați-vă dispozitivele"
9fcf5c
diff --git a/po/ru.po b/po/ru.po
9fcf5c
index 52762fd..414b598 100644
9fcf5c
--- a/po/ru.po
9fcf5c
+++ b/po/ru.po
9fcf5c
@@ -226,6 +226,10 @@ msgstr "Для включения Bluetooth выключите режим для
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Другие устройства"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Включение и отключение Bluetooth. Подключение устройств Bluetooth"
9fcf5c
diff --git a/po/sk.po b/po/sk.po
9fcf5c
index 3d67fb2..1a4ee5e 100644
9fcf5c
--- a/po/sk.po
9fcf5c
+++ b/po/sk.po
9fcf5c
@@ -231,6 +231,10 @@ msgstr "Vypnite prepínač režimu v lietadle na povolenie rozhrania Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Ostatné zariadenia"
9fcf5c
+
9fcf5c
 # desktop entry comment
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
diff --git a/po/sl.po b/po/sl.po
9fcf5c
index ba5f934..5008f64 100644
9fcf5c
--- a/po/sl.po
9fcf5c
+++ b/po/sl.po
9fcf5c
@@ -215,6 +215,10 @@ msgstr "Izklopi letalski način za omogočanje vmesnika Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Druge naprave"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Vklopite in izklopite Bluetooth in povežite svoje naprave"
9fcf5c
diff --git a/po/sr.po b/po/sr.po
9fcf5c
index 1c747a4..6604629 100644
9fcf5c
--- a/po/sr.po
9fcf5c
+++ b/po/sr.po
9fcf5c
@@ -218,6 +218,10 @@ msgstr "Искључите авионски режим рада бисте ук
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Блутут"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Други уређаји"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Укључите или искључите блутут и повежите ваше уређаје"
9fcf5c
diff --git a/po/sv.po b/po/sv.po
9fcf5c
index d8f4138..25567fb 100644
9fcf5c
--- a/po/sv.po
9fcf5c
+++ b/po/sv.po
9fcf5c
@@ -217,6 +217,10 @@ msgstr "Slå av växelknappen för flygplansläge för att aktivera Bluetooth."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Andra enheter"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Slå på samt av Bluetooth och anslut dina enheter"
9fcf5c
diff --git a/po/tr.po b/po/tr.po
9fcf5c
index 7ac1573..5ef1d82 100644
9fcf5c
--- a/po/tr.po
9fcf5c
+++ b/po/tr.po
9fcf5c
@@ -220,6 +220,10 @@ msgstr "Bluetooth’u etkinleştirmek için Uçak kipini kapat."
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "Bluetooth"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Diğer Aygıtlar"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "Bluetooth’u açıp kapatın ve aygıtlarınızı bağlayın"
9fcf5c
diff --git a/po/uk.po b/po/uk.po
9fcf5c
index 9e9d8dc..4bc1cbb 100644
9fcf5c
--- a/po/uk.po
9fcf5c
+++ b/po/uk.po
9fcf5c
@@ -2900,6 +2900,11 @@ msgstr "Додати пристрій"
9fcf5c
 msgid "Remove Device"
9fcf5c
 msgstr "Вилучити носій"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+#| msgid "Devices"
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "Інші пристрої"
9fcf5c
+
9fcf5c
 #: ../panels/network/network-vpn.ui.h:1
9fcf5c
 msgid "VPN Type"
9fcf5c
 msgstr "Тип VPN"
9fcf5c
diff --git a/po/zh_CN.po b/po/zh_CN.po
9fcf5c
index 3c7050c..c3153b1 100644
9fcf5c
--- a/po/zh_CN.po
9fcf5c
+++ b/po/zh_CN.po
9fcf5c
@@ -2780,6 +2780,10 @@ msgstr "添加设备"
9fcf5c
 msgid "Remove Device"
9fcf5c
 msgstr "移除设备"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:102
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "其他设备"
9fcf5c
+
9fcf5c
 #: ../panels/network/network-vpn.ui.h:1
9fcf5c
 msgid "VPN Type"
9fcf5c
 msgstr "VPN 类型"
9fcf5c
diff --git a/po/zh_TW.po b/po/zh_TW.po
9fcf5c
index 8d5a5a0..e0de674 100644
9fcf5c
--- a/po/zh_TW.po
9fcf5c
+++ b/po/zh_TW.po
9fcf5c
@@ -215,6 +215,10 @@ msgstr "關閉飛安模式開關以啟用藍牙。"
9fcf5c
 msgid "Bluetooth"
9fcf5c
 msgstr "藍牙"
9fcf5c
 
9fcf5c
+#: panels/network/network.ui:68
9fcf5c
+msgid "Other Devices"
9fcf5c
+msgstr "其他裝置"
9fcf5c
+
9fcf5c
 #: panels/bluetooth/gnome-bluetooth-panel.desktop.in.in:4
9fcf5c
 msgid "Turn Bluetooth on and off and connect your devices"
9fcf5c
 msgstr "開啟或關閉藍牙與連接您的裝置"
9fcf5c
-- 
9fcf5c
2.27.0.rc2
9fcf5c