<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright 2017 Google Inc.
  ~
  ~ 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">Wear Messaging App</string>

    <string name="default_web_client_id">Enter your id here (from Google Developer console)</string>

    <string name="holder_text">This is long holder text given the display on a watch</string>
    <string name="plus_icon">plus icon</string>

    <string name="new_chat">New Chat</string>
    <string name="sign_in">Sign in</string>

    <string name="activity_contacts">Contacts</string>
    <string name="default_text">Default</string>

    <string name="contacts_list_title">Select Contacts</string>
    <string name="confirm">Confirm</string>
    <string name="cancel">Cancel</string>
    <string name="keyboard">Keyboard</string>
    <string name="voice">Voice</string>
    <string name="activity_chat">Chat</string>
    <string name="reply_label">Reply</string>
    <string name="profile_image">Profile Image</string>
    <string name="open_speech_input">Open speech input</string>
    <string name="open_keyboard_input">Open keyboard input</string>
    <string name="wear_messaging_app">Wear Messaging App</string>
    <string name="you_have_no_messages">You have no messages.\nStart a message with the actions below!</string>
    <string name="google_signin_failed">Google Sign-In Failed.</string>
    <string name="authentication_failed">Authentication Failed.</string>
    <string name="connection_failed">Connection failed.</string>

    <string-array name="mock_reply_messages">
        <item>I like the sound of that!</item>
        <item>That\'s a great idea!</item>
        <item>I do not think so.</item>
    </string-array>
</resources>