/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts
1 by edam
- initial checkin
1
<?xml version="1.0" encoding="utf-8"?>
2
3
<!--
4
 * strings.xml
5
 *
12 by edam
changed all the URLs to ed.am, including copyrights, package names and project
6
 * Copyright (C) 2010 Tim Marston <tim@ed.am>
1 by edam
- initial checkin
7
 *
8
 * This file is part of the Export Contacts program (hereafter referred
9
 * to as "this program"). For more information, see
12 by edam
changed all the URLs to ed.am, including copyrights, package names and project
10
 * http://ed.am/dev/android/export-contacts
1 by edam
- initial checkin
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
26
<resources>
27
28
	<string name="app_name">Export Contacts</string>
29
30
	<string name="back">Back</string>
31
	<string name="next">Next</string>
32
	<string name="abort">Abort</string>
33
34
	<string name="intro_title">Welcome</string>
2 by edam
- added file chooser
35
	<string name="intro_help"><b>Export Contacts is an application to help you export your contacts directly from your Android device without the need to upload them to Google first. A vCard contacts file is exported to your SD card directly from the phones contact list.</b></string>
36
	<string name="intro_author">For help using this application or more information, click the link below. Export 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>
1 by edam
- initial checkin
37
	<string name="intro_link">The Export 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
40
	<string name="vcf_title">Export vCard Files</string>
2 by edam
- added file chooser
41
	<string name="vcf_help">To export all your contacts to a single vCard file, you must specify where to store that vCard on SD Card and the name of the file to store them in.</string>
42
	<string name="vcf_help2">If you are unsure, just click "Next".</string>
43
	<string name="vcf_path">Directory to save vCard file to:</string>
44
	<string name="vcf_filename">vCard filename:</string>
45
46
	<string name="filechooser_title_dir">Choose Directory</string>
47
	<string name="filechooser_title_file">Choose File</string>
3 by edam
- merged changes to file chooser from import contacts
48
	<string name="filechooser_current_dir"><b>Selected Directory:</b></string>
49
	<string name="filechooser_current_file"><b>Selected File:</b></string>
2 by edam
- added file chooser
50
	<string name="filechooser_ok">Ok</string>
51
	<string name="filechooser_path_sdcard">SD Card</string>
1 by edam
- initial checkin
52
6 by edam
- fixed a couple of comment headers
53
	<string name="doit_title">Export Contacts</string>
5 by edam
- added ContactReader interface
54
	<string name="doit_ready">Are you ready to begin exporting contacts?</string>
55
	<string name="doit_begin">Begin</string>
9 by edam
- changed "written" to "exported"
56
	<string name="doit_writes">Exported:</string>
5 by edam
- added ContactReader interface
57
	<string name="doit_skips">Skipped:</string>
58
	<string name="doit_scanning">Scanning...</string>
1 by edam
- initial checkin
59
	<string name="doit_alldone">All done!</string>
60
	<string name="doit_aborted">Aborted!</string>
61
	<string name="doit_close">Close</string>
62
	<string name="doit_exportaborted">Exporting contacts was aborted!</string>
63
64
	<string name="error_title">An error occured!</string>
2 by edam
- added file chooser
65
	<string name="error_ok">Choose</string>
1 by edam
- initial checkin
66
	<string name="error_continue">Continue</string>
67
	<string name="error_abort">Abort</string>
68
5 by edam
- added ContactReader interface
69
	<string name="error_nosdcard">Your device\'s SD card could not be found or used. Is your device still connected to a computer?</string>
1 by edam
- initial checkin
70
	<string name="error_filenotfound">"Can't open file: "</string>
71
	<string name="error_ioerror">"Can\'t read file: "</string>
5 by edam
- added ContactReader interface
72
	<string name="error_nothingtodo">There are no contacts to export!</string>
73
	<string name="error_vcf_exists">The file you are writing to already exists. If you continue it will be overwritten.</string>
1 by edam
- initial checkin
74
75
</resources>