diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl')
-rw-r--r-- | l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl b/l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl index bb8754f747..8c9e250ab5 100644 --- a/l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl +++ b/l10n-ja/toolkit/toolkit/global/arrowscrollbox.ftl @@ -18,3 +18,20 @@ overflow-scroll-button-up = # would look like "v" and scroll the list of menuitems down. overflow-scroll-button-down = .tooltiptext = 下へスクロールします + +### 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 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-backwards = + .tooltiptext = スクロールして戻ります +# 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-forwards = + .tooltiptext = スクロールして進みます |