Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2016 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 <resources>
     17     <string name="app_name">ACTIVITY_ENTRY_NAME</string>
     18     <string name="fuel_level">Fuel level</string>
     19 
     20     <!-- Navigation -->
     21     <string name="turn_slight_left">Slight left</string>
     22     <string name="turn_slight_right">Slight right</string>
     23     <string name="turn_left">Turn left</string>
     24     <string name="turn_right">Turn right</string>
     25     <string name="turn_sharp_left">Sharp left turn</string>
     26     <string name="turn_sharp_right">Sharp right turn</string>
     27     <string name="turn_u_turn_left">Make u-turn</string>
     28     <string name="turn_u_turn_right">Make right u-turn</string>
     29     <string name="turn_on_ramp_left">Turn left on ramp</string>
     30     <string name="turn_on_ramp_right">Turn right on ramp</string>
     31     <string name="nav_event_title_format">%1$s on %2$s</string>
     32     <string name="meters">meters</string>
     33 
     34     <string name="call_state_ringing">Ringing</string>
     35     <string name="call_state_active">Active</string>
     36 </resources>
     37