/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: 2009-02-02 06:38:20 UTC
  • Revision ID: edam@waxworlds.org-20090202063820-a37ptsjcj8ipgodn
- renamed ImportVCF class to ConfigureVCF
- save/restore back button state
- trying to save/restore state in ImpoirtContacts, but it doesn't work

Show diffs side-by-side

added added

removed removed

1
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<!--
 
4
 * strings.xml
 
5
 *
 
6
 * Copyright (C) 2009 Tim Marston <edam@waxworlds.org>
 
7
 *
 
8
 * This file is part of the Import Contacts program (hereafter referred
 
9
 * to as "this program"). For more information, see
 
10
 * http://www.waxworlds.org/edam/software/android/import-contacts
 
11
 *
 
12
 * This program is free software: you can redistribute it and/or modify
 
13
 * it under the terms of the GNU General Public License as published by
 
14
 * the Free Software Foundation, either version 3 of the License, or
 
15
 * (at your option) any later version.
 
16
 *
 
17
 * This program is distributed in the hope that it will be useful,
 
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
 * GNU General Public License for more details.
 
21
 *
 
22
 * You should have received a copy of the GNU General Public License
 
23
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
 -->
 
25
 
2
26
<resources>
3
27
 
4
28
    <string name="app_name">Import Contacts</string>
5
29
 
6
30
        <string name="back">Back</string>
7
31
        <string name="next">Next</string>
 
32
        <string name="abort">Abort</string>
 
33
 
 
34
        <string name="intro_title">Welcome</string>
 
35
        <string name="intro_help"><b>This application will let you import contacts directly on to you Android device. At present, it only supports vCard contacts.</b></string>
 
36
        <string name="intro_author">For help using this application or more information, click the link below. Import Contacts is free software, licensed under the GPL version 3. To report bugs to the author or download the source code to this application, visit:</string>
 
37
        <string name="intro_link">The Import Contacts homepage</string>
 
38
        <string name="intro_disclaimer">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>
8
39
 
9
40
        <string name="vcf_title">Import vCard Files</string>
10
41
        <string name="vcf_help">To import contacts from one or more vCard files, you must specify a directory to look for those files in. All contacts in all \".vcf\" files in the directory you select below will be imported.</string>
14
45
        <string name="merge_help">What should we do if we import a contact with the same name as a contact that already exists on the phone?</string>
15
46
        <string name="merge_prompt">Ask me what to do</string>
16
47
        <string name="merge_keep">Skip; keep the phone contact</string>
17
 
        <string name="merge_merge">Merge; overwriting details in the phone contact</string>
 
48
        <string name="merge_merge">Merge; adding only new details to the phone contact</string>
18
49
        <string name="merge_overwrite">Replace; discard the phone contact, then import</string>
19
50
 
20
51
        <string name="doit_title">Import Contacts</string>
30
61
        <string name="doit_close">Close</string>
31
62
        <string name="doit_mergeask1">"Contact '"</string>
32
63
        <string name="doit_mergeask2">"' already exists:"</string>
 
64
        <string name="doit_importaborted">Importing contacts was aborted!</string>
33
65
 
34
66
        <string name="mergeprompt_title">Duplicate Contact</string>
35
67
        <string name="mergeprompt_help">This contact already exists:</string>