diff options
| author | PauloftheWest <paulofthewest@google.com> | 2014-11-13 13:57:08 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-11-13 13:57:09 +0000 |
| commit | 26104298eb53d2dfa693eec32934f9ac0aa3d525 (patch) | |
| tree | 16c08454572cc71e8f8e5ecad7173afb81be46ae /res/values/strings.xml | |
| parent | c5079a06dc2f57718cd781ae855b687a14cc1c2f (diff) | |
| parent | 76b0801173b6b8493cd9776e44f4effddd5512c2 (diff) | |
| download | packages_apps_Settings-26104298eb53d2dfa693eec32934f9ac0aa3d525.tar.gz packages_apps_Settings-26104298eb53d2dfa693eec32934f9ac0aa3d525.tar.bz2 packages_apps_Settings-26104298eb53d2dfa693eec32934f9ac0aa3d525.zip | |
Merge "Adding Sim Status menu to Settings." into lmp-mr1-dev
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e7effb686..f6f4d5af0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5546,6 +5546,8 @@ <string name="preferred_network_offload_footer">Disable Network Name Broadcast protects from third parties getting access to your network information.</string> <!-- Preferred Network offload Popup. [CHAR LIMIT=100] --> <string name="preferred_network_offload_popup">Disabling Network Name Broadcast will prevent automatic connection to hidden networks.</string> + <!-- Summary text describing signal strength to the user. [CHAR LIMIT=60] --> + <string name="sim_signal_strength"><xliff:g id="dbm">%1$d</xliff:g> dBm <xliff:g id="asu">%2$d</xliff:g> asu</string> <!-- This is a divider in the SIM cards preferences that is the header of various settings where the user chooses which SIM to use for phone calls, data, and SMS messages [CHAR LIMIT=50] --> <string name="sim_pref_divider">Preferred SIM for</string> |
