summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/values/strings.xml
blob: a25b964c8fd4ef9fa44a6dd868dd891c2b32927d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 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">ShowcaseApp</string>
    <string name="browse_title"><![CDATA[androidTV]]></string>

    <!-- Error messages -->
    <string name="implement_search">Implement your own in-app search.</string>
    <string name="card_examples_title">Card Examples</string>
    <string name="detail_view_title">DetailView Example</string>
    <string name="action_cicked">Action clicked. Implement your own handler.</string>
    <string name="grid_example_title">Grid Example</string>
    <string name="action_buy">Buy </string>
    <string name="action_wishlist">Add to wishlist</string>
    <string name="action_related">Related</string>
    <string name="header_related">Related Items</string>
    <string name="header_recommended">Recommended</string>

    <!-- Dialog example -->
    <string name="dialog_example_title">Use Google\'s location service?</string>
    <string name="dialog_example_description">Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running.</string>
    <string name="dialog_example_button_positive">Agree</string>
    <string name="dialog_example_button_negative">Disagree</string>
    <string name="dialog_example_button_toast_positive_clicked">\'Agree\' clicked.</string>
    <string name="dialog_example_button_toast_negative_clicked">\'Disagree\' clicked.</string>

    <!-- Wizard example -->
    <string name="wizard_example_choose_rent_options">Choose rent options</string>
    <string name="wizard_example_watch_hd">Watch in HD on supported devices</string>
    <string name="wizard_example_watch_sd">Watch in standard definition on the web and supported devices</string>
    <string name="wizard_example_rental_period">Rental period: start within 30 days,\nfinish within 24 hours</string>
    <string name="wizard_example_payment_method">Payment Method</string>
    <string name="wizard_example_toast_payment_method_clicked">\'Payment Method\' clicked.</string>
    <string name="wizard_example_rent">Rent</string>
    <string name="wizard_example_rent_hd">Rent HD</string>
    <string name="wizard_example_rent_sd">Rent SD</string>
    <string name="wizard_example_processing">Processinig...</string>
    <string name="wizard_example_watch_now">Watch now</string>
    <string name="wizard_example_later">Later</string>
    <string name="wizard_example_watch_now_clicked">\'Watch now\' clicked.</string>
    <string name="wizard_example_input_credit">Input credit card number</string>
    <string name="wizard_example_visa">Visa XXXX-XXXX-XXXX-%s</string>
    <string name="wizard_example_input_credit_wrong">Error credit card number</string>
    s<string name="wizard_example_just_a_second">Just a second...</string>
</resources>