summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonica Esther Dionisio <monicaed@motorola.com>2019-05-27 13:30:17 -0300
committerChen Xu <fionaxu@google.com>2019-11-11 19:26:06 +0000
commit8c696e50e404c6ddab16a274e665bf532c67153a (patch)
treeaad736603da4e11136ce0fce6751e2497a56be5f
parentb36b1b9aa1399e758eef450345d13c27d81ce195 (diff)
downloadCellBroadcastReceiver-8c696e50e404c6ddab16a274e665bf532c67153a.tar.gz
Align "Emergency Alerts" terminology
This is to align the AOSP and NA Carriers customizations strings. Major US carriers like Verizon, AT&T and T-Mobile have requested to replace term "Emergency Alerts" by "Wireless Emergency Alerts" since the terminology "Wireless Emergency Alerts" is used by the US federal agencies (Federal Communications Commission(FCC) and Federal Emergency Management Agency (FEMA)) as the official term to the alerting network. Test: Manual Bug: 122817136 Change-Id: Ie25e88b1ef225a4c8b287b3007b8b5685aee37fa Merged-in: I28a5b76cb46b20e89ac1e0f2a486053c48d5e55a
-rw-r--r--res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 68405af4d..af22dd796 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -18,13 +18,13 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the Cell Broadcast Receiver app. [CHAR LIMIT=NONE] -->
- <string name="app_label">Emergency alerts</string>
+ <string name="app_label">Wireless emergency alerts</string>
<!-- Label for settings screen. [CHAR LIMIT=NONE] -->
- <string name="sms_cb_settings">Emergency alerts</string>
+ <string name="sms_cb_settings">Wireless emergency alerts</string>
<!-- Error message for users that aren't allowed to modify Cell broadcast settings [CHAR LIMIT=none] -->
- <string name="cell_broadcast_settings_not_available">Cell Broadcast settings are not available for this user</string>
+ <string name="cell_broadcast_settings_not_available">Wireless emergency alert settings are not available for this user</string>
<!-- Text for dismiss button in broadcast message view dialog. [CHAR LIMIT=25] -->
<string name="button_dismiss">OK</string>
@@ -106,7 +106,7 @@
<!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=50] -->
<string name="enable_alerts_master_toggle_title">Allow alerts</string>
<!-- Preference summaries for allow alerts checkbox. [CHAR LIMIT=50] -->
- <string name="enable_alerts_master_toggle_summary">Receive emergency notifications</string>
+ <string name="enable_alerts_master_toggle_summary">Receive wireless emergency alert notifications</string>
<!-- Preference title for alert reminder interval list. [CHAR LIMIT=50] -->
<string name="alert_reminder_interval_title">Alert reminder sound</string>
<!-- Do not translate. Empty summary for alert reminder (set by CellBroadcastSettings). -->
@@ -114,7 +114,7 @@
<!-- Preference title for enable text-to-speech checkbox. [CHAR LIMIT=50] -->
<string name="enable_alert_speech_title">Speak alert message</string>
<!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=100] -->
- <string name="enable_alert_speech_summary">Use text-to-speech to speak emergency alert messages</string>
+ <string name="enable_alert_speech_summary">Use text-to-speech to speak wireless emergency alert messages</string>
<!-- Preference title for emergency alert history. [CHAR LIMIT=50] -->
<string name="emergency_alert_history_title">Emergency alert history</string>
@@ -258,7 +258,7 @@
<string name="show_cmas_opt_out_title">Show opt-out dialog</string>
<!-- CMAS opt-out dialog message. [CHAR LIMIT=160] -->
- <string name="cmas_opt_out_dialog_text">You are currently receiving Emergency Alerts. Would you like to continue receiving Emergency Alerts?</string>
+ <string name="cmas_opt_out_dialog_text">You are currently receiving wireless emergency alerts. Would you like to continue receiving wireless emergency alerts?</string>
<!-- Text for positive button in CMAS opt-out dialog. [CHAR LIMIT=25] -->
<string name="cmas_opt_out_button_yes">Yes</string>
<!-- Text for negative button in CMAS opt-out dialog. [CHAR LIMIT=25] -->