/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 14:44:48 UTC
  • Revision ID: edam@waxworlds.org-20100704144448-1m30v811opup20fs
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one)
- massively simplified the WizzardActivity class so it works propperly
- moved all code to org.waxworlds.edam
- added an "aborted" message when the importion is aborted
- simplified the 3 actions the worker thread can take when stopping (only 2 were actualy used) to "aborted" or "alldone"
- changed intro message to match website
- bugfix: don't blow up when the My Contacts group is missing

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_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>
 
42
        <string name="vcf_location">vCard files directory:</string>
44
43
 
45
44
        <string name="merge_title">Duplicate Contacts</string>
46
45
        <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>
74
73
        <string name="error_continue">Continue</string>
75
74
        <string name="error_abort">Abort</string>
76
75
 
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>
 
76
        <string name="error_locationnotfound">Can\'t scan for files in the specified location! Check you have specified a valid directory.</string>
78
77
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
79
78
        <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>
80
79
        <string name="error_filenotfound">"Can't open file: "</string>