/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-12-11 23:57:07 UTC
  • Revision ID: edam@waxworlds.org-20101211235707-czyw48tt3hcopuwf
- read vCard files in as raw bytes now and convert to string only tentatively to check for version no.s and property names and params
- ASCII is now (correctly) the default charset
- added conversion from 8-bit ASCII to UTF-8 (not used on 7-bit US-ASCII) which works on raw bytes, not chars
- unencode quoted-printable now works on raw bytes, not chars

Show diffs side-by-side

added added

removed removed

90
90
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
91
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>
92
92
        <string name="error_filenotfound">"Can't open file: "</string>
 
93
        <string name="error_fileisempty">"File is empty: "</string>
93
94
        <string name="error_ioerror">"Can\'t read file: "</string>
94
95
        <string name="error_vcf_parse">"Error parsing vCard in: "</string>
95
96
        <string name="error_vcf_malformed">vCard is malformed</string>