diff options
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7c588b34..62a1d5bf 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1425,6 +1425,13 @@ <!-- Description of the decline on target in the Slide unlock screen. [CHAR LIMIT=NONE] --> <string name="description_target_decline">Decline</string> + <!-- Description of the up direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> + <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <!-- Description of the left direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> + <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <!-- Description of the right direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> + <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <!-- Dialog title for the vibration settings for voicemail notifications [CHAR LIMIT=40] --> <string name="voicemail_notification_vibrate_when_title" msgid="8731372580674292759">Vibrate</string> <!-- Dialog title for the vibration settings for voice mail notifications [CHAR LIMIT=40]--> @@ -1474,4 +1481,7 @@ <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] --> <string name="manageConferenceLabel">Manage conference call</string> + + <!-- This can be used in any application wanting to disable the text "Emergency number" --> + <string name="emergency_call_dialog_number_for_display">Emergency number</string> </resources> |