1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 The Android Open Source Project 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 19 <string name="battery_not_available">N/A</string> 20 <string name="battery_level_critical">Critical</string> 21 <string name="battery_level_low">Low</string> 22 <string name="battery_level_good">Good</string> 23 24 <string name="settings_bt_confirm_update">Confirm remote update</string> 25 <string name="settings_bt_update_summary">During the update your remote may briefly disconnect.</string> 26 27 <string name="settings_continue">Continue</string> 28 <string name="settings_cancel">Cancel</string> 29 30 <string name="settings_bt_update">Remote update</string> 31 <string name="settings_bt_update_software_available">New software available</string> 32 <string name="settings_bt_update_available">Update available</string> 33 <string name="settings_bt_update_not_necessary">Remote is up to date</string> 34 <string name="settings_bt_update_failed">Remote update failed</string> 35 <string name="settings_bt_update_error">We experienced an issue while updating your remote. Please try again.</string> 36 <string name="settings_bt_update_please_wait">Please wait</string> 37 <string name="settings_bt_update_needs_repair">Pair your remote again</string> 38 39 <string name="settings_enabled">Enabled</string> 40 <string name="settings_disabled">Disabled</string> 41 42 <string name="settings_remote_battery_level_label">Battery level</string> 43 <string translatable="false" name="settings_remote_battery_level_with_warning_label">%1$s (%2$s)</string> 44 <string name="settings_remote_battery_level_percentage_label">%1$d%%</string> 45 <string name="settings_remote_firmware_label">Firmware</string> 46 <string name="settings_remote_serial_number_label">Bluetooth address</string> 47 48 <string name="settings_bt_battery_low">Please replace battery</string> 49 <string name="settings_bt_battery_low_warning">Low battery</string> 50 51 <!-- This string is picked up by Settings. Do not change its *name* --> 52 <string name="connected_devices_pref_title">Connected Devices</string> 53 <!-- This string is picked up by Settings. Do not change its *name* --> 54 <string name="connected_devices_slice_pref_title">Remotes & Accessories</string> 55 56 <string name="settings_notif_update_title">Update your remote</string> 57 <string name="settings_notif_update_text">Ready to install</string> 58 <string name="settings_notif_update_action">UPDATE</string> 59 <string name="settings_notif_update_dismiss">DISMISS</string> 60 <string translatable="false" name="settings_notif_update_channel_name">Remote Update</string> 61 <string translatable="false" name="settings_notif_update_channel_description">Notifications for remote update</string> 62 63 <string name="settings_notif_low_battery_title">Remote battery low</string> 64 <string name="settings_notif_low_battery_text">Replace battery soon</string> 65 <string name="settings_notif_critical_battery_title">Remote battery almost empty</string> 66 <string name="settings_notif_critical_battery_text">Replace battery soon</string> 67 <string name="settings_notif_depleted_battery_title">Remote battery empty</string> 68 <string name="settings_notif_depleted_battery_text">Replace battery to use remote</string> 69 <string translatable="false" name="settings_notif_battery_channel_name">Remote Low Battery</string> 70 <string translatable="false" name="settings_notif_battery_channel_description">Notifications for remote low battery</string> 71 72 <string name="settings_choices_yes">Yes</string> 73 <string name="settings_choices_no">No</string> 74 75 <string name="settings_bt_disconnect">Disconnect from %1$s</string> 76 <string name="settings_bt_connect">Connect to %1$s</string> 77 <string name="settings_bt_forget">Forget %1$s</string> 78 <string name="settings_bt_rename">Rename your connected device</string> 79 80 <string name="settings_hdmi_cec">HDMI-CEC</string> 81 <string name="settings_enable_hdmi_cec">Enable HDMI-CEC</string> 82 <string name="settings_cec_explain">HDMI-CEC allows you to control and automatically turn on/off other HDMI-CEC enabled devices with a single remote control.\n\nNote: Ensure HDMI-CEC is enabled on your TV and other HDMI devices. Manufacturers often have different names for HDMI-CEC, for example:</string> 83 <string name="settings_cec_feature_names">Samsung: Anynet+\nLG: SimpLink\nSony: BRAVIA Sync\nPhilips: EasyLink\nSharp: Aquos Link</string> 84 85 <string name="settings_axel">Set up remote buttons</string> 86 <string name="settings_axel_description">Control volume, power, input on TVs, receivers and soundbars</string> 87 88 <string name="settings_find_my_remote_title">Find my remote</string> 89 <string name="settings_find_my_remote_description">Play a sound to locate your Google TV remote if it\'s misplaced</string> 90 <string name="find_my_remote_slice_description">Press the button at the back of your Google TV Streamer to play a sound on your remote for 30 seconds. This only works on a Google TV Streamer Voice Remote.\n\nTo stop the sound, press any button on your remote.</string> 91 <string name="find_my_remote_integration_title" translatable="false">@string/settings_find_my_remote_title</string> 92 <string name="find_my_remote_integration_hint">When on, you can use the button on your device to play a sound to locate your remote. When off, this button won\'t work. You\'ll still be able to use Find my remote via other methods.</string> 93 <string name="find_my_remote_play_sound">Play sound</string> 94 95 <string name="settings_remote_battery_level">Battery level: %1$s</string> 96 <string name="settings_known_devices_category">Accessories</string> 97 <!-- Category for listing official remote control devices. Can be overlaid for different devices such as "Foobar Remote". --> 98 <string name="settings_official_remote_category">Remote Control</string> 99 <string name="settings_devices_connected">Connected</string> 100 <string name="settings_devices_paired">Previously connected</string> 101 102 <string name="settings_pair_remote">Pair remote or accessory</string> 103 104 <string name="bluetooth_disconnect">Disconnect</string> 105 <string name="bluetooth_connect">Connect</string> 106 <string name="bluetooth_rename">Rename</string> 107 <string name="bluetooth_forget">Forget</string> 108 <string name="bluetooth_toggle_active_audio_output">Use for TV audio</string> 109 110 <!-- Subtitle showing connected connection status of Bluetooth device. [CHAR LIMIT=40] --> 111 <string name="bluetooth_connected_status">Connected</string> 112 <!-- Subtitle showing disconnected connection status of Bluetooth device. [CHAR LIMIT=40] --> 113 <string name="bluetooth_disconnected_status">Disconnected</string> 114 115 <string name="settings_devices_control">Device control</string> 116 117 <string name="settings_bt_pair_title">Connect new device</string> 118 <string name="pair_device_description">Before connecting new Bluetooth devices, make sure they\'re in pairing mode. To connect %1$s, press and hold %2$s + %3$s for 3 seconds.</string> 119 <string name="pair_device_device_name">an Android TV remote</string> 120 <string name="settings_bt_available_devices">Available devices</string> 121 <string name="settings_bt_empty_text">Looking for devices…</string> 122 <string name="settings_bt_pair_status_error">Error</string> 123 <string name="settings_bt_pair_status_connecting">Connecting…</string> 124 <string name="settings_bt_pair_status_done">Connected</string> 125 <string name="settings_bt_pair_status_cancelled">Cancelled</string> 126 127 <string name="settings_bt_pair_toast_fail">%1$s failed to connect</string> 128 <string name="settings_bt_pair_toast_connected">%1$s connected</string> 129 <string name="settings_bt_pair_toast_disconnected">%1$s disconnected</string> 130 131 <!-- For activities to bind to a service, we need to have its name, but BluetoothDeviceService is 132 designed to be abstract. Users of BluetoothServices must override the following with the 133 correct class name of their implementation of BluetoothDeviceService --> 134 <string translatable="false" name="bluetooth_device_service_class">com.google.android.tv.btservices.BluetoothDeviceService</string> 135</resources> 136