1<!-- 2 ~ Copyright (C) 2024 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 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- Search Bar placeholder text --> 19 <string name="photopicker_search_placeholder_text" translation_description="Place holder text shown in Search Bar">Search</string> 20 21 <!-- Search view placeholder text --> 22 <string name="photopicker_search_photos_placeholder_text" translation_description="Place holder text shown in Search Bar">Search your photos</string> 23 24 <!-- Search view placeholder text when videos MIME type filter is applied--> 25 <string name="photopicker_search_videos_placeholder_text" translation_description="Place holder text shown in Search Bar for videos MIME type filter">Search your videos</string> 26 27 <!-- Search Bar trailing icon description text--> 28 <string name="photopicker_search_clear_text" translation_description="Description for trailing icon to clear search text in Search Bar">Clear search text</string> 29 30 <!-- Empty state title when the search has no results --> 31 <string name="photopicker_search_result_empty_state_title" translation_description="Title of the message shown to the user when there are no search results to show">No results found</string> 32 33 <!-- Empty state message when search has no results --> 34 <string name="photopicker_search_result_empty_state_body" translation_description="Message shown to the user when no search results are able to be shown underneath the primary message title">Try searching for similar words</string> 35 36 <!-- Suggestions title in the search view suggestions list --> 37 <string name="photopicker_search_suggestions_text" translation_description="Title in the search suggestions list">Suggestions</string> 38 39 <!-- Search disabled hint message --> 40 <string name="photopicker_search_disabled_hint" translation_description="Hint message shown on search bar click when search state is not enabled">Search disabled.</string> 41 42 <!-- Empty state search message to show for search when cloud search has no results --> 43 <string name="photopicker_search_result_empty_state_message" translation_description="Message shown to the user when no search results are able to be shown underneath the primary message title informing only backed up items will be shown in search results">Try searching for similar words.\n\nOnly items that are backed up will appear in your search results.</string> 44</resources> 45