Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 1339183002: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix descriptions. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | media/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" 1304 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS"
1305 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."> 1305 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.">
1306 Relaunching in Chromium immersive mode will close and relaunch your Ch romium apps. 1306 Relaunching in Chromium immersive mode will close and relaunch your Ch romium apps.
1307 </message> 1307 </message>
1308 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1308 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1309 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."> 1309 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.">
1310 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1310 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1311 </message> 1311 </message>
1312 </if> 1312 </if>
1313 1313
1314 <!-- Audio device strings. -->
1315 <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.">
1316 Default
1317 </message>
Nico 2015/09/15 00:12:25 chromium_strings.grd / google_chrome_strings.grd a
ajm 2015/09/15 00:52:14 Ah, that makes more sense. Done.
1318 <if expr="is_win">
1319 <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.">
1320 Communications
1321 </message>
1322 </if>
1323 <if expr="chromeos">
1324 <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.">
1325 Default (pick up just one person)
1326 </message>
1327 <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.">
1328 Default (pick up everything)
1329 </message>
1330 </if>
1331
1314 </messages> 1332 </messages>
1315 </release> 1333 </release>
1316 </grit> 1334 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | media/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698