/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
<?xml version="1.0" encoding="utf-8"?>

<!--
 * strings.xml
 *
 * Copyright (C) 2010 Tim Marston <edam@waxworlds.org>
 *
 * This file is part of the Export Contacts program (hereafter referred
 * to as "this program"). For more information, see
 * http://www.waxworlds.org/edam/software/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_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>
	<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>
	<string name="intro_link">The Export Contacts homepage</string>
	<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>

	<string name="vcf_title">Export vCard Files</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_exported">Exported:</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 occured!</string>
	<string name="error_ok">Choose</string>
	<string name="error_continue">Continue</string>
	<string name="error_abort">Abort</string>

	<string name="error_filenotfound">"Can't open file: "</string>
	<string name="error_ioerror">"Can\'t read file: "</string>

</resources>