aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 208f4ebea0713886bd6bc0681b04aef33ef95d70 (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Southampton University Map</string>

    <!-- General -->
    <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>

    <!-- Map Activity -->
    <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="pref_bus_stop">Bus Stops</string>
    <string name="menu_about">About</string>
    <string name="menu_favourites">Favourites</string>
    <string name="search_settings_description">Southampton University Map</string>
    <string name="search_results_dialog_title">Search Results for\u0020</string>

    <!-- Welcome Dialog -->
    <string name="welcome_dialog_title">Southampton University Map App</string>
    <string name="welcome_dialog_version">Version 0.9 (beta)</string>
    <string name="welcome_dialog_copyright">© 2011 Christopher Baines</string>
    <string name="welcome_dialog_upgrade_message">Thanks for upgrading this app, and it\'s hoped that its better for you than the previous version. Noteable changes include:\n
 • This message\n
 • New Search interface\n

\nThis 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

\nThis 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>
    <string name="welcome_dialog_install_message">Welcome to the Southampton University Map App. Noteable features include:\n
 • Search for Buildings and Bus Stops\n
 • Get Live Bus Times\n

\nThis 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

\nThis 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>

    <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 Dialog -->
    <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="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>
    <string name="menu_refresh_stops">Refresh</string>

    <!-- About Strings -->
    <string name="about">About</string>
    <string name="about_version">Version</string>
    <string name="about_version_summary">0.9 (beta)</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>
    <string name="map_activity_toast_help_message">Double tap for more info</string>

    <!-- Bus Stop Specific Stop View Strings -->
    <string name="bus_stop_stop_view_on_click_toast_help_message">Hold to view the bus schedule</string>
    <string name="bus_stop_stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>

    <!-- Bus Specific Stop View Strings -->
    <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop on the map</string>
    <string name="bus_stop_view_on_click_toast_unidentified_message">Arrival prediction not available for timetabled buses</string>

    <!-- Bus Activity -->
    <string name="bus_activity_destination_label">Destination:\u0020</string>
    <string name="bus_activity_no_destination_message">No given destination</string>

    <!-- Favourites Dialog -->
    <string name="favourites_dialog_title">Favourites</string>
    <string name="welcome_dialog_button_text">Continue</string>

</resources>