/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: 2009-01-28 00:45:02 UTC
  • Revision ID: edam@waxworlds.org-20090128004502-erfklxlwmwhkx4i5
- added scroll view to all layouts
- added intro activity (with disclaimer)
- added action constants so that updates (and changed ids) won't affect saved data
- updated todo

Show diffs side-by-side

added added

removed removed

30
30
        <string name="back">Back</string>
31
31
        <string name="next">Next</string>
32
32
 
 
33
        <string name="intro_title">Welcome</string>
 
34
        <string name="intro_help"><b>This application will let you import contacts directly on to you Android device. At present, it only supports vCard contacts.</b></string>
 
35
        <string name="intro_author">For help using this application or more information, click the link below. Import Contacts is free software, licensed under the GPL version 3. To report bugs to the author or download the source code to this application, visit:</string>
 
36
        <string name="intro_link">The Import Contacts homepage</string>
 
37
        <string name="intro_disclaimer">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string>
 
38
 
33
39
        <string name="vcf_title">Import vCard Files</string>
34
40
        <string name="vcf_help">To import contacts from one or more vCard files, you must specify a directory to look for those files in. All contacts in all \".vcf\" files in the directory you select below will be imported.</string>
35
41
        <string name="vcf_location">vCard files directory:</string>
38
44
        <string name="merge_help">What should we do if we import a contact with the same name as a contact that already exists on the phone?</string>
39
45
        <string name="merge_prompt">Ask me what to do</string>
40
46
        <string name="merge_keep">Skip; keep the phone contact</string>
41
 
        <string name="merge_merge">Merge; overwriting details in the phone contact</string>
 
47
        <string name="merge_merge">Merge; adding only new details to the phone contact</string>
42
48
        <string name="merge_overwrite">Replace; discard the phone contact, then import</string>
43
49
 
44
50
        <string name="doit_title">Import Contacts</string>