vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2 Bagnon Forever Localization file
3 This provides a way to translate Bagnon_Forever into different languages.
4 --]]
5  
6 --[[
7 German
8 Credit goes to Sarkan on Curse
9 --]]
10  
11 if ( GetLocale() == "deDE" ) then
12 --BAGNON_TITLE_FOREVERTOOLTIP = "<Doppel-Klick> um Charakter zu wechseln.";
13 return;
14 end