diff options
author | Andrew Lee <anwlee@google.com> | 2014-07-10 16:15:56 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-07-10 16:16:33 -0700 |
commit | 934f785bb3f73a6a0b59fca8252745c68c0c020c (patch) | |
tree | 48af8d835585c93f5c3292e797dbd1ad24d50149 | |
parent | 5cb229088e22d4fc883dd22abaa21c49172a38d8 (diff) | |
download | packages_apps_ContactsCommon-934f785bb3f73a6a0b59fca8252745c68c0c020c.tar.gz packages_apps_ContactsCommon-934f785bb3f73a6a0b59fca8252745c68c0c020c.tar.bz2 packages_apps_ContactsCommon-934f785bb3f73a6a0b59fca8252745c68c0c020c.zip |
Add description string for video call quick contact button.
+ Removed some unused strings.
Bug: 16015752
Change-Id: I7244a29b2c6e66bf1d1f4545ff86ba93fcaf9c2c
-rw-r--r-- | res/values/strings.xml | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c69587ef..001fb565 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -114,6 +114,9 @@ <!-- Action string for sending an SMS to a MMS phone number --> <string name="sms_mms">Text MMS</string> + <!-- Description string for an action button to initiate a video call. --> + <string name="description_video_call">Make video call</string> + <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] --> <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string> @@ -708,28 +711,6 @@ a ren't members of any other group. [CHAR LIMIT=25] --> <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]--> <string name="menu_import_export">Import/export</string> - <!-- String describing the button to send a text message on quick contact. - - Note: AccessibilityServices use this attribute to announce what the view represents. - This is especially valuable for views without textual representation like ImageView. - [CHAR LIMIT=NONE] - --> - <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string> - - <!-- String describing the text for a phone number in quick contact. - - Note: AccessibilityServices use this attribute to announce what the view represents. - This is especially valuable for views without textual representation like ImageView. - --> - <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string> - - <!-- String describing the button to add a contact for the current number. - - Note: AccessibilityServices use this attribute to announce what the view represents. - This is especially valuable for views without textual representation like ImageView. - --> - <string name="description_add_contact">Add contact</string> - <!-- The font-family to use for tab text. Do not translate. --> <string name="tab_font_family">sans-serif</string> |