Fan Zhang | 966269e | 2017-09-20 15:55:04 -0700 | [diff] [blame] | 1 | <?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 Zhang | d0eec41 | 2017-12-06 10:02:00 -0800 | [diff] [blame] | 18 | <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 Kato | 8e0e0b3 | 2020-07-29 07:04:00 +0000 | [diff] [blame] | 22 | <!-- Class name for AccessibilityServiceResult Task [CHAR_LIMIT=NONE]--> |
| 23 | <string name="accessibility_settings_classname">com.android.settings.accessibility.AccessibilitySettings</string> |
| 24 | |
Fan Zhang | d0eec41 | 2017-12-06 10:02:00 -0800 | [diff] [blame] | 25 | <!-- 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 Zhang | 966269e | 2017-09-20 15:55:04 -0700 | [diff] [blame] | 34 | <!-- App name of SettingsIntelligence [CHAR_LIMIT=30] --> |
Fan Zhang | a9d4135 | 2018-02-06 18:08:44 -0800 | [diff] [blame] | 35 | <string name="app_name_settings_intelligence">Settings Suggestions</string> |
Fan Zhang | d0eec41 | 2017-12-06 10:02:00 -0800 | [diff] [blame] | 36 | |
| 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"> </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 Zhang | 966269e | 2017-09-20 15:55:04 -0700 | [diff] [blame] | 51 | </resources> |