Commit f400fce0 authored by Mei Liang's avatar Mei Liang Committed by Commit Bot

[TabSelectionEditor] Add strings

Change-Id: If3d333382233c155e4882e04fb3e9acbc14ea109
Bug: 970982
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644525
Commit-Queue: Mei Liang <meiliang@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666458}
parent 007dba99
...@@ -26,6 +26,13 @@ import org.chromium.chrome.R; ...@@ -26,6 +26,13 @@ import org.chromium.chrome.R;
R.string.accessibility_bottom_tab_strip_expand_tab_sheet, R.string.accessibility_bottom_tab_strip_expand_tab_sheet,
R.string.accessibility_bottom_tab_grid_close_tab_sheet, R.string.accessibility_bottom_tab_grid_close_tab_sheet,
R.string.tabswitcher_create_group, R.string.tabswitcher_create_group,
R.string.tab_selection_editor_group,
R.string.accessibility_group_selected_tabs,
R.string.tab_selection_editor_toolbar_select_tabs,
R.string.accessibility_select_tab,
R.string.accessibility_unselect_tab,
R.string.undo_bar_group_tabs_message,
R.string.menu_group_tabs,
}; };
private SilenceLintErrors() {} private SilenceLintErrors() {}
......
...@@ -3061,6 +3061,9 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p ...@@ -3061,6 +3061,9 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p
<message name="IDS_MENU_CLOSE_ALL_INCOGNITO_TABS" desc="Menu item for closing all open incognito tabs. [CHAR-LIMIT=27]"> <message name="IDS_MENU_CLOSE_ALL_INCOGNITO_TABS" desc="Menu item for closing all open incognito tabs. [CHAR-LIMIT=27]">
Close incognito tabs Close incognito tabs
</message> </message>
<message name="IDS_MENU_GROUP_TABS" desc="Menu item for grouping tabs. [CHAR-LIMIT=27]">
Group tabs...
</message>
<!-- Bookmarks strings --> <!-- Bookmarks strings -->
<message name="IDS_BOOKMARKS" desc="Title of the bookmarks page, which shows a list of the user's bookmarks. [CHAR-LIMIT=18]"> <message name="IDS_BOOKMARKS" desc="Title of the bookmarks page, which shows a list of the user's bookmarks. [CHAR-LIMIT=18]">
...@@ -3481,6 +3484,10 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p ...@@ -3481,6 +3484,10 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p
<message name="IDS_UNDO_BAR_MULTIPLE_DOWNLOADS_DELETE_MESSAGE" desc="Message shown when you can undo deleting several downloads."> <message name="IDS_UNDO_BAR_MULTIPLE_DOWNLOADS_DELETE_MESSAGE" desc="Message shown when you can undo deleting several downloads.">
<ph name="NUMBER_OF_DOWNLOADS">%1$s<ex>3</ex></ph> downloads deleted <ph name="NUMBER_OF_DOWNLOADS">%1$s<ex>3</ex></ph> downloads deleted
</message> </message>
<message name="IDS_UNDO_BAR_GROUP_TABS_MESSAGE" desc="Message shown or announced when a group has been created.">
<ph name="TAB_COUNT">%1$s<ex>3</ex></ph> tabs grouped
</message>
<!-- MultiWindow --> <!-- MultiWindow -->
<message name="IDS_UNSUPPORTED_NUMBER_OF_WINDOWS" desc="Popup message for when the user has tried to start too many concurrent versions of Chrome."> <message name="IDS_UNSUPPORTED_NUMBER_OF_WINDOWS" desc="Popup message for when the user has tried to start too many concurrent versions of Chrome.">
...@@ -4060,6 +4067,23 @@ The site does NOT gain access to the camera. The camera images are only visible ...@@ -4060,6 +4067,23 @@ The site does NOT gain access to the camera. The camera images are only visible
Tab management Tab management
</message> </message>
<!-- Tab Selection Editor strings -->
<message name="IDS_TAB_SELECTION_EDITOR_GROUP" desc="This text button is shown in the Tab Selection Editor Toolbar. 'Group' is a verb. When the user taps the button, Chrome creates a new group that contains the selected tabs.">
Group
</message>
<message name="IDS_ACCESSIBILITY_GROUP_SELECTED_TABS" desc="Content description for the button to group selected tab.">
Group <ph name="NUM_SELECTED">%1$s<ex>3</ex></ph> tabs.
</message>
<message name="IDS_TAB_SELECTION_EDITOR_TOOLBAR_SELECT_TABS" desc="Label shown on Tab Selection Editor Toolbar asking user to select tabs from the list.">
Select tabs
</message>
<message name="IDS_ACCESSIBILITY_SELECT_TAB" desc="Content description for the button to group selected tab.">
Select <ph name="TAB_TITLE">%1$s<ex>Google</ex></ph> tab.
</message>
<message name="IDS_ACCESSIBILITY_UNSELECT_TAB" desc="Content description for the button to group selected tab.">
Un-select <ph name="TAB_TITLE">%1$s<ex>Google</ex></ph> tab.
</message>
<message name="IDS_AUTOFILL_ASSISTANT_MODULE_TITLE" <message name="IDS_AUTOFILL_ASSISTANT_MODULE_TITLE"
desc="Text shown when the Foo module is referenced in install start, success, desc="Text shown when the Foo module is referenced in install start, success,
failure UI (e.g. in IDS_MODULE_INSTALL_START_TEXT, which will expand to failure UI (e.g. in IDS_MODULE_INSTALL_START_TEXT, which will expand to
......
b5e5e378a463ef3101e64f04a0709e1ea6763848
\ No newline at end of file
9c874ea2b179181e6ffb3e291e69d77646c4b702
\ No newline at end of file
e4d16394d291a1e1c85e076c5a4bd0d2a425600a
\ No newline at end of file
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