/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-28 16:11:51 UTC
  • Revision ID: edam@waxworlds.org-20101028161151-rvtpjt1efsxmyfe5
- merged changes to file chooser from import contacts
- changed the browse button to show a full path

Show diffs side-by-side

added added

removed removed

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_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>
 
54
        <string name="doit_exported">Exported:</string>
59
55
        <string name="doit_alldone">All done!</string>
60
56
        <string name="doit_aborted">Aborted!</string>
61
57
        <string name="doit_close">Close</string>
66
62
        <string name="error_continue">Continue</string>
67
63
        <string name="error_abort">Abort</string>
68
64
 
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>
70
65
        <string name="error_filenotfound">"Can't open file: "</string>
71
66
        <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>
74
67
 
75
68
</resources>