vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- English text strings |
2 | |||
3 | -- Binding Configuration |
||
4 | BINDING_HEADER_MAILTO = "MailTo" |
||
5 | BINDING_NAME_MAILTOLOG = "Display MailTo log" |
||
6 | BINDING_NAME_MAILTOEX = "Display Inbox expirations" |
||
7 | BINDING_NAME_MAILTOMAIL = "Toggle MailTo Inbox window" |
||
8 | |||
9 | -- MailTo option list with text |
||
10 | MAILTO_OPTION = { alert= {flag='noalert', name="Delivery alert"}, |
||
11 | auction={flag='noauction', name="Auction click"}, |
||
12 | chat= {flag='nochat', name="Chat click"}, |
||
13 | coin= {flag='nocoin', name="Coin letters"}, |
||
14 | ding= {flag='noding', name="Ding sound"}, |
||
15 | click= {flag='noclick', name="Inventory"}, |
||
16 | login= {flag='nologin', name="Login notice"}, |
||
17 | shift= {flag='noshift', name="Shift-click"}, |
||
18 | trade= {flag='notrade', name="Trade click"}, |
||
19 | } |
||
20 | MAILTO_DAYS = {icon=28, long=3, new=7, short=1, soon=3, warn=2} |
||
21 | |||
22 | -- Message text |
||
23 | MAILTO_ON = "%s has been turned on." |
||
24 | MAILTO_OFF = "%s has been turned off." |
||
25 | MAILTO_TIME = "The time for '%s' expiration has been set to %s" |
||
26 | MAILTO_TOOLTIP = "Click to select recipient." |
||
27 | MAILTO_CLEARED = "The MailTo list has been cleared!" |
||
28 | MAILTO_LISTEMPTY = "Empty list." |
||
29 | MAILTO_LISTFULL = "Warning: List is full!" |
||
30 | MAILTO_ADDED = " added to MailTo list." |
||
31 | MAILTO_REMOVED = " removed from MailTo list." |
||
32 | MAILTO_F_ADD = "(Add %s)" |
||
33 | MAILTO_F_REMOVE = "(Remove %s)" |
||
34 | MAILTO_YOU = "you" |
||
35 | MAILTO_DELIVERED = "delivered." |
||
36 | MAILTO_DUE = "due in %d min." |
||
37 | MAILTO_SENT = "%s sent to %s by %s is %s" |
||
38 | MAILTO_NEW = "%s%s from %s delivered to %s" |
||
39 | MAILTO_NONEW = "No new mail items found." |
||
40 | MAILTO_NEWMAIL = "(possible new mail)" |
||
41 | MAILTO_LOGEMPTY = "The mail log is empty." |
||
42 | MAILTO_NODATA = "No inbox data." |
||
43 | MAILTO_NOITEMS = "No items in inbox." |
||
44 | MAILTO_NOTFOUND = "No items found." |
||
45 | MAILTO_INBOX = "#%d, %s, from %s" |
||
46 | MAILTO_EXPIRES = " expires in " |
||
47 | MAILTO_EXPIRED = " has expired!" |
||
48 | MAILTO_UNDEFINED = "Undefined command, " |
||
49 | MAILTO_RECEIVED = "Received %s from %s, %s" |
||
50 | MAILTO_SALE = "%s bought %s for %s (net=%s)." |
||
51 | MAILTO_NONAME = "Missing name." |
||
52 | MAILTO_NODESC = "Missing description." |
||
53 | MAILTO_MAILOPEN = "Mailbox is open." |
||
54 | MAILTO_MAILCHECK = "Mailbox not checked." |
||
55 | MAILTO_TITLE = "MailTo Inbox" |
||
56 | MAILTO_SELECT = "Select:" |
||
57 | MAILTO_SERVER = "Server" |
||
58 | MAILTO_SERVERTIP = "Check to select characters on other servers" |
||
59 | MAILTO_FROM = "From: " |
||
60 | MAILTO_EXPIRES2 = "Expires in " |
||
61 | MAILTO_EXPIRED2 = "Has expired!" |
||
62 | MAILTO_LOCATE = "Locating items matching '%s':" |
||
63 | MAILTO_REMOVE2 = "Removed %s of %s." |
||
64 | MAILTO_BACKPACK = "No empty backpack slot for split." |
||
65 | MAILTO_EMPTYNEW = "You may have new mail..." |
||
66 | MAILTO_MAIL = "Mail" |
||
67 | MAILTO_INV = "Inv" |
||
68 | MAILTO_BANK = "Bank" |
||
69 | MAILTO_SOLD = "Auction successful" |
||
70 | MAILTO_OUTBID = "Outbid" |
||
71 | MAILTO_CANCEL = "Auction cancelled" |
||
72 | MAILTO_CASH = "Received cash: Total=%s, Sales=%s, Refunds=%s, Other=%s" |