/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-02 11:03:07 UTC
  • Revision ID: tim@ed.am-20140302110307-nnrn9dhfnjg06lve
removed some unused code, fixed locale warnings and made showContinueOrAbort()
abort implicitly (rather than return false); added check for unidentifiable
contacts; fixed spelling mistake

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 occured!</string>
 
66
        <string name="error_title">An error occurred!</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>
76
77
 
77
78
</resources>