/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: 2010-10-22 18:56:17 UTC
  • Revision ID: edam@waxworlds.org-20101022185617-6p6ivjqt28avwlzo
- added file chooser
- changed directory edit box for a directory "browse" button
- wired file chooser in to configure vcf page
- fixed intro
- made app debuggable
- added licence and changelog

Show diffs side-by-side

added added

removed removed

32
32
        <string name="abort">Abort</string>
33
33
 
34
34
        <string name="intro_title">Welcome</string>
35
 
        <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. Contacts (vCard ".vcf" files) are exported to your SD card directly from the phones contact list.</b></string>
36
 
        <string name="intro_author">For help using this application or more information, click the link below. Import 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>
 
35
        <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>
 
36
        <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>
37
37
        <string name="intro_link">The Export Contacts homepage</string>
38
38
        <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>
39
39
 
40
40
        <string name="vcf_title">Export vCard Files</string>
41
 
        <string name="vcf_help">To export contacts to a vCard file, you must specify the file to store them in.</string>
42
 
        <string name="vcf_location">vCard file:</string>
 
41
        <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>
 
42
        <string name="vcf_help2">If you are unsure, just click "Next".</string>
 
43
        <string name="vcf_path">Directory to save vCard file to:</string>
 
44
        <string name="vcf_filename">vCard filename:</string>
 
45
 
 
46
        <string name="filechooser_title_dir">Choose Directory</string>
 
47
        <string name="filechooser_title_file">Choose File</string>
 
48
        <string name="fileshooser_currentloc"><b>Current Directory:</b></string>
 
49
        <string name="filechooser_ok">Ok</string>
 
50
        <string name="filechooser_path_sdcard">SD Card</string>
43
51
 
44
52
        <string name="doit_title">Export Contacts</string>
45
53
        <string name="doit_exported">Exported:</string>
49
57
        <string name="doit_exportaborted">Exporting contacts was aborted!</string>
50
58
 
51
59
        <string name="error_title">An error occured!</string>
52
 
        <string name="error_ok">Ok</string>
 
60
        <string name="error_ok">Choose</string>
53
61
        <string name="error_continue">Continue</string>
54
62
        <string name="error_abort">Abort</string>
55
63