/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: 2014-03-01 17:35:04 UTC
  • Revision ID: tim@ed.am-20140301173504-jh4komxn4u058omh
updated family picture

Show diffs side-by-side

added added

removed removed

32
32
        <string name="abort">Abort</string>
33
33
 
34
34
        <string name="intro_title">Welcome</string>
35
 
        <string name="intro_version"><small>version 1.3.4</small></string>
 
35
        <string name="intro_version"><small>version 1.3.3</small></string>
36
36
        <string name="intro_summary"><b>Import Contacts is an application to help you import your contacts directly to your Android device without the need to upload them to Google first. Contacts (vCard ".vcf" files) are imported from your SD card directly in to the phones contact list.</b></string>
37
37
        <string name="intro_help">For help using this application or to report bugs to the author, please visit:</string>
38
38
        <string name="intro_link">The Import Contacts webpage</string>
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&#8230;</string>
74
 
        <string name="doit_scanning">Scanning&#8230;</string>
 
73
        <string name="doit_caching">Caching...</string>
 
74
        <string name="doit_scanning">Scanning...</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>
83
83
        <string name="mergeprompt_help">This contact already exists:</string>
84
84
        <string name="mergeprompt_always">Always do this, stop asking!</string>
85
85
 
86
 
        <string name="error_title">An error occurred!</string>
 
86
        <string name="error_title">An error occured!</string>
87
87
        <string name="error_ok">OK</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 inserted 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 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>