/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: 2010-10-22 18:56:17 UTC
  • Revision ID: edam@waxworlds.org-20101022185617-6p6ivjqt28avwlzo
- added file chooser
- changed directory edit box for a directory "browse" button
- wired file chooser in to configure vcf page
- fixed intro
- made app debuggable
- added licence and changelog

Show diffs side-by-side

added added

removed removed

45
45
 
46
46
        <string name="filechooser_title_dir">Choose Directory</string>
47
47
        <string name="filechooser_title_file">Choose File</string>
48
 
        <string name="filechooser_current_dir"><b>Selected Directory:</b></string>
49
 
        <string name="filechooser_current_file"><b>Selected File:</b></string>
 
48
        <string name="fileshooser_currentloc"><b>Current Directory:</b></string>
50
49
        <string name="filechooser_ok">Ok</string>
51
50
        <string name="filechooser_path_sdcard">SD Card</string>
52
51