1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4* Copyright (C) 2008 The Android Open Source Project
5*
6* Licensed under the Apache License, Version 2.0 (the "License");
7* you may not use this file except in compliance with the License.
8* You may obtain a copy of the License at
9*
10*      http://www.apache.org/licenses/LICENSE-2.0
11*
12* Unless required by applicable law or agreed to in writing, software
13* distributed under the License is distributed on an "AS IS" BASIS,
14* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15* See the License for the specific language governing permissions and
16* limitations under the License.
17*/
18-->
19
20<resources>
21    <string name="start_service_menu">Start Service</string>
22    <string name="stop_service_menu">Stop Service</string>
23    <string name="settings_menu">Settings</string>
24    <string name="update_preference">Update frequency</string>
25    <string name="title_mintime_preference">Minimum update time</string>
26    <string name="summary_mintime_preference">The suggested minimum time interval for location updates, in seconds</string>
27    <string name="dialog_title_mintime_preference">Minimum update time</string>
28    <string name="title_mindistance_preference">Minimum distance</string>
29    <string name="summary_mindistance_preference">Minimum distance interval for location updates, in meters</string>
30    <string name="dialog_title_mindistance_preference">Minimum distance</string>
31    <string name="provider_preferences">Location providers</string>
32    <string name="title_network_preference">Network location</string>
33    <string name="summary_network_preference">Listen for updates to network location (Wi-Fi/cellid)</string>
34    <string name="title_gps_preference">GPS location</string>
35    <string name="summary_gps_preference">Listen for updates to GPS location</string>
36    <string name="title_signal_preference">Signal strength</string>
37    <string name="summary_signal_preference">Listen for updates to signal strength</string>
38    <string name="advanced_preferences">Advanced</string>
39    <string name="title_advanced_log_preference">Location debug logging</string>
40    <string name="summary_advanced_preference">Logs detailed location data, only relevant for location/test engineers</string>
41    <string name="app_label">Location Tracker</string>
42    <string name="export_sub_menu">Export\u2026</string>
43    <string name="export_kml">Export As KML</string>
44    <string name="export_csv">Export As CSV</string>
45    <string name="clear_data">Clear data</string>
46    <string name="delete_confirm">All current tracking data will be deleted.</string>
47    <string name="confirm_title">Clear data</string>
48</resources>
49