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

Last change on this file since 23977 was 23977, checked in by davidb, 13 years ago

Initial set of files for the Tipple project, to be run on an Android device

File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <string name="hello">Hello World, TippleActivity!</string>
4 <string name="app_name">Tipple</string>
5
6 <!-- General labels -->
7 <string name="cancel">Cancel</string>
8 <string name="error">Error</string>
9 <string name="ok">OK</string>
10 <string name="latitude">Latitude</string>
11 <string name="longitude">Longitude</string>
12
13 <!-- Values used in OptionsMenu -->
14 <string name="menu_info">Info</string>
15 <string name="menu_preferences">Preferences</string>
16 <string name="menu_logfile">Log file</string>
17
18 <string name="log_file_invalid">
19 The selected file is not a valid log file.
20 Please select another file.
21 </string>
22 <string name="log_file_select">Please select a log file.</string>
23
24
25 <string name="logging_error_continue">Continue anyway</string>
26 <string name="logging_error_stop">Stop Tipple</string>
27 <string name="logging_ok_enable">Enable</string>
28 <string name="logging_ok_disable">Disable</string>
29
30 <string name="preferences_map">Map settings</string>
31 <string name="preferences_show_scale_bar">Map scale bar</string>
32 <string name="preferences_show_scale_bar_desc">Show the scale of the map</string>
33 <string name="preferences_centre_on_loc">Centre on GPS location</string>
34 <string name="preferences_centre_on_loc_desc">Automatically centres the map based on your GPS location</string>
35 <string name="preferences_show_sights">Show sights</string>
36 <string name="preferences_show_sights_desc">Show the landmarks that Tipple has information about</string>
37 <string name="preferences_show_user_trail">Show your trail</string>
38 <string name="preferences_show_user_trail_desc">Display the recorded route walked for a designated log file</string>
39
40 <string name="preferences_mode">Text/Audio settings</string>
41 <string name="preferences_text_audio_mode">Text and/or Audio</string>
42 <string name="preferences_text_audio_mode_desc">Control the ability to display text and play audio</string>
43
44
45
46</resources>
Note: See TracBrowser for help on using the repository browser.