vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Magic strings
2  
3 -- English
4 OUTFITDISPLAYFRAME_NOTENOUGHFREESPACE = "Not enough free space in bags.";
5 OUTFITDISPLAYFRAME_ITEMSNOTFOUND = "Outfit contains missing items.";
6 OUTFITDISPLAYFRAME_INVALIDOUTFIT = "Invalid outfit format.";
7 OUTFITDISPLAYFRAME_ITEMSINBANK = "Outfit contains banked items.";
8 OUTFITDISPLAYFRAME_TOOFASTMSG = "Can't switch outfits that quickly.";
9 OUTFITDISPLAYFRAME_ALTCLICK = "Alt-click will reset to an empty slot.";
10  
11 OUTFITDISPLAYFRAME_USECHECKBOX = "When checked, this slot is forced empty on switch.";
12 OUTFITDISPLAYFRAME_OVERRIDEHELM = "When checked, override the value of \"Show Helm\" when this outfit is worn.";
13 OUTFITDISPLAYFRAME_OVERRIDECLOAK = "When checked, override the value of \"Show Cloak\" when this outfit is worn.";
14  
15 -- German
16 if ( GetLocale() == "deDE" ) then
17 OUTFITDISPLAYFRAME_NOTENOUGHFREESPACE = "Nicht genug Platz in den Taschen";
18 OUTFITDISPLAYFRAME_ITEMSNOTFOUND = "Ausr\195\188stung enth\195\164lt fehlende Gegenst\195\164nde";
19 OUTFITDISPLAYFRAME_INVALIDOUTFIT = "Ung\195\188ltiges Ausr\195\188stungsformat";
20 OUTFITDISPLAYFRAME_ITEMSINBANK = "Ausstattung enth\195\164lt Gegenst\195\164nde, die auf der Bank sind.";
21 OUTFITDISPLAYFRAME_TOOFASTMSG = "Sie k\195\182nnen nicht Ausstattungen schalten, die schnell.";
22  
23 OUTFITDISPLAYFRAME_USECHECKBOX = "Wenn H\195\164ckchen gesetzt, wird der Taschenplatz wird bim Ausr\195\188stungswechsel geleert.";
24 end
25  
26 if ( GetLocale() == "frFR" ) then
27 -- OUTFITDISPLAYFRAME_TWOHANDED = "Deux-mains";
28 OUTFITDISPLAYFRAME_NOTENOUGHFREESPACE = "Pas assez d'espace libre dans les sacs";
29 OUTFITDISPLAYFRAME_ITEMSNOTFOUND = "Articles manquants pour l'\195\169quipement choisi.";
30 OUTFITDISPLAYFRAME_INVALIDOUTFIT = "Format d'\195\169quipement incorrect.";
31 OUTFITDISPLAYFRAME_ITEMSINBANK = "L'\195\169quipement contient les articles en banque.";
32 OUTFITDISPLAYFRAME_TOOFASTMSG = "On ne peut pas commuter les \195\169quipements aussi rapidement.";
33  
34 OUTFITDISPLAYFRAME_USECHECKBOX = "Si coch\195\169, ce slot est vid\195\169 lors de la commutation.";
35 OUTFITDISPLAYFRAME_OVERRIDEHELM = "Si coch\195\169, force le \"Afficher le casque\" quand cette tenue est port\195\169e.";
36 OUTFITDISPLAYFRAME_OVERRIDECLOAK = "Si coch\195\169, force le \"Afficher la cape\" quand cette tenue est port\195\169e.";
37 end