/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: Tim Marston
  • Date: 2016-03-28 18:13:50 UTC
  • Revision ID: tim@ed.am-20160328181350-ytxvox60fxj1tevm
fixed typo in strings

Show diffs side-by-side

added added

removed removed

70
70
        <string name="doit_overwrites">Replaced:</string>
71
71
        <string name="doit_merges">Merged:</string>
72
72
        <string name="doit_skips">Skipped:</string>
73
 
        <string name="doit_caching">Caching...</string>
74
 
        <string name="doit_scanning">Scanning...</string>
 
73
        <string name="doit_caching">Caching&#8230;</string>
 
74
        <string name="doit_scanning">Scanning&#8230;</string>
75
75
        <string name="doit_alldone">All done!</string>
76
76
        <string name="doit_aborted">Aborted!</string>
77
77
        <string name="doit_close">Close</string>
88
88
        <string name="error_continue">Continue</string>
89
89
        <string name="error_abort">Abort</string>
90
90
 
91
 
        <string name="error_nosdcard">Your device\'s SD card could not be found or used.  Is your SD card insrted properly?  Is your device still connected to a computer?</string>
 
91
        <string name="error_nosdcard">Your device\'s SD card could not be found or used.  Is your SD card inserted properly?  Is your device still connected to a computer?</string>
92
92
        <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>
93
93
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
94
94
        <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>