/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: edam
  • Date: 2010-07-13 17:41:49 UTC
  • Revision ID: edam@waxworlds.org-20100713174149-pynofo872e5ug6d4
- added compatibility with 8BIT encoding

Show diffs side-by-side

added added

removed removed

83
83
        <string name="error_vcf_malformed">vCard is malformed</string>
84
84
        <string name="error_vcf_noname">vCard has no entries that can be used as a contact name!</string>
85
85
        <string name="error_vcf_version">vCard uses an invalid version</string>
86
 
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
87
 
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>
 
86
        <string name="error_vcf_charset">vCard uses unsupported CHARSET</string>
 
87
        <string name="error_vcf_encoding">vCard uses unsupported ENCODING</string>
88
88
 
89
89
</resources>