summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-06 18:40:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-06 18:40:24 +0000
commitcf3a847584228a1f2b6c59b678352a3e91306735 (patch)
tree7cb61dfd5a740bca181f0440c3c026168d1baefc /res
parent892a130701fe1109ff5119ed977ce8938179c2a8 (diff)
parent5ade0bb1757b216ace2f50d2357409bf9876a07a (diff)
downloadandroid_packages_apps_ContactsCommon-cf3a847584228a1f2b6c59b678352a3e91306735.tar.gz
android_packages_apps_ContactsCommon-cf3a847584228a1f2b6c59b678352a3e91306735.tar.bz2
android_packages_apps_ContactsCommon-cf3a847584228a1f2b6c59b678352a3e91306735.zip
Merge "Move ContactLoader related code to ContactsCommon" into klp-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3228729c..d4bb1ff9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -720,4 +720,10 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
-->
<string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string>
+ <!-- Attribution of a contact status update, when the time of update is unknown -->
+ <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
+
+ <!-- Attribution of a contact status update, when the time of update is known -->
+ <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
+
</resources>