packages/apps/Settings
Revision | c51ed8777b93140ea019e846b356ddd30462d9ed (tree) |
---|---|
Zeit | 2010-02-02 18:47:08 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
remove unused strings
@@ -2173,11 +2173,12 @@ found in the list of installed applications.</string> | ||
2173 | 2173 | |
2174 | 2174 | <!-- Proxy settings --> |
2175 | 2175 | <string name="proxy_setting">Proxy settings</string> |
2176 | - <string name="proxy_setting_summary">Configure a proxy to access Internet</string> | |
2176 | + | |
2177 | 2177 | <string name="softkeyboard_enable">SoftKeyBoard Enable</string> |
2178 | 2178 | <string name="softkeyboard_enable_summary">Enable SoftKeyBoard</string> |
2179 | 2179 | <string name="keyboard_layout_title">Keyboard layout setting</string> |
2180 | 2180 | <string name="keyboard_layout_summary">Choose a keyboard layout</string> |
2181 | + | |
2181 | 2182 | <!-- Ethernet configuration dialog --> |
2182 | 2183 | <string name="eth_config_title">Configure Ethernet device</string> |
2183 | 2184 | <string name="eth_setting">Ethernet setting</string> |
@@ -2190,10 +2191,7 @@ found in the list of installed applications.</string> | ||
2190 | 2191 | <string name="eth_ipaddr">IP address</string> |
2191 | 2192 | <string name="eth_quick_toggle_title">Ethernet</string> |
2192 | 2193 | <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> | |
2195 | 2194 | <string name="eth_radio_ctrl_title">Ethernet configuration</string> |
2196 | - <string name="eth_radio_ctrl_summary">Configure Ethernet devices</string> | |
2197 | 2195 | <string name="eth_conf_perf_title">Ethernet configuration</string> |
2198 | 2196 | <string name="eth_conf_summary">Configure Ethernet devices</string> |
2199 | 2197 | <string name="eth_mask">Netmask</string> |
@@ -91,8 +91,8 @@ AdapterView.OnItemSelectedListener, View.OnClickListener{ | ||
91 | 91 | }); |
92 | 92 | |
93 | 93 | 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); | |
96 | 96 | String[] Devs = mEthEnabler.getManager().getDeviceNameList(); |
97 | 97 | if (Devs != null) { |
98 | 98 | Log.i(TAG,"found device: " + Devs[0]); |