WoWInterface SVN UltimateWarcraftBattlecryGenerator

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/wow3_3/Locales
    from Rev 53 to Rev 59
    Reverse comparison

Rev 53 → Rev 59

enUS.lua
1,15 → 1,13
-- The Ultimate Warcraft Battlecry Generator
-- The Ultimate Warcraft Battlecry Generator
-- ===========================================
-- Version : 1.0
-- Author : Nuchaleft (NytewolfAU2k7 on Curse)
-- Email : nwcreations@gmail.com
-- Create Date : 08/08/2010 03:31 AM WAST (GMT+8:00)
-- Update : 24/08/2010 09:41 AM WAST (GMT+8:00)
-- ===========================================
 
local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]
 
local L = LibStub("AceLocale-3.0"):NewLocale("UltimateWarcraftBattlecryGenerator", "enUS", true, debug)
 
18,13 → 16,9
 
L["TEXT_GENBUTTON"] = "Generate!";
L["TEXT_CFGBUTTON"] = "Options";
L["TEXT_HEADER"] = "Battle Cry Generator Options";
L["TEXT_SUBHEADER"] = "The various options are below;";
L["TEXT_MAINHEAD"] = "Battlecry Generator v";
L["TEXT_CFGHEADER"] = "Battlecry Generator Options";
L["TEXT_CFGSUBHEADER"] = "The various options are below;";
 
L["TEXT_GCHANNEL"] = "General";
L["TEXT_CHANNEL1"] = "Say";
L["TEXT_CHANNEL2"] = "Yell";
L["TEXT_CHANNEL3"] = "Party";
L["TEXT_CHANNEL4"] = "Guild";
L["TEXT_CHANNEL5"] = "Battleground";
L["TEXT_CHANNEL6"] = "Raid";
L["TEXT_IGNOREFACTION"] = "Ignore faction battlecry restrictions.";
L["TEXT_HIDEUI"] = "Hide the user interface.";
enGB.lua
4,12 → 4,10
-- Author : Nuchaleft (NytewolfAU2k7 on Curse)
-- Email : nwcreations@gmail.com
-- Create Date : 8/17/2010 12:19:38 AM (GMT+8:00)
-- Update : 24/08/2010 09:41 AM WAST (GMT+8:00)
-- ===========================================
 
local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]
 
local L = LibStub("AceLocale-3.0"):NewLocale("UltimateWarcraftBattlecryGenerator", "enGB", true, debug)
 
18,13 → 16,9
 
L["TEXT_GENBUTTON"] = "Generate!";
L["TEXT_CFGBUTTON"] = "Options";
L["TEXT_HEADER"] = "Battle Cry Generator Options";
L["TEXT_SUBHEADER"] = "The various options are below;";
L["TEXT_MAINHEAD"] = "Battlecry Generator v";
L["TEXT_CFGHEADER"] = "Battlecry Generator Options";
L["TEXT_CFGSUBHEADER"] = "The various options are below;";
 
L["TEXT_GCHANNEL"] = "General";
L["TEXT_CHANNEL1"] = "Say";
L["TEXT_CHANNEL2"] = "Yell";
L["TEXT_CHANNEL3"] = "Party";
L["TEXT_CHANNEL4"] = "Guild";
L["TEXT_CHANNEL5"] = "Battleground";
L["TEXT_CHANNEL6"] = "Raid";
\ No newline at end of file +L["TEXT_IGNOREFACTION"] = "Ignore faction battlecry restrictions."; +L["TEXT_HIDEUI"] = "Hide the user interface.";