vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Instructions: Translate everything within "-characters ( for example "Left Hotbar Buttons" ).
2 -- Everything that starts with -- means that it's a comment.
3  
4 BINDING_NAME_CT_RECASTBUFF = "Recast expiring buffs";
5 BINDING_HEADER_CT_BUFFMOD = "CT_BuffMod";
6  
7 CT_BUFFMOD_DRAGTEXT = "Left-click to drag\nRight-click switch sides";
8 CT_BUFFMOD_MINUTE = "minute";
9 CT_BUFFMOD_MINUTES = "minutes";
10 CT_BUFFMOD_SECOND = "second";
11 CT_BUFFMOD_SECONDS = "seconds";
12  
13 CT_BUFFMOD_OFF_EXPIRE = "<CTMod> Buff Expiration Reminders are now hidden.";
14 CT_BUFFMOD_MIN_EXPIRE = "<CTMod> Buff Expiration Reminders are now showing at 1 minute left.";
15 CT_BUFFMOD_SEC_EXPIRE = "<CTMod> Buff Expiration Reminders are now showing at 15 seconds left.";
16  
17 CT_BUFFMOD_OFF_DURATION = "<CTMod> Buff Durations are now hidden.";
18 CT_BUFFMOD_ON_DURATION = "<CTMod> Buff Durations are now shown.";
19  
20 CT_BUFFMOD_ON_DEBUFF = "<CTMod> Debuff Names are now red.";
21 CT_BUFFMOD_OFF_DEBUFF = "<CTMod> Debuff Names are no longer red.";
22  
23 CT_BUFFMOD_OFF_LOCK = "<CTMod> The buff bar is now locked.";
24 CT_BUFFMOD_ON_LOCK = "<CTMod> The buff bar is now unlocked.";
25  
26 CT_BUFFMOD_MODNAME_EXPIRE = "Buff Expiration";
27 CT_BUFFMOD_MODNAME_SOUND = "Expiration Sound";
28 CT_BUFFMOD_MODNAME_DURATION = "Buff Duration";
29 CT_BUFFMOD_MODNAME_DEBUFF = "Debuff Names";
30 CT_BUFFMOD_MODNAME_BUFFBAR = "Unlock Buffbar";
31 CT_BUFFMOD_MODNAME_RESET = "Reset Buffbar";
32  
33 CT_BUFFMOD_MODNAME_SUB_BUFFBAR = "Unlocks Buffbar";
34 CT_BUFFMOD_MODNAME_SUB_SOUND = "Play Sound";
35 CT_BUFFMOD_MODNAME_SUB_DEBUFF = "Red Names";
36 CT_BUFFMOD_MODNAME_SUB_DURATION = "Show Duration";
37 CT_BUFFMOD_MODNAME_SUB_EXPIRE = "Display Message";
38 CT_BUFFMOD_MODNAME_SUB_RESET = "Reset Position";
39  
40 CT_BUFFMOD_MODNAME_TOOLTIP_SOUND = "Plays a sound when a buff is about to expire.";
41 CT_BUFFMOD_MODNAME_TOOLTIP_EXPIRE = "Gives you a message when a buff is about to expire.";
42 CT_BUFFMOD_MODNAME_TOOLTIP_DURATION = "Shows the duration of buffs.";
43 CT_BUFFMOD_MODNAME_TOOLTIP_DEBUFF = "Turns debuff names red.";
44 CT_BUFFMOD_MODNAME_TOOLTIP_BUFFBAR = "Unlocks the buffbar, making it movable.";
45 CT_BUFFMOD_MODNAME_TOOLTIP_RESET = "Resets the buffbar, returning it to the original position";
46  
47 CT_BUFFMOD_ON_TOGGLE = "<CTMod> The buff mod is now showing CT-style.";
48 CT_BUFFMOD_OFF_TOGGLE = "<CTMod> The buff mod is now showing default style.";
49  
50 CT_BUFFMOD_OFF_CHIRP = "<CTMod> Buff Expiration Sound will no longer play.";
51 CT_BUFFMOD_ON_CHIRP = "<CTMod> Buff Expiration Sound will now play.";
52  
53 CT_BUFFMOD_MODNAME_TOGGLE ="Buff Style";
54 CT_BUFFMOD_MODNAME_SUB_TOGGLE = "CT/Default";
55 CT_BUFFMOD_MODNAME_TOOLTIP_TOGGLE = "Toggles showing buffs CT-style or default style.";
56  
57 ExpireMessageString = "<CTMod> The '%s' buff is about to expire.";
58 ExpireMessageRecastString = "<CTMod> The '%s' buff is about to expire. Press '%s' to recast highest rank.";
59  
60 CT_BUFFMOD_MOVABLE_BUFFBAR = "Buff bar";