36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<string name="app_name">ACTIVITY_ENTRY_NAME</string>
|
|
<string name="fuel_level">Fuel level</string>
|
|
|
|
<!-- Navigation -->
|
|
<string name="turn_slight_left">Slight left</string>
|
|
<string name="turn_slight_right">Slight right</string>
|
|
<string name="turn_left">Turn left</string>
|
|
<string name="turn_right">Turn right</string>
|
|
<string name="turn_sharp_left">Sharp left turn</string>
|
|
<string name="turn_sharp_right">Sharp right turn</string>
|
|
<string name="turn_u_turn_left">Make u-turn</string>
|
|
<string name="turn_u_turn_right">Make right u-turn</string>
|
|
<string name="turn_on_ramp_left">Turn left on ramp</string>
|
|
<string name="turn_on_ramp_right">Turn right on ramp</string>
|
|
<string name="nav_event_title_format">%1$s on %2$s</string>
|
|
<string name="meters">meters</string>
|
|
|
|
<string name="call_state_ringing">Ringing</string>
|
|
<string name="call_state_active">Active</string>
|
|
</resources>
|