blob: a948d42eee4f7dc6feb6c569f3f3646384c8f2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# 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/.
colors-dialog-window =
.title = 配色
.style =
{ PLATFORM() ->
[macos] width: 41em !important
*[other] width: 38em !important
}
colors-dialog-legend = テキストと背景の色
text-color-label =
.value = テキスト:
.accesskey = T
background-color-label =
.value = 背景:
.accesskey = B
use-system-colors =
.label = システムの配色を使用する
.accesskey = s
colors-link-legend = リンクの色
link-color-label =
.value = 未訪問リンク:
.accesskey = L
visited-link-color-label =
.value = 訪問済リンク:
.accesskey = V
underline-link-checkbox =
.label = リンクに下線を表示する
.accesskey = U
override-color-label =
.value = ウェブページに指定された配色を上記の設定に変更する:
.accesskey = O
override-color-always =
.label = 常に変更する
override-color-auto =
.label = 高コントラストテーマ使用時のみ変更する
override-color-never =
.label = 変更しない
|