summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-09-26 11:58:16 -0700
committerBrian Attwell <brianattwell@google.com>2014-09-26 11:58:16 -0700
commit90037153805fa4e6d9f2c40e311607f13a234071 (patch)
treeecf025f5130930c9428284a59792caea3d3cc6f7 /res/values
parent1a2b07f127b1a859dd4a5e832ac0869c9dab23b5 (diff)
downloadpackages_apps_Contacts-90037153805fa4e6d9f2c40e311607f13a234071.tar.gz
packages_apps_Contacts-90037153805fa4e6d9f2c40e311607f13a234071.tar.bz2
packages_apps_Contacts-90037153805fa4e6d9f2c40e311607f13a234071.zip
Avoid using donottranslate_config
I should have avoided using donottranslate_config.xml. I assume this file works the same as donottranslate.xml. But I'm not certain and I don't want to risk this. Plus, its a weird file which is used for manual translations and help link overlays. Mixing it with non-translated strings is going to confuse people. Bug: 17668051 Change-Id: I395e081ed96af11a51cf18c9d9d07f2ef20bb612
Diffstat (limited to 'res/values')
-rw-r--r--res/values/donottranslate_config.xml3
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
index eda94878f..5fc4f8970 100644
--- a/res/values/donottranslate_config.xml
+++ b/res/values/donottranslate_config.xml
@@ -42,7 +42,4 @@
<!-- Help URL pointing to editing contacts in People. This is intentionally empty because
the overlay will fill this in during build time. -->
<string name="help_url_people_edit"></string>
-
- <!-- File Authority for the photo picker -->
- <string name="photo_file_provider_authority">com.android.contacts.files</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d3940763..8d1c4058a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -722,4 +722,6 @@
<!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
<string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>
+ <!-- File Authority for the photo picker -->
+ <string name="photo_file_provider_authority" translatable="false">com.android.contacts.files</string>
</resources>