aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/i18n/en/admin-customization.json
blob: c89cfb3f305320e0e3cef21097c41288dd79e867 (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
{
    "color": "Color scheme",
    "theme": "Theme",
    "dark": "Dark",
    "light": "Light",
    "auto": "Use visitor's device option",
    "auto2": "Auto",
    "colors": [
        "Blue",
        "Green",
        "Red",
        "Orange",
        "Violet",
        "Brown",
        "Gray"
    ],
    "colors2": [
        "Water",
        "Leaf",
        "Tomato",
        "Orange",
        "Purple",
        "Dirt",
        "Smoke"
    ],
    "descriptions": [
        "Use the option on the visitor's device, if supported by their browser",
        "Let the darkness get out and calm visitor's eyes",
        "Prefer seeing the day light and keep a professional appearance"
    ]
}