OSDN Git Service

Armor string format tokens with translation placeholders.
authorEric Fischer <enf@google.com>
Fri, 28 Aug 2009 19:56:58 +0000 (12:56 -0700)
committerEric Fischer <enf@google.com>
Fri, 28 Aug 2009 19:56:58 +0000 (12:56 -0700)
Change-Id: I4644b4d47c553ea89dc935059746f908f73aa3d4

res/values/strings.xml

index 866b4da..bc4d7e5 100644 (file)
     <!-- The message shown while reading a vCard file/entry. The first argument is like 
     "Reading VCard" or "Reading VCard files" and the second is the display name of the current 
     data being parsed -->
-    <string name="progress_shower_message">%s\n%s</string>
+    <string name="progress_shower_message"><xliff:g id="action" example="Reading VCard">%s</xliff:g>\n<xliff:g id="filename" example="foo.vcf">%s</xliff:g></string>
 
     <!-- Dialog title shown when reading VCard data -->
     <string name="reading_vcard_title">Reading VCard</string>
 
     <!-- Warning message given to users just before they remove a currently syncing
          group that would also cause all ungrouped contacts to stop syncing. -->
-    <string name="display_warn_remove_ungrouped">Removing \'%s\' from sync will also remove any ungrouped contacts from sync.</string>
+    <string name="display_warn_remove_ungrouped">Removing \'<xliff:g id="group" example="Starred">%s</xliff:g>\' from sync will also remove any ungrouped contacts from sync.</string>
 
 
 <string name="call_home">Call home</string>