1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources>
18    <string name="app_name">Speed Tracker</string>
19    <string name="lat_label">Latitude:</string>
20    <string name="not_available">Not Available</string>
21    <string name="lon_label">Longitude:</string>
22    <string name="speed_label">Speed:</string>
23    <string name="activity_label">Activity:</string>
24    <string name="timestamp_label">Time:</string>
25    <string name="speed_limit">Limit: %1$d mph</string>
26    <string name="acquiring_gps">Acquiring GPS Fix ...</string>
27    <string name="speed_for_list">%1$d mph</string>
28
29    <string name="enable_disable_gps_label">Enable Location Permission?</string>
30
31    <string name="mph">mph</string>
32    <string name="speed_limit_header">Speed Limit</string>
33    <string name="gps_not_available">No GPS on device. Will use phone GPS when available.</string>
34    <string name="ok">OK</string>
35    <string name="speed_format">%.0f</string>
36
37    <string name="permission_rationale">App requires location permission to function, tap GPS icon.</string>
38
39
40</resources>
41