vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2 Default localization for QuestItem
3 ]]--
4  
5 QUESTITEM_VERSION = "v1.6.0";
6 QUESTITEM_NAME = "QuestItem";
7 QUESTITEM_TITLE = "Shagoth's " .. QUESTITEM_NAME;
8  
9 -- Translate below here
10 QUESTITEM_UNIDENTIFIED = "Unidentified quest";
11 QUESTITEM_LOADED = QUESTITEM_TITLE .. " " .. QUESTITEM_VERSION .. " Loaded";
12 QUESTITEM_SLAIN = "slain";
13 QUESTITEM_QUESTITEM = "Quest Item";
14  
15 QUESTITEM_CANTIDENTIFY = "Unable to identify quest for ";
16 QUESTITEM_QUESTCOMPLETE = "Quest is complete";
17 QUESTITEM_COMPLETEABANDONED = "Quest is complete or abandoned";
18 QUESTITEM_QUESTACTIVE = "Quest is active";
19  
20 -- Configuration window
21 QUESTITEM_ITEMS = "Items";
22 QUESTITEM_SETTINGS = "Settings";
23 QUESTITEM_CFG_CHK_ENABLED = "Enabled";
24 QUESTITEM_CFG_CHK_ENABLED_TT = "Keep checked to enable QuestItem";
25 QUESTITEM_CFG_CHK_ALERT = "Alert when quest mapping fails for item";
26 QUESTITEM_CFG_CHK_ALERT_TT = "Check to enable a visual alert when you pick up a quest item and QuestItem is unable to map this item to a quest. This alert is given so you can manually map the item to a quest.";
27 QUESTITEM_CFG_CHK_DISREQU = "Display request menu in tooltip";
28 QUESTITEM_CFG_CHK_DISREQU_TT = "Display a 'Request mapping' menuitem in the tooltip for unidentified items.";
29 QUESTITEM_CFG_CHK_SHIFTOPN = "Shift + click to open QuestLog for item";
30 QUESTITEM_CFG_CHK_SHIFTOPN_TT = "Enable Shift + left click to open the questlog for the quest an item belongs to.";
31 QUESTITEM_CFG_CHK_ALTOPN = "Alt + right click to open QuestLog for item";
32 QUESTITEM_CFG_CHK_ALTOPN_TT = "Enable Alt + left click to open the questlog for the quest an item belongs to.";
33 QUESTITEM_CFG_CHK_DISPLAYTT = "Display tooltip in item list";
34 QUESTITEM_CFG_CHK_DISPLAYTT_TT = "Display tooltip telling you how to edit items in the item list";
35  
36 QUESTITEM_INP_TITLE = "QuestItem Mapping";
37 QUESTITEM_ITM_SHOWALL = "Only show unassigned";
38 QUESTITEM_ITM_SHOWALL_TT = "Uncheck to display unidentified items only.";
39  
40 QUESTITEM_ITEMS_EDIT_M_TT = "Click to edit";
41 QUESTITEM_ITEMS_EDIT_SHIFT_M_TT = "Shift + click to edit";
42  
43 QUESTITEM_NO_QUEST = "The quest is not in your questlog";
44  
45 QUESTITEM_SAVE = "Save";
46 QUESTITEM_CANCEL = "Cancel";