/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: 2012-04-24 11:45:53 UTC
  • Revision ID: tim@ed.am-20120424114553-8m7zwbs1k691devz
fixed bad error_ok string and added check for no sd card

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * strings.xml
5
5
 *
6
 
 * Copyright (C) 2010 Tim Marston <edam@waxworlds.org>
 
6
 * Copyright (C) 2010 Tim Marston <tim@ed.am>
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://www.waxworlds.org/edam/software/android/export-contacts
 
10
 * http://ed.am/dev/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
47
47
        <string name="filechooser_title_file">Choose File</string>
48
48
        <string name="filechooser_current_dir"><b>Selected Directory:</b></string>
49
49
        <string name="filechooser_current_file"><b>Selected File:</b></string>
50
 
        <string name="filechooser_ok">Ok</string>
 
50
        <string name="filechooser_ok">OK</string>
51
51
        <string name="filechooser_path_sdcard">SD Card</string>
52
52
 
53
53
        <string name="doit_title">Export Contacts</string>
55
55
        <string name="doit_begin">Begin</string>
56
56
        <string name="doit_writes">Exported:</string>
57
57
        <string name="doit_skips">Skipped:</string>
58
 
        <string name="doit_scanning">Scanning...</string>
 
58
        <string name="doit_scanning">Scanning&#8230;</string>
59
59
        <string name="doit_alldone">All done!</string>
60
60
        <string name="doit_aborted">Aborted!</string>
61
61
        <string name="doit_close">Close</string>
62
62
        <string name="doit_exportaborted">Exporting contacts was aborted!</string>
63
63
 
64
64
        <string name="error_title">An error occured!</string>
65
 
        <string name="error_ok">Choose</string>
 
65
        <string name="error_ok">OK</string>
66
66
        <string name="error_continue">Continue</string>
67
67
        <string name="error_abort">Abort</string>
68
68