Add Settings Stuff. :P

This commit is contained in:
VoltZ
2019-11-02 04:32:23 +01:00
committed by GitHub
parent 44c31c46d5
commit 7ee50d5418
16 changed files with 907 additions and 39 deletions
+15 -6
View File
@@ -9,11 +9,20 @@
"FILE_EXTRACTED": "file extracted.",
"FILES_EXTRACTED": "files extracted.",
"DOWNLOAD_NDSBOOTSTRAP_NIGHTLY": "Downloading nds-bootstrap...\n(Nightly)",
"EXTRACT_NDSBOOTSTRAP_NIGHTLY": "Extracting nds-bootstrap...\n(Nightly)",
"DOWNLOAD_NDSBOOTSTRAP_RELEASE": "Downloading nds-bootstrap...\n(Release)",
"EXTRACT_NDSBOOTSTRAP_RELEASE": "Extracting nds-bootstrap...\n(Release)",
"SCRIPTLIST": "Scriptlist",
"SETTINGS": "Settings"
"LANGUAGE": "Language",
"COLORS": "Colors",
"SELECT_LANG": "Choose the current language.",
"BAR_COLOR": "Bar Color",
"TOP_BG_COLOR": "Top Background Color",
"BOTTOM_BG_COLOR": "Bottom Background Color",
"TEXT_COLOR": "Text Color",
"SELECTED_COLOR": "Selected Color",
"UNSELECTED_COLOR": "Unselected Color",
"ENTER_RED_RGB": "Enter the Red RGB.",
"ENTER_GREEN_RGB": "Enter the Green RGB.",
"ENTER_BLUE_RGB": "Enter the Blue RGB."
}