/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: 2012-12-30 17:17:51 UTC
  • Revision ID: tim@ed.am-20121230171751-8ni3r9bf7pqpa2ng
less strict parsing of vcard begin/end lines and version numbers

Show diffs side-by-side

added added

removed removed

6
6
 * Copyright (C) 2009 to 2012 Tim Marston <tim@ed.am>
7
7
 *
8
8
 * This file is part of the Import Contacts program (hereafter referred
9
 
 * to as "this program").  For more information, see
 
9
 * to as "this program"). For more information, see
10
10
 * http://ed.am/dev/android/import-contacts
11
11
 *
12
12
 * This program is free software: you can redistribute it and/or modify
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</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>
104
104
        <string name="error_vcf_version">vCard uses an invalid version</string>
105
105
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
106
106
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>
107
 
        <string name="error_vcf_vmsgfile">"The file appears to be a Nokia vMsg file, and not a vCard file: "</string>
108
107
 
109
108
</resources>