• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2016 Google Inc. All Rights Reserved. -->
3<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
4
5    <!-- Permission -->
6    <skip/>
7    <!-- Generic instruction on how to enable permissions for Android Auto [CHAR LIMIT=200] -->
8    <string name="permissions_generic">Use your phone to turn on the permissions in\nSettings > Apps > Android Auto > Permissions</string>
9
10    <string name="permission_not_granted">The following permissions where not granted:<xliff:g id="temperature">%1$s</xliff:g></string>
11    <string name="all_permission_granted">All permissions granted, starting service</string>
12    <string name="permission_dialog_title">Permissions</string>
13    <string name="permission_dialog_positive_button_text">Ok</string>
14
15    <!-- Label for a recent call card [CHAR LIMIT=30] -->
16    <string name="recent_call">Recent call</string>
17
18    <string name="car_notification_permission_dialog_title">Notification access request</string>
19    <string name="car_notification_permission_dialog_text">Please enable notification access and then hit the home button</string>
20
21    <!-- Telecom Related strings-->
22    <!-- Label for voicemail [CHAR LIMIT=30] -->
23    <string name="voicemail">Voicemail</string>
24    <!-- Label for current phone call [CHAR LIMIT=30] -->
25    <string name="unknown_number">Current call</string>
26    <!-- Label for incoming call [CHAR LIMIT=30] -->
27    <string name="notification_incoming_call">Select to answer</string>
28    <!-- Label for button to answer a phone call [CHAR LIMIT=30] -->
29    <string name="answer_call">Answer</string>
30    <!-- Label for button to reject a phone call [CHAR LIMIT=30] -->
31    <string name="reject_call">Reject</string>
32    <!-- Label for when a call is coming from an unknown caller [CHAR LIMIT=30] -->
33    <string name="unknown">Unknown</string>
34    <!-- Label for when a call is a conference call [CHAR LIMIT=30] -->
35    <string name="conference_call">Conference call</string>
36    <!-- Label for the currently ongoing call [CHAR LIMIT=30] -->
37    <string name="ongoing_call">Active &#8226; </string>
38    <!-- Label for the currently dialed call [CHAR LIMIT=30] -->
39    <string name="dialing_call">Dialing</string>
40    <!-- Label for a call being disconnected [CHAR LIMIT=30] -->
41    <string name="disconnecting_call">Disconnecting Call</string>
42
43    <!-- Text for the radio application. -->
44    <string name="radio_app_name">Radio</string>
45
46    <!-- Text to denote the AM radio band. -->
47    <string name="radio_am_text">AM</string>
48
49    <!-- Text to denote the FM radio band. -->
50    <string name="radio_fm_text">FM</string>
51
52    <string name="car_media_component_package" translatable="false">com.android.car.media</string>
53
54    <string name="car_radio_component_package" translatable="false">com.android.car.radio</string>
55    <string name="car_radio_component_service" translatable="false">com.android.car.radio.RadioService</string>
56    <string name="car_radio_component_activity" translatable="false">com.android.car.radio.CarRadioProxyActivity</string>
57</resources>
58