source: other-projects/tipple-android/res/values/strings.xml@ 26523

Last change on this file since 26523 was 26523, checked in by davidb, 11 years ago

A version of Tipple with the mods Casey made for her Masters work

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<resources>
3
4 <string name="hello">Hello World, MapsforgeMap1Activity!</string>
5 <string name="app_name">MapsforgeMap1</string>
6
7 <!-- General labels -->
8 <string name="cancel">Cancel</string>
9 <string name="error">Error</string>
10 <string name="ok">OK</string>
11 <string name="latitude">Latitude</string>
12 <string name="longitude">Longitude</string>
13
14 <!-- Values used in OptionsMenu -->
15 <string name="menu_info">Info</string>
16 <string name="menu_preferences">Preferences</string>
17 <string name="menu_logfile">Log file</string>
18
19 <string name="log_file_invalid">
20 The selected file is not a valid log file.
21 Please select another file.
22 </string>
23 <string name="log_file_select">Please select a log file.</string>
24
25
26 <string name="logging_error_continue">Continue anyway</string>
27 <string name="logging_error_stop">Stop Tipple</string>
28 <string name="logging_ok_enable">Enable</string>
29 <string name="logging_ok_disable">Disable</string>
30
31 <string name="preferences_map">Map settings</string>
32 <string name="preferences_show_scale_bar">Map scale bar</string>
33 <string name="preferences_show_scale_bar_desc">Show the scale of the map</string>
34 <string name="preferences_centre_on_loc">Centre on GPS location</string>
35 <string name="preferences_centre_on_loc_desc">Automatically centres the map based on your GPS location</string>
36 <string name="preferences_show_sights">Show sights</string>
37 <string name="preferences_show_sights_desc">Show the landmarks that Tipple has information about</string>
38 <string name="preferences_show_user_trail">Show your trail</string>
39 <string name="preferences_show_user_trail_desc">Display the recorded route walked for a designated log file</string>
40
41 <!-- Values used in text/audio setting -->
42 <string name="preferences_mode">Text/Audio settings</string>
43 <string name="preferences_text_audio_mode">Text and/or Audio</string>
44 <string name="preferences_text_audio_mode_desc">Control the ability to display text and play audio</string>
45
46 <!-- Values used in book number options
47 <string name="preferences_book">Book settings</string>
48 <string name="preferences_book_mode">Book number Setting </string>
49 <string name="preferences_book_mode_desc">Control the ability to display number of books on a map</string>-->
50
51 <!--Values used in checked box layout of book number options -->
52
53 <string name="preferences_book"> Book Selection</string>
54 <string name="preferences_book_a">Title:Paradise Collection</string>
55 <string name="preferences_book_a_desc">Introduce Paradise Collection Garden in Hamilton</string>
56 <string name="preferences_book_b">Title:Station of the Cross</string>
57 <string name="preferences_book_b_desc">Experience the stations of the cross 2012</string>
58</resources>
Note: See TracBrowser for help on using the repository browser.