"?123" should be up for translation for Arabic layouts

bug: 5108339
Change-Id: Ie1abcf50abba569683f76a136718ab24f5089677
main
Ken Wakasa 2011-08-03 00:28:46 +09:00
parent 0b08a4b7c2
commit 047f63f559
2 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,6 @@
<string name="label_alt_key">ALT</string>
<!-- Label for "Tab" key. Must be short to fit on key! -->
<string name="label_tab_key">Tab</string>
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
<string name="label_to_symbol_key">\?123</string>
<!-- Label for "switch to phone numeric" key. Must be short to fit on key! -->
<string name="label_to_phone_numeric_key">123</string>
<!-- Label for "switch to phone symbols" key. Must be short to fit on key! -->

View File

@ -119,6 +119,8 @@
<string name="label_send_key">Send</string>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] -->
<string name="label_to_alpha_key">ABC</string>
<!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] -->
<string name="label_to_symbol_key">\?123</string>
<!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
<string name="label_more_key">More</string>
<!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->