blob: 6d51651015dabd0de7f945a0b0470b61890d4ed3 (
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
41
42
43
44
45
46
47
48
49
50
51
52
|
# 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 = Culori
.style =
{ PLATFORM() ->
[macos] width: 41em !important
*[other] width: 38em !important
}
colors-dialog-legend = Text și fundal
text-color-label =
.value = Text:
.accesskey = T
background-color-label =
.value = Fundal:
.accesskey = F
use-system-colors =
.label = Folosește culorile sistemului
.accesskey = o
colors-link-legend = Culori pentru linkuri
link-color-label =
.value = Linkuri nevizitate:
.accesskey = L
visited-link-color-label =
.value = Linkuri vizitate:
.accesskey = v
underline-link-checkbox =
.label = Subliniază linkurile
.accesskey = u
override-color-label =
.value = Înlocuiește culorile specificate de conținut cu selecțiile mele de mai sus:
.accesskey = o
override-color-always =
.label = Întotdeauna
override-color-auto =
.label = Numai cu teme cu contrast puternic
override-color-never =
.label = Niciodată
|