<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2017 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>
        <string name="app_name">WearComplicationProvidersTestSuite</string>
        <string name="intro_message">
        <![CDATA[
Complication Test Suite is a set of complication providers that provide dummy data and it can be
used to test how different types of complications render on a watch face.
        ]]>
        </string>
        <string name="application_label">Complication Test Suite</string>

        <string name="no_data_label">No Data</string>
        <string name="short_text_label">Short Text</string>
        <string name="emoji_label">Short Text w/ Emoji</string>
        <string name="time_text_label">Time Dependent Text</string>
        <string name="ranged_value_label">Ranged Value</string>
        <string name="long_text_label">Long Text</string>
        <string name="icon_label">Icon</string>
        <string name="small_image_label">Small Image</string>
        <string name="large_image_label">Large Image</string>

        <string name="short_text_only">TxtOnly</string>
        <string name="short_text_with_icon">w/Icon</string>
        <string name="short_text_with_title">w/Title</string>
        <string name="short_text_with_both">w/Both</string>
        <string name="short_title">Title</string>

        <string name="long_text_only">Text Only</string>
        <string name="long_text_with_title">Text w/ Title</string>
        <string name="long_text_with_icon">Text w/ Icon</string>
        <string name="long_text_with_icon_and_title">Text w/ Icon &amp; Title</string>
        <string name="long_text_with_image">Text with Image</string>
        <string name="long_text_with_image_and_title">Text w/ Image &amp; Title</string>
        <string name="long_title">Long Title</string>
</resources>