/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to res/values/strings.xml

  • Committer: edam
  • Date: 2012-12-21 14:48:44 UTC
  • Revision ID: tim@ed.am-20121221144844-licgvkppbjq4th4m
updated copyright dates and improved an error message

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2009 Tim Marston <tim@ed.am>
 
6
 * Copyright (C) 2009 to 2012 Tim Marston <tim@ed.am>
7
7
 *
8
8
 * This file is part of the Import Contacts program (hereafter referred
9
9
 * to as "this program"). For more information, see
94
94
        <string name="error_filenotfound">"Can't open file: "</string>
95
95
        <string name="error_fileisempty">"File is empty: "</string>
96
96
        <string name="error_ioerror">"Can\'t read file: "</string>
 
97
        <string name="error_outofmemory">Out of memory</string>
97
98
        <string name="error_unabletoaddcontact">Unable to add contact to device!</string>
98
99
        <string name="error_vcf_parse">"Error parsing vCard in "</string>
99
100
        <string name="error_vcf_parse_line">", line "</string>
100
101
        <string name="error_vcf_malformed">vCard is malformed</string>
101
 
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough information to be used as a contact!"</string>
 
102
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough identifyable information to be used as a contact!"</string>
102
103
        <string name="error_vcf_version">vCard uses an invalid version</string>
103
104
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
104
105
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>