Merge "Add a button to enable/disable Mobile Terminated SMS over IMS" into ics-factoryrom

This commit is contained in:
Wink Saville
2011-09-22 15:29:19 -07:00
committed by Android (Google) Code Review
3 changed files with 43 additions and 2 deletions

View File

@@ -40,8 +40,12 @@
<!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="turn_off_radio">Turn off radio</string>
<!-- Phone info -->
<!-- Phone IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
<!-- Phone SMS over IMS on. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="sms_over_ims_on">Turn on SMS over IMS</string>
<!-- Phone SMS over IMS off. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="sms_over_ims_off">Turn off SMS over IMS</string>
<!-- Phone SMS over IMS IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="ims_reg_required_on">Turn on IMS registration required</string>
<!-- Phone IMS registration required off. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="ims_reg_required_off">Turn off IMS registration required</string>