1<!--
2  ~ Copyright 2018 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<resources>
18    <string name="app_name">Direct Share Sample App</string>
19    <string name="main_description">
20        A description of what this app does goes here!
21        A description of what this app does goes here!
22        A description of what this app does goes here!
23        A description of what this app does goes here!</string>
24    <string name="push_targets">Push Direct Share Targets</string>
25    <string name="remove_targets">Remove All Direct Share Targets</string>
26
27    <string name="title_text">Someone shared the following text with me:</string>
28
29
30    <string name="dummy_shortcut_short_label">dummy</string>
31    <string name="dummy_shortcut_long_label">this is a dummy shortcut</string>
32    <string name="dummy_shortcut_disabled_message">disabled message</string>
33    <string name="dummy_shortcut_short_label2">dummy2</string>
34    <string name="dummy_shortcut_long_label2">this is a dummy shortcut2</string>
35    <string name="dummy_shortcut_disabled_message2">disabled message2</string>
36</resources>
37