Add deleteTitle and bootTitle.

**ONLY USE "DELETE TITLE" WHEN NEEDED!!!!!!!!!!!!!**
This commit is contained in:
StackZ
2020-03-01 10:42:59 +01:00
parent 3c2ee7adb2
commit 1bdcf008bf
8 changed files with 111 additions and 20 deletions
+6 -1
View File
@@ -111,5 +111,10 @@
"OWNER_AND_REPO": "Owner & Repo",
"FILENAME": "Filename",
"OK": "OK",
"DELETE_STORE": "Would you like to delete this store?"
"DELETE_STORE": "Would you like to delete this store?",
"DELETE_TITLE": "Would you like to delete this title?",
"MEDIATYPE_SD": "MediaType SD",
"MEDIATYPE_NAND": "MediaType NAND",
"BOOT_TITLE": "Would you like to boot this title?"
}