vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : French ( by Sasmira )
2 -- Last Update : 03/20/2005
3  
4 if ( GetLocale() == "frFR" ) 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 - Pas en ligne|r";
8 FRIENDS_FACTS_OFFLINE_TEMPLATE_SHORT = "|cffbbbbbb%s- %s|r";
9  
10 end