blob: 88dba3abab4acb89d360e12d8c526f99fc737315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/.
### This file contains the entities needed to use the Arrowscrollbox component.
### For example, Arrowscrollboxes are used in Tabs Toolbar when there are
### multiple tabs opened and in the overflowing menus.
# This button is shown at the beginning of the overflowing list of elements.
# For example, in LTR language like English, on the Tabs Toolbar it would look
# like "<" and scroll the tab list to the left, and in the overflowing menu it
# would look like "^" and scroll the list of menuitems up.
overflow-scroll-button-up =
.tooltiptext = Przewiń do góry
# This button is shown at the end of the overflowing list of elements. For
# example, in LTR language like English, on the Tabs Toolbar it would look like
# ">" and scroll the tab list to the right, and in the overflowing menu it
# would look like "v" and scroll the list of menuitems down.
overflow-scroll-button-down =
.tooltiptext = Przewiń w dół
|