*bump*
EDIT: No automated translations please, I can use google and so forth, but they don't offer "true" translations, thus it must be people with multiple language skills.
Hey guys still here, I've finished up what I had to do and am back on this as I said I would. I've been working on making the buttons/menus pretty much anything that displays text use a config file as to make it possible for different languages to be used with this app.
So I'm asking if people that read/write good in other languages (other than english) could translate what needs to be translated so I can include a language pack when releasing this.
Here is what the config file looks like so far.
Please note only "values" should be translated, those are the items on the right hand side of the = sign
Example
Code:
[Heading]
[VALUEName]=[i][VALUE][/i]
The rest should remain in english
Broken up File:
I've broken the file into parts to make it easier for those that are doing it as I make it available.
MainForm
Code:
[MainForm]
BaseArmorButtonText=All Armor
BaseFeetButtonText=All Boots
BaseHeadButtonText=All Head
BaseNeckButtonText=Base Neck
BaseWeaponButtonText=All Weapons
BaseWristButtonText=Base Wrist
MageBootsButtonText=Mage Boots
MageBraceletButtonText=Mage Wrist
MageHatButtonText=Mage Hat
MageNecklaceButtonText=Mage Neck
MageRobeButtonText=Mage Robe
MageStaffButtonText=Mage Staves
PaladinArmletButtonText=Paladin Wrist
PaladinArmorButtonText=Paladin Armor
PaladinBootsButtonText=Paladin Boots
PaladinPendantButtonText=Paladin Neck
PaladinStarButtonText=Paladin Stars
PaladinTiaraButtonText=Paladin Tiara
WarriorArmorButtonText=Warrior Armor
WarriorBladeButtonText=Warrior Blades
WarriorBootsButtonText=Warrior Boots
WarriorBraceletButtonText=Warrior Wrist
WarriorHelmButtonText=Warrior Helm
WarriorNecklaceButtonText=Warrior Neck
WarriorSwordButtonText=Warrior Swords
MainFormText=EO Editor
MenuItem17Text=-
MenuItem1Text=-
MenuItem26Text=-
MenuItem31Text=-
MenuItem36Text=-
MenuItem41Text=-
MenuItem8Text=-
ArmorMenuItemText=Armor
BaseArmorMenuItemText=All
BaseFeetMenuItemText=All
BaseHeadMenuItemText=All
BaseNeckMenuItemText=All
BaseWeaponMenuItemText=All
BaseWristMenuItemText=All
ExitMenuItemText=E&xit
FeetMenuItemText=Feet
FileMenuItemText=&File
GearDetailsMenuItemText=All
GearMenuItemText=Gear
HeadMenuItemText=Head
LoadMenuItemText=&Load
MageArmorMenuItemText=Mage
MageFeetMenuItemText=Mage
MageHeadMenuItemText=Mage
MageNeckMenuItemText=Mage
MageOneWeaponMenuItemText=Staff
MageWeaponMenuItemText=Mage
MageWristMenuItemText=Mage
NeckMenuItemText=Neck
NewMenuItemText=&New
PaladinArmorMenuItemText=Paladin
PaladinFeetMenuItemText=Paladin
PaladinHeadMenuItemText=Paladin
PaladinNeckMenuItemText=Paladin
PaladinOneWeaponMenuItemText=Star
PaladinWeaponMenuItemText=Paladin
PaladinWristMenuItemText=Paladin
SaveAsMenuItemText=Save &As..
SaveMenuItemText=&Save
WarriorArmorMenuItemText=Warrior
WarriorFeetMenuItemText=Warrior
WarriorHeadMenuItemText=Warrior
WarriorNeckMenuItemText=Warrior
WarriorOneWeaponMenuItemText=Blade
WarriorTwoWeaponMenuItemText=Sword
WarriorWeaponMenuItemText=Warrior
WarriorWristMenuItemText=Warrior
WeaponMenuItemText=Weapon
WristMenuItemText=Wrist
SaveSuiteFileName=Itemtype
SaveSuiteFilter="Dat Files|*.dat"
ArmorToolStripText=Armor
FeetToolStripText=Feet
HeadsToolStripText=Head
ArmorToolStripMenuChecked=True
ArmorToolStripMenuText=Armor
FeetToolStripMenuChecked=True
FeetToolStripMenuText=Feet
HeadToolStripMenuChecked=True
HeadToolStripMenuText=Head
NeckToolStripMenuChecked=True
NeckToolStripMenuText=Neck
WeaponsToolStripMenuChecked=True
WeaponsToolStripMenuText=Weapons
WristToolStripMenuChecked=True
WristToolStripMenuText=Wrist
NeckToolStripText=Neck
WeaponsToolStripText=Weapons
WristToolStripText=Wrist
PictureBox1TextValue=xPictureBox1
FormStats
Code:
[FormStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
FormStatsText=FormStats
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
IDLabelText=ID:
NameLabelText=Name:
DataTabPageText=Data
VisualsTabPageText=Data
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
FormNewFile
Code:
[FormNewFile]
CreateButtonText=Create
ExitButtonText=Cancel
SaveFileButtonText=....
FormNewFileText=FormNewFile
NameLabelText=Name:
SaveFileSaveFileDialogFilter=All Files|*.*
FormGearStats
Code:
[FormGearStats]
IDLabelText=ID:
NameLabelText=Name:
ReqProfLabelText=Profession:
LevelLabelText=Level:
ReqLevelLabelText=Level:
ReqSexLabelText=Sex:
ReqForceLabelText=Force:
ReqDexterityLabelText=Dexterity:
ReqHealthLabelText=Health:
ReqSoulLabelText=Soul:
MonopolyLabelText=Monopoly:
GoldPriceLabelText=Gold:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
PDefLabelText=P-Def:
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MDefLabelText=M-Def:
DodgeLabelText=Dodge:
LifeLabelText=Life:
ManaLabelText=Mana:
DurabilityLabelText=Durability:
IdentifiedLabelText=Identified:
GemOneLabelText=Gem One:
GemTwoLabelText=Gem Two:
MagicOneLabelText=Magic One:
MagicTwoLabelText=Magic Two:
MagicThreeLabelText=Magic Three:
AttackRangeLabelText=Attack Range:
AttackSpeedLabelText=Attack Speed:
HitrateLabelText=Hitrate:
EPCostLabelText=EP:
SoulLabelText=Soul:
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
CostGroupBoxText=Cost
MiscGroupBoxText=Misc.
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
ReqSexComboBoxItemCount=3
ReqSexComboBoxItem0=None
ReqSexComboBoxItem1=Male
ReqSexComboBoxItem2=Female
IdentifiedComboBoxItemCount=2
IdentifiedComboBoxItem0=Yes
IdentifiedComboBoxItem1=No
SaveButtonText=Save Changes
ExitButtonText=Cancel
FormGearStatsText=FormGearStats
FormGearDetails
Code:
[FormGearDetails]
FormGearDetailsText=FormGearDetails
FormCustomItemStructure
Code:
[FormCustomItemStructure]
AddFieldButtonText=Add
DeleteFieldButtonText=Delete
ExitButtonText=Cancel
UpdateFieldButtonText=Update
UpdateButtonText=Save Changes
DataTypeComboBoxItemCount=9
DataTypeComboBoxItem0=Byte
DataTypeComboBoxItem1=SByte
DataTypeComboBoxItem2=UShort
DataTypeComboBoxItem3=Short
DataTypeComboBoxItem4=UInt
DataTypeComboBoxItem5=Int
DataTypeComboBoxItem6=ULong
DataTypeComboBoxItem7=Long
DataTypeComboBoxItem8=String
FormCustomItemStructureText=FormCustomItemStructure
FieldSetupGroupBoxText=Field
DataTypeLabelText=Data Type:
FieldNameLabelText=Field Name:
FieldsLabelText=Fields:
NameLabelText=Name:
OffsetLabelText=Byte Offset:
SizeLabelText=Byte Size:
FormArmorStats
Code:
[FormArmorStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormArmorStatsText=FormArmorStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
MDefLabelText=M-Def:
NameLabelText=Name:
PDefLabelText=P-Def:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
FormMageArmorStats
Code:
[FormMageArmorStats]
FormMageArmorStatsText=FormMageArmorStats
FormWarriorArmorStats
Code:
[FormWarriorArmorStats]
FormWarriorArmorStatsText=FormWarriorArmorStats
FormPaladinArmorStats
Code:
[FormPaladinArmorStats]
FormPaladinArmorStatsText=FormPaladinArmorStats
FormFeetStats
Code:
[FormFeetStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormFeetStatsText=FormFeetStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DodgeLabelText=Dodge:
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DodgeTextBoxText=0
DodgeTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
FormMageFeetStats
Code:
[FormMageFeetStats]
FormMageFeetStatsText=FormMageFeetStats
FormWarriorFeetStats
Code:
[FormWarriorFeetStats]
FormWarriorFeetStatsText=FormWarriorFeetStats
FormPaladinFeetStats
Code:
[FormPaladinFeetStats]
FormPaladinFeetStatsText=FormPaladinFeetStats
FormHeadStats
Code:
[FormHeadStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormHeadStatsText=FormHeadStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
PDefLabelText=P-Def:
MDefLabelText=M-Def:
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
FormMageHeadStats
Code:
[FormMageHeadStats]
FormMageHeadStatsText=FormMageHeadStats
FormWarriorHeadStats
Code:
[FormWarriorHeadStats]
FormWarriorHeadStatsText=FormWarriorHeadStats
FormPaladinHeadStats
Code:
[FormPaladinHeadStats]
FormPaladinHeadStatsText=FormPaladinHeadStats
FormNeckStats
Code:
[FormNeckStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormNeckStatsText=FormNeckStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
MinMAtkTextBoxText=0
MinMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxMAtkTextBoxText=0
MaxMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MinPAtkTextBoxText=0
MinPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxPAtkTextBoxText=0
MaxPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
FormMageNeckStats
Code:
[FormMageNeckStats]
FormMageNeckStatsText=FormMageNeckStats
FormWarriorNeckStats
Code:
[FormWarriorNeckStats]
FormWarriorNeckStatsText=FormWarriorNeckStats
FormPaladinNeckStats
Code:
[FormPaladinNeckStats]
FormPaladinNeckStatsText=FormPaladinNeckStats
FormWeaponStats
Code:
[FormWeaponStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormWeaponStatsText=FormWeaponStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
MinMAtkTextBoxText=0
MinMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxMAtkTextBoxText=0
MaxMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MinPAtkTextBoxText=0
MinPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxPAtkTextBoxText=0
MaxPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
HitrateLabelText=Hitrate:
HitrateTextBoxText=0
HitrateTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
FormMageOneWeaponStats
Code:
[FormMageOneWeaponStats]
FormMageOneWeaponStatsText=FormMageOneWeaponStats
FormWarriorOneWeaponStats
Code:
[FormWarriorOneWeaponStats]
FormWarriorOneWeaponStatsText=FormWarriorOneWeaponStats
FormWarriorTwoWeaponStats
Code:
[FormWarriorTwoWeaponStats]
FormWarriorTwoWeaponStatsText=FormWarriorTwoWeaponStats
FormPaladinOneWeaponStats
Code:
[FormPaladinOneWeaponStats]
FormPaladinOneWeaponStatsText=FormPaladinOneWeaponStats
FormWristStats
Code:
[FormWristStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormWristStatsText=FormWristStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
MDefLabelText=M-Def:
NameLabelText=Name:
PDefLabelText=P-Def:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
FormMageWristStats
Code:
[FormMageWristStats]
FormMageWristStatsText=FormMageWristStats
FormWarriorWristStats
Code:
[FormWarriorWristStats]
FormWarriorWristStatsText=FormWarriorWristStats
FormPaladinWristStats
Code:
[FormPaladinWristStats]
FormPaladinWristStatsText=FormPaladinWristStats
FormDetails
Code:
[FormDetails]
AddButtonText=&Add
DeleteButtonText=&Delete
EditButtonText=&Edit
ListBoxItemsLabelText=Items:
FormDetailsText=FormDetails
FormArmorDetails
Code:
[FormArmorDetails]
FormArmorDetailsText=FormArmorDetails
FormMageArmorDetails
Code:
[FormMageArmorDetails]
FormMageArmorDetailsText=FormMageArmorDetails
FormWarriorArmorDetails
Code:
[FormWarriorArmorDetails]
FormWarriorArmorDetailsText=FormWarriorArmorDetails
FormPaladinArmorDetails
Code:
[FormPaladinArmorDetails]
FormPaladinArmorDetailsText=FormPaladinArmorDetails
FormFeetDetails
Code:
[FormFeetDetails]
FormFeetDetailsText=FormFeetDetails
FormMageFeetDetails
Code:
[FormMageFeetDetails]
FormMageFeetDetailsText=FormMageFeetDetails
FormWarriorFeetDetails
Code:
[FormWarriorFeetDetails]
FormWarriorFeetDetailsText=FormWarriorFeetDetails
FormPaladinFeetDetails
Code:
[FormPaladinFeetDetails]
FormPaladinFeetDetailsText=FormPaladinFeetDetails
FormHeadDetails
Code:
[FormHeadDetails]
FormHeadDetailsText=FormHeadDetails
FormMageHeadDetails
Code:
[FormMageHeadDetails]
FormMageHeadDetailsText=FormMageHeadDetails
FormWarriorHeadDetails
Code:
[FormWarriorHeadDetails]
FormWarriorHeadDetailsText=FormWarriorHeadDetails
FormPaladinHeadDetails
Code:
[FormPaladinHeadDetails]
FormPaladinHeadDetailsText=FormPaladinHeadDetails
FormNeckDetails
Code:
[FormNeckDetails]
FormNeckDetailsText=FormNeckDetails
FormMageNeckDetails
Code:
[FormMageNeckDetails]
FormMageNeckDetailsText=FormMageNeckDetails
FormWarriorNeckDetails
Code:
[FormWarriorNeckDetails]
FormWarriorNeckDetailsText=FormWarriorNeckDetails
FormPaladinNeckDetails
Code:
[FormPaladinNeckDetails]
FormPaladinNeckDetailsText=FormPaladinNeckDetails
FormWeaponDetails
Code:
[FormWeaponDetails]
FormWeaponDetailsText=FormWeaponDetails
FormMageOneWeaponDetails
Code:
[FormMageOneWeaponDetails]
FormMageOneWeaponDetailsText=FormMageOneWeaponDetails
FormWarriorOneWeaponDetails
Code:
[FormWarriorOneWeaponDetails]
FormWarriorOneWeaponDetailsText=FormWarriorOneWeaponDetails
FormWarriorTwoWeaponDetails
Code:
[FormWarriorTwoWeaponDetails]
FormWarriorTwoWeaponDetailsText=FormWarriorTwoWeaponDetails
FormPaladinOneWeaponDetails
Code:
[FormPaladinOneWeaponDetails]
FormPaladinOneWeaponDetailsText=FormPaladinOneWeaponDetails
FormWristDetails
Code:
[FormWristDetails]
FormWristDetailsText=FormWristDetails
FormMageWristDetails
Code:
[FormMageWristDetails]
FormMageWristDetailsText=FormMageWristDetails
FormWarriorWristDetails
Code:
[FormWarriorWristDetails]
FormWarriorWristDetailsText=FormWarriorWristDetails
FormPaladinWristDetails
Code:
[FormPaladinWristDetails]
FormPaladinWristDetailsText=FormPaladinWristDetails
Entire File:
Code:
[MainForm]
BaseArmorButtonText=All Armor
BaseFeetButtonText=All Boots
BaseHeadButtonText=All Head
BaseNeckButtonText=Base Neck
BaseWeaponButtonText=All Weapons
BaseWristButtonText=Base Wrist
MageBootsButtonText=Mage Boots
MageBraceletButtonText=Mage Wrist
MageHatButtonText=Mage Hat
MageNecklaceButtonText=Mage Neck
MageRobeButtonText=Mage Robe
MageStaffButtonText=Mage Staves
PaladinArmletButtonText=Paladin Wrist
PaladinArmorButtonText=Paladin Armor
PaladinBootsButtonText=Paladin Boots
PaladinPendantButtonText=Paladin Neck
PaladinStarButtonText=Paladin Stars
PaladinTiaraButtonText=Paladin Tiara
WarriorArmorButtonText=Warrior Armor
WarriorBladeButtonText=Warrior Blades
WarriorBootsButtonText=Warrior Boots
WarriorBraceletButtonText=Warrior Wrist
WarriorHelmButtonText=Warrior Helm
WarriorNecklaceButtonText=Warrior Neck
WarriorSwordButtonText=Warrior Swords
MainFormText=EO Editor
MenuItem17Text=-
MenuItem1Text=-
MenuItem26Text=-
MenuItem31Text=-
MenuItem36Text=-
MenuItem41Text=-
MenuItem8Text=-
ArmorMenuItemText=Armor
BaseArmorMenuItemText=All
BaseFeetMenuItemText=All
BaseHeadMenuItemText=All
BaseNeckMenuItemText=All
BaseWeaponMenuItemText=All
BaseWristMenuItemText=All
ExitMenuItemText=E&xit
FeetMenuItemText=Feet
FileMenuItemText=&File
GearDetailsMenuItemText=All
GearMenuItemText=Gear
HeadMenuItemText=Head
LoadMenuItemText=&Load
MageArmorMenuItemText=Mage
MageFeetMenuItemText=Mage
MageHeadMenuItemText=Mage
MageNeckMenuItemText=Mage
MageOneWeaponMenuItemText=Staff
MageWeaponMenuItemText=Mage
MageWristMenuItemText=Mage
NeckMenuItemText=Neck
NewMenuItemText=&New
PaladinArmorMenuItemText=Paladin
PaladinFeetMenuItemText=Paladin
PaladinHeadMenuItemText=Paladin
PaladinNeckMenuItemText=Paladin
PaladinOneWeaponMenuItemText=Star
PaladinWeaponMenuItemText=Paladin
PaladinWristMenuItemText=Paladin
SaveAsMenuItemText=Save &As..
SaveMenuItemText=&Save
WarriorArmorMenuItemText=Warrior
WarriorFeetMenuItemText=Warrior
WarriorHeadMenuItemText=Warrior
WarriorNeckMenuItemText=Warrior
WarriorOneWeaponMenuItemText=Blade
WarriorTwoWeaponMenuItemText=Sword
WarriorWeaponMenuItemText=Warrior
WarriorWristMenuItemText=Warrior
WeaponMenuItemText=Weapon
WristMenuItemText=Wrist
SaveSuiteFileName=Itemtype
SaveSuiteFilter="Dat Files|*.dat"
ArmorToolStripText=Armor
FeetToolStripText=Feet
HeadsToolStripText=Head
ArmorToolStripMenuChecked=True
ArmorToolStripMenuText=Armor
FeetToolStripMenuChecked=True
FeetToolStripMenuText=Feet
HeadToolStripMenuChecked=True
HeadToolStripMenuText=Head
NeckToolStripMenuChecked=True
NeckToolStripMenuText=Neck
WeaponsToolStripMenuChecked=True
WeaponsToolStripMenuText=Weapons
WristToolStripMenuChecked=True
WristToolStripMenuText=Wrist
NeckToolStripText=Neck
WeaponsToolStripText=Weapons
WristToolStripText=Wrist
PictureBox1TextValue=xPictureBox1
[FormStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
FormStatsText=FormStats
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
IDLabelText=ID:
NameLabelText=Name:
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
[FormNewFile]
CreateButtonText=Create
ExitButtonText=Cancel
SaveFileButtonText=....
FormNewFileText=FormNewFile
NameLabelText=Name:
SaveFileSaveFileDialogFilter=All Files|*.*
[FormGearStats]
IDLabelText=ID:
NameLabelText=Name:
ReqProfLabelText=Profession:
LevelLabelText=Level:
ReqLevelLabelText=Level:
ReqSexLabelText=Sex:
ReqForceLabelText=Force:
ReqDexterityLabelText=Dexterity:
ReqHealthLabelText=Health:
ReqSoulLabelText=Soul:
MonopolyLabelText=Monopoly:
GoldPriceLabelText=Gold:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
PDefLabelText=P-Def:
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MDefLabelText=M-Def:
DodgeLabelText=Dodge:
LifeLabelText=Life:
ManaLabelText=Mana:
DurabilityLabelText=Durability:
IdentifiedLabelText=Identified:
GemOneLabelText=Gem One:
GemTwoLabelText=Gem Two:
MagicOneLabelText=Magic One:
MagicTwoLabelText=Magic Two:
MagicThreeLabelText=Magic Three:
AttackRangeLabelText=Attack Range:
AttackSpeedLabelText=Attack Speed:
HitrateLabelText=Hitrate:
EPCostLabelText=EP:
SoulLabelText=Soul:
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
CostGroupBoxText=Cost
MiscGroupBoxText=Misc.
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
ReqSexComboBoxItemCount=3
ReqSexComboBoxItem0=None
ReqSexComboBoxItem1=Male
ReqSexComboBoxItem2=Female
IdentifiedComboBoxItemCount=2
IdentifiedComboBoxItem0=Yes
IdentifiedComboBoxItem1=No
SaveButtonText=Save Changes
ExitButtonText=Cancel
FormGearStatsText=FormGearStats
[FormGearDetails]
FormGearDetailsText=FormGearDetails
[FormCustomItemStructure]
AddFieldButtonText=Add
DeleteFieldButtonText=Delete
ExitButtonText=Cancel
UpdateFieldButtonText=Update
UpdateButtonText=Save Changes
DataTypeComboBoxItemCount=9
DataTypeComboBoxItem0=Byte
DataTypeComboBoxItem1=SByte
DataTypeComboBoxItem2=UShort
DataTypeComboBoxItem3=Short
DataTypeComboBoxItem4=UInt
DataTypeComboBoxItem5=Int
DataTypeComboBoxItem6=ULong
DataTypeComboBoxItem7=Long
DataTypeComboBoxItem8=String
FormCustomItemStructureText=FormCustomItemStructure
FieldSetupGroupBoxText=Field
DataTypeLabelText=Data Type:
FieldNameLabelText=Field Name:
FieldsLabelText=Fields:
NameLabelText=Name:
OffsetLabelText=Byte Offset:
SizeLabelText=Byte Size:
[FormArmorStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormArmorStatsText=FormArmorStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
MDefLabelText=M-Def:
NameLabelText=Name:
PDefLabelText=P-Def:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
[FormMageArmorStats]
FormMageArmorStatsText=FormMageArmorStats
[FormWarriorArmorStats]
FormWarriorArmorStatsText=FormWarriorArmorStats
[FormPaladinArmorStats]
FormPaladinArmorStatsText=FormPaladinArmorStats
[FormFeetStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormFeetStatsText=FormFeetStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DodgeLabelText=Dodge:
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DodgeTextBoxText=0
DodgeTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
[FormMageFeetStats]
FormMageFeetStatsText=FormMageFeetStats
[FormWarriorFeetStats]
FormWarriorFeetStatsText=FormWarriorFeetStats
[FormPaladinFeetStats]
FormPaladinFeetStatsText=FormPaladinFeetStats
[FormHeadStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormHeadStatsText=FormHeadStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
PDefLabelText=P-Def:
MDefLabelText=M-Def:
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
[FormMageHeadStats]
FormMageHeadStatsText=FormMageHeadStats
[FormWarriorHeadStats]
FormWarriorHeadStatsText=FormWarriorHeadStats
[FormPaladinHeadStats]
FormPaladinHeadStatsText=FormPaladinHeadStats
[FormNeckStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormNeckStatsText=FormNeckStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
MinMAtkTextBoxText=0
MinMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxMAtkTextBoxText=0
MaxMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MinPAtkTextBoxText=0
MinPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxPAtkTextBoxText=0
MaxPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
[FormMageNeckStats]
FormMageNeckStatsText=FormMageNeckStats
[FormWarriorNeckStats]
FormWarriorNeckStatsText=FormWarriorNeckStats
[FormPaladinNeckStats]
FormPaladinNeckStatsText=FormPaladinNeckStats
[FormWeaponStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormWeaponStatsText=FormWeaponStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
NameLabelText=Name:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DescriptionTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
MinMAtkLabelText=Min M-Atk:
MaxMAtkLabelText=Max M-Atk:
MinPAtkLabelText=Min P-Atk:
MaxPAtkLabelText=Max P-Atk:
MinMAtkTextBoxText=0
MinMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxMAtkTextBoxText=0
MaxMAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MinPAtkTextBoxText=0
MinPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MaxPAtkTextBoxText=0
MaxPAtkTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
HitrateLabelText=Hitrate:
HitrateTextBoxText=0
HitrateTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
[FormMageOneWeaponStats]
FormMageOneWeaponStatsText=FormMageOneWeaponStats
[FormWarriorOneWeaponStats]
FormWarriorOneWeaponStatsText=FormWarriorOneWeaponStats
[FormWarriorTwoWeaponStats]
FormWarriorTwoWeaponStatsText=FormWarriorTwoWeaponStats
[FormPaladinOneWeaponStats]
FormPaladinOneWeaponStatsText=FormPaladinOneWeaponStats
[FormWristStats]
ExitButtonText=Cancel
SaveButtonText=Save Changes
IconTypeComboBoxItemCount=5
IconTypeComboBoxItem0=Normal
IconTypeComboBoxItem1=Refined
IconTypeComboBoxItem2=Unique
IconTypeComboBoxItem3=Elite
IconTypeComboBoxItem4=Super
ReqProfComboBoxItemCount=4
ReqProfComboBoxItem0=None
ReqProfComboBoxItem1=Mage
ReqProfComboBoxItem2=Warrior
ReqProfComboBoxItem3=Paladin
AnimateCheckBoxText=Animate Icons
FormWristStatsText=FormWristStats
CostGroupBoxText=Cost
DescriptionGroupBoxText=Description
DisplaySettingsGroupBoxText=Display Settings
ItemMinIconGroupBoxText=Item Min Icon
MainGroupBoxText=Main
MapItemIconGroupBoxText=Map Item Icon
RequiredGroupBoxText=Required
StatsGroupBoxText=Stats
DurabilityLabelText=Durability:
EPCostLabelText=EP:
GoldPriceLabelText=Gold:
IconTypeLabelText=Icon Type:
IDLabelText=ID:
LevelLabelText=Level:
MDefLabelText=M-Def:
NameLabelText=Name:
PDefLabelText=P-Def:
ReqLevelLabelText=Level:
ReqProfLabelText=Profession:
DurabilityTextBoxText=0
DurabilityTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
EPCostTextBoxText=0
EPCostTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
GoldPriceTextBoxText=0
GoldPriceTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxText=0
IDTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
LevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
MDefTextBoxText=0
MDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
NameTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
PDefTextBoxText=0
PDefTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
ReqLevelTextBoxText=0
ReqLevelTextBoxToolTip=Refined: {refStat}\r\nUnique: {uniStat}\r\nElite: {eliStat}\r\nSuper: {supStat}
DataTabPageText=Data
VisualsTabPageText=Visuals
ItemMinIconXNAPictureBoxText=Item Min Icon
MapItemIconXNAPictureBoxText=Map Item Icon
[FormMageWristStats]
FormMageWristStatsText=FormMageWristStats
[FormWarriorWristStats]
FormWarriorWristStatsText=FormWarriorWristStats
[FormPaladinWristStats]
FormPaladinWristStatsText=FormPaladinWristStats
[FormDetails]
AddButtonText=&Add
DeleteButtonText=&Delete
EditButtonText=&Edit
ListBoxItemsLabelText=Items:
FormDetailsText=FormDetails
[FormArmorDetails]
FormArmorDetailsText=FormArmorDetails
[FormMageArmorDetails]
FormMageArmorDetailsText=FormMageArmorDetails
[FormWarriorArmorDetails]
FormWarriorArmorDetailsText=FormWarriorArmorDetails
[FormPaladinArmorDetails]
FormPaladinArmorDetailsText=FormPaladinArmorDetails
[FormFeetDetails]
FormFeetDetailsText=FormFeetDetails
[FormMageFeetDetails]
FormMageFeetDetailsText=FormMageFeetDetails
[FormWarriorFeetDetails]
FormWarriorFeetDetailsText=FormWarriorFeetDetails
[FormPaladinFeetDetails]
FormPaladinFeetDetailsText=FormPaladinFeetDetails
[FormHeadDetails]
FormHeadDetailsText=FormHeadDetails
[FormMageHeadDetails]
FormMageHeadDetailsText=FormMageHeadDetails
[FormWarriorHeadDetails]
FormWarriorHeadDetailsText=FormWarriorHeadDetails
[FormPaladinHeadDetails]
FormPaladinHeadDetailsText=FormPaladinHeadDetails
[FormNeckDetails]
FormNeckDetailsText=FormNeckDetails
[FormMageNeckDetails]
FormMageNeckDetailsText=FormMageNeckDetails
[FormWarriorNeckDetails]
FormWarriorNeckDetailsText=FormWarriorNeckDetails
[FormPaladinNeckDetails]
FormPaladinNeckDetailsText=FormPaladinNeckDetails
[FormWeaponDetails]
FormWeaponDetailsText=FormWeaponDetails
[FormMageOneWeaponDetails]
FormMageOneWeaponDetailsText=FormMageOneWeaponDetails
[FormWarriorOneWeaponDetails]
FormWarriorOneWeaponDetailsText=FormWarriorOneWeaponDetails
[FormWarriorTwoWeaponDetails]
FormWarriorTwoWeaponDetailsText=FormWarriorTwoWeaponDetails
[FormPaladinOneWeaponDetails]
FormPaladinOneWeaponDetailsText=FormPaladinOneWeaponDetails
[FormWristDetails]
FormWristDetailsText=FormWristDetails
[FormMageWristDetails]
FormMageWristDetailsText=FormMageWristDetails
[FormWarriorWristDetails]
FormWarriorWristDetailsText=FormWarriorWristDetails
[FormPaladinWristDetails]
FormPaladinWristDetailsText=FormPaladinWristDetails
A special thanks to anyone that contributes will be put in the app and on the page that will host the file(s)