/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
 *
20 by edam
added thank you message to intro
6
 * Copyright (C) 2010 to 2012 Tim Marston <tim@ed.am>
1 by edam
- initial checkin
7
 *
8
 * This file is part of the Export Contacts program (hereafter referred
30 by Tim Marston
minor style tweaks
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>
44 by Tim Marston
bump version to 1.0.3
35
	<string name="intro_version"><small>version 1.0.3</small></string>
20 by edam
added thank you message to intro
36
	<string name="intro_summary"><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>
23 by edam
layout touchups; remove debug tag from manifest
37
	<string name="intro_help">For help using this application or to report bugs to the author, please visit:</string>
14 by edam
changed "homepage" to "webpage"
38
	<string name="intro_link">The Export Contacts webpage</string>
20 by edam
added thank you message to intro
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">Export 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>
1 by edam
- initial checkin
41
29 by Tim Marston
corrected typo
42
	<string name="vcf_title">Export vCard File</string>
2 by edam
- added file chooser
43
	<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>
44
	<string name="vcf_help2">If you are unsure, just click "Next".</string>
45
	<string name="vcf_path">Directory to save vCard file to:</string>
46
	<string name="vcf_filename">vCard filename:</string>
47
48
	<string name="filechooser_title_dir">Choose Directory</string>
49
	<string name="filechooser_title_file">Choose File</string>
3 by edam
- merged changes to file chooser from import contacts
50
	<string name="filechooser_current_dir"><b>Selected Directory:</b></string>
51
	<string name="filechooser_current_file"><b>Selected File:</b></string>
13 by edam
fixed bad error_ok string and added check for no sd card
52
	<string name="filechooser_ok">OK</string>
2 by edam
- added file chooser
53
	<string name="filechooser_path_sdcard">SD Card</string>
1 by edam
- initial checkin
54
6 by edam
- fixed a couple of comment headers
55
	<string name="doit_title">Export Contacts</string>
5 by edam
- added ContactReader interface
56
	<string name="doit_ready">Are you ready to begin exporting contacts?</string>
57
	<string name="doit_begin">Begin</string>
9 by edam
- changed "written" to "exported"
58
	<string name="doit_writes">Exported:</string>
5 by edam
- added ContactReader interface
59
	<string name="doit_skips">Skipped:</string>
13 by edam
fixed bad error_ok string and added check for no sd card
60
	<string name="doit_scanning">Scanning&#8230;</string>
1 by edam
- initial checkin
61
	<string name="doit_alldone">All done!</string>
62
	<string name="doit_aborted">Aborted!</string>
63
	<string name="doit_close">Close</string>
64
	<string name="doit_exportaborted">Exporting contacts was aborted!</string>
65
43 by Tim Marston
removed some unused code, fixed locale warnings and made showContinueOrAbort()
66
	<string name="error_title">An error occurred!</string>
13 by edam
fixed bad error_ok string and added check for no sd card
67
	<string name="error_ok">OK</string>
1 by edam
- initial checkin
68
	<string name="error_continue">Continue</string>
69
	<string name="error_abort">Abort</string>
70
5 by edam
- added ContactReader interface
71
	<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
72
	<string name="error_filenotfound">"Can't open file: "</string>
73
	<string name="error_ioerror">"Can\'t read file: "</string>
5 by edam
- added ContactReader interface
74
	<string name="error_nothingtodo">There are no contacts to export!</string>
75
	<string name="error_vcf_exists">The file you are writing to already exists. If you continue it will be overwritten.</string>
43 by Tim Marston
removed some unused code, fixed locale warnings and made showContinueOrAbort()
76
	<string name="error_vcf_noname">A contact exists for which there is no name (or other suitable indentification), so it can not be saved.</string>
1 by edam
- initial checkin
77
78
</resources>