| Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /** |
| 4 | * Copyright (c) 2009, The Android Open Source Project |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
| Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 20 | <!-- Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] --> |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 21 | <string name="app_label">System UI</string> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 22 | |
| 23 | <!-- The text for the button in the notification window-shade that clears |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 24 | all of the currently visible notifications. [CHAR LIMIT=10]--> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 25 | <string name="status_bar_clear_all_button">Clear</string> |
| 26 | |
| Joe Onorato | 55d2d76 | 2010-09-26 13:02:01 -0700 | [diff] [blame] | 27 | <!-- The text for the button in the notification window-shade that turns |
| 28 | on do not disturb mode, where notifications no longer show their ticker, |
| 29 | no sound plays, and no icons are visible. The windowshade continues to show |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 30 | the notifications. [CHAR LIMIT=25]--> |
| Joe Onorato | 55d2d76 | 2010-09-26 13:02:01 -0700 | [diff] [blame] | 31 | <string name="status_bar_do_not_disturb_button">Do not disturb</string> |
| 32 | |
| 33 | <!-- The text for the button in the notification window-shade that turns |
| 34 | off do not disturb mode. After clicking this, notifications will be |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 35 | shown again. [CHAR LIMIT=25] --> |
| Joe Onorato | 55d2d76 | 2010-09-26 13:02:01 -0700 | [diff] [blame] | 36 | <string name="status_bar_please_disturb_button">Show notifications</string> |
| 37 | |
| 38 | |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 39 | <!-- The label in the bar at the top of the status bar when there are no notifications |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 40 | showing. [CHAR LIMIT=40]--> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 41 | <string name="status_bar_no_notifications_title">No notifications</string> |
| 42 | |
| 43 | <!-- The label for the group of notifications for ongoing events in the opened version of |
| 44 | the status bar. An ongoing call is the prime example of this. The MP3 music player |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 45 | might be another example. [CHAR LIMIT=40] --> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 46 | <string name="status_bar_ongoing_events_title">Ongoing</string> |
| 47 | |
| 48 | <!-- The label for the group of notifications for recent events in the opened version of |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 49 | the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc. |
| 50 | [CHAR LIMIT=40] --> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 51 | <string name="status_bar_latest_events_title">Notifications</string> |
| 52 | |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 53 | <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> |
| Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 54 | <string name="battery_low_title">Please connect charger</string> |
| 55 | |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 56 | <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. [CHAR LIMIT=NONE] --> |
| Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 57 | <string name="battery_low_subtitle">The battery is getting low.</string> |
| Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 58 | |
| Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 59 | <!-- A message that appears when the battery level is getting low in a dialog. This is |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 60 | appened to the subtitle of the low battery alert. "number" is the percentage of battery |
| 61 | remaining [CHAR LIMIT=none]--> |
| Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 62 | <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string> |
| 63 | |
| 64 | <!-- A message that appears when a USB charger is plugged in and the device does not |
| 65 | support charging on it. That is, a charger that fits into the USB port and goes into |
| 66 | a wall socket, not into a computer. (This happens because some devices require more |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 67 | current than the USB spec allows. [CHAR LIMIT=NONE] --> |
| Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 68 | <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string> |
| Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 69 | |
| 70 | <!-- When the battery is low, this is the label of the button to go to the |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 71 | power usage activity to find out what drained the battery. [CHAR LIMIT=30] --> |
| Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 72 | <string name="battery_low_why">Battery use</string> |
| 73 | |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 74 | <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] --> |
| Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 75 | <string name="status_bar_settings_settings_button">Settings</string> |
| Daniel Sandler | 6425ef9 | 2010-08-11 16:10:19 -0400 | [diff] [blame] | 76 | |
| Joe Onorato | 64eb5d2 | 2010-12-08 15:46:59 -0800 | [diff] [blame] | 77 | <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] --> |
| 78 | <string name="status_bar_settings_wifi_button">Wi-Fi</string> |
| 79 | |
| Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 80 | <!-- Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] --> |
| Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 81 | <string name="status_bar_settings_airplane">Airplane mode</string> |
| Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 82 | |
| 83 | <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] --> |
| Daniel Sandler | 5920f15 | 2011-03-02 15:19:54 -0500 | [diff] [blame] | 84 | <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string> |
| Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 85 | |
| Joe Onorato | 7536210 | 2010-12-02 16:46:12 -0800 | [diff] [blame] | 86 | <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] --> |
| 87 | <string name="status_bar_settings_mute_label">MUTE</string> |
| 88 | |
| 89 | <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] --> |
| 90 | <string name="status_bar_settings_auto_brightness_label">AUTO</string> |
| 91 | |
| Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 92 | <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] --> |
| Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 93 | <string name="status_bar_settings_notifications">Notifications</string> |
| Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 94 | |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 95 | <!-- Text to display next to the graphical battery meter. [CHAR LIMIT=3] --> |
| Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 96 | <string name="status_bar_settings_battery_meter_format" translatable="false"> |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 97 | <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g> |
| 98 | </string> |
| Joe Onorato | 013cfc1 | 2010-09-08 15:23:18 -0400 | [diff] [blame] | 99 | |
| Joe Onorato | 355ebc0 | 2010-12-01 17:37:00 -0800 | [diff] [blame] | 100 | <!-- Separator for PLMN and SPN in network name. --> |
| 101 | <string name="status_bar_network_name_separator" translatable="false">"\n"</string> |
| 102 | |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 103 | <!-- Recent Tasks dialog: title [CHAR LIMIT=30] --> |
| Joe Onorato | 013cfc1 | 2010-09-08 15:23:18 -0400 | [diff] [blame] | 104 | <string name="recent_tasks_title">Recent</string> |
| Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 105 | <!-- Recent Tasks dialog: message when there are no recent applications [CHAR LIMIT=NONE]--> |
| Joe Onorato | 013cfc1 | 2010-09-08 15:23:18 -0400 | [diff] [blame] | 106 | <string name="recent_tasks_empty">No recent applications.</string> |
| 107 | |
| Jim Miller | fefef31 | 2010-11-09 14:08:39 -0800 | [diff] [blame] | 108 | <!-- Recent apps label. Shown as title on recent apps panel --> |
| 109 | <string name="recent_tasks_app_label">Apps</string> |
| 110 | |
| Jaikumar Ganesh | fde7f0e | 2011-01-10 10:05:58 -0800 | [diff] [blame] | 111 | <!-- Network connection string for Bluetooth Reverse Tethering --> |
| satok | 82beadf | 2010-12-27 19:03:06 +0900 | [diff] [blame] | 112 | <string name="bluetooth_tethered">Bluetooth tethered</string> |
| 113 | <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] --> |
| 114 | <string name="status_bar_input_method_settings_configure_input_methods">Configure input methods</string> |
| Jeff Brown | 2992ea7 | 2011-01-28 22:04:14 -0800 | [diff] [blame] | 115 | |
| 116 | <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] --> |
| 117 | <string name="status_bar_use_physical_keyboard">Use physical keyboard</string> |
| Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 118 | |
| 119 | <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] --> |
| Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 120 | <string name="usb_device_permission_prompt">Allow the application <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string> |
| Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 121 | |
| 122 | <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] --> |
| Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 123 | <string name="usb_accessory_permission_prompt">Allow the application <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string> |
| Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 124 | |
| Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 125 | <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] --> |
| Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 126 | <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string> |
| Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 127 | |
| 128 | <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] --> |
| Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 129 | <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string> |
| Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 130 | |
| Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 131 | <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] --> |
| Mike Lockwood | b893916 | 2011-03-16 14:10:03 -0400 | [diff] [blame] | 132 | <string name="usb_accessory_uri_prompt">No installed applications work with this USB accessory. Learn more about this accessory at <xliff:g id="url">%1$s</xliff:g></string> |
| Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 133 | |
| 134 | <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] --> |
| 135 | <string name="title_usb_accessory">USB accessory</string> |
| 136 | |
| 137 | <!-- View button label for USB dialogs. [CHAR LIMIT=15] --> |
| 138 | <string name="label_view">View</string> |
| 139 | |
| Mike Lockwood | ad5f83e | 2011-03-15 16:04:12 -0400 | [diff] [blame] | 140 | <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] --> |
| 141 | <string name="always_use_device">Use by default for this USB device</string> |
| 142 | |
| 143 | <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] --> |
| 144 | <string name="always_use_accessory">Use by default for this USB accessory</string> |
| Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 145 | |
| Daniel Sandler | 3b0543a | 2011-06-14 11:30:28 -0400 | [diff] [blame] | 146 | <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running |
| 147 | on a phone). [CHAR LIMIT=25] --> |
| 148 | <string name="compat_mode_on">Zoom to fill screen</string> |
| 149 | |
| 150 | <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets). |
| 151 | [CHAR LIMIT=25] --> |
| 152 | <string name="compat_mode_off">Stretch to fill screen</string> |
| Daniel Sandler | 552b1f0 | 2011-06-15 01:03:02 -0400 | [diff] [blame] | 153 | |
| 154 | <!-- Compatibility mode help screen: header text. [CHAR LIMIT=50] --> |
| 155 | <string name="compat_mode_help_header">Compatibility Zoom</string> |
| 156 | |
| 157 | <!-- Compatibility mode help screen: body text. [CHAR LIMIT=150] --> |
| 158 | <string name="compat_mode_help_body">When an app was designed for a smaller screen, a zoom control will appear by the clock.</string> |
| Mike Lockwood | 5787a2d | 2011-06-17 12:21:39 -0400 | [diff] [blame^] | 159 | |
| 160 | <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] --> |
| 161 | <string name="usb_preference_title">USB file transfer options</string> |
| 162 | <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
| 163 | <string name="use_mtp_button_title">Mount as a media player (MTP)</string> |
| 164 | <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
| 165 | <string name="use_ptp_button_title">Mount as a camera (PTP)</string> |
| 166 | <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
| 167 | <string name="installer_cd_button_title">Install Android File Transfer application for Mac</string> |
| Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 168 | </resources> |