/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: Tim Marston
  • Date: 2014-03-01 18:07:36 UTC
  • Revision ID: tim@ed.am-20140301180736-ow8n7rsmbcboabgf
removed hard-coded path to sdcard

Show diffs side-by-side

added added

removed removed

63
63
        <string name="doit_close">Close</string>
64
64
        <string name="doit_exportaborted">Exporting contacts was aborted!</string>
65
65
 
66
 
        <string name="error_title">An error occurred!</string>
 
66
        <string name="error_title">An error occured!</string>
67
67
        <string name="error_ok">OK</string>
68
68
        <string name="error_continue">Continue</string>
69
69
        <string name="error_abort">Abort</string>
73
73
        <string name="error_ioerror">"Can\'t read file: "</string>
74
74
        <string name="error_nothingtodo">There are no contacts to export!</string>
75
75
        <string name="error_vcf_exists">The file you are writing to already exists. If you continue it will be overwritten.</string>
76
 
        <string name="error_vcf_noname">A contact exists for which there is no name (or other suitable indentification), so it can not be saved.</string>
77
76
 
78
77
</resources>