annotate locale/locale.xml @ 297:f7a5676c9517

5.04 updates: - refresh button checked state and cooldown in C-code - display count for actions with charges - update action button events - pet action buttons - filter UNIT_AURA events by 'pet' type
author Flick
date Wed, 14 Nov 2012 16:34:14 -0800
parents be7cd1862edc
children
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@27 5 <Script file="enUS.lua"/>
Flick@253 6 <Script file="deDE.lua"/>
Flick@253 7 <Script file="esES.lua"/>
Flick@253 8 <Script file="esMX.lua"/>
Flick@253 9 <Script file="frFR.lua"/>
Flick@253 10 <Script file="koKR.lua"/>
Flick@253 11 <Script file="ruRU.lua"/>
Flick@253 12 <Script file="zhCN.lua"/>
Flick@253 13 <Script file="zhTW.lua"/>
flickerstreak@26 14
flickerstreak@26 15 </Ui>