6
* Copyright (C) 2009 Tim Marston <edam@waxworlds.org>
6
* Copyright (C) 2009 Tim Marston <tim@ed.am>
8
8
* This file is part of the Import Contacts program (hereafter referred
9
9
* to as "this program"). For more information, see
10
* http://www.waxworlds.org/edam/software/android/import-contacts
10
* http://ed.am/dev/android/import-contacts
12
12
* This program is free software: you can redistribute it and/or modify
13
13
* it under the terms of the GNU General Public License as published by
40
40
<string name="fileordir_file">Import contacts from a single vCard file</string>
41
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>
42
<string name="fileordir_dir">Scan a folder to scan for vCard files and import any contacts found</string>
42
<string name="fileordir_dir">Select a folder to scan for vCard files and import any contacts found</string>
43
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>
45
45
<string name="filechooser_title_dir">Choose Directory</string>
46
46
<string name="filechooser_title_file">Choose File</string>
47
47
<string name="filechooser_current_dir"><b>Selected Directory:</b></string>
48
48
<string name="filechooser_current_file"><b>Selected File:</b></string>
49
<string name="filechooser_ok">Ok</string>
49
<string name="filechooser_ok">OK</string>
50
50
<string name="filechooser_path_sdcard">SD Card</string>
52
52
<string name="vcf_title">Import vCard Files</string>
82
82
<string name="mergeprompt_always">Always do this, stop asking!</string>
84
84
<string name="error_title">An error occured!</string>
85
<string name="error_ok">Ok</string>
85
<string name="error_ok">OK</string>
86
86
<string name="error_continue">Continue</string>
87
87
<string name="error_abort">Abort</string>
89
<string name="error_nosdcard">Your device\'s SD card could not be found or used. Is your device still connected to a computer?</string>
89
90
<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>
90
91
<string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
91
92
<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
93
<string name="error_filenotfound">"Can't open file: "</string>
93
94
<string name="error_fileisempty">"File is empty: "</string>
94
95
<string name="error_ioerror">"Can\'t read file: "</string>
95
<string name="error_vcf_parse">"Error parsing vCard in: "</string>
96
<string name="error_unabletoaddcontact">Unable to add contact to device!</string>
97
<string name="error_vcf_parse">"Error parsing vCard in "</string>
98
<string name="error_vcf_parse_line">", line "</string>
96
99
<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>
100
<string name="error_vcf_notenoughinfo">"vCard doesn't contain enough information to be used as a contact!"</string>
98
101
<string name="error_vcf_version">vCard uses an invalid version</string>
99
102
<string name="error_vcf_charset">vCard uses unsupported charset</string>
100
103
<string name="error_vcf_encoding">vCard uses unsupported encoding</string>