/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-12 11:25:00 UTC
  • Revision ID: edam@waxworlds.org-20101212112500-ml96qi57t0epia2s
- import phone numbers even when they have no specified type (default to mobile)
- allow all keypad chars in a phone number so that network commands can be prefixed to them

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>