• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Révisiond713c371f1f0c02c9782d6cbff95f2e46ef69ccf (tree)
l'heure2011-01-31 18:58:52
AuteurPatrick Ferguson <padraigf65@gmai...>
CommiterChih-Wei Huang

Message de Log

res: change SoftKeyBoard Enable to Disable SoftKeyBoard

Change-Id: I42892011ed3fdf2593f019635e4d7d5ae7390658

Change Summary

Modification

--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2539,8 +2539,9 @@ found in the list of installed applications.</string>
25392539 <string name="sound_category_notification_title">Notifications</string>
25402540 <string name="sound_category_feedback_title">Feedback</string>
25412541
2542- <string name="softkeyboard_enable">SoftKeyBoard Enable</string>
2543- <string name="softkeyboard_enable_summary">Enable SoftKeyBoard</string>
2542+ <string name="disable_softkeyboard">Disable SoftKeyBoard</string>
2543+ <string name="softkeyboard_disabled">SoftKeyBoard disabled</string>
2544+ <string name="softkeyboard_enabled">SoftKeyBoard enabled</string>
25442545 <string name="keyboard_layout_title">Keyboard layout setting</string>
25452546 <string name="keyboard_layout_summary">Choose a keyboard layout</string>
25462547
--- a/res/xml/keyboard_settings.xml
+++ b/res/xml/keyboard_settings.xml
@@ -37,9 +37,9 @@
3737 android:persistent="false"/>
3838 <CheckBoxPreference
3939 android:key="softkeyboard"
40- android:title="@string/softkeyboard_enable"
41- android:summaryOn="@string/softkeyboard_enable_summary"
42- android:summaryOff="@string/softkeyboard_enable_summary"
40+ android:title="@string/disable_softkeyboard"
41+ android:summaryOn="@string/softkeyboard_disabled"
42+ android:summaryOff="@string/softkeyboard_enabled"
4343 android:persistent="false"/>
4444
4545 </PreferenceScreen>