Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-Settings: Commit

packages/apps/Settings


Commit MetaInfo

Révisionc51ed8777b93140ea019e846b356ddd30462d9ed (tree)
l'heure2010-02-02 18:47:08
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

remove unused strings

Change Summary

Modification

--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2173,11 +2173,12 @@ found in the list of installed applications.</string>
21732173
21742174 <!-- Proxy settings -->
21752175 <string name="proxy_setting">Proxy settings</string>
2176- <string name="proxy_setting_summary">Configure a proxy to access Internet</string>
2176+
21772177 <string name="softkeyboard_enable">SoftKeyBoard Enable</string>
21782178 <string name="softkeyboard_enable_summary">Enable SoftKeyBoard</string>
21792179 <string name="keyboard_layout_title">Keyboard layout setting</string>
21802180 <string name="keyboard_layout_summary">Choose a keyboard layout</string>
2181+
21812182 <!-- Ethernet configuration dialog -->
21822183 <string name="eth_config_title">Configure Ethernet device</string>
21832184 <string name="eth_setting">Ethernet setting</string>
@@ -2190,10 +2191,7 @@ found in the list of installed applications.</string>
21902191 <string name="eth_ipaddr">IP address</string>
21912192 <string name="eth_quick_toggle_title">Ethernet</string>
21922193 <string name="eth_quick_toggle_summary">Turn on Ethernet</string>
2193- <string name="eth_conf_save">Save</string>
2194- <string name="eth_conf_cancel">Cancel</string>
21952194 <string name="eth_radio_ctrl_title">Ethernet configuration</string>
2196- <string name="eth_radio_ctrl_summary">Configure Ethernet devices</string>
21972195 <string name="eth_conf_perf_title">Ethernet configuration</string>
21982196 <string name="eth_conf_summary">Configure Ethernet devices</string>
21992197 <string name="eth_mask">Netmask</string>
--- a/src/com/android/settings/ethernet/EthernetConfigDialog.java
+++ b/src/com/android/settings/ethernet/EthernetConfigDialog.java
@@ -91,8 +91,8 @@ AdapterView.OnItemSelectedListener, View.OnClickListener{
9191 });
9292
9393 this.setInverseBackgroundForced(true);
94- this.setButton(BUTTON_POSITIVE, context.getText(R.string.eth_conf_save), this);
95- this.setButton(BUTTON_NEGATIVE, context.getText(R.string.eth_conf_cancel), this);
94+ this.setButton(BUTTON_POSITIVE, context.getText(R.string.menu_save), this);
95+ this.setButton(BUTTON_NEGATIVE, context.getText(R.string.menu_cancel), this);
9696 String[] Devs = mEthEnabler.getManager().getDeviceNameList();
9797 if (Devs != null) {
9898 Log.i(TAG,"found device: " + Devs[0]);
Afficher sur ancien navigateur de dépôt.