/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-19 17:51:35 UTC
  • Revision ID: tim@ed.am-20121219175135-1cpuafp76jg1ib1p
added preliminary (buggy) ContactsContract backend

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2009 to 2012 Tim Marston <tim@ed.am>
 
6
 * Copyright (C) 2009 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>
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
 
        <string name="intro_help">For help using this application or to report bugs to the author, please visit:</string>
 
35
        <string name="intro_help"><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>
 
36
        <string name="intro_author">For help using this application or more information, or to report bugs to the author, visit:</string>
38
37
        <string name="intro_link">The Import Contacts webpage</string>
39
 
        <string name="intro_thanks">If you purchased this app, you are helping to support an independent developer and his family. We\'d like to say thank you!</string>
40
 
        <string name="intro_licence">Import Contacts is licensed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string>
 
38
        <string name="intro_disclaimer">Import Contacts is licensed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string>
41
39
 
42
40
        <string name="fileordir_file">Import contacts from a single vCard file</string>
43
41
        <string name="fileordir_filehelp">You will be asked to select a \".vcf\" file which will be scanned for contacts (vCard files can contain multiple contacts in one file).</string>
95
93
        <string name="error_filenotfound">"Can't open file: "</string>
96
94
        <string name="error_fileisempty">"File is empty: "</string>
97
95
        <string name="error_ioerror">"Can\'t read file: "</string>
98
 
        <string name="error_outofmemory">Out of memory</string>
99
96
        <string name="error_unabletoaddcontact">Unable to add contact to device!</string>
100
97
        <string name="error_vcf_parse">"Error parsing vCard in "</string>
101
98
        <string name="error_vcf_parse_line">", line "</string>
102
99
        <string name="error_vcf_malformed">vCard is malformed</string>
103
 
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough identifyable information to be used as a contact!"</string>
 
100
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough information to be used as a contact!"</string>
104
101
        <string name="error_vcf_version">vCard uses an invalid version</string>
105
102
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
106
103
        <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
104
 
109
105
</resources>