-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathhex.xml
More file actions
14 lines (13 loc) · 852 Bytes
/
hex.xml
File metadata and controls
14 lines (13 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<LocalizationPack xmlns="http://www.hhdsoftware.com/schemas/langset/1.0.xsd" version="1.06.00.0003">
<ValidationRule name="EndsWithComma" regexp=".*\.$" message="A string must end with comma."/>
<ValidationRule name="OpenFileDialogFilter" regexp=".*|$" message="A string must conform to Open/Save dialog filter list."/>
<ValidationRule name="StartsWithSpace" regexp="^ .*$" message="A string must start with space."/>
<ValidationRule name="EndsWithSpace" regexp="^.* $" message="A string must end with space."/>
<Application id="{8EB85C0E-DE7D-4A53-BD66-708B8F2C80B0}">
<LanguagePack key="Computer\HKEY_CURRENT_USER\Software\HHD Software\Hex Editor Neo 7.x\language" value="language_pack_folder"/>
</Application>
<CommonParents>
<Parent name="HexFrame.exe"/>
</CommonParents>
</LocalizationPack>