Commit e7344594 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Extensions Click-to-Script] Update Context Menu Strings

Update the context menu strings to the new spec. The submenu title is
exceptionally long, but it's the best we have.

Bug: 876779
Change-Id: I0d97caa14061b722c958e82e2a189c7b5f6588f2
Reviewed-on: https://chromium-review.googlesource.com/1195940Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587769}
parent d67cfae6
...@@ -3884,10 +3884,10 @@ are declared in tools/grit/grit_rule.gni. ...@@ -3884,10 +3884,10 @@ are declared in tools/grit/grit_rule.gni.
</message> </message>
<if expr="not use_titlecase"> <if expr="not use_titlecase">
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (sentence case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (sentence case).">
Allow access This can read and change site data
</message> </message>
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (sentence case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (sentence case).">
On click When you click the extension
</message> </message>
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (sentence case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (sentence case).">
On <ph name="ORIGIN">$1<ex>google.com</ex></ph> On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
...@@ -3922,10 +3922,10 @@ are declared in tools/grit/grit_rule.gni. ...@@ -3922,10 +3922,10 @@ are declared in tools/grit/grit_rule.gni.
</if> </if>
<if expr="use_titlecase"> <if expr="use_titlecase">
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (title case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (title case).">
Allow Access This Can Read and Change Site Data
</message> </message>
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (title case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (title case).">
On Click When You Click the Extension
</message> </message>
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (title case)."> <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (title case).">
On <ph name="ORIGIN">$1<ex>google.com</ex></ph> On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment