blob: 9a46e5496ffc3702a527942c836a8d609c671897 [file] [log] [blame]
<?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_visa_balance">Visa - 1234 Balance $60.00</string>
<string name="wizard_example_just_a_second">Just a second...</string>
</resources>