/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-04 15:14:46 UTC
  • Revision ID: edam@waxworlds.org-20100704151446-2yah1u00ml5m3wq9
- added facility to enter a filename (instead of a directory to scan) and just use that

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>