<!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
emitted some I/O error. Exact reason will be appended by the system. -->
@@ -720,9 +735,12 @@
is rarely needed in the actual vCard...). -->
<stringname="fail_reason_vcard_not_supported_error">Failed to parse vCard though it seems in valid format, since the current implementation does not support it</string>
<!-- The failed reason shown when the system could not find any vCard file
(with extension ".vcf" in SDCard.) [CHAR LIMIT=NONE] -->
<stringname="fail_reason_no_vcard_file"product="nosdcard">No vCard file found in the shared storage</string>
<!-- The failed reason shown when the system could not find any vCard file
(with extension ".vcf" in SDCard.) -->
<stringname="fail_reason_no_vcard_file">No vCard file found on the SD card</string>
<stringname="fail_reason_no_vcard_file"product="default">No vCard file found on the SD card</string>
<!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
files import. It includes the case where all files were failed to be imported. -->
@@ -771,9 +789,12 @@
exported because of security/permission reasons. -->
<stringname="fail_reason_no_exportable_contact">There is no exportable contact</string>
<!-- The failed reason shown when vCard exporter could not create a file for the vCard since
there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
<stringname="fail_reason_too_many_vcard"product="nosdcard">Too many vCard files on the shared storage</string>
<!-- The failed reason shown when vCard exporter could not create a file for the vCard since
there are too many files relevant to vCard. -->
<stringname="fail_reason_too_many_vcard">Too many vCard files on the SD card</string>
<stringname="fail_reason_too_many_vcard"product="default">Too many vCard files on the SD card</string>
<!-- The failed reason shown when the given file name is too long for the system.
The length limit of each file is different in each Android device, so we don't need to