blob: 3445e514e69e5f21611eaeadde39eec3413f1ee5 [file] [log] [blame]
Fan Zhang966269e2017-09-20 15:55:04 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2017 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
Fan Zhangd0eec412017-12-06 10:02:00 -080018<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <!-- Applications settings title. If clicked, the user is taken to a screen full of application settings [CHAR_LIMIT=NONE BACKUP_MESSAGE_ID=5281808652705396152] -->
20 <string name="applications_settings">App info</string>
21
Sara Kato8e0e0b32020-07-29 07:04:00 +000022 <!-- Class name for AccessibilityServiceResult Task [CHAR_LIMIT=NONE]-->
23 <string name="accessibility_settings_classname">com.android.settings.accessibility.AccessibilitySettings</string>
24
Fan Zhangd0eec412017-12-06 10:02:00 -080025 <!-- Settings title in main settings screen for accessibility settings [CHAR_LIMIT=NONE BACKUP_MESSAGE_ID=3975902491934816215] -->
26 <string name="accessibility_settings">Accessibility</string>
27
28 <!-- Title for the 'physical keyboard' settings screen. [CHAR LIMIT=35 BACKUP_MESSAGE_ID=8285149877925752042] -->
29 <string name="physical_keyboard_title">Physical keyboard</string>
30
31 <!-- Title for the button to trigger the 'Manage keyboards' preference sub-screen, where the user can turn on/off installed virtual keyboards.[CHAR LIMIT=35 BACKUP_MESSAGE_ID=3302152381456516928] -->
32 <string name="add_virtual_keyboard">Manage keyboards</string>
33
Fan Zhang966269e2017-09-20 15:55:04 -070034 <!-- App name of SettingsIntelligence [CHAR_LIMIT=30] -->
Fan Zhanga9d41352018-02-06 18:08:44 -080035 <string name="app_name_settings_intelligence">Settings Suggestions</string>
Fan Zhangd0eec412017-12-06 10:02:00 -080036
37 <!-- SEARCH STRINGS -->
38
39 <!-- Button to clear all search history in Settings [CHAR LIMIT=40]-->
40 <string name="search_clear_history">Clear history</string>
41
42 <!-- DO NOT TRANSLATE Summary placeholder -->
43 <string name="summary_placeholder" translatable="false">&#160;</string>
44
45 <!-- Search breadcrumb connector symbol -->
46 <string name="search_breadcrumb_connector" translatable="false">
47 <xliff:g name="first_item">%1$s</xliff:g> > <xliff:g name="second_item">%2$s</xliff:g>
48 </string>
49
50 <string name="search_no_results">No results</string>
Fan Zhang966269e2017-09-20 15:55:04 -070051</resources>