/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-21 14:51:26 UTC
  • Revision ID: tim@ed.am-20121221145126-l30l0yii8xkqs1m2
added a new class to VcardImporter, a ContentLine, which represents the data returned by the ContentLineIterator (including whether the next line looks folded, and the ability to generate/cache a US-ASCII String of the line)

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.4</small></string>
36
35
        <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
36
        <string name="intro_help">For help using this application or to report bugs to the author, please visit:</string>
38
37
        <string name="intro_link">The Import Contacts webpage</string>
83
82
        <string name="mergeprompt_help">This contact already exists:</string>
84
83
        <string name="mergeprompt_always">Always do this, stop asking!</string>
85
84
 
86
 
        <string name="error_title">An error occurred!</string>
 
85
        <string name="error_title">An error occured!</string>
87
86
        <string name="error_ok">OK</string>
88
87
        <string name="error_continue">Continue</string>
89
88
        <string name="error_abort">Abort</string>
90
89
 
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>
 
90
        <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
91
        <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
92
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
94
93
        <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>
104
103
        <string name="error_vcf_version">vCard uses an invalid version</string>
105
104
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
106
105
        <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
106
 
109
107
</resources>