Thread Tools Display Modes
Prev Previous Post   Next Post Next
10/26/17, 01:32 PM   #1
mesota
AddOn Author - Click to view addons
Join Date: Oct 2017
Posts: 4
AlphaGear 6.1: Looking for translation to russian, korean and others

Hi!

I'm the maintainer of AlphaGear and I'd like to add further translations to this addon.
I currently have en, de, fr and Chinese. Anyone else who'd like to contribute a language?

-mesota

Code:
en = {
	Copy = 'Copy',
	Paste = 'Paste',
	Clear = 'Clear',
	Insert = 'Insert currently equipped',
	Icon = lmb..'Choose icon',
	Set = lmb..' Equip set\n'..rmb..' Edit set',
	NotFound = '<<1>> |cFF0000was not found...|r',
	NotEnoughSpace = '|cFFAA33AlphaGear|r |cFF0000Not enough bag-space...|r',
	SoulgemUsed = '<<C:1>> |cFFAA33was recharged.|r',
	SetPart = '\n|cFFAA33Part of Set: <<C:1>>|r',
	Lock = 'If the set is locked, all empty slots will be unequipped.\nIf the set is unlocked, all empty slots will be ignored.\n\n'..lmb..' Lock/unlock',
	Unequip = 'Unequip armor',
	UnequipAll = 'Unequip entire gear',
	SetConnector = {
		lmb..' Connect gear with set\n'..rmb..' Remove connection',
		lmb..' Connect actionbar 1 with set\n'..rmb..' Remove connection',
		lmb..' Connect actionbar 2 with set\n'..rmb..' Remove connection'
	},
	Head = {
		Gear = 'Gear ',
		Skill = 'Skills '
	},
	Button = {
		Gear = lmb..' Equip item\n'..rmb..' Remove item',
		Skill = lmb..' Equip skill\n'..rmb..' Remove skill'
	},
	Selector = {
		Gear = lmb..' Equip entire gear\n'..rmb..' More options',
		Skill = lmb..' Equip all skills\n'..rmb..' More options'
	},
	OptionWidth = 300,
	Options = {
		'Show UI-button',
		'Show UI-set-buttons',
		'Show repair icon',
		'Show repair cost',
		'Show weapon charge icon(s)',
		'Show weapon swap message',
		'Show equipped set',
		'Mark set items in inventory',
		'Show item condition in percent',
		'Show item quality as color',
		'Close window on movement',
		'Lock all AlphaGear elements',
		'Automatic weapon charge'
	}
}
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » AlphaGear 6.1: Looking for translation to russian, korean and others


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off