This repository was archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Phase 4 - Patch Addition & Bug Fixes.
i. Added Change Language menu to select Language of choice. Please refer to README.lang.txt for more information
- Loading branch information
Showing
7 changed files
with
89 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
To add a new Language simply create a file named UI_<language name>.ini and | ||
fill all the fields (refer UI_English.ini and Template_UI.ini files for more details) | ||
It will automatically get displayed as part of the Change Language menu. | ||
If any of the fields are missing a blankspace would be displayed in its place. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
;English Strings | ||
[Headers] | ||
1=Patch Name | ||
3=Type | ||
4=Group Name | ||
6=Author(s) | ||
7=Description | ||
|
||
[Menus] | ||
1=Addons | ||
2=Tools | ||
2.1=Generate Security | ||
2.2=Change Language | ||
|
||
[Labels] | ||
input=Input Exe File : | ||
output=Output Patched : | ||
filter=Patch Filter : | ||
statusOff=Client Loaded: None | ||
statusOn=Client Loaded: %0\nSelected Patches: %1 | ||
|
||
[Buttons] | ||
input=Browse | ||
output=Browse | ||
;msgOK=OK | ||
;msgYES=Yes | ||
;msgNO=No | ||
|
||
[Icons] | ||
loadClient=Icons/lc.png | ||
applySelect=Icons/as.png | ||
selectRecom=Icons/sr.png | ||
selectPrev=Icons/sp.png | ||
loadProfile=Icons/pl.png | ||
saveProfile=Icons/ps.png | ||
|
||
[ToolTips] | ||
loadClient=Load Client exe & refresh Patches available | ||
applySelect=Apply selected patches on the client | ||
selectRecom=Select Recommended Patches | ||
selectPrev=Check previously applied patches | ||
loadProfile=Load Settings from Profile | ||
saveProfile=Save Settings to Profile | ||
|
||
genSecurity=Generate the secure.txt file for a specific client (yes the one that is generated with a patched exe) | ||
|
||
[Titles] | ||
info=NEMO Info | ||
error=NEMO Error | ||
question=NEMO Query | ||
scriptError=Script Error | ||
patchError=Patch Error | ||
addonError=Addon Error - %0 | ||
|
||
input=Select Client Exe | ||
output=Select Output Exe | ||
loadProfile=Select Profile | ||
saveProfile=Select Profile | ||
|
||
genSecurity=Select Client Exe | ||
|
||
[InfoMsgs] | ||
loadClient=Client & Scripts have been Loaded | ||
applySelect=Patches have been applied | ||
genSecurity=Secure.txt file has been generated | ||
|
||
[ErrorMsgs] | ||
applySelect=Unable to open output files for writing | ||
saveProfile=Unable to save User Inputs to Profile | ||
saveProfile2=Unable to save Selected Patches to Profile | ||
loadScripts=%0 folder is not readable or doesnt exist | ||
loadScripts2=%0 folder is Empty | ||
|
||
[Questions] | ||
loadClient=Update Output patched filename? |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2016-01-01 03:08:08 GMT+0530 | ||
2016-01-01 15:05:15 GMT+0530 |