/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: 2011-06-11 11:34:38 UTC
  • Revision ID: edam@waxworlds.org-20110611113438-wu67n6akbyyln7kf
- fixed a couple of comment headers
- updated TODO
- fixed a bug where a "continue or abort" dialog always continued
- close cursors to prevent leaked resources
- fixed string that referred to Import Contacts app

Show diffs side-by-side

added added

removed removed

45
45
 
46
46
        <string name="filechooser_title_dir">Choose Directory</string>
47
47
        <string name="filechooser_title_file">Choose File</string>
48
 
        <string name="fileshooser_currentloc"><b>Current Directory:</b></string>
 
48
        <string name="filechooser_current_dir"><b>Selected Directory:</b></string>
 
49
        <string name="filechooser_current_file"><b>Selected File:</b></string>
49
50
        <string name="filechooser_ok">Ok</string>
50
51
        <string name="filechooser_path_sdcard">SD Card</string>
51
52
 
52
53
        <string name="doit_title">Export Contacts</string>
53
 
        <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">Written:</string>
 
57
        <string name="doit_skips">Skipped:</string>
 
58
        <string name="doit_scanning">Scanning...</string>
54
59
        <string name="doit_alldone">All done!</string>
55
60
        <string name="doit_aborted">Aborted!</string>
56
61
        <string name="doit_close">Close</string>
61
66
        <string name="error_continue">Continue</string>
62
67
        <string name="error_abort">Abort</string>
63
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>
64
70
        <string name="error_filenotfound">"Can't open file: "</string>
65
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>
66
74
 
67
75
</resources>