Improving cache time
removed all linux payloads that have .bin extension, linux payloads should only be loaded with GoldHEN's BinLoader. by that the cache speed is improved. Added Arabic translations for payload.js file
This commit is contained in:
@@ -41,5 +41,11 @@ window.lang = {
|
||||
"southbridgeHelp": "Need help?",
|
||||
"southbridgeHelp1": "Load GoldHEN and go to Settings -> System -> System information and check Southbridge.",
|
||||
"southbridgeHelp2": "Selecting wrong options may cause a kernel panic!",
|
||||
"selectSouthbridge": "Select your Southbridge and PS4 Model"
|
||||
"selectSouthbridge": "Select your Southbridge and PS4 Model",
|
||||
// payloads.js
|
||||
"linuxOnlyWithGoldHEN": "Linux payloads should only be loaded with through GoldHEN's BinLoader!",
|
||||
"busyBinLoader": "Cannot Load Payload Because The BinLoader Server Is Busy",
|
||||
"binLoaderNotDetected": "GoldHEN's BinLoader is not detected, is it enabled?!", // For no-webkit firmware
|
||||
"disabledBinloader": "GoldHEN's Binloader is not running, load payload using the exploit instead?",
|
||||
"unsupportedFirmware": "Unsupported firmware ",
|
||||
}
|
||||
Reference in New Issue
Block a user