/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: 2010-07-04 14:44:48 UTC
  • Revision ID: edam@waxworlds.org-20100704144448-1m30v811opup20fs
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one)
- massively simplified the WizzardActivity class so it works propperly
- moved all code to org.waxworlds.edam
- added an "aborted" message when the importion is aborted
- simplified the 3 actions the worker thread can take when stopping (only 2 were actualy used) to "aborted" or "alldone"
- changed intro message to match website
- bugfix: don't blow up when the My Contacts group is missing

Show diffs side-by-side

added added

removed removed

21
21
 *
22
22
 * You should have received a copy of the GNU General Public License
23
23
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
 
 -->
 
24
-->
25
25
 
26
26
<resources>
27
27
 
28
 
    <string name="app_name">Import Contacts</string>
 
28
        <string name="app_name">Import Contacts</string>
29
29
 
30
30
        <string name="back">Back</string>
31
31
        <string name="next">Next</string>
32
32
        <string name="abort">Abort</string>
33
33
 
34
34
        <string name="intro_title">Welcome</string>
35
 
        <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>
36
 
        <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>
 
35
        <string name="intro_help"><b>Import Contacts is an application to help you import your contacts directly to your Android device without the need to upload them to Google first. Contacts (vCard ".vcf" files) are imported from your SD card directly in to the phones contact list.</b></string>
 
36
        <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 get hold of the source code to this application, visit:</string>
37
37
        <string name="intro_link">The Import Contacts homepage</string>
38
38
        <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>
39
39
 
58
58
        <string name="doit_caching">Caching...</string>
59
59
        <string name="doit_scanning">Scanning...</string>
60
60
        <string name="doit_alldone">All done!</string>
 
61
        <string name="doit_aborted">Aborted!</string>
61
62
        <string name="doit_close">Close</string>
62
63
        <string name="doit_mergeask1">"Contact '"</string>
63
64
        <string name="doit_mergeask2">"' already exists:"</string>