bzr branch
http://bzr.ed.am/android/import-contacts
1
by edam
Initial import |
1 |
<?xml version="1.0" encoding="utf-8"?> |
6
by edam
- added GPL header comments to all files |
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/>. |
|
14
by edam
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one) |
24 |
--> |
6
by edam
- added GPL header comments to all files |
25 |
|
1
by edam
Initial import |
26 |
<resources> |
27 |
||
14
by edam
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one) |
28 |
<string name="app_name">Import Contacts</string> |
1
by edam
Initial import |
29 |
|
30 |
<string name="back">Back</string> |
|
31 |
<string name="next">Next</string> |
|
10
by edam
- made behaviour of next button overridable |
32 |
<string name="abort">Abort</string> |
1
by edam
Initial import |
33 |
|
9
by edam
- added scroll view to all layouts |
34 |
<string name="intro_title">Welcome</string> |
14
by edam
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one) |
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, click the link below. Import Contacts is free software, licensed under the GPL version 3. To report bugs to the author or get hold of the source code to this application, visit:</string> |
|
9
by edam
- added scroll view to all layouts |
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> |
|
39 |
||
19
by edam
- added file chooser |
40 |
<string name="fileordir_file">Import contacts from a single vCard file</string> |
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> |
|
28
by edam
- typo |
42 |
<string name="fileordir_dir">Select a folder to scan for vCard files and import any contacts found</string> |
19
by edam
- added file chooser |
43 |
<string name="fileordir_dirhelp">You will be asked to select a folder on your SD card and any contacts in any \".vcf\" files found will be imported. This is useful when you have a lot of vCard files.</string> |
44 |
||
45 |
<string name="filechooser_title_dir">Choose Directory</string> |
|
46 |
<string name="filechooser_title_file">Choose File</string> |
|
47 |
<string name="filechooser_current_dir"><b>Selected Directory:</b></string> |
|
48 |
<string name="filechooser_current_file"><b>Selected File:</b></string> |
|
49 |
<string name="filechooser_ok">Ok</string> |
|
50 |
<string name="filechooser_path_sdcard">SD Card</string> |
|
51 |
||
1
by edam
Initial import |
52 |
<string name="vcf_title">Import vCard Files</string> |
19
by edam
- added file chooser |
53 |
<string name="vcf_help">To import contacts from one or more vCard files, you must specify <b>either</b> a folder to look for vCard files in, <b>or</b> an individual vCard file. If you select a folder, all contacts in any \".vcf\" files in that folder will be imported. Alternatively, if you select an individual \".vcf\" file, any contacts that it contains will be imported.</string> |
54 |
<string name="vcf_location_dir">Folder (to scan) for vCards:</string> |
|
55 |
<string name="vcf_location_file">vCard file:</string> |
|
1
by edam
Initial import |
56 |
|
57 |
<string name="merge_title">Duplicate Contacts</string> |
|
58 |
<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> |
|
59 |
<string name="merge_prompt">Ask me what to do</string> |
|
60 |
<string name="merge_keep">Skip; keep the phone contact</string> |
|
9
by edam
- added scroll view to all layouts |
61 |
<string name="merge_merge">Merge; adding only new details to the phone contact</string> |
1
by edam
Initial import |
62 |
<string name="merge_overwrite">Replace; discard the phone contact, then import</string> |
63 |
||
64 |
<string name="doit_title">Import Contacts</string> |
|
65 |
<string name="doit_ready">Are you ready to begin importing contacts?</string> |
|
66 |
<string name="doit_begin">Begin</string> |
|
67 |
<string name="doit_creates">Created:</string> |
|
68 |
<string name="doit_overwrites">Replaced:</string> |
|
69 |
<string name="doit_merges">Merged:</string> |
|
70 |
<string name="doit_skips">Skipped:</string> |
|
71 |
<string name="doit_caching">Caching...</string> |
|
72 |
<string name="doit_scanning">Scanning...</string> |
|
73 |
<string name="doit_alldone">All done!</string> |
|
14
by edam
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one) |
74 |
<string name="doit_aborted">Aborted!</string> |
1
by edam
Initial import |
75 |
<string name="doit_close">Close</string> |
76 |
<string name="doit_mergeask1">"Contact '"</string> |
|
77 |
<string name="doit_mergeask2">"' already exists:"</string> |
|
2
by edam
- added toaster message about import abortion in onPause() |
78 |
<string name="doit_importaborted">Importing contacts was aborted!</string> |
1
by edam
Initial import |
79 |
|
80 |
<string name="mergeprompt_title">Duplicate Contact</string> |
|
81 |
<string name="mergeprompt_help">This contact already exists:</string> |
|
82 |
<string name="mergeprompt_always">Always do this, stop asking!</string> |
|
83 |
||
84 |
<string name="error_title">An error occured!</string> |
|
85 |
<string name="error_ok">Ok</string> |
|
86 |
<string name="error_continue">Continue</string> |
|
87 |
<string name="error_abort">Abort</string> |
|
88 |
||
15
by edam
- added facility to enter a filename (instead of a directory to scan) and just use that |
89 |
<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> |
1
by edam
Initial import |
90 |
<string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string> |
91 |
<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> |
|
92 |
<string name="error_filenotfound">"Can't open file: "</string> |
|
22
by edam
- read vCard files in as raw bytes now and convert to string only tentatively to check for version no.s and property names and params |
93 |
<string name="error_fileisempty">"File is empty: "</string> |
1
by edam
Initial import |
94 |
<string name="error_ioerror">"Can\'t read file: "</string> |
95 |
<string name="error_vcf_parse">"Error parsing vCard in: "</string> |
|
96 |
<string name="error_vcf_malformed">vCard is malformed</string> |
|
97 |
<string name="error_vcf_noname">vCard has no entries that can be used as a contact name!</string> |
|
98 |
<string name="error_vcf_version">vCard uses an invalid version</string> |
|
18
by edam
- changed case on charset and encoding warning strings (it looked bad) |
99 |
<string name="error_vcf_charset">vCard uses unsupported charset</string> |
100 |
<string name="error_vcf_encoding">vCard uses unsupported encoding</string> |
|
1
by edam
Initial import |
101 |
|
102 |
</resources> |