OSDN Git Service

Modify string
authorDaisuke Miyakawa <dmiyakawa@google.com>
Mon, 31 Aug 2009 23:37:54 +0000 (08:37 +0900)
committerDaisuke Miyakawa <dmiyakawa@google.com>
Mon, 31 Aug 2009 23:39:09 +0000 (08:39 +0900)
res/values/strings.xml

index 00ef14b..04707df 100644 (file)
     <!-- The failed reason: "There is no valid VCard entry in the file(s)" -->
     <string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string>
 
-    <!-- The failed reason: "One or more files failed to be imported." -->
-    <string name="fail_reason_failed_to_read_files">One or more files failed to be imported.</string>
+    <!-- The failed reason: "One or more files failed to be imported. (&lt;a list of file names&gt;)" -->
+    <string name="fail_reason_failed_to_read_files">One or more files failed to be imported (%s).</string>
 
     <!-- Dialog title shown when a user is asked to select VCard file -->
     <string name="select_vcard_title">Select VCard file</string>