Spracherkennung für: .ftl vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# 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
# file, You can obtain one at
http://mozilla.org/MPL/2.
0/.
## These strings are used in the main menu,
## and should follow the same capitalization (title case for English).
## Check menubar.ftl for reference.
recently-closed-menu-reopen-all-tabs = Reopen All Tabs
recently-closed-menu-reopen-all-windows = Reopen All Windows
## These strings are used in the app menu,
## and should follow the same capitalization (sentence case for English).
## Check appmenu.ftl for reference.
recently-closed-panel-reopen-all-tabs = Reopen all tabs
recently-closed-panel-reopen-all-windows = Reopen all windows
##
# Variables:
# $tabCount (Number): Number of tabs that were open in the closed window
# $winTitle (String): Window title
# $closedAt (Number): Milliseconds since epoch when the window was closed
recently-closed-window-panel-tooltip =
{ $tabCount ->
[
0] { $winTitle }
[one] { $winTitle } ({ $tabCount } tab, closed at { DATETIME($closedAt, dateStyle: "short", ti
meStyle: "short") })
*[other] { $winTitle } ({ $tabCount } tabs, closed at { DATETIME($closedAt, dateStyle: "short", timeStyle: "short") })
}