86
86
<string name="error_continue">Continue</string>
87
87
<string name="error_abort">Abort</string>
90
89
<string name="error_locationnotfound">The location you have specified to import vCards from does not exist! Check you have specified a valid directory or file.</string>
91
90
<string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
92
91
<string name="error_locationnofiles">There are no files to import at the specified location! Check you have specified the right location and that the files from which you want to import contacts are there.</string>
93
92
<string name="error_filenotfound">"Can't open file: "</string>
94
93
<string name="error_fileisempty">"File is empty: "</string>
95
94
<string name="error_ioerror">"Can\'t read file: "</string>
99
96
<string name="error_vcf_malformed">vCard is malformed</string>
101
98
<string name="error_vcf_version">vCard uses an invalid version</string>
102
99
<string name="error_vcf_charset">vCard uses unsupported charset</string>
103
100
<string name="error_vcf_encoding">vCard uses unsupported encoding</string>