aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: f3850a3ed98e82708e44d652461b419650382e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="menu_find">Find</string>
    <string name="menu_preferences">Preferences</string>
    <string name="menu_view">View</string>
    <string name="menu_find_my_location">Find my Location</string>
    <string name="app_name">Southampton University Map</string>
    <string name="legal_message">Southampton University Map comes with ABSOLUTELY NO WARRANTY; do not rely on the data or functionality provided by this application. This is free software, and you are welcome to redistribute it under certain conditions; expand the Licence item above for more details.</string>
    <string name="building_residential">Residential Building</string>
    <string name="building_non_residential">Non-Residential Building</string>
    <string name="pref_bus_stop">Bus Stops</string>
    <string name="U1">U1</string>
    <string name="U1N">U1N</string>
    <string name="U2">U2</string>
    <string name="U6">U6</string>
    <string name="U9">U9</string>
    <string name="menu_about">About</string>
    <string name="menu_favourites">Favourites</string>
    <string name="favourites_dialog_title">Favourites</string>

    <!-- Help Messages -->
    <string name="map_help_message">You can drag the map to move it, you can use pinch motions to zoom in and out, this can also be done with the buttons at the bottom of the screen. Taping the building markers will show you there full name, and tapping the bus stop markers will show the live times at that stop. Presing and holding a marker, will add the item to the favourites list.</string>
    <string name="find_help_message">The Find screen allows you to search for buildings, bus stops and sites. You can search by description and id. If your location is known, the results will be sorted by distance from your current location.</string>
    <string name="preferences_help_message">You can disable and enable the apps use of live bus times and gps positioning from the preferences screen.</string>
    <string name="findmylocation_help_message">When you press the Find my Location button on the menu, the map view will move to your location, and zoom in.</string>
    <string name="view_help_message">Use the options in the View dialog to enable and disable the map elements.</string>
    <string name="about_help_message">The About screen displays the help messages and also the contact details of the developer. You also have the option of making a Bitcoin donation using the Donate button at the bottom. WARNING, the donation address is not private as it is hardcoded in to the app.</string>
    <string name="favourites_help_message">The favourites dialog includes a list of buildings or bus stops marked as favourites, this is meant to allow for easier access to frequently used locations.</string>
    <string name="licence_help_message">Southampton University Map App Copyright © 2011 Christopher Baines\n
\n
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.\n
\n
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.\n
\n
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.</string>
    <string name="credits_help_message">Data:  Map Icons: From the "Map Icons Collection" (http://mapicons.nicolasmollet.com). Map Tiles: From the Mapnik project, through the OSMDroid libary. Database: Using the ORMLite libary.</string>
    <string name="donate_button">Donate</string>
    <string name="bitcoin_error_message">You appear to have no bitcoin client installed, or at least none that listen for bitcoin uri\'s. Either install such a client, or just send coins via any method from any device to the address below.</string>
    <string name="preferences">Preferences</string>
    <string name="favourites_dialog_message">No Favourite\'s. To add a building or bus stop to the favourites list, just press and hold it on the map.</string>

    <!-- View Strings -->
    <string-array name="uniLinkBusRoutes">
        <item>U1</item>
        <item>U1N</item>
        <item>U2</item>
        <item>U6</item>
        <item>U9</item>
    </string-array>
    <string-array name="buildingTypes">
        <item>Residential</item>
        <item>Non-Residential</item>
    </string-array>
    <string-array name="utilityOverlays">
        <item>Scale Bar</item>
        <item>Compass</item>
        <item>My Location</item>
    </string-array>
    <string-array name="preferencesHeadings">
        <item>Bus Stops</item>
        <item>Bus Routes</item>
        <item>Buildings</item>
        <item>Site Outlines</item>
        <item>Other</item>
    </string-array>

    <!-- Preferences Messages -->
    <string name="preferences_catagory_appearance">Appearance</string>
    <string name="preferences_show_identifiers">Show Identifiers</string>
    <string name="preferences_show_identifiers_enabled">Showing Identifiers</string>
    <string name="preferences_show_identifiers_disabled">Hiding Identifiers</string>
    <string name="preferences_catagory_positioning">Positioning</string>
    <string name="preferences_gps">GPS</string>
    <string name="preferences_gps_enabled">GPS Enabled</string>
    <string name="preferences_gps_disabled">GPS Disabled</string>
    <string name="preferences_catagory_live_bus_times">Live Bus Times</string>
    <string name="preferences_uni_link_live_bus_times">Uni-Link</string>
    <string name="preferences_uni_link_live_bus_times_enabled">Uni-Link Enabled</string>
    <string name="preferences_uni_link_live_bus_times_disabled">Uni-Link Disabled</string>
    <string name="preferences_non_uni_link_live_bus_times">Non Uni-Link</string>
    <string name="preferences_non_uni_link_live_bus_times_enabled">Non Uni-Link Enabled</string>
    <string name="preferences_non_uni_link_live_bus_times_disabled">Non Uni-Link Disabled</string>
    <string name="preferences_catagory_data">Data</string>
    <string name="preferences_non_uni_link">Non Uni-Link Bus Stops</string>
    <string name="preferences_non_uni_link_enabled">Non Uni-Link Bus Stops Enabled</string>
    <string name="preferences_non_uni_link_disabled">Non Uni-Link Bus Stops Disabled</string>

    <!-- About Messages -->
    <string name="about_menu_instruction_text">Expand the items below to learn more about each feature of the application.</string>
    <string name="bustimes_favourite_checkbox_label">Favourite</string>
    <string name="donate_dialog_message">Loading bitcoin client</string>
    <string name="donate_dialog_error_title">Error</string>
    <string name="menu_previous_stop">Previous</string>
    <string name="menu_next_stop">Next</string>
    <string name="menu_refresh_stop">Refresh</string>

    <!-- About Strings -->
    <string name="about">About</string>
    <string name="about_version">Version</string>
    <string name="about_version_summary">0.5 (alpha)</string>
    <string name="about_copyright">Copyright</string>
    <string name="about_copyright_summary">© 2012, Christopher Baines</string>
    <string name="about_license">License</string>
    <string name="about_license_summary">GNU Public Licence v2</string>
    <string name="about_project">Project Home</string>
    <string name="about_project_summary">Source and Issue Tracker at GitHub</string>
    <string name="about_developer">Developer</string>
    <string name="about_developer_summary">Christopher Baines</string>
    <string name="about_data">Live Bus Data</string>
    <string name="about_data_summary">Provided under the Open Government License by the Southampton City Council ROMANSE office through the University of Southampton Open Data Service.</string>
    <string name="about_android_market">Android Market App Page</string>
    <string name="about_android_market_summary">market://details?id=net.cbaines.suma</string>
    <string name="about_map_data">Map Data</string>
    <string name="about_map_data_summary">From the OpenStreetMap project, exported and used from the University of Southampton Open Data Service.</string>
    <string name="about_map_icons">Map Icons</string>
    <string name="about_map_icons_summary">From the "Map Icons Collection"</string>
    <string name="about_osm_map">Map</string>
    <string name="about_osm_map_summary">Using the OSMDroid Library</string>
    <string name="about_map_tiles">Map Tiles</string>
    <string name="about_map_tiles_summary">Tiles Courtesy of MapQuest</string>
    <string name="about_database">Database</string>
    <string name="about_database_summary">Using the ORMLite library.</string>
    <string name="about_donate">Donate</string>
    <string name="about_donate_summary">Make a personal donation to the developer through Bitcoin.</string>
    <string name="buildingImageDescription">Image of the Building</string>

</resources>