/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

39
39
 
40
40
        <string name="vcf_title">Import vCard Files</string>
41
41
        <string name="vcf_help">To import contacts from one or more vCard files, you must specify a directory to look for those files in. All contacts in all \".vcf\" files in the directory you select below will be imported.</string>
42
 
        <string name="vcf_location">vCard files directory:</string>
 
42
        <string name="vcf_help2">Alternatively, you can specify a full path and filename of an individual vCard file.</string>
 
43
        <string name="vcf_location">vCard files directory (or specific file):</string>
43
44
 
44
45
        <string name="merge_title">Duplicate Contacts</string>
45
46
        <string name="merge_help">What should we do if we import a contact with the same name as a contact that already exists on the phone?</string>
73
74
        <string name="error_continue">Continue</string>
74
75
        <string name="error_abort">Abort</string>
75
76
 
76
 
        <string name="error_locationnotfound">Can\'t scan for files in the specified location! Check you have specified a valid directory.</string>
 
77
        <string name="error_locationnotfound">The location you have specified to import vCards from does not exist! Check you have specified a valid directory or file.</string>
77
78
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
78
79
        <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>
79
80
        <string name="error_filenotfound">"Can't open file: "</string>