Thread Tools Display Modes
07-19-05, 11:07 PM   #1
noraj
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 102
Localization for TitanPortals(please help)

Please only post localizations of the folowing Variable lists here....unless ya need to talk about that hot chick you nailed last night(as long as u include photos)

TITAN_Portals_VERSION = "0.11";
TITAN_HELLOMENU_ID = "HelloMenu";

-- Normal strings
TITAN_PORTALS_MENU_TEXT = "Portals Menu"; --Displays on titans dropdown menu and as title of Portals menu
TITAN_Portals_ID = "Portals";
TITAN_Portals_ICON = "Interface\\Addons\\TitanPortals\\Artwork\\TitanHea rthStone";

TITAN_Portals_MENU_Short = "Shorten Text"; -- an option later to change displays like Ironforge to IF in menu and display(NOT IMPLEMENTED)
TITAN_Portals_MENU_QuickCast = "Enable Menu Casting" -- Option to cast directly from destination selection menu
TITAN_HELLOMENU_BUTTON_LABEL = "Portals Target: "; -- Show this on the button
TITAN_HELLOMENU_TOOLTIP = "Right Click to Select Portal"; --Top Line Of tooltip
TITAN_PORTALS_TOOLTIP_CURRENT = "Current Selection:"

--************************************************** ************************************************** ***************************
--Variables for different Targets
--************************************************** ************************************************** **************************

--Strings to put on The TitanPortals Dropdown Menu (These are the same as the compare values...but if you wanted to you could change IronForge to IF or Under city to UC without losing any functionality)

TITAN_PORTALS_MENU_TPORG = "Orgrimmar";
TITAN_PORTALS_MENU_TPTB ="Thunder Bluff";
TITAN_PORTALS_MENU_TPUC ="Undercity";
TITAN_PORTALS_MENU_TPDAR ="Darnassus";
TITAN_PORTALS_MENU_TPSW = "Stormwind";
TITAN_PORTALS_MENU_TPIF = "Ironforge";
TITAN_PORTALS_MENU_HEARTH = "Hearthstone";

--Strings to Compare Values to (Also must match name of Teleport or Portal spell for cities)(only the actualy translations for different localizations may be used)

TITAN_Portals_TPTBstring ="Thunder Bluff"; --Localized Game name for Thunder Bluff(note Case Sensitive)
TITAN_Portals_TPORGstring ="Orgrimmar"; --Localized Game name for Orgrimmar(note Case Sensitive)
TITAN_Portals_TPSWstring ="Stormwind"; --Localized Game name for Stormwind(note Case Sensitive)
TITAN_Portals_TPDARstring ="Darnassus"; --Localized Game name for Darnassus(note Case Sensitive)
TITAN_Portals_TPIFstring ="Ironforge"; --Localized Game name for Ironforge(note Case Sensitive)
TITAN_Portals_TPUCstring ="Undercity"; --Localized Game name for Undercity(note Case Sensitive)

TITAN_Portals_Teleportstring ="Teleport: "; --prefix on localized teleport spells (Dont forget the space after the colon)
TITAN_Portals_Portalsstring ="Portal: "; --Prefix on localized Portal spells (dont forget the space after the colon)
--************************************************** ************************************************** ********************8
-- Mounts
--************************************************** ************************************************** *********************
if ( not Mount_Items ) then
Mount_Items={
"Black Ram",
"Brown Ram",
"Frost Ram",
"Gray Ram",
"Swift Brown Ram",
"Swift Gray Ram",
"Swift White Ram",
"White Ram",
"Blue Mechanostrider",
"Green Mechanostrider",
"Icy Blue Mechanostrider Mod A",
"Red Mechanostrider",
"Swift Green Mechanostrider",
"Swift White Mechanostrider",
"Swift Yellow Mechanostrider",
"Unpainted Mechanostrider",
"White Mechanostrider Mod A",
"Black Stallion Bridle",
"Brown Horse Bridle",
"Chestnut Mare Bridle",
"Palomino Bridle",
"Pinto Bridle",
"White Stallion Bridle",
"Reins of the Frostsaber",
"Reins of the Nightsaber",
"Reins of the Spotted Frostsaber",
"Reins of the Striped Frostsaber",
"Reins of the Striped Nightsaber",
"Reins of the Swift Frostsaber",
"Reins of the Swift Mistsaber",
"Reins of the Swift Stormsaber",
"Reins of the Winterspring Frostsaber",
"Reins of the Bengal Tiger",
"Reins of the Leopard",
"Reins of the Night Saber",
"Reins of the Spotted Panther",
"Deathcharger's Reins",
"Blue Skeletal Horse",
"Brown Skeletal Horse",
"Green Skeletal Warhorse",
"Red Skeletal Horse",
"Brown Kodo",
"Gray Kodo",
"Great Brown Kodo",
"Great Gray Kodo",
"Great White Kodo",
"Green Kodo",
"Teal Kodo",
"Swift Blue Raptor",
"Swift Green Raptor",
"Swift Orange Raptor",
"Whistle of the Emerald Raptor",
"Whistle of the Ivory Raptor",
"Whistle of the Mottled Red Raptor",
"Whistle of the Turquoise Raptor",
"Whistle of the Violet Raptor",
"Horn of the Arctic Wolf",
"Horn of the Brown Wolf",
"Horn of the Dire Wolf",
"Horn of the Red Wolf",
"Horn of the Swift Brown Wolf",
"Horn of the Swift Gray Wolf",
"Horn of the Swift Timber Wolf",
"Horn of the Timber Wolf",
"Horn of the Winter Wolf",
"Horn of the Black Wolf",
"Horn of the Gray Wolf",
}
end
Mount_ItemsPALADIN = {"Summon Charger", "Summon Warhorse"};
Mount_ItemsWARLOCK = {"Summon Dreadsteed", "Summon Warhorse"};

Dismount_list={
"Spell_Nature_Swiftness",
"Ability_Mount",
"INV_Misc_Foot_Kodo",
}

--************************************************** ************************************************** ****************************************
--End Mounts
--************************************************** ************************************************** ****************************************



-- basically an about menu if i decide to implement that is just a shameless plug for meh :P...i know what a narcissist .
TITAN_Portals_ABOUT_TEXT = "About";
TITAN_Portals_ABOUT_POPUP_TEXT = TitanUtils_GetGreenText("Titan Panel [Portals]").."\n"..TitanUtils_GetNormalText("Version: ")..TitanUtils_GetHighlightText(TITAN_Portals_VERSI ON).."\n"..TitanUtils_GetNormalText("Author: ")..TitanUtils_GetHighlightText("Noraj");

--************************************************** ************************************************** ***************************************
--Unused Variables at this point at least
TITAN_Portals_AstralRecall = "Astral Recall";
TITAN_Portals_AstralRecallLabel = "Spell: ";
TITAN_Portals_Rank = "Rank";
TITAN_Portals_Ready = "Ready";
TITAN_Portals_SpellReady = "Spell Ready";
TITAN_Portals_NotFound = "none";
TITAN_Portals_Shaman = "Shaman";
TITAN_Portals_BUTTON_TEXT = "%s";


Localize in whatever lanuage you can and ill make sure you get credit

this is for TitanPortals (available here under Plugins)
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Localization for TitanPortals(please help)


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