diff options
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-customization.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/admin-customization.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/admin-customization.json b/Neutron-trunk/resources/i18n/en/admin-customization.json new file mode 100644 index 0000000..c89cfb3 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/admin-customization.json @@ -0,0 +1,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" + ] +}
\ No newline at end of file |