Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | <if expr="not is_android"> |
| 4 | <message name="IDS_GEOLOCATION_INFOBAR_TEXT" desc="Text requesting permission for a site to access the user's physical location"> |
| 5 | <ph name="URL">$1<ex>maps.google.com</ex></ph> wants to use your computer's location |
| 6 | </message> |
| 7 | </if> |
| 8 | <if expr="is_android"> |
| 9 | <message name="IDS_GEOLOCATION_INFOBAR_TEXT" desc="Mobile: Text requesting permission for a site to access the user's physical location"> |
| 10 | <ph name="URL">$1<ex>maps.google.com</ex></ph> wants to use your device's location |
| 11 | </message> |
| 12 | <message name="IDS_ACCESSIBILITY_EVENTS_INFOBAR_TEXT" desc="Text requesting permission for a site to listen to accessibility events, for example if the user has a screen reader or braille device enabled"> |
| 13 | <ph name="URL">$1<ex>maps.google.com</ex></ph> wants to respond to accessibility events |
| 14 | </message> |
| 15 | <message name="IDS_CLIPBOARD_INFOBAR_TEXT" desc="Text requesting permission for a site to read data from the system clipboard"> |
| 16 | <ph name="URL">$1<ex>maps.google.com</ex></ph> wants to see text and images copied to the clipboard |
| 17 | </message> |
| 18 | <message name="IDS_NFC_INFOBAR_TEXT" desc="Text requesting permission for a site to use NFC"> |
François Beaufort | 1e4fd0f | 2022-01-18 14:47:02 | [diff] [blame] | 19 | <ph name="URL">$1<ex>google.com</ex></ph> wants to see and change information on NFC devices that you tap with your phone |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 20 | </message> |
| 21 | <message name="IDS_VR_INFOBAR_TEXT" desc="Text requesting permission for a site to use VR"> |
| 22 | <ph name="URL">$1<ex>google.com</ex></ph> wants to use your virtual reality device and data |
| 23 | </message> |
| 24 | <message name="IDS_AR_INFOBAR_TEXT" desc="Text requesting permission for a site to use AR"> |
Alex Cooper | 7cd5fd3 | 2020-03-03 22:23:34 | [diff] [blame] | 25 | <ph name="URL">$1<ex>google.com</ex></ph> wants to create a 3D map of your surroundings and track camera position |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 26 | </message> |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 27 | <message name="IDS_IDLE_DETECTION_INFOBAR_TEXT" desc="Text requesting permission for a site to know when the user is idle."> |
Reilly Grant | cde1ba0 | 2021-02-19 21:22:34 | [diff] [blame] | 28 | <ph name="URL">$1<ex>google.com</ex></ph> wants to know when you're actively using this device |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 29 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 30 | <message name="IDS_NOTIFICATION_QUIET_PERMISSION_PROMPT_TITLE" desc="Text used as notification title when requesting permission for Web Notifications via a notification."> |
| 31 | Notifications for <ph name="ORIGIN">$1<ex>example.com</ex></ph> are blocked |
| 32 | </message> |
| 33 | <message name="IDS_NOTIFICATION_QUIET_PERMISSION_PROMPT_MESSAGE" desc="Text used as notification message when requesting permission for Web Notifications via a notification."> |
| 34 | Notifications are automatically blocked for all sites except ones you allow |
| 35 | </message> |
Andy Paicu | 9a1949f | 2021-02-25 20:06:21 | [diff] [blame] | 36 | <message name="IDS_NOTIFICATION_QUIET_PERMISSION_INFOBAR_PREDICTION_SERVICE_MESSAGE" desc="Text used as notification message when requesting permission for Web Notifications via a notification. Used when the prediction service has decided that the user will be very unlikely to grant this permission."> |
| 37 | Notifications were automatically blocked because you usually don't allow them |
| 38 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 39 | <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY_INFOBAR_TEXT" desc="Text requesting permission for a site to access the computer's microphone."> |
| 40 | <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your microphone |
| 41 | </message> |
| 42 | <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY_INFOBAR_TEXT" desc="Text requesting permission for a site to access the computer's camera."> |
| 43 | <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera |
| 44 | </message> |
| 45 | <message name="IDS_NOTIFICATIONS_INFOBAR_TEXT" desc="Text requesting permission for Web Notifications."> |
| 46 | <ph name="site">$1<ex>mail.google.com</ex></ph> wants to send you notifications |
| 47 | </message> |
| 48 | <message name="IDS_MIDI_SYSEX_INFOBAR_TEXT" desc="Text requesting permission for a site to access MIDI devices with system exclusive messages."> |
| 49 | <ph name="URL">$1<ex>www.google.com</ex></ph> wants to get full control of your MIDI devices |
| 50 | </message> |
| 51 | <message name="IDS_STORAGE_ACCESS_INFOBAR_TEXT" desc="Permission request shown if the user is visiting a site needs access to its data while it is embedded into another site."> |
| 52 | <ph name="EMBEDDED_URL">$1<ex>news.site</ex></ph> wants to use cookies and site data on <ph name="TOP_LEVEL_URL">$2<ex>content_domain.site</ex></ph> |
| 53 | </message> |
Evan Stade | 45a5782 | 2020-03-27 20:14:12 | [diff] [blame] | 54 | <message name="IDS_INFOBAR_UPDATE_PERMISSIONS_BUTTON_TEXT" desc="Button text shown when Chrome does not have the necessary permission required to complete the requested tasks (e.g. a website has request location information, but Chrome is missing that Android permission)."> |
Clark DuVall | 86701ed | 2020-03-05 00:56:58 | [diff] [blame] | 55 | Continue |
| 56 | </message> |
| 57 | <message name="IDS_MEDIA_CAPTURE_AUDIO_AND_VIDEO_INFOBAR_TEXT" desc="Text requesting permission for a site to access the computer's microphone and camera."> |
| 58 | <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera and microphone |
| 59 | </message> |
Bret Sepulveda | 5327d8b5 | 2021-07-21 17:44:23 | [diff] [blame] | 60 | <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multiple downloads are attempted without user interaction."> |
| 61 | <ph name="ORIGIN">$1<ex>https://backgroundfetch.com</ex></ph> wants to download multiple files |
| 62 | </message> |
Lijin Shen | c3da1d9 | 2021-09-09 22:50:20 | [diff] [blame] | 63 | |
| 64 | <message name="IDS_MESSAGE_MISSING_CAMERA_PERMISSION_TITLE" desc="Title text shown in a prompt ui to ask whether user agrees to grant Android camera permission when a website has requested access to camera, but Chrome is missing the Android camera permission."> |
| 65 | Allow camera? |
| 66 | </message> |
| 67 | <message name="IDS_MESSAGE_MISSING_STORAGE_ACCESS_PERMISSION_TITLE" desc="Title text shown in a prompt ui to ask whether user agrees to grant Android storage access permission when a website has requested access to storage access, but Chrome is missing the Android storage access permission."> |
| 68 | Allow storage access? |
| 69 | </message> |
| 70 | <message name="IDS_MESSAGE_MISSING_MICROPHONE_PERMISSION_TITLE" desc="Title text shown in a prompt ui to ask whether user agrees to grant Android microphone permission when a website has requested access to microphone, but Chrome is missing the Android microphone permission."> |
| 71 | Allow microphone? |
| 72 | </message> |
| 73 | <message name="IDS_MESSAGE_MISSING_LOCATION_PERMISSION_TITLE" desc="Title text shown in a prompt ui to ask whether user agrees to grant Android location permission when a website has requested access to location, but Chrome is missing the Android location permission."> |
| 74 | Allow location? |
| 75 | </message> |
| 76 | <message name="IDS_MESSAGE_MISSING_MICROPHONE_CAMERA_PERMISSION_TITLE" desc="Title text shown in a prompt ui to ask whether user agrees to grant Android microphone and camera permission when a website has requested access to microphone and camera, but Chrome is missing the Android microphone and camera permission."> |
| 77 | Allow 2 permissions? |
| 78 | </message> |
| 79 | </if> |
dpapad | 0915173 | 2021-12-20 19:06:49 | [diff] [blame] | 80 | <if expr="is_android or chromeos_ash or chromeos_lacros or is_win"> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 81 | <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's protected media identifier."> |
| 82 | Know your unique device identifier |
| 83 | </message> |
| 84 | <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_PER_ORIGIN_PROVISIONING_INFOBAR_TEXT" desc="Text requesting permission for a site to access protected media identifier. It shows the origin of the URL."> |
| 85 | <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to play protected content. Your device’s identity will be verified by Google. |
| 86 | </message> |
| 87 | <message name="IDS_PROTECTED_MEDIA_IDENTIFIER_PER_DEVICE_PROVISIONING_INFOBAR_TEXT" desc="Text requesting permission for a site to access protected media identifier. It shows the origin of the URL."> |
| 88 | <ph name="URL">$1<ex>https://www.youtube.com</ex></ph> wants to play protected content. Your device's identity will be verified by Google and may be accessed by this site. |
| 89 | </message> |
| 90 | </if> |
| 91 | <message name="IDS_GEOLOCATION_INFOBAR_PERMISSION_FRAGMENT" desc="Permission fragment used in the permission bubble, after 'This site wants to:' asking for permission to access the user's physical location."> |
| 92 | Know your location |
| 93 | </message> |
| 94 | <message name="IDS_NOTIFICATION_PERMISSIONS_FRAGMENT" desc="Permission sentence fragment to show following the prompt 'This site wants to:' in a permissions request"> |
| 95 | Show notifications |
| 96 | </message> |
| 97 | <message name="IDS_MIDI_SYSEX_PERMISSION_FRAGMENT" desc="Permission asked in the permission bubble when a URL wants to access MIDI devices with system exclusive messages, along with other permissions requests. Preceded by the prompt 'This site would like to:'"> |
| 98 | Use your MIDI devices |
| 99 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 100 | <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's microphone."> |
| 101 | Use your microphone |
| 102 | </message> |
| 103 | <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's camera."> |
| 104 | Use your camera |
| 105 | </message> |
Francois Beaufort | e0fd316 | 2020-06-10 07:35:22 | [diff] [blame] | 106 | <message name="IDS_MEDIA_CAPTURE_CAMERA_PAN_TILT_ZOOM_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions prompt when a web page requests access to the computer's camera, including zoom and move."> |
| 107 | Use & move your camera |
François Beaufort | cc206ec | 2020-05-07 07:33:30 | [diff] [blame] | 108 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 109 | <message name="IDS_ACCESSIBILITY_EVENTS_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to respond to accessibility events, for example if the user is using a screen reader and the site has custom accessibility features. Follows a prompt: 'This site would like to:'"> |
| 110 | Respond to Accessibility Events |
| 111 | </message> |
| 112 | <message name="IDS_CLIPBOARD_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to read data from the system clipboard. Follows a prompt: 'This site would like to:'"> |
| 113 | See text and images copied to the clipboard |
| 114 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 115 | <message name="IDS_VR_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to use VR. Follows a prompt: 'This site would like to:"> |
| 116 | Use virtual reality devices and data |
| 117 | </message> |
| 118 | <message name="IDS_AR_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to use AR. Follows a prompt: 'This site would like to:"> |
Alex Cooper | 7cd5fd3 | 2020-03-03 22:23:34 | [diff] [blame] | 119 | Create a 3D map of your surroundings and track camera position |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 120 | </message> |
Bret Sepulveda | 5a4f422d | 2020-09-15 10:20:52 | [diff] [blame] | 121 | <message name="IDS_STORAGE_ACCESS_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site needs access to its data while it is embedded into another site. Follows a prompt: 'This site would like to:'"> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 122 | Access cookies and site data. |
Bret Sepulveda | 5a4f422d | 2020-09-15 10:20:52 | [diff] [blame] | 123 | </message> |
| 124 | <message name="IDS_STORAGE_ACCESS_PERMISSION_EXPLANATION" desc="Explanation of the permission request shown if the user is visiting a site needs access to its data while it is embedded into another site. Follows this text: 'This site would like to: Access cookies and site data.'"> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 125 | Do you want to allow <ph name="EMBEDDED_URL">$1<ex>news.site</ex></ph> to use cookies and site data on <ph name="TOP_LEVEL_URL">$2<ex>content_domain.site</ex></ph>? |
| 126 | |
| 127 | This will otherwise be blocked by your privacy settings. This will allow the content you interacted with to work correctly, but may allow <ph name="EMBEDDED_URL">$1<ex>news.site</ex></ph> to track your activity. |
| 128 | </message> |
Mike Wasserman | 2fc36d63 | 2020-05-08 19:15:59 | [diff] [blame] | 129 | <message name="IDS_WINDOW_PLACEMENT_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to place windows. Follows a prompt: 'This site would like to:'"> |
Mike Wasserman | 5b1b99e3 | 2022-01-11 23:41:35 | [diff] [blame] | 130 | Use info about your screens to open and place windows |
Mike Wasserman | 2fc36d63 | 2020-05-08 19:15:59 | [diff] [blame] | 131 | </message> |
Olivier Yiptong | 5a58487e | 2020-08-07 19:04:24 | [diff] [blame] | 132 | <message name="IDS_FONT_ACCESS_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to access locally installed font data. Follows a prompt: 'This site would like to:'"> |
Olivier Yiptong | baa42f8 | 2020-09-29 17:13:03 | [diff] [blame] | 133 | Use the fonts on your computer so you can create high-fidelity content |
Olivier Yiptong | 5a58487e | 2020-08-07 19:04:24 | [diff] [blame] | 134 | </message> |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 135 | <message name="IDS_IDLE_DETECTION_PERMISSION_FRAGMENT" desc="Permission request shown if the user is visiting a site that wants to monitor when the user is interacting with their device. Follows a prompt: 'This site would like to:'"> |
Reilly Grant | cde1ba0 | 2021-02-19 21:22:34 | [diff] [blame] | 136 | Know when you're actively using this device |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 137 | </message> |
Bret Sepulveda | 5327d8b5 | 2021-07-21 17:44:23 | [diff] [blame] | 138 | <message name="IDS_MULTI_DOWNLOAD_PERMISSION_FRAGMENT" desc="Permission request shown if multiple downloads are attempted without user interaction and there are multiple permissions requested. Follows a prompt: 'This site would like to:'"> |
| 139 | Download multiple files |
| 140 | </message> |
| 141 | <message name="IDS_SECURITY_KEY_ATTESTATION_PERMISSION_FRAGMENT" desc="A permission prompt shown to a user when a website wants to see information that identifies the user's Security Key, such as make and model number. The text '[website URL] wants to:' precedes this string. The 'make' of a device is the brand name of the manufacturer, e.g. Yubikey is a make of Security Key. The 'model' of a device is the specific product, e.g. Yubikey Neo is a model of Security Key."> |
| 142 | See the make and model of your Security Key |
| 143 | </message> |
Martin Kreichgauer | ae7e43d7 | 2021-08-13 19:14:42 | [diff] [blame] | 144 | <message name="IDS_U2F_API_PERMISSION_FRAGMENT" desc="A permission prompt shown to a user when a website wants to make a request to access a user's Security Key. A 'Security Key' is a small USB device that a user can touch in order to sign into a website."> |
| 145 | Use your Security Key |
| 146 | </message> |
| 147 | <message name="IDS_U2F_API_PERMISSION_EXPLANATION" desc="A permission prompt shown to a user when a website wants to make a request to access a user's Security Key. A 'Security Key' is a small USB device that a user can touch in order to sign into a website. 'U2F API' and 'Web Authentication API' are the names of two different web platform APIs for interacting with Security Keys."> |
| 148 | This site won't be able to use the U2F API after February 2022. If you own this site, you should change it to use the Web Authentication API. |
| 149 | </message> |
Clark DuVall | 86701ed | 2020-03-05 00:56:58 | [diff] [blame] | 150 | <message name="IDS_PERMISSION_ALLOW" desc="Label on button to allow a permissions request."> |
| 151 | Allow |
| 152 | </message> |
| 153 | <message name="IDS_PERMISSION_DENY" desc="Label on button to deny a permissions request."> |
| 154 | Block |
| 155 | </message> |
Ravjit Singh Uppal | c73b5a6 | 2020-11-13 01:38:52 | [diff] [blame] | 156 | <message name="IDS_PERMISSION_ALLOW_ONCE"> |
| 157 | Only this time |
| 158 | </message> |
| 159 | <message name="IDS_PERMISSION_ALLOW_ALWAYS"> |
| 160 | On every visit |
| 161 | </message> |
| 162 | <message name="IDS_PERMISSIONS_BUBBLE_PROMPT_ONE_TIME" desc="The label that is used to introduce permission request details to the user in a popup."> |
| 163 | Allow <ph name="SITE_NAME">$1<ex>google.com</ex></ph> to: |
| 164 | </message> |
Michael van Ouwerkerk | 12553e2 | 2021-05-17 14:20:58 | [diff] [blame] | 165 | <!-- Device Chooser --> |
| 166 | <if expr="not is_android"> |
| 167 | <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_ORIGIN" desc="The label that is used to introduce Bluetooth chooser details to the user in a popup when it is from a website."> |
| 168 | <ph name="Origin">$1<ex>www.google.com</ex></ph> wants to pair |
| 169 | </message> |
| 170 | <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_NO_DEVICES_FOUND_PROMPT" desc="The label shown to the user to inform them that no Bluetooth devices were found matching the requirements that the application provided."> |
| 171 | No compatible devices found. |
| 172 | </message> |
| 173 | <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PAIR_BUTTON_TEXT" desc="Label on the button that closes the Bluetooth chooser popup and pairs the selected device."> |
| 174 | Pair |
| 175 | </message> |
| 176 | <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_SCANNING_LABEL" desc="Text on label that indicates a scan for Bluetooth devices is in progress."> |
| 177 | Scanning... |
| 178 | </message> |
| 179 | <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_SCANNING_LABEL_TOOLTIP" desc="Tooltip for the label that shows while scanning for Bluetooth devices."> |
| 180 | Scanning for Bluetooth devices... |
| 181 | </message> |
| 182 | </if> |
Michael van Ouwerkerk | 87d131d3 | 2021-06-29 19:56:34 | [diff] [blame] | 183 | <message name="IDS_DEVICE_CHOOSER_DEVICE_NAME_WITH_ID" desc="To distinguish devices with the same name, the device chooser shows the device name with id."> |
| 184 | <ph name="DEVICE_NAME">$1<ex>device name</ex></ph> (<ph name="DEVICE_ID">$2<ex>device id</ex></ph>) |
| 185 | </message> |
Michael van Ouwerkerk | 722da829 | 2021-06-24 21:45:13 | [diff] [blame] | 186 | |
| 187 | <!-- Bluetooth Scanning Prompt --> |
Michael van Ouwerkerk | 19f0cea | 2021-06-30 11:22:16 | [diff] [blame] | 188 | <if expr="not is_android"> |
| 189 | <message name="IDS_BLUETOOTH_SCANNING_PROMPT_ORIGIN" desc="The label that is used to introduce Bluetooth scanning prompt details to the user when it is from a website."> |
| 190 | <ph name="Origin">$1<ex>www.google.com</ex></ph> wants to scan for nearby Bluetooth devices. The following devices have been found: |
| 191 | </message> |
| 192 | <message name="IDS_BLUETOOTH_SCANNING_DEVICE_UNKNOWN" desc="Text to identify Bluetooth devices of unknown or unsupported class."> |
| 193 | Unknown or unsupported device (<ph name="DEVICE_ID">$1<ex>A1:B2:C3:D4:E5:F6</ex></ph>) |
| 194 | </message> |
| 195 | </if> |
Michael van Ouwerkerk | 722da829 | 2021-06-24 21:45:13 | [diff] [blame] | 196 | <message name="IDS_BLUETOOTH_SCANNING_PROMPT_NO_DEVICES_FOUND_PROMPT" desc="The label shown to the user to inform them that no nearby Bluetooth devices were found using the requirements that the application provided." formatter_data="android_java"> |
| 197 | No nearby devices found. |
| 198 | </message> |
| 199 | <message name="IDS_BLUETOOTH_SCANNING_PROMPT_ALLOW_BUTTON_TEXT" desc="Label on the button that allows Bluetooth scanning." formatter_data="android_java"> |
| 200 | Allow |
| 201 | </message> |
| 202 | <message name="IDS_BLUETOOTH_SCANNING_PROMPT_BLOCK_BUTTON_TEXT" desc="Label on the button that blocks Bluetooth scanning." formatter_data="android_java"> |
| 203 | Block |
| 204 | </message> |
| 205 | |
Michael van Ouwerkerk | 12553e2 | 2021-05-17 14:20:58 | [diff] [blame] | 206 | <message name="IDS_DEVICE_CHOOSER_CANCEL_BUTTON_TEXT" desc="Label on the button that closes the chooser popup without selecting an option."> |
| 207 | Cancel |
| 208 | </message> |
| 209 | <message name="IDS_DEVICE_CHOOSER_NO_DEVICES_FOUND_PROMPT" desc="The label shown to the user to inform them that no USB devices were found matching the requirements that the application provided."> |
| 210 | No compatible devices found. |
| 211 | </message> |
| 212 | <message name="IDS_USB_DEVICE_CHOOSER_PROMPT_ORIGIN" desc="The label that is used to introduce USB chooser details to the user in a popup when it is from a website."> |
| 213 | <ph name="Origin">$1<ex>www.google.com</ex></ph> wants to connect |
| 214 | </message> |
| 215 | <message name="IDS_USB_DEVICE_CHOOSER_CONNECT_BUTTON_TEXT" desc="Label on the button that closes the USB chooser popup and connects the selected device."> |
| 216 | Connect |
| 217 | </message> |
| 218 | <message name="IDS_USB_DEVICE_CHOOSER_LOADING_LABEL" desc="Text on label that the browser is loading the list of USB devices."> |
| 219 | Finding devices... |
| 220 | </message> |
| 221 | <message name="IDS_USB_DEVICE_CHOOSER_LOADING_LABEL_TOOLTIP" desc="Tooltip for the label that the browser is loading the list of USB devices."> |
| 222 | Finding USB devices... |
| 223 | </message> |
| 224 | |
Olesia Marukhno | f8a4bed8 | 2020-06-17 13:35:31 | [diff] [blame] | 225 | <if expr="not is_android"> |
| 226 | <message name="IDS_GEOLOCATION_PERMISSION_CHIP" desc="Button text representing a request for the user's physical location from a website. When clicked, shows a permission prompt bubble with more information."> |
Edward Jung | 20b0a7d | 2020-07-08 13:07:20 | [diff] [blame] | 227 | Use your location? |
Olesia Marukhno | f8a4bed8 | 2020-06-17 13:35:31 | [diff] [blame] | 228 | </message> |
| 229 | <message name="IDS_NOTIFICATION_PERMISSIONS_CHIP" desc="Button text representing a request for showing notifications from a website. When clicked, shows a permission prompt bubble with more information."> |
| 230 | Get notifications? |
| 231 | </message> |
| 232 | <message name="IDS_MIDI_SYSEX_PERMISSION_CHIP" desc="Button text representing a request for accessing MIDI devices from a website. When clicked, shows a permission prompt bubble with more information."> |
| 233 | Connect MIDI device? |
| 234 | </message> |
| 235 | <message name="IDS_MEDIA_CAPTURE_AUDIO_ONLY_PERMISSION_CHIP" desc="Button text representing a request for accessing the computer's microphone from a website. When clicked, shows a permission prompt bubble with more information."> |
| 236 | Use microphone? |
| 237 | </message> |
| 238 | <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY_PERMISSION_CHIP" desc="Button text representing a request for accessing to the computer's camera from a website. When clicked, shows a permission prompt bubble with more information."> |
| 239 | Use camera? |
| 240 | </message> |
| 241 | <message name="IDS_MEDIA_CAPTURE_VIDEO_AND_AUDIO_PERMISSION_CHIP" desc="Button text representing a request for accessing the computer's camera and microphone from a website. When clicked, shows a permission prompt bubble with more information."> |
| 242 | Use camera & microphone? |
| 243 | </message> |
| 244 | <message name="IDS_CLIPBOARD_PERMISSION_CHIP" desc="Button text representing a request for reading data from the system clipboard from a website. When clicked, shows a permission prompt bubble with more information."> |
| 245 | Share clipboard? |
| 246 | </message> |
| 247 | <message name="IDS_VR_PERMISSION_CHIP" desc="Button text representing a request for using VR from a website. When clicked, shows a permission prompt bubble with more information."> |
| 248 | Allow VR? |
| 249 | </message> |
| 250 | <message name="IDS_AR_PERMISSION_CHIP" desc="Button text representing a request for using AR from a website. When clicked, shows a permission prompt bubble with more information."> |
| 251 | Allow AR? |
| 252 | </message> |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 253 | <message name="IDS_IDLE_DETECTION_PERMISSION_CHIP" desc="Button text representing a request for using using idle detection from a website. When clicked, shows a permission prompt bubble with more information."> |
Reilly Grant | cde1ba0 | 2021-02-19 21:22:34 | [diff] [blame] | 254 | Know your device use? |
Reilly Grant | c0e18346c | 2020-09-16 20:53:34 | [diff] [blame] | 255 | </message> |
Illia Klimov | fabd8b5 | 2021-10-21 07:15:40 | [diff] [blame] | 256 | |
| 257 | <message name="IDS_GEOLOCATION_PERMISSION_BLOCKED_CHIP" desc="Button text representing a blocked or expired request for the user's physical location from a website. When clicked, shows a permission prompt bubble with more information."> |
| 258 | Location blocked |
| 259 | </message> |
| 260 | <message name="IDS_NOTIFICATION_PERMISSIONS_BLOCKED_CHIP" desc="Button text representing a blocked or expired request for showing notifications from a website. When clicked, shows a permission prompt bubble with more information."> |
| 261 | Notifications blocked |
| 262 | </message> |
Olesia Marukhno | f8a4bed8 | 2020-06-17 13:35:31 | [diff] [blame] | 263 | </if> |
| 264 | |
Scott Violet | 9389378 | 2020-03-27 16:23:54 | [diff] [blame] | 265 | <!-- Quota messages --> |
| 266 | <if expr="is_android"> |
| 267 | <message name="IDS_REQUEST_QUOTA_INFOBAR_TEXT" desc="Mobile: For Android device. Text requesting permission for a site to use a new (larger) quota to persistently store data on the device (e.g. for persistent-type filesystem)."> |
| 268 | <ph name="URL">$1<ex>html5rocks.com</ex></ph> wants to permanently store data on your device |
| 269 | </message> |
| 270 | <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_TEXT" desc="Mobile: For Android device. Text requesting permission for a site to use a new (larger) quota to persistently store large data on the user's device (e.g. for persistent-type filesystem)."> |
| 271 | <ph name="URL">$1<ex>html5rocks.com</ex></ph> wants to permanently store large data on your device |
| 272 | </message> |
| 273 | </if> |
| 274 | <if expr="not is_android"> |
| 275 | <message name="IDS_REQUEST_QUOTA_INFOBAR_TEXT" desc="Text requesting permission for a site to use a new (larger) quota to persistently store data on the user's local computer (e.g. for persistent-type filesystem)."> |
| 276 | <ph name="URL">$1<ex>html5rocks.com</ex></ph> wants to permanently store data on your local computer |
| 277 | </message> |
| 278 | <message name="IDS_REQUEST_LARGE_QUOTA_INFOBAR_TEXT" desc="Text requesting permission for a site to use a new (larger) quota to persistently store large data on the user's local computer (e.g. for persistent-type filesystem)."> |
| 279 | <ph name="URL">$1<ex>html5rocks.com</ex></ph> wants to permanently store large data on your local computer |
| 280 | </message> |
| 281 | </if> |
| 282 | <message name="IDS_REQUEST_QUOTA_PERMISSION_FRAGMENT" desc="Permission fragment presented in the permission bubble when the webapp requests new larger quota to persistently store data on the device. Follows a 'This site would like to:' prompt."> |
| 283 | Store files on this device |
| 284 | </message> |
Clark DuVall | 217fad8a | 2020-02-19 19:58:00 | [diff] [blame] | 285 | </grit-part> |