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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | media/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 9548ce9348f14517916f99f9eb5dc50a71d4a1e1..77533c5c75d7084b0fadb9ef1a24c2c6a242b3d5 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -1311,6 +1311,24 @@ and incorrect credentials. Either an attacker is trying to pretend to be <ph nam
</message>
</if>
+ <!-- Audio device strings. -->
+ <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.">
+ Default
+ </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.
+ <if expr="is_win">
+ <message name="IDS_COMMUNICATIONS_AUDIO_DEVICE_NAME" desc="Name representing the system default communications 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 for communications.">
+ Communications
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_BEAMFORMING_ON_DEFAULT_AUDIO_INPUT_DEVICE_NAME" desc="Name representing the default audio input device (i.e. microphone), but with beamforming audio processing enabled. 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, but with beamforming enabled. This will generally cause only the user in front of the device to be picked up by the microphones.">
+ Default (pick up just one person)
+ </message>
+ <message name="IDS_BEAMFORMING_OFF_DEFAULT_AUDIO_INPUT_DEVICE_NAME" desc="Name representing the default audio input device (i.e. microphone), but with beamforming audio processing disabled. 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, but with beamforming disabled. This will generally cause everything in the vicinity to be picked up by the microphones.">
+ Default (pick up everything)
+ </message>
+ </if>
+
</messages>
</release>
</grit>
« 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