/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:36:18 UTC
  • Revision ID: tim@ed.am-20140301173618-vt1k4g5y6cs77oe5
fixed some lint warnings

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.3</small></string>
 
35
        <string name="intro_version"><small>version 1.3.4</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>
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 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 insrted 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>