1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2014 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 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 18 <!-- Message displayed to prompt the user to input the network password, ^1 will be replaced with the name of the network and should be a possive form related to password [CHAR LIMIT=NONE] --> 19 <string name="wifi_setup_input_password">Enter password for <xliff:g id="ssid">%1$s</xliff:g></string> 20 <!-- Message displayed while waiting for network assocation, the template will be filled in with the name of the network [CHAR LIMIT=20] --> 21 <string name="wifi_setup_waiting_for_join">Joining ^1</string> 22 <!-- Message displayed when the selected Wi-Fi network has been connected to [CHAR LIMIT=40] --> 23 <string name="wifi_setup_connection_success">Connected successfully!</string> 24 <!-- Message displayed when the Wi-Fi network's configuration has been saved [CHAR LIMIT=40] --> 25 <string name="wifi_setup_save_success">Saved successfully!</string> 26 27 <!-- Application management application version label [CHAR LIMIT=NONE] --> 28 <string name="device_apps_app_management_version">version <xliff:g id="app_version">%1$s</xliff:g></string> 29 <!-- Application management description for opening the application [CHAR LIMIT=NONE] --> 30 <string name="device_apps_app_management_open">Open</string> 31 <!-- Application management choice for force stopping the application [CHAR LIMIT=40] --> 32 <string name="device_apps_app_management_force_stop">Force stop</string> 33 <!-- Application management description for force stopping the application [CHAR LIMIT=NONE] --> 34 <string name="device_apps_app_management_force_stop_desc">If you force stop an app, it may misbehave.</string> 35 <!-- Application management choice for uninstalling the application [CHAR LIMIT=40] --> 36 <string name="device_apps_app_management_uninstall">Uninstall</string> 37 <!-- Application management description for uninstalling the application [CHAR LIMIT=NONE] --> 38 <string name="device_apps_app_management_uninstall_desc">Do you want to uninstall this app?</string> 39 <!-- Application management choice for clearing the application's data [CHAR LIMIT=40] --> 40 <string name="device_apps_app_management_clear_data">Clear data</string> 41 <!-- Application management description for clearing the application's data [CHAR LIMIT=NONE] --> 42 <string name="device_apps_app_management_clear_data_desc">All this apps data will be deleted permanently.</string> 43 <!-- Application management description for what gets cleared [CHAR LIMIT=NONE] --> 44 <string name="device_apps_app_management_clear_data_what">This includes all files, settings, accounts, databases, etc.</string> 45 <!-- Application management choice for clearing the application's default actions [CHAR LIMIT=40] --> 46 <string name="device_apps_app_management_clear_default">Clear defaults</string> 47 <!-- Application management description for defaults are set for the application [CHAR LIMIT=40] --> 48 <string name="device_apps_app_management_clear_default_set">Set to launch this app for some actions</string> 49 <!-- Application management description for defaults aren't set for the application [CHAR LIMIT=40] --> 50 <string name="device_apps_app_management_clear_default_none">No defaults set</string> 51 <!-- Application management choice for clearing the application's cache [CHAR LIMIT=40] --> 52 <string name="device_apps_app_management_clear_cache">Clear cache</string> 53 <!-- Application management choice for changing the application's notifications option [CHAR LIMIT=40] --> 54 <string name="device_apps_app_management_notifications">Notifications</string> 55 <!-- Application management choice for displaying the application's permissions [CHAR LIMIT=40] --> 56 <string name="device_apps_app_management_permissions">Permissions</string> 57 <!-- General settings choice for agreeing to the displayed action [CHAR LIMIT=40] --> 58 <string name="settings_ok">OK</string> 59 <!-- General settings choice for disagreeing with the displayed action [CHAR LIMIT=40] --> 60 <string name="settings_cancel">Cancel</string> 61 <!-- General settings choice for on [CHAR LIMIT=40] --> 62 <string name="settings_on">On</string> 63 <!-- General settings choice for off [CHAR LIMIT=40] --> 64 <string name="settings_off">Off</string> 65 <!-- Daydream choice for not having a daydream [CHAR LIMIT=40] --> 66 <string name="device_daydreams_none">None</string> 67 <!-- Daydream choice for selecting a different daydream [CHAR LIMIT=40] --> 68 <string name="device_daydreams_select">Daydream</string> 69 <!-- Daydream choice for testing the selected daydream [CHAR LIMIT=40] --> 70 <string name="device_daydreams_test">Start now</string> 71 <!-- Daydream choice for configuring the time before the device goes to sleep [CHAR LIMIT=40] --> 72 <string name="device_daydreams_sleep">When to daydream</string> 73 <!-- Daydream description for configuring the time before the device goes to sleep [CHAR LIMIT=NONE] --> 74 <string name="device_daydreams_sleep_description">Daydreaming begins after this period of inactivity. If no daydream is selected, the display turns off.</string> 75 <!-- Daydream summary for displaying the time before the device goes to sleep --> 76 <string name="device_daydreams_sleep_summary">After <xliff:g id="sleep_description">%1$s</xliff:g> of inactivity</string> 77 <!-- Daydream choice for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=40] --> 78 <string name="device_daydreams_screen_off">When to sleep</string> 79 <!-- Daydream description for configuring the time before the device's screen goes off after dreaming [CHAR LIMIT=NONE] --> 80 <string name="device_daydreams_screen_off_description">Screen turns off after this period of inactivity.</string> 81 <!-- Daydream summary for displaying the time before the device's screen goes off after dreaming --> 82 <string name="device_daydreams_screen_off_summary"><xliff:g id="sleep_description">%1$s</xliff:g> after dreaming</string> 83 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80] --> 84 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string> 85 <!-- Dialog title for confirmation to erase backup data from server --> 86 <string name="backup_erase_dialog_title"></string> 87 <!-- Dialog title for confirmation to erase backup data from server --> 88 <string name="backup_erase_dialog_message">Stop backing up your Wi-Fi passwords, bookmarks, other settings, and app data, and erase all copies on Google servers?</string> 89 <!-- Privacy choice for configuring backing up data [CHAR LIMIT=40] --> 90 <string name="privacy_backup_data">Back up my data</string> 91 <!-- Privacy choice for choosing which account to backup [CHAR LIMIT=40] --> 92 <string name="privacy_backup_account">Backup account</string> 93 <!-- Privacy choice for configuring automatic restore [CHAR LIMIT=40] --> 94 <string name="privacy_automatic_restore">Automatic restore</string> 95 <!-- Factory reset choice for initiating a factory reset [CHAR LIMIT=40] --> 96 <string name="factory_reset_device">Reset device</string> 97 <!-- Factory reset description about what happens when you perform a factory reset [CHAR LIMIT=NONE] --> 98 <string name="factory_reset_description">This will erase all data from your device\'s internal storage, including: your Google account, system and app data and settings, and downloaded apps</string> 99 <!-- Factory reset screen, message on screen after user selects Reset phone button --> 100 <string name="confirm_factory_reset_description">Erase all your personal information and downloaded apps? You can\'t reverse this action!</string> 101 <!-- Factory reset screen, button on screen after user selects Reset phone button --> 102 <string name="confirm_factory_reset_device">Erase everything</string> 103 <!-- Label for list item that dismisses all notifications [CHAR LIMIT=40] --> 104 <string name="dismiss_all_notifications">Dismiss all</string> 105 <!-- Label for list item that indicates no notifications exist [CHAR LIMIT=40] --> 106 <string name="no_notifications">None</string> 107 <!-- Label for list item for toggling the "Do Not Disturb" setting ON/OFF [CHAR LIMIT=40] --> 108 <string name="do_not_disturb_title">Do not disturb</string> 109 <!-- Description for the screen to toggle the "Do Not Disturb" setting ON/OFF [CHAR LIMIT=NONE] --> 110 <string name="do_not_disturb_desc">When enabled, new notications will only appear in Settings</string> 111 112 113 <!-- Title for screen where user selects a name for their device [CHAR LIMIT=NONE] --> 114 <string name="select_title">Choose a name for your ^1</string> 115 <!-- Description for screen where user selects a name for their device [CHAR LIMIT=NONE] --> 116 <string name="select_description">A name will help identify your ^1 when accessing it from other devices like your phone, tablet, or computer.</string> 117 <!-- Rooms where a user's device might be placed [CHAR LIMIT=40] --> 118 <string-array name="rooms"> 119 <!-- [CHAR LIMIT=40] --> 120 <item>Living Room</item> 121 <!-- [CHAR LIMIT=40] --> 122 <item>Media Room</item> 123 <!-- [CHAR LIMIT=40] --> 124 <item>Family Room</item> 125 <!-- [CHAR LIMIT=40] --> 126 <item>Dining Room</item> 127 <!-- [CHAR LIMIT=40] --> 128 <item>Den</item> 129 <!-- [CHAR LIMIT=40] --> 130 <item>Bedroom</item> 131 <!-- [CHAR LIMIT=40] --> 132 <item>Kitchen</item> 133 </string-array> 134 <!-- String displayed for option where user will type in a room name rather than selecting from the list of defaults [CHAR LIMIT=40] --> 135 <string name="custom_room">Enter Custom Name…</string> 136 <!-- Title of settings summary/status screen [CHAR LIMIT=100] --> 137 <string name="settings_status_title">This ^1 is named</string> 138 <!-- Description on summary/status screen that tells you what the name of your device is [CHAR LIMIT=NONE] --> 139 <string name="settings_status_description">\"^1\" is the name of this ^2. Would you like to change this?</string> 140 <!-- The 'yes' or 'edit' equivalent in a yes/no choice circumstance [CHAR LIMIT=30] --> 141 <string name="change_setting">Change</string> 142 <!-- The 'no' or 'keep the same' equivalent in a yes/no choice circumstance [CHAR LIMIT=30]--> 143 <string name="keep_settings">Don\'t change</string> 144 <!-- Menu item text to go to help page. --> 145 <string name="menu_help">Help</string> 146 <!-- Screen title displayed when a setup failure occurs [CHAR LIMIT=40] --> 147 <string name="setup_failure_title">An error occurred</string> 148 <!-- Label for a button to retry setting up [CHAR LIMIT=25]--> 149 <string name="setup_failure_button_retry">Retry</string> 150 151 </resources> 152