1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2015 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except 6 ~ in compliance with the License. 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 distributed under the License 11 ~ is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 12 ~ or implied. See the License for the specific language governing permissions and limitations under 13 ~ the License. 14 ~ 15 --> 16 <resources> 17 <string name="app_name">ShowcaseApp</string> 18 <string name="browse_title"><![CDATA[androidTV]]></string> 19 20 <!-- Error messages --> 21 <string name="implement_search">Implement your own in-app search.</string> 22 <string name="card_examples_title">Card Examples</string> 23 <string name="detail_view_title">DetailView Example</string> 24 <string name="action_cicked">Action clicked. Implement your own handler.</string> 25 <string name="grid_example_title">Grid Example</string> 26 <string name="action_buy">Buy </string> 27 <string name="action_wishlist">Add to wishlist</string> 28 <string name="action_related">Related</string> 29 <string name="header_related">Related Items</string> 30 <string name="header_recommended">Recommended</string> 31 32 <!-- Page/List Row --> 33 <string name="page_list_row_title">Page and List Row</string> 34 35 <!-- Dialog example --> 36 <string name="dialog_example_title">Use Google\'s location service?</string> 37 <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> 38 <string name="dialog_example_button_positive">Agree</string> 39 <string name="dialog_example_button_negative">Disagree</string> 40 <string name="dialog_example_button_toast_positive_clicked">\'Agree\' clicked.</string> 41 <string name="dialog_example_button_toast_negative_clicked">\'Disagree\' clicked.</string> 42 43 <!-- Wizard example --> 44 <string name="wizard_example_choose_rent_options">Choose rent options</string> 45 <string name="wizard_example_watch_hd">Watch in HD on supported devices</string> 46 <string name="wizard_example_watch_sd">Watch in standard definition on the web and supported devices</string> 47 <string name="wizard_example_rental_period">Rental period: start within 30 days,\nfinish within 24 hours</string> 48 <string name="wizard_example_input_card">Enter credit card number</string> 49 <string name="wizard_example_expiration_date">Exp Date</string> 50 <string name="wizard_example_payment_method">Payment Method</string> 51 <string name="wizard_example_toast_payment_method_clicked">\'Payment Method\' clicked.</string> 52 <string name="wizard_example_rent">Rent</string> 53 <string name="wizard_example_rent_hd">Rent HD</string> 54 <string name="wizard_example_rent_sd">Rent SD</string> 55 <string name="wizard_example_processing">Processinig...</string> 56 <string name="wizard_example_watch_now">Watch now</string> 57 <string name="wizard_example_later">Later</string> 58 <string name="wizard_example_watch_now_clicked">\'Watch now\' clicked.</string> 59 <string name="wizard_example_later_clicked">\'Later\' clicked.</string> 60 <string name="wizard_example_new_payment_guidance_title">New credit card</string> 61 <string name="wizard_example_new_payment_guidance_description">Enter new credit card information here</string> 62 <string name="wizard_example_input_credit">Input Payment Type</string> 63 <string name="wizard_example_visa">Visa-%s</string> 64 <string name="wizard_example_master">Master-%s</string> 65 <string name="wizard_example_input_credit_wrong">Error: invalid credit card number</string> 66 <string name="wizard_example_just_a_second">Just a second...</string> 67 </resources>