/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: edam
  • Date: 2011-06-11 12:12:32 UTC
  • Revision ID: edam@waxworlds.org-20110611121232-kaw8var6kly60ur3
- fixed rather glaring error in vcard beginand end fields

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2010 Tim Marston <tim@ed.am>
 
6
 * Copyright (C) 2010 Tim Marston <edam@waxworlds.org>
7
7
 *
8
8
 * This file is part of the Export Contacts program (hereafter referred
9
9
 * to as "this program"). For more information, see
10
 
 * http://ed.am/dev/android/export-contacts
 
10
 * http://www.waxworlds.org/edam/software/android/export-contacts
11
11
 *
12
12
 * This program is free software: you can redistribute it and/or modify
13
13
 * it under the terms of the GNU General Public License as published by
53
53
        <string name="doit_title">Export Contacts</string>
54
54
        <string name="doit_ready">Are you ready to begin exporting contacts?</string>
55
55
        <string name="doit_begin">Begin</string>
56
 
        <string name="doit_writes">Exported:</string>
 
56
        <string name="doit_writes">Written:</string>
57
57
        <string name="doit_skips">Skipped:</string>
58
58
        <string name="doit_scanning">Scanning...</string>
59
59
        <string name="doit_alldone">All done!</string>