summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2012-10-18 10:31:09 -0700
committerBaligh Uddin <baligh@google.com>2012-10-18 10:39:11 -0700
commit41aeb57975a9851740a849dbaf273cfc8f56cc70 (patch)
treef309027f9ec6b567c423739c02540ca4f253d57c /res
parente34a213c32d54c525fc1c4b6f79e449446435484 (diff)
downloadandroid_packages_apps_Trebuchet-41aeb57975a9851740a849dbaf273cfc8f56cc70.tar.gz
android_packages_apps_Trebuchet-41aeb57975a9851740a849dbaf273cfc8f56cc70.tar.bz2
android_packages_apps_Trebuchet-41aeb57975a9851740a849dbaf273cfc8f56cc70.zip
Bring dummy cling strings back as 'strings'
The translations import recognizes 'string', 'string-array' and 'plurals' as valid items to parse, all others are ignored. This is the reason, why these strings have not been imported back into the codebase. Making the string declaration same as when it was removed in cl/236665 Change-Id: I6d53ba9d6267706834cb66e9ca99a1335aa01d14 Bug: 7203884
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 04e45ae01..0ea12c4ef 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -266,12 +266,12 @@ s -->
<!-- Clings -->
<!-- Dummy string [CHAR_LIMIT=40] -->
- <add-resource type="string" name="custom_workspace_cling_title_1"/>
+ <string name="custom_workspace_cling_title_1"></string>
<!-- Dummy string [CHAR_LIMIT=60] -->
- <add-resource type="string" name="custom_workspace_cling_description_1"/>
+ <string name="custom_workspace_cling_description_1"></string>
<!-- Dummy string [CHAR_LIMIT=40] -->
- <add-resource type="string" name="custom_workspace_cling_title_2"/>
+ <string name="custom_workspace_cling_title_2"></string>
<!-- Dummy string [CHAR_LIMIT=60] -->
- <add-resource type="string" name="custom_workspace_cling_description_2"/>
+ <string name="custom_workspace_cling_description_2"></string>
</resources>