1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2017 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 <!-- NOTE: Although these strings won't really be used for accessibility 18 in an auto context, integration tests will use them to open/close 19 drawer. See: 20 google_testing/integration/libraries/app-helpers/first-party/auto/ 21 --> 22 <string name="car_drawer_open" translatable="false">Open drawer</string> 23 <string name="car_drawer_close" translatable="false">Close drawer</string> 24 <string name="ellipsis" translatable="false">…</string> 25 26 <!-- Placeholder text that appears within the button that activates AlphaJump. --> 27 <string name="alpha_jump_placeholder_text" translatable="false">A</string> 28 29 <!-- Speed Bump --> 30 <!-- The message that is displayed to the user to inform them that they should focus on the 31 task of driving. When this message is displayed, the user is also locked out from 32 interacting with the current application. [CHAR_LIMIT=30] --> 33 <string name="speed_bump_lockout_message">Focus on the road</string> 34 35 <!-- Action Bar --> 36 <!-- Content description for the 'Expand/Collapse' button [CHAR_LIMIT=50] --> 37 <string name="action_bar_expand_collapse_button">Expand/collapse button</string> 38 </resources> 39