/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 11:57:28 UTC
  • Revision ID: tim@ed.am-20121221115728-ev49o2u6psr5i8vt
resource id changes, should have been in previous commit

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2009 to 2012 Tim Marston <tim@ed.am>
 
6
 * Copyright (C) 2009 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>
98
97
        <string name="error_unabletoaddcontact">Unable to add contact to device!</string>
99
98
        <string name="error_vcf_parse">"Error parsing vCard in "</string>
100
99
        <string name="error_vcf_parse_line">", line "</string>
101
100
        <string name="error_vcf_malformed">vCard is malformed</string>
102
 
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough identifyable information to be used as a contact!"</string>
 
101
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough information to be used as a contact!"</string>
103
102
        <string name="error_vcf_version">vCard uses an invalid version</string>
104
103
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
105
104
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>