/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts

« back to all changes in this revision

Viewing changes to res/values/strings.xml

  • Committer: edam
  • Date: 2012-04-24 11:29:44 UTC
  • Revision ID: tim@ed.am-20120424112944-6fic236bul6r9cqi
changed all the URLs to ed.am, including copyrights, package names and project
site

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2010 Tim Marston <edam@waxworlds.org>
 
6
 * Copyright (C) 2010 Tim Marston <tim@ed.am>
7
7
 *
8
8
 * This file is part of the Export Contacts program (hereafter referred
9
9
 * to as "this program"). For more information, see
10
 
 * http://www.waxworlds.org/edam/software/android/export-contacts
 
10
 * http://ed.am/dev/android/export-contacts
11
11
 *
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
51
51
        <string name="filechooser_path_sdcard">SD Card</string>
52
52
 
53
53
        <string name="doit_title">Export Contacts</string>
54
 
        <string name="doit_exported">Exported:</string>
 
54
        <string name="doit_ready">Are you ready to begin exporting contacts?</string>
 
55
        <string name="doit_begin">Begin</string>
 
56
        <string name="doit_writes">Exported:</string>
 
57
        <string name="doit_skips">Skipped:</string>
 
58
        <string name="doit_scanning">Scanning...</string>
55
59
        <string name="doit_alldone">All done!</string>
56
60
        <string name="doit_aborted">Aborted!</string>
57
61
        <string name="doit_close">Close</string>
62
66
        <string name="error_continue">Continue</string>
63
67
        <string name="error_abort">Abort</string>
64
68
 
 
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>
65
70
        <string name="error_filenotfound">"Can't open file: "</string>
66
71
        <string name="error_ioerror">"Can\'t read file: "</string>
 
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>
67
74
 
68
75
</resources>