vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 CT_MAIL_HELP = "Fill in as many slots as you want. Each item will be sent in a separate mail to the recipient, with the subject you specify, followed by the item's name and count (for example: <Subject> [Gold Bar x10]). The combined postage is shown in the top right. You can alt-click on items in your bags to add them to the list automatically.";
2  
3 CT_MAIL_SEND = "Send Mail";
4 CT_MAIL_SENDBUTTON = "Send";
5 CT_MAIL_CANCELBUTTON = "Cancel";
6  
7 CT_MAIL_SENDINFO = "Are you sure you want to send the mail? Total postage will be:";
8 CT_MAIL_SENDINFO2 = "You are sending:";
9 CT_MAIL_ITEMS = "Item(s)";
10 CT_MAIL_ABORT = "Abort";
11  
12 CT_MAIL_ITEMNUM = "Item %d out of %d.";
13 CT_MAIL_SENDING = "Sending mail |c00FFFFFF%d|r/|c00FFFFFF%d|r...";
14 CT_MAIL_DONESENDING = "Done sending |c00FFFFFF%d|r mail(s)!";
15 CT_MAIL_ABORTED = "Aborted. |c00FFFFFF%d|r/|c00FFFFFF%d|r mail were sent.";
16 CT_MAIL_ERROR = "An error occured in CT_MailMod. This might be related to lag, trying to send items with an item placed in the normal send mail window, or trying to send items that cannot be sent.";
17  
18 CT_MMINBOX_OPENSELECTED = "Open Selected";
19 CT_MMINBOX_OPENALL = "Open All";
20 CT_MMINBOX_OPENALLTITLE = "Open All?";
21 CT_MMINBOX_OPENALLCONFIRMATION = "Are you sure you want to open all mail?";
22 CT_MMINBOX_DISPLAYPROCESSMESSAGES = "Display process messages";