1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright 2017 Google Inc. 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">Wear Messaging App</string> 19 20 <string name="default_web_client_id">Enter your id here (from Google Developer console)</string> 21 22 <string name="holder_text">This is long holder text given the display on a watch</string> 23 <string name="plus_icon">plus icon</string> 24 25 <string name="new_chat">New Chat</string> 26 <string name="sign_in">Sign in</string> 27 28 <string name="activity_contacts">Contacts</string> 29 <string name="default_text">Default</string> 30 31 <string name="contacts_list_title">Select Contacts</string> 32 <string name="confirm">Confirm</string> 33 <string name="cancel">Cancel</string> 34 <string name="keyboard">Keyboard</string> 35 <string name="voice">Voice</string> 36 <string name="activity_chat">Chat</string> 37 <string name="reply_label">Reply</string> 38 <string name="profile_image">Profile Image</string> 39 <string name="open_speech_input">Open speech input</string> 40 <string name="open_keyboard_input">Open keyboard input</string> 41 <string name="wear_messaging_app">Wear Messaging App</string> 42 <string name="you_have_no_messages">You have no messages.\nStart a message with the actions below!</string> 43 <string name="google_signin_failed">Google Sign-In Failed.</string> 44 <string name="authentication_failed">Authentication Failed.</string> 45 <string name="connection_failed">Connection failed.</string> 46 47 <string-array name="mock_reply_messages"> 48 <item>I like the sound of that!</item> 49 <item>That\'s a great idea!</item> 50 <item>I do not think so.</item> 51 </string-array> 52</resources>