Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3  Copyright 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 <resources>
     18         <string name="app_name">WearComplicationProvidersTestSuite</string>
     19         <string name="intro_message">
     20         <![CDATA[
     21 Complication Test Suite is a set of complication providers that provide dummy data and it can be
     22 used to test how different types of complications render on a watch face.
     23         ]]>
     24         </string>
     25         <string name="application_label">Complication Test Suite</string>
     26 
     27         <string name="no_data_label">No Data</string>
     28         <string name="short_text_label">Short Text</string>
     29         <string name="emoji_label">Short Text w/ Emoji</string>
     30         <string name="time_text_label">Time Dependent Text</string>
     31         <string name="ranged_value_label">Ranged Value</string>
     32         <string name="long_text_label">Long Text</string>
     33         <string name="icon_label">Icon</string>
     34         <string name="small_image_label">Small Image</string>
     35         <string name="large_image_label">Large Image</string>
     36 
     37         <string name="short_text_only">TxtOnly</string>
     38         <string name="short_text_with_icon">w/Icon</string>
     39         <string name="short_text_with_title">w/Title</string>
     40         <string name="short_text_with_both">w/Both</string>
     41         <string name="short_title">Title</string>
     42 
     43         <string name="long_text_only">Text Only</string>
     44         <string name="long_text_with_title">Text w/ Title</string>
     45         <string name="long_text_with_icon">Text w/ Icon</string>
     46         <string name="long_text_with_icon_and_title">Text w/ Icon &amp; Title</string>
     47         <string name="long_text_with_image">Text with Image</string>
     48         <string name="long_text_with_image_and_title">Text w/ Image &amp; Title</string>
     49         <string name="long_title">Long Title</string>
     50 </resources>