94
94
<string name="error_filenotfound">"Can't open file: "</string>
95
95
<string name="error_fileisempty">"File is empty: "</string>
96
96
<string name="error_ioerror">"Can\'t read file: "</string>
98
97
<string name="error_unabletoaddcontact">Unable to add contact to device!</string>
99
98
<string name="error_vcf_parse">"Error parsing vCard in "</string>
100
99
<string name="error_vcf_parse_line">", line "</string>
101
100
<string name="error_vcf_malformed">vCard is malformed</string>
103
102
<string name="error_vcf_version">vCard uses an invalid version</string>
104
103
<string name="error_vcf_charset">vCard uses unsupported charset</string>
105
104
<string name="error_vcf_encoding">vCard uses unsupported encoding</string>