summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml86
1 files changed, 86 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f907a15..3d171d8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -811,6 +811,92 @@
<!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
<string name="wifi_advanced_mac_address_title">MAC address</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Wi-Fi Testing on the diagnostic screen-->
+ <string name="testing_wifi_info" translatable="false">Wifi information</string>
+
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item for WifiManager disableNetwork API-->
+ <string name="disableNetwork" translatable="false">disableNetwork</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item for WifiManager enableNetwork API-->
+ <string name="enableNetwork" translatable="false">enableNetwork</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item for WifiManager disconnect API-->
+ <string name="disconnect" translatable="false">disconnect</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item for WifiManager getConfiguredNetworks API-->
+ <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item for WifiManager getConnectionInfo API-->
+ <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item on Wifi information screen-->
+ <string name="wifi_api_test" translatable="false">Wifi API</string>
+
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item on Wifi information screen-->
+ <string name="wifi_status_test" translatable="false">Wifi Status</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Button text on Wifi Status screen-->
+ <string name="wifi_update" translatable="false">Refresh Stats</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="wifi_state_label" translatable="false">Wifi State :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="network_state_label" translatable="false">Network State :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="rssi_label" translatable="false">RSSI :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="bssid_label" translatable="false">BSSID :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="ssid_label" translatable="false">SSID :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="ipaddr_label" translatable="false">IPaddr :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="macaddr_label" translatable="false">MAC addr :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="networkid_label" translatable="false">Network ID :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="link_speed_label" translatable="false">Link Speed :</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Status screen-->
+ <string name="scan_list_label" translatable="false">Scan results :</string>
+
+ <!-- wifi state values-->
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
+ <string name="wifi_state_disabling" translatable="false">Disabling</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
+ <string name="wifi_state_disabled" translatable="false">Disabled</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
+ <string name="wifi_state_enabling" translatable="false">Enabling</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
+ <string name="wifi_state_enabled" translatable="false">Enabled</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
+ <string name="wifi_state_unknown" translatable="false">Unknown</string>
+
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Menu item on Wifi information screen-->
+ <string name="wifi_config_info" translatable="false">Wifi Config</string>
+ <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
+ Label on Wifi Configuration screen-->
+ <string name="config_list_label" translatable="false">Configured Networks</string>
+
+
<!-- Status message of Wi-Fi when it is scanning -->
<string name="fragment_status_scanning">Scanning\u2026</string>
<!-- Status message of Wi-Fi when it is connecting to a particular network -->