summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2014-10-03 10:34:25 -0700
committerYe Wen <ywen@google.com>2014-10-03 15:15:44 -0700
commit99010315ed4c3657932f4d6b8b81a531ea264f29 (patch)
tree4af3916956ab3e1ebe0db7a01555a7599ae96ac7 /res/values/strings.xml
parent384a8e3c6b266a56b61b9c0330f09eda84262ba7 (diff)
downloadMms-99010315ed4c3657932f4d6b8b81a531ea264f29.tar.gz
Update Messaging app with msim changes from klp-sprout
Update the Messaging app to use the new klp-sprout msim APIs. The app can serve as a test-bed for msim while we bring up the new sms app. Also, it will serve as an example for others using msim. The code for making a msim connection for mms is commented out for now (still uses the old api) as that api hasn't been implemented for l-sprout-dev yet. Change-Id: I698cd5c2959aa7e270294386a9bcf77c707b201f
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2c16f3ea..c0fe8cca 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -114,7 +114,7 @@
<!-- Menu item in slideshow edit screen for moving the selected slide down in the order -->
<string name="move_down">Move down</string>
<!-- Menu item in slideshow edit screen for removing the selected slide from the slideshow -->
- <string name="remove_slide">Remove slide</string>
+ <string name="remove_slide">Remove slide</string>
<!-- Menu item in slideshow edit screen for adding a new slide to the slideshow -->
<string name="add_slide">Add slide</string>
<!-- Text displayed below "Add slide" item in slideshow edit screen -->
@@ -370,6 +370,10 @@
<string name="pref_messages_to_save">Set number of messages to save</string>
<!-- Settings screen, what to display for Ringtone when the user chooses "silent" [CHAR LIMIT=100]-->
<string name="silent_ringtone">Silent</string>
+ <!-- Settings item description for multi-sim, whether to ask the user which sim to use when sending -->
+ <string name="pref_summary_sim_ask">Ask which SIM to use every time a message is sent</string>
+ <!-- Settings item for multi-sim, whether to ask the user which sim to use when sending -->
+ <string name="pref_title_sim_ask">Multi-SIM</string>
<!-- The value to use when migrating from old versions for a true vibrate setting -->
<string translatable="false" name="prefDefault_vibrate_true">always</string>
@@ -801,4 +805,18 @@
<string name="banner_sms_promo_title_application"><xliff:g id="appName">%s</xliff:g> is your SMS app</string>
<string name="banner_sms_promo_message">You can change this in Settings</string>
+ <!-- For MSim displaying -->
+ <string name="sub_select_dialog_title">Select SIM</string>
+ <string name="default_sim_name">SIM <xliff:g id="subId" example="2">%1$d</xliff:g></string>
+ <string name="empty_sim_name">SIM Slot <xliff:g id="subId" example="2">%1$d</xliff:g></string>
+ <string name="subSelect_negative">Cancel</string>
+
+ <!-- For showing sub name in MessageItem, need add some space to fill background color of sub name -->
+ <string name="sub_name_container">\u0020\u0020\u0020<xliff:g id="subName" example="SUB 01">%1$s</xliff:g>\u0020\u0020</string>
+
+ <!-- If sub name is too long, just use ... to installed some character -->
+ <string name="sub_name_ellipsis">\u2026</string>
+
+ <string name="selected_sim_invalid">Current selected SIM is not present. Choose your default SIM in system settings.</string>
+
</resources>