35 lines
1.9 KiB
XML
35 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<!-- Gallery App label. [DO NOT TRANSLATE] -->
|
|
<string name="app_label" translatable="false">Gallery</string>
|
|
<!-- Gallery App name. [DO NOT TRANSLATE] -->
|
|
<string name="app_name" translatable="false">SpaLib Gallery</string>
|
|
|
|
<!-- Title for single line summary preference. [DO NOT TRANSLATE] -->
|
|
<string name="single_line_summary_preference_title" translatable="false">Preference (singleLineSummary = true)</string>
|
|
<!-- Summary for single line summary preference. [DO NOT TRANSLATE] -->
|
|
<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>
|
|
<!-- Footer text with two links. [DO NOT TRANSLATE] -->
|
|
<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>
|
|
|
|
<!-- Sample title -->
|
|
<string name="sample_title" translatable="false">Lorem ipsum</string>
|
|
<!-- Sample text -->
|
|
<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>
|
|
</resources>
|