/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: 2013-06-22 17:29:31 UTC
  • Revision ID: tim@ed.am-20130622172931-ujydoni23t3a543b
minor style tweaks

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</small></string>
 
35
        <string name="intro_version"><small>version 1.3.2</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>
107
108
 
108
109
</resources>