Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Phase 4 - Patch Addition & Bug Fixes.
Browse files Browse the repository at this point in the history
i. Added Change Language menu to select Language of choice.  Please refer to README.lang.txt for more information
  • Loading branch information
Neo-Mind committed Jan 1, 2016
1 parent 1dfc36d commit 90ef7bd
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 134 deletions.
Binary file modified NEMO.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions README.lang.txt
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.
10 changes: 9 additions & 1 deletion UI_template.ini → Template_UI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
;1=Addons
;2=Tools
;2.1=Generate Security
;2.2=Change Language

[Labels]
# input and output are the Exe prompts.
Expand Down Expand Up @@ -67,7 +68,7 @@
;genSecurity=Generate the secure.txt file for a specific client (yes the one that is generated with a patched exe)

[Titles]
# Title Texts for Respective Message Box Types.
# Title Texts for Respective Message Box Types & Dialog Boxes.

;info=NEMO Info
;error=NEMO Error
Expand All @@ -76,6 +77,13 @@
;patchError=Patch Error
;addonError=Addon Error

;input=Select Client Exe
;output=Select Output Exe
;loadProfile=Select Profile
;saveProfile=Select Profile

;genSecurity=Select Client Exe

[InfoMsgs]
# Texts to be used in Information Message Boxes by NEMO.
# The keys should give you an idea which one is used when.
Expand Down
66 changes: 0 additions & 66 deletions UI.ini

This file was deleted.

75 changes: 75 additions & 0 deletions UI_English.ini
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?
66 changes: 0 additions & 66 deletions UI_Example.ini

This file was deleted.

2 changes: 1 addition & 1 deletion lastcommit.ts
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

0 comments on commit 90ef7bd

Please sign in to comment.