Source code
Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
## Organize Tabs Toolbar Button
smartwindow-organize-tabs-button =
.label = Organize Tabs
.tooltiptext = Organize Tabs
## Organize Tabs Panel
## The panel opened from the "Organize Tabs" toolbar button, which suggests
## groups for the window's open tabs and creates the ones the user picks.
smartwindow-group-tabs-panel-heading = Organize Tabs
# Shown while the on-device model clusters the open tabs into suggestions. It is
# forming new groups from these tabs, not searching for tab groups that already
# exist.
smartwindow-group-tabs-loading = Checking tabs for useful groups…
# Shown when clustering produced no group worth suggesting.
smartwindow-group-tabs-empty = No tab groups to suggest right now. Check again later.
# Shown in place of suggestions when every group the model found has already
# been created.
smartwindow-group-tabs-all-sorted = Nice work organizing your tabs
# Creates every suggested group at once.
smartwindow-group-tabs-create-all = Create All Groups
smartwindow-group-tabs-suggested-heading = Suggested groups
# Accessible name for the flyout that lists the tabs of one suggested group.
# Activating a tab in the list switches to it. $groupLabel is the suggested
# group's name.
smartwindow-group-tabs-flyout-list =
.aria-label = Tabs in { $groupLabel }
# Accessible name for a suggested-group row. Activating the row creates the
# group. $groupLabel is the suggested group's name, $tabCount the number of
# tabs it would contain.
smartwindow-group-tabs-suggestion =
.aria-label =
{ $tabCount ->
[one] Create group { $groupLabel }, { $tabCount } tab
*[other] Create group { $groupLabel }, { $tabCount } tabs
}
# Heading for the list of groups the user just created (and can still undo).
smartwindow-group-tabs-just-created-heading = Just created
# Action that dissolves every group in the "Just created" list. The tabs stay
# open; only the grouping is removed.
smartwindow-group-tabs-ungroup = Ungroup Tabs
# Action that opens a list of the tab groups the user already has, both the open
# ones and the ones they saved by closing them. Only shown when at least one
# such group exists.
smartwindow-group-tabs-view-tab-groups = View Tab Groups
# Accessible name for the list of existing tab groups the row above opens.
smartwindow-group-tabs-groups-list =
.aria-label = Tab groups
# Action that closes this window's duplicate tabs, keeping the most recently
# used tab of each set. Only shown when there are duplicates to close, and
# $tabCount is exactly how many tabs activating it closes.
smartwindow-group-tabs-close-duplicates =
{ $tabCount ->
[one] Close { $tabCount } Duplicate Tab
*[other] Close { $tabCount } Duplicate Tabs
}
# Accessible name for the list of duplicate tabs the row above would close,
# one row per tab. Activating a tab in the list switches to it.
# "Duplicate tabs" refers to tabs that are copies of each other; it is not a
# verb telling the user to duplicate anything.
smartwindow-group-tabs-duplicates-list =
.aria-label = Duplicate tabs to close