1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2022 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<resources> 18 <!-- Gallery App label. [DO NOT TRANSLATE] --> 19 <string name="app_label" translatable="false">Gallery</string> 20 <!-- Gallery App name. [DO NOT TRANSLATE] --> 21 <string name="app_name" translatable="false">SpaLib Gallery</string> 22 23 <!-- Title for single line summary preference. [DO NOT TRANSLATE] --> 24 <string name="single_line_summary_preference_title" translatable="false">Preference (singleLineSummary = true)</string> 25 <!-- Summary for single line summary preference. [DO NOT TRANSLATE] --> 26 <string name="single_line_summary_preference_summary" translatable="false">A very long summary to show case a preference which only shows a single line summary.</string> 27 <!-- Footer text with two links. [DO NOT TRANSLATE] --> 28 <string name="footer_with_two_links" translatable="false">Annotated string with <a href="https://www.android.com/">link 1</a> and <a href="https://source.android.com/">link 2</a>.</string> 29 30 <!-- Sample title --> 31 <string name="sample_title" translatable="false">Lorem ipsum</string> 32 <!-- Sample text --> 33 <string name="sample_text" translatable="false">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent a rhoncus tellus. Nulla facilisi. Pellentesque erat ex, maximus viae turpis</string> 34</resources> 35