vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : German (by StarDust)
2 -- Last Update : 02/21/2005
3  
4 if ( GetLocale() == "deDE" ) then
5  
6 -- For "name location" in friends list, should be moved into Cosmos localization once that has been stabilized
7 FRIENDS_FACTS_OFFLINE_TEMPLATE = "|cffbbbbbb%s- %s - Offline|r";
8 FRIENDS_FACTS_OFFLINE_TEMPLATE_SHORT = "|cffbbbbbb%s- %s|r";
9  
10 end