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/31/2005
3  
4  
5 if ( GetLocale() == "frFR" ) then
6  
7 CT_PLAYERNOTES_EDITING = "Editer la note pour le joueur '%s'.";
8 CT_PLAYERNOTES_CANCEL = "Annuler";
9 CT_PLAYERNOTES_UPDATE = "M.\195\160.J.";
10 CT_PLAYERNOTES_EDITNOTE = "Editer Note";
11 CT_PLAYERNOTES_CLICKEDIT = "Cliquer pour \195\169diter";
12  
13 end