-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlocalization.lua
More file actions
54 lines (44 loc) · 2.62 KB
/
localization.lua
File metadata and controls
54 lines (44 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--[[
Default localization for QuestItem
]]--
QUESTITEM_VERSION = "v1.7.3";
QUESTITEM_NAME = "QuestItem";
QUESTITEM_TITLE = "Shagoth's " .. QUESTITEM_NAME;
-- Translate below here
QUESTITEM_UNIDENTIFIED = "Unidentified quest";
QUESTITEM_LOADED = QUESTITEM_TITLE .. " " .. QUESTITEM_VERSION .. " Loaded";
QUESTITEM_SLAIN = "slain";
QUESTITEM_QUESTITEM = "Quest Item";
QUESTITEM_CANTIDENTIFY = "Unable to identify quest for ";
QUESTITEM_QUESTCOMPLETE = "Quest is complete";
QUESTITEM_COMPLETEABANDONED = "Quest is complete or abandoned";
QUESTITEM_ABANDONED = "Quest has been abandoned";
QUESTITEM_QUESTACTIVE = "Quest is active";
-- Configuration window
QUESTITEM_ITEMS = "Items";
QUESTITEM_SETTINGS = "Settings";
QUESTITEM_CFG_CHK_ENABLED = "Enabled";
QUESTITEM_CFG_CHK_ENABLED_TT = "Keep checked to enable QuestItem";
QUESTITEM_CFG_CHK_ALERT = "Alert when quest mapping fails for item";
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.";
QUESTITEM_CFG_CHK_DISREQU = "Display request menu in tooltip";
QUESTITEM_CFG_CHK_DISREQU_TT = "Display a 'Request mapping' menuitem in the tooltip for unidentified items.";
QUESTITEM_CFG_CHK_SHIFTOPN = "Shift + click to open QuestLog for item";
QUESTITEM_CFG_CHK_SHIFTOPN_TT = "Enable Shift + left click to open the questlog for the quest an item belongs to.";
QUESTITEM_CFG_CHK_ALTOPN = "Alt + right click to open QuestLog for item";
QUESTITEM_CFG_CHK_ALTOPN_TT = "Enable Alt + right click to open the questlog for the quest an item belongs to.";
QUESTITEM_CFG_CHK_DISPLAYTT = "Display tooltip in item list";
QUESTITEM_CFG_CHK_DISPLAYTT_TT = "Display tooltip telling you how to edit items in the item list";
QUESTITEM_CFG_CHK_ONLYFORPLAYER_TT = "Only display items in the item list for current player";
QUESTITEM_CFG_CHK_ONLYFORPLAYER = "Display items for current player";
QUESTITEM_CFG_CHK_DISPLAYCOUNT = "Display item count";
QUESTITEM_CFG_CHK_DISPLAYCOUNT_TT = "Display item count in tooltip for item and in item list";
QUESTITEM_INP_TITLE = "QuestItem Mapping";
QUESTITEM_ITM_SHOWALL = "Only show unassigned";
QUESTITEM_ITM_SHOWALL_TT = "Uncheck to display unidentified items only.";
QUESTITEM_ITEMS_EDIT_M_TT = "Right click to edit";
QUESTITEM_ITEMS_EDIT_SHIFT_M_TT = "Shift + right click to edit";
QUESTITEM_NO_QUEST = "The quest is not in your questlog";
QUESTITEM_SAVE = "Save";
QUESTITEM_CANCEL = "Cancel";
QUESTITEM_ENTER_QUEST_NAME = "Enter the name of the quest:"