network: Rename "Wireless" to "Wi-Fi" in the UI

We support multiple kinds of wireless networks; clarify which kind
we're talking about here.

Also, add "Wi-Fi" and "Wifi" to the desktop file search keywords
(leaving "Wireless" there as well).

https://bugzilla.gnome.org/show_bug.cgi?id=677143
This commit is contained in:
Dan Winship 2012-08-29 13:11:35 -04:00 committed by Bastien Nocera
parent cb89cee151
commit 9e5a8eb5c8
3 changed files with 7 additions and 7 deletions

View file

@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Component=network
X-GNOME-Bugzilla-Version=@VERSION@
X-GNOME-Settings-Panel=network
# Translators: those are keywords for the network control-center panel
_Keywords=Network;Wireless;IP;LAN;Proxy;
_Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;

View file

@ -35,7 +35,7 @@
<object class="GtkLabel" id="hotspot-dialog-title">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Wireless Hotspot</property>
<property name="label" translatable="yes">Wi-Fi Hotspot</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
@ -174,7 +174,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Wireless</property>
<property name="label" translatable="yes">Wi-Fi</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
@ -335,7 +335,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Wireless</property>
<property name="label" translatable="yes">Wi-Fi</property>
<property name="ellipsize">end</property>
<attributes>
<attribute name="weight" value="bold"/>
@ -866,7 +866,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Wireless Hotspot</property>
<property name="label" translatable="yes">Wi-Fi Hotspot</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
@ -883,7 +883,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Switch off to connect to a wireless network</property>
<property name="label" translatable="yes">Switch off to connect to a Wi-Fi network</property>
</object>
<packing>
<property name="expand">False</property>

View file

@ -87,7 +87,7 @@ panel_device_to_localized_string (NMDevice *device)
break;
case NM_DEVICE_TYPE_WIFI:
/* TRANSLATORS: device type */
value = _("Wireless");
value = _("Wi-Fi");
break;
case NM_DEVICE_TYPE_MODEM:
caps = nm_device_modem_get_current_capabilities (NM_DEVICE_MODEM (device));