Skip to content

Commit 9a77bc1

Browse files
cdesouza-chromiumemerick
authored andcommitted
Updated strings for Chromium 136.0.7103.17.
1 parent 3799091 commit 9a77bc1

36 files changed

+1211
-572
lines changed

android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd

+44-30
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,30 @@
306306
other {Group <ph name="TABS_COUNT_MANY">%1$d<ex>8</ex></ph> selected tabs}
307307
}
308308
</message>
309+
<message name="IDS_ADD_TAB_TO_NEW_GROUP_MENU_ITEM" desc="This text menu item is shown in several menus and starts the UI flow for adding a tab to a new group.">
310+
{TABS_COUNT, plural,
311+
=1 {Add tab to new group}
312+
other {Add tabs to new group}
313+
}
314+
</message>
315+
<message name="IDS_ACCESSIBILITY_ADD_TAB_TO_NEW_GROUP_MENU_ITEM" desc="The accessibility text to read when the 'Add tab to new group' menu item is focused. When this menu item is tapped, the selected tab will be added to a new tab group.">
316+
{TABS_COUNT, plural,
317+
=1 {Add <ph name="TABS_COUNT_ONE">%1$d<ex>1</ex></ph> tab to group}
318+
other {Add <ph name="TABS_COUNT_MANY">%1$d<ex>8</ex></ph> tabs to group}
319+
}
320+
</message>
321+
<message name="IDS_ADD_TAB_TO_GROUP_MENU_ITEM" desc="This text menu item is shown in several menus and starts the UI flow for adding one or more tabs to a new or pre-existing group.">
322+
{TABS_COUNT, plural,
323+
=1 {Add tab to group}
324+
other {Add tabs to group}
325+
}
326+
</message>
327+
<message name="IDS_ACCESSIBILITY_ADD_TAB_TO_GROUP_MENU_ITEM" desc="The accessibility text to read when the 'Add tab to group' menu item is focused. When this menu item is tapped, the selected tabs will be added to a new or pre-existing tab group.">
328+
{TABS_COUNT, plural,
329+
=1 {Add <ph name="TABS_COUNT_ONE">%1$d<ex>1</ex></ph> selected tab to group}
330+
other {Add <ph name="TABS_COUNT_MANY">%1$d<ex>8</ex></ph> selected tabs to group}
331+
}
332+
</message>
309333
<message name="IDS_TAB_SELECTION_EDITOR_UNGROUP_TABS" desc="This text menu item is shown in the Tab Selection Editor menu. 'Ungroup' is a verb. When the user taps the menu item, Brave removes the selected tabs from the group. [CHAR_LIMIT=27]">
310334
{TABS_COUNT, plural,
311335
=1 {Ungroup tab}
@@ -367,44 +391,20 @@
367391
</message>
368392
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_ADDED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were only added.">
369393
{NUMBER_OF_TABS_ADDED, plural,
370-
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> tab added}
371-
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> tabs added}
372-
}
373-
</message>
374-
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_ADDED_CHANGED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were added, and changed.">
375-
{NUMBER_OF_TABS_ADDED, plural,
376-
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> tab added, <ph name="ANY_CHANGED">%2$d<ex>2</ex></ph> changed}
377-
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> tabs added, <ph name="ANY_CHANGED">%2$d<ex>2</ex></ph> changed}
394+
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> new tab}
395+
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> new tabs}
378396
}
379397
</message>
380398
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_ADDED_CLOSED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were added, and closed.">
381399
{NUMBER_OF_TABS_ADDED, plural,
382-
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> tab added, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
383-
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> tabs added, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
384-
}
385-
</message>
386-
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_ADDED_CHANGED_CLOSED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were added, changed, and closed.">
387-
{NUMBER_OF_TABS_ADDED, plural,
388-
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> tab added, <ph name="ANY_CHANGED">%2$d<ex>2</ex></ph> changed, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
389-
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> tabs added, <ph name="ANY_CHANGED">%2$d<ex>2</ex></ph> changed, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
390-
}
391-
</message>
392-
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_CHANGED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were only changed.">
393-
{NUMBER_OF_TABS_CHANGED, plural,
394-
=1 {<ph name="ONE_CHANGED">%2$d<ex>1</ex></ph> tab changed}
395-
other {<ph name="MANY_CHANGED">%2$d<ex>2</ex></ph> tabs changed}
396-
}
397-
</message>
398-
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_CHANGED_CLOSED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were changed, and closed.">
399-
{NUMBER_OF_TABS_CHANGED, plural,
400-
=1 {<ph name="ONE_CHANGED">%2$d<ex>1</ex></ph> tab changed, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
401-
other {<ph name="MANY_CHANGED">%2$d<ex>2</ex></ph> tabs changed, <ph name="ANY_CLOSED">%3$d<ex>2</ex></ph> closed}
400+
=1 {<ph name="ONE_ADDED">%1$d<ex>1</ex></ph> new tab, <ph name="ANY_CLOSED">%2$d<ex>2</ex></ph> closed}
401+
other {<ph name="MANY_ADDED">%1$d<ex>2</ex></ph> new tabs, <ph name="ANY_CLOSED">%2$d<ex>2</ex></ph> closed}
402402
}
403403
</message>
404404
<message name="IDS_TAB_GRID_DIALOG_COLLABORATION_ACTIVITY_TABS_CLOSED" desc="This text shows in a message card in the TabGridDialog if there are activity updates about the state of the tab group such as tabs being added, changed, or closed. This text describes that tabs were only closed.">
405405
{NUMBER_OF_TABS_CLOSED, plural,
406-
=1 {<ph name="ONE_CLOSED">%3$d<ex>1</ex></ph> tab closed}
407-
other {<ph name="MANY_CLOSED">%3$d<ex>2</ex></ph> tabs closed}
406+
=1 {<ph name="ONE_CLOSED">%2$d<ex>1</ex></ph> tab closed}
407+
other {<ph name="MANY_CLOSED">%2$d<ex>2</ex></ph> tabs closed}
408408
}
409409
</message>
410410

@@ -1048,6 +1048,14 @@ If you delete it, everyone will immediately lose access to the "<ph name="TITLE_
10481048
<message name="IDS_ADD_TAB_TO_GROUP" desc="Content description for an action which adds a tab to a group.">
10491049
Add to group
10501050
</message>
1051+
<message name="IDS_ADD_TO_BOOKMARKS" desc="Content description for an action which adds a tab to the bookmarks.">
1052+
Add to bookmarks
1053+
</message>
1054+
<message name="IDS_MOVE_TAB_TO_ANOTHER_WINDOW" desc="Content description for an action which moves a tab to another window.">
1055+
{WINDOW_COUNT, plural,
1056+
=1 {Move to new window}
1057+
other {Move to other window}}
1058+
</message>
10511059

10521060
<!-- Tab Group List Bottom Sheet -->
10531061
<message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_TITLE" desc="Title text for a bottom sheet which is used to add a tab to a tab group.">
@@ -1056,6 +1064,9 @@ If you delete it, everyone will immediately lose access to the "<ph name="TITLE_
10561064
<message name="IDS_CREATE_NEW_GROUP_ROW_TITLE" desc="Description text for an option in a bottom sheet to create a new tab group.">
10571065
New tab group
10581066
</message>
1067+
<message name="IDS_TAB_GROUP_LIST_WITH_ADD_BUTTON_BOTTOM_SHEET_CONTENT_DESCRIPTION" desc="The content description for the bottom sheet containing a list of tab groups and the option to create a new tab group.">
1068+
Select tab group or create new tab group
1069+
</message>
10591070
<message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_CONTENT_DESCRIPTION" desc="The content description for the bottom sheet containing a list of tab groups.">
10601071
Select tab group
10611072
</message>
@@ -1068,6 +1079,9 @@ If you delete it, everyone will immediately lose access to the "<ph name="TITLE_
10681079
<message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_CLOSED" desc="The accessibility announcement made when the bottom sheet containing a list of tab groups is closed.">
10691080
Tab group list closed
10701081
</message>
1082+
<message name="IDS_TAB_GROUP_BOTTOM_SHEET_ROW_ACCESSIBILITY_TEXT" desc="Content description for accessibility to describe action of tapping on a tab group row on the bottom sheet.">
1083+
Add to <ph name="TITLE_OF_GROUP">%s<ex>shopping</ex></ph>
1084+
</message>
10711085
</messages>
10721086
</release>
10731087
</grit>

app/bookmarks_strings.grdp

+5-2
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,14 @@
243243
</if>
244244
<!-- End of Bookmarks Bubble strings. -->
245245

246-
<!-- Begin of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
246+
<!-- Begin of Bookmarks Promo strings for Desktop Identity Consistency. -->
247247
<message name="IDS_BOOKMARK_DICE_PROMO_SYNC_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble asking the user to enable sync.">
248248
To get your bookmarks on all your devices, turn on sync.
249249
</message>
250-
<!-- End of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
250+
<message name="IDS_BOOKMARK_VERIFY_PROMO_SUBTITLE" desc="This is the body text of a confirmation message and means that the bookmark is in an account-pending storage. In other words, it's waiting to be uploaded to the user's Brave sync chain. It appears when the user was signed in to Brave with account storage for bookmarks enabled but their sign-in credentials have expired; now, they need to sign back in to Brave. The string is after the 'Bookmark added' string. If the user wants to save this data to their Brave sync chain, they can click the 'Verify it's you' button at the bottom of this message. The tone should be motivating.">
251+
To get this bookmark on all your devices, verify it's you
252+
</message>
253+
<!-- End of Bookmarks Promo strings for Desktop Identity Consistency. -->
251254

252255
<!-- Begin of Desktop to iOS Promo strings. -->
253256
<if expr="is_win">

0 commit comments

Comments
 (0)