/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to res/values/strings.xml

  • Committer: Tim Marston
  • Date: 2013-03-17 12:06:34 UTC
  • Revision ID: tim@ed.am-20130317120634-6zjm03f76egvyo46
check for and refuse to import Nokia vMsg files

Show diffs side-by-side

added added

removed removed

104
104
        <string name="error_vcf_version">vCard uses an invalid version</string>
105
105
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
106
106
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>
 
107
        <string name="error_vcf_vmsgfile">"The file appears to be a Nokia vMsg file, and not a vCard file: "</string>
107
108
 
108
109
</resources>