|
335 | 335 | </message>
|
336 | 336 |
|
337 | 337 | <!-- Tab Grid Dialog strings -->
|
338 |
| - <message name="IDS_TAB_GRID_DIALOG_REMOVE_FROM_GROUP" desc="This text shows on the ungroup bar in TabGridDialog. When user drags a tab and drops it on the ungroup bar, this tab will be moved out of the group."> |
| 338 | + <message name="IDS_REMOVE_TAB_FROM_GROUP" desc="Content description for an action which removes a tab from its group."> |
339 | 339 | Remove from group
|
340 | 340 | </message>
|
341 | 341 | <message name="IDS_TAB_GRID_DIALOG_TOOLBAR_EDIT_GROUP_NAME" desc="This text shows in the TabGridDialog toolbar menu as one menu item. When user selects this item, the group name field will be focused and the keyboard will show for users to edit the group name.">
|
|
351 | 351 | Close group
|
352 | 352 | </message>
|
353 | 353 | <message name="IDS_TAB_GRID_DIALOG_TOOLBAR_MANAGE_SHARING" desc="This text shows in the TabGridDialog toolbar menu as one menu item. When user selects this item, the manage sharing UI is shown.">
|
354 |
| - Manage sharing |
| 354 | + Manage access |
355 | 355 | </message>
|
356 | 356 | <message name="IDS_TAB_GRID_DIALOG_TOOLBAR_RECENT_ACTIVITY" desc="This text shows in the TabGridDialog toolbar menu as one menu item. When user selects this item, the recent activity UI is shown.">
|
357 | 357 | Recent activity
|
|
726 | 726 | other {Created <ph name="NUM_YEARS_MANY">%d<ex>2</ex></ph> years ago}
|
727 | 727 | }
|
728 | 728 | </message>
|
| 729 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_NOW" desc="A subtitle on a row for a tab group. Explains the group was updated less than a minute ago."> |
| 730 | + Updated just now |
| 731 | + </message> |
| 732 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_MINUTES" desc="A subtitle on a row for a tab group. Explains how many minutes ago the group was updated."> |
| 733 | + {NUM_MINS, plural, |
| 734 | + =1 {Updated <ph name="NUM_MINS_ONE">%d<ex>1</ex></ph> minute ago} |
| 735 | + other {Updated <ph name="NUM_MINS_MANY">%d<ex>2</ex></ph> minutes ago} |
| 736 | + } |
| 737 | + </message> |
| 738 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_HOURS" desc="A subtitle on a row for a tab group. Explains how many hours ago the group was updated."> |
| 739 | + {NUM_HOURS, plural, |
| 740 | + =1 {Updated <ph name="NUM_HOURS_ONE">%d<ex>1</ex></ph> hour ago} |
| 741 | + other {Updated <ph name="NUM_HOURS_MANY">%d<ex>2</ex></ph> hours ago} |
| 742 | + } |
| 743 | + </message> |
| 744 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_DAYS" desc="A subtitle on a row for a tab group. Explains how many days ago the group was updated."> |
| 745 | + {NUM_DAYS, plural, |
| 746 | + =1 {Updated <ph name="NUM_DAYS_ONE">%d<ex>1</ex></ph> day ago} |
| 747 | + other {Updated <ph name="NUM_DAYS_MANY">%d<ex>2</ex></ph> days ago} |
| 748 | + } |
| 749 | + </message> |
| 750 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_WEEKS" desc="A subtitle on a row for a tab group. Explains how many weeks ago the group was updated."> |
| 751 | + {NUM_WEEKS, plural, |
| 752 | + =1 {Updated <ph name="NUM_WEEKS_ONE">%d<ex>1</ex></ph> week ago} |
| 753 | + other {Updated <ph name="NUM_WEEKS_MANY">%d<ex>2</ex></ph> weeks ago} |
| 754 | + } |
| 755 | + </message> |
| 756 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_MONTHS" desc="A subtitle on a row for a tab group. Explains how many months ago the group was updated."> |
| 757 | + {NUM_MONTHS, plural, |
| 758 | + =1 {Updated <ph name="NUM_MONTHS_ONE">%d<ex>1</ex></ph> month ago} |
| 759 | + other {Updated <ph name="NUM_MONTHS_MANY">%d<ex>2</ex></ph> months ago} |
| 760 | + } |
| 761 | + </message> |
| 762 | + <message name="IDS_TAB_GROUPS_UPDATED_AGO_YEARS" desc="A subtitle on a row for a tab group. Explains how many years ago the group was updated."> |
| 763 | + {NUM_MONTHS, plural, |
| 764 | + =1 {Updated <ph name="NUM_YEARS_ONE">%d<ex>1</ex></ph> year ago} |
| 765 | + other {Updated <ph name="NUM_YEARS_MANY">%d<ex>2</ex></ph> years ago} |
| 766 | + } |
| 767 | + </message> |
729 | 768 | <message name="IDS_PLUS_HIDDEN_TAB_COUNT" desc="A string to show how many other tabs are contained in a tab group who's favicons are not shown. [CHAR_LIMIT=5]">
|
730 | 769 | +<ph name="HIDDEN_TABS_COUNT">%1$s<ex>3</ex></ph>
|
731 | 770 | </message>
|
@@ -989,12 +1028,46 @@ If you delete it, everyone will immediately lose access to the "<ph name="TITLE_
|
989 | 1028 | </message>
|
990 | 1029 |
|
991 | 1030 | <!-- Tab Group Removed Message Strings -->
|
992 |
| - <message name="IDS_TAB_GROUP_REMOVED_MESSAGE_CARD_DESCRIPTION" desc="Description text on the message card which is shown when user is no longer a part of the tab group. [CHAR_LIMIT=40]"> |
993 |
| - <ph name="TAB_GROUP_NAME">%1$s<ex>Vacation</ex></ph> tab group no longer available |
994 |
| - </message> |
| 1031 | + <message name="IDS_ONE_TAB_GROUP_REMOVED_MESSAGE_CARD_DESCRIPTION" desc="Description text on the message card which is shown when user is no longer a part of one tab group. [CHAR_LIMIT=40]"> |
| 1032 | + "<ph name="TAB_GROUP_NAME">%1$s<ex>Vacation</ex></ph>" tab group no longer available |
| 1033 | + </message> |
| 1034 | + <message name="IDS_TWO_TAB_GROUPS_REMOVED_MESSAGE_CARD_DESCRIPTION" desc="Description text on the message card which is shown when user is no longer a part of two tab groups. [CHAR_LIMIT=60]"> |
| 1035 | + "<ph name="TAB_GROUP_NAME_1">%1$s<ex>Travel</ex></ph>" and "<ph name="TAB_GROUP_NAME_2">%2$s<ex>Vacation</ex></ph>" tab groups no longer available |
| 1036 | + </message> |
| 1037 | + <message name="IDS_GENERIC_TAB_GROUPS_REMOVED_MESSAGE_CARD_DESCRIPTION" desc="Generic description text on the message card which is shown when user is no longer a part of 1 or more tab groups. [CHAR_LIMIT=40]"> |
| 1038 | + {TAB_GROUPS_COUNT, plural, |
| 1039 | + =1 {<ph name="TAB_GROUPS_COUNT_ONE">%1$d<ex>1</ex></ph> tab group no longer available} |
| 1040 | + other {<ph name="TAB_GROUPS_COUNT_MANY">%1$d<ex>5</ex></ph> tab groups no longer available} |
| 1041 | + } |
| 1042 | + </message> |
995 | 1043 | <message name="IDS_ACCESSIBILITY_TAB_GROUP_REMOVED_DISMISS_BUTTON" desc="The accessibility text to read when the 'X' button on the tab removed message card is focused">
|
996 | 1044 | Dismiss the card.
|
997 | 1045 | </message>
|
| 1046 | + |
| 1047 | + <!-- Tab context menu (for individual tabs) --> |
| 1048 | + <message name="IDS_ADD_TAB_TO_GROUP" desc="Content description for an action which adds a tab to a group."> |
| 1049 | + Add to group |
| 1050 | + </message> |
| 1051 | + |
| 1052 | + <!-- Tab Group List Bottom Sheet --> |
| 1053 | + <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."> |
| 1054 | + Add to |
| 1055 | + </message> |
| 1056 | + <message name="IDS_CREATE_NEW_GROUP_ROW_TITLE" desc="Description text for an option in a bottom sheet to create a new tab group."> |
| 1057 | + New tab group |
| 1058 | + </message> |
| 1059 | + <message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_CONTENT_DESCRIPTION" desc="The content description for the bottom sheet containing a list of tab groups."> |
| 1060 | + Select tab group |
| 1061 | + </message> |
| 1062 | + <message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_HALF_HEIGHT" desc="The content description for the bottom sheet containing a list of tab groups, when opened at half height."> |
| 1063 | + Tab group list, opened at half height |
| 1064 | + </message> |
| 1065 | + <message name="IDS_TAB_GROUP_LIST_BOTTOM_SHEET_FULL_HEIGHT" desc="The content description for the bottom sheet containing a list of tab groups, when opened at full height."> |
| 1066 | + Tab group list, opened at full height |
| 1067 | + </message> |
| 1068 | + <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."> |
| 1069 | + Tab group list closed |
| 1070 | + </message> |
998 | 1071 | </messages>
|
999 | 1072 | </release>
|
1000 | 1073 | </grit>
|
0 commit comments