/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>

<!--
 * strings.xml
 *
 * Copyright (C) 2010 to 2012 Tim Marston <tim@ed.am>
 *
 * This file is part of the Export Contacts program (hereafter referred
 * to as "this program").  For more information, see
 * http://ed.am/dev/android/export-contacts
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, 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.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->

<resources>

	<string name="app_name">Export Contacts</string>

	<string name="back">Back</string>
	<string name="next">Next</string>
	<string name="abort">Abort</string>

	<string name="intro_title">Welcome</string>
	<string name="intro_version"><small>version 1.0.3</small></string>
	<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>
	<string name="intro_help">For help using this application or to report bugs to the author, please visit:</string>
	<string name="intro_link">The Export Contacts webpage</string>
	<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>
	<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>

	<string name="vcf_title">Export vCard File</string>
	<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>
	<string name="vcf_help2">If you are unsure, just click "Next".</string>
	<string name="vcf_path">Directory to save vCard file to:</string>
	<string name="vcf_filename">vCard filename:</string>

	<string name="filechooser_title_dir">Choose Directory</string>
	<string name="filechooser_title_file">Choose File</string>
	<string name="filechooser_current_dir"><b>Selected Directory:</b></string>
	<string name="filechooser_current_file"><b>Selected File:</b></string>
	<string name="filechooser_ok">OK</string>
	<string name="filechooser_path_sdcard">SD Card</string>

	<string name="doit_title">Export Contacts</string>
	<string name="doit_ready">Are you ready to begin exporting contacts?</string>
	<string name="doit_begin">Begin</string>
	<string name="doit_writes">Exported:</string>
	<string name="doit_skips">Skipped:</string>
	<string name="doit_scanning">Scanning&#8230;</string>
	<string name="doit_alldone">All done!</string>
	<string name="doit_aborted">Aborted!</string>
	<string name="doit_close">Close</string>
	<string name="doit_exportaborted">Exporting contacts was aborted!</string>

	<string name="error_title">An error occurred!</string>
	<string name="error_ok">OK</string>
	<string name="error_continue">Continue</string>
	<string name="error_abort">Abort</string>

	<string name="error_nosdcard">Your device\'s SD card could not be found or used. Is your device still connected to a computer?</string>
	<string name="error_filenotfound">"Can't open file: "</string>
	<string name="error_ioerror">"Can\'t read file: "</string>
	<string name="error_nothingtodo">There are no contacts to export!</string>
	<string name="error_vcf_exists">The file you are writing to already exists. If you continue it will be overwritten.</string>
	<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>

</resources>