OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1306 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" | 1306 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" |
1307 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Windows Chrome OS mode while packaged apps are running, which
will require all packaged apps to be closed and then restarted. Dialog is shown
with choices: OK, Cancel."> | 1307 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Windows Chrome OS mode while packaged apps are running, which
will require all packaged apps to be closed and then restarted. Dialog is shown
with choices: OK, Cancel."> |
1308 Relaunching in Chrome immersive mode will close and relaunch your Chro
me apps. | 1308 Relaunching in Chrome immersive mode will close and relaunch your Chro
me apps. |
1309 </message> | 1309 </message> |
1310 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1310 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1311 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> | 1311 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> |
1312 Relaunching in Desktop mode will close and relaunch your Chrome apps. | 1312 Relaunching in Desktop mode will close and relaunch your Chrome apps. |
1313 </message> | 1313 </message> |
1314 </if> | 1314 </if> |
1315 | 1315 |
| 1316 <!-- Audio device names. --> |
| 1317 <message name="IDS_DEFAULT_AUDIO_DEVICE_NAME" desc="Name representing the
system default audio device (i.e. microphone or loudspeaker). This is typically
presented to users in a drop-down list of device choices. Selecting it means the
system will decide which device to use."> |
| 1318 Default |
| 1319 </message> |
| 1320 <if expr="is_win"> |
| 1321 <message name="IDS_COMMUNICATIONS_AUDIO_DEVICE_NAME" desc="Name represen
ting the system default communications audio device (i.e. microphone or loudspea
ker). This is typically presented to users in a drop-down list of device choices
. Selecting it means the system will decide which device to use for communicatio
ns."> |
| 1322 Communications |
| 1323 </message> |
| 1324 </if> |
| 1325 <if expr="chromeos"> |
| 1326 <message name="IDS_BEAMFORMING_ON_DEFAULT_AUDIO_INPUT_DEVICE_NAME" desc=
"Name representing the default audio input device (i.e. microphone), but with be
amforming audio processing enabled. This is typically presented to users in a dr
op-down list of device choices. Selecting it means the system will decide which
device to use, but with beamforming enabled. This will generally cause only the
user in front of the device to be picked up by the microphones."> |
| 1327 Default (pick up just one person) |
| 1328 </message> |
| 1329 <message name="IDS_BEAMFORMING_OFF_DEFAULT_AUDIO_INPUT_DEVICE_NAME" desc
="Name representing the default audio input device (i.e. microphone), but with b
eamforming audio processing disabled. This is typically presented to users in a
drop-down list of device choices. Selecting it means the system will decide whic
h device to use, but with beamforming disabled. This will generally cause everyt
hing in the vicinity to be picked up by the microphones."> |
| 1330 Default (pick up everything) |
| 1331 </message> |
| 1332 </if> |
| 1333 |
1316 </messages> | 1334 </messages> |
1317 </release> | 1335 </release> |
1318 </grit> | 1336 </grit> |
OLD | NEW |