/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-10-17 18:43:13 UTC
  • Revision ID: edam@waxworlds.org-20101017184313-y2m6gsdzctjq5wtl
- changed case on charset and encoding warning strings (it looked bad)
- properly handle quoted-printable unencoding (including multi-line values)
- ignore blank lines in vCard
- ignore empty properties in vCard

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>