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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 18004004: Web MIDI: Implement icon image and bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for review Created 7 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index eaf87527a778cc0a9c915caa78a2ec635f5504f3..3f3d543f250917911b763b22465cc0d445b8a777 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14650,8 +14650,6 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_MIDI_SYSEX_ASK_RADIO" desc="A radio button in Content Settings dialog to allow a site to query the permision to access MIDI devices with system exclusive messages.">
Ask me when a site wants to use system exclusive messages to access MIDI devices (recommended)
</message>
-
- <!-- Web MIDI messages -->
<message name="IDS_MIDI_SYSEX_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access MIDI devices with system exclusive messages.">
<ph name="URL">
$1<ex>www.google.com</ex>
@@ -14663,11 +14661,34 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_MIDI_SYSEX_DENY_BUTTON" desc="A button in MIDI access infobar for denying full access to MIDI devices for a given domain.">
Deny
</message>
+ <message name="IDS_MIDI_SYSEX_ALLOWED_TOOLTIP" desc="Location bar icon tooltip text when a page is allowed to use MIDI system exclusive messages.">
+ This page has a full control of MIDI devices.
Bernhard Bauer 2013/08/07 13:16:31 "Control" is an uncountable noun, therefore no "a"
Takashi Toyoshima 2013/08/08 06:44:34 Thanks. Fixed this and following three same nits.
+ </message>
+ <message name="IDS_MIDI_SYSEX_BLOCKED_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using MIDI system exclusive messages.">
+ This page has been blocked from having a full control of MIDI devices.
+ </message>
+ <message name="IDS_MIDI_SYSEX_BUBBLE_ALLOWED" desc="Title of the MIDI bubble where system exclusive messages are allowed.">
+ This site has a full control of MIDI devices.
+ </message>
+ <message name="IDS_MIDI_SYSEX_BUBBLE_DENIED" desc="Title of the MIDI bubble where system exclusive messages are blocked.">
+ This site has been blocked from having a full control of MIDI devices.
+ </message>
+ <message name="IDS_MIDI_SYSEX_BUBBLE_REQUIRE_RELOAD_TO_CLEAR" desc="Hint text for the MIDI bubble informing user they must reload the page for the Clear settings command to take effect.">
+ Settings will be cleared on next reload
Bernhard Bauer 2013/08/07 13:16:31 Add a period at the end of the sentence?
Takashi Toyoshima 2013/08/08 06:44:34 Add a period on these two sentence, and similar tw
+ </message>
+ <message name="IDS_MIDI_SYSEX_BUBBLE_CLEAR_LINK" desc="Link on the MIDI bubble that resets the list of allowed and blocked sites.">
+ Clear these settings for future visits
+ </message>
+ <message name="IDS_MIDI_SYSEX_BUBBLE_MANAGE_LINK" desc="Link on the MIDI bubble that opens up the Content Settings management dialog.">
+ Manage MIDI settings...
+ </message>
+ <!-- Protocol Handler -->
<message name="IDS_REGISTER_PROTOCOL_HANDLER_TOOLTIP" desc="Location bar icon tooltip text when a page wants to use registerProtocolHandler.">
This page wants to install a service handler.
</message>
+ <!-- Media Stream -->
<message name="IDS_MEDIASTREAM_BUBBLE_MANAGE_LINK" desc="Link on the media (camera and microphone) bubble that opens up the Content Settings management dialog for media settings.">
Manage media settings...
</message>
« no previous file with comments | « no previous file | chrome/app/nibs/ContentBlockedMIDISysEx.xib » ('j') | chrome/app/nibs/ContentBlockedMIDISysEx.xib » ('J')

Powered by Google App Engine
This is Rietveld 408576698