/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: 2011-06-04 16:52:28 UTC
  • Revision ID: edam@waxworlds.org-20110604165228-jam230oo29u1m06u
- properly handle multiple TYPE= params in one entry in a v3.0 vCard
- when deciding which phone number to use as the pimary number, a voice number takes precedence over a non-voice (fax or pager) number of the same standing in terms of being preferred or not.

Show diffs side-by-side

added added

removed removed

39
39
 
40
40
        <string name="fileordir_file">Import contacts from a single vCard file</string>
41
41
        <string name="fileordir_filehelp">You will be asked to select a \".vcf\" file which will be scanned for contacts (vCard files can contain multiple contacts in one file).</string>
42
 
        <string name="fileordir_dir">Scan a folder to scan for vCard files and import any contacts found</string>
 
42
        <string name="fileordir_dir">Select a folder to scan for vCard files and import any contacts found</string>
43
43
        <string name="fileordir_dirhelp">You will be asked to select a folder on your SD card and any contacts in any \".vcf\" files found will be imported. This is useful when you have a lot of vCard files.</string>
44
44
 
45
45
        <string name="filechooser_title_dir">Choose Directory</string>
86
86
        <string name="error_continue">Continue</string>
87
87
        <string name="error_abort">Abort</string>
88
88
 
 
89
        <string name="error_nosdcard">Your device\'s SD card could not be found or used. Is your device still connected to a computer?</string>
89
90
        <string name="error_locationnotfound">The location you have specified to import vCards from does not exist! Check you have specified a valid directory or file.</string>
90
91
        <string name="error_locationpermissions">We don\'t have permission to scan for files in the specified location!</string>
91
92
        <string name="error_locationnofiles">There are no files to import at the specified location! Check you have specified the right location and that the files from which you want to import contacts are there.</string>
92
93
        <string name="error_filenotfound">"Can't open file: "</string>
93
94
        <string name="error_fileisempty">"File is empty: "</string>
94
95
        <string name="error_ioerror">"Can\'t read file: "</string>
95
 
        <string name="error_vcf_parse">"Error parsing vCard in: "</string>
 
96
        <string name="error_unabletoaddcontact">Unable to add contact to device!</string>
 
97
        <string name="error_vcf_parse">"Error parsing vCard in "</string>
 
98
        <string name="error_vcf_parse_line">", line "</string>
96
99
        <string name="error_vcf_malformed">vCard is malformed</string>
97
 
        <string name="error_vcf_noname">vCard has no entries that can be used as a contact name!</string>
 
100
        <string name="error_vcf_notenoughinfo">"vCard doesn't contain enough information to be used as a contact!"</string>
98
101
        <string name="error_vcf_version">vCard uses an invalid version</string>
99
102
        <string name="error_vcf_charset">vCard uses unsupported charset</string>
100
103
        <string name="error_vcf_encoding">vCard uses unsupported encoding</string>