diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4f1dc97..947be3a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4099,9 +4099,14 @@ <string name="help_url_backup_reset" translatable="false"></string> <!-- Help URL, Tethering [DO NOT TRANSLATE] --> <string name="help_url_tether" translatable="false"></string> - + <!-- User account title [CHAR LIMIT=30] --> <string name="user_account_title">Account for content</string> <!-- User picture title [CHAR LIMIT=30] --> <string name="user_picture_title">Photo ID</string> + + <!-- Cell Broadcast settings title [CHAR LIMIT=50] --> + <string name="cell_broadcast_settings">Cell broadcasts</string> + <!-- Cell Broadcast settings description [CHAR LIMIT=100] --> + <string name="cell_broadcast_settings_summary">Select the types of emergency alerts to display.</string> </resources> |