vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- English localization for Extended Questlog 3.5
2 -- Copyright © 2006 Daniel Rehn
3  
4 EQL3_QUEST_LOG = "Extended QuestLog";
5  
6 EQL3_OPTIONS = "Options";
7 EQL3_OPTIONS_INFO = "Open up options for the Extended QuestLog.";
8 EQL3_OPTIONS_TITLE = "Extended QuestLog Options";
9  
10 EQL3_QUEST_WATCH_TOOLTIP = "Shift-click a quest to add or remove it from the tracker.\n\nCtrl-click to add your current status to chat frame.\n\nCtrl-Shift-click to clear the tracker and add the clicked quest.";
11  
12 EQL3_SHRINK = "Normal";
13 EQL3_EXTEND = "Extend";
14 EQL3_RESTORE = "Restore";
15  
16 EQL3_MINIMIZE_TIP = "Restore the QuestLog";
17 EQL3_MAXIMIZE_TIP = "Maximize the QuestLog";
18  
19 EQL3_LOG_OPTIONS = "Log Options";
20 EQL3_SHOW_QUEST_LEVELS = "Show Quest Levels";
21 EQL3_RESTORE_UPON_SELECT = "Maximize Upon Select";
22 EQL3_MINIMIZE_UPON_CLOSE = "Minimize Upon Close";
23 EQL3_LOCK_QUESTLOG = "Lock QuestLog";
24 EQL3_OPACITY = "Log Opacity";
25  
26 EQL3_COLOR_OPTIONS = "Color Options";
27 EQL3_ZONE_COLOR = "Custom Zone Color";
28 EQL3_HEADER_COLOR = "Custom Header Colors";
29 EQL3_OBJECTIVE_COLOR = "Custom Objective Colors";
30 EQL3_FADE_HEADER = "Fade Header Colors";
31 EQL3_FADE_OBJECTIVE = "Fade Objective Colors";
32 EQL3_TRACKER_BG = "Tracker Background Color";
33 EQL3_RESTORE_COLORS = "Restore Color Defaults";
34  
35 EQL3_QUEST_TRACKER = "Extended Quest Tracker";
36  
37 EQL3_TRACKER_OPTIONS = "Tracker Options";
38 EQL3_USE_TRACKER_LISTING = "Use Tracker Listing";
39 EQL3_SHOW_ZONES = "Show Zones in Tracker";
40 EQL3_SORT_TRACKER = "Sort Tracked Quests";
41 EQL3_LOCK_TRACKER = "Lock Tracker";
42 EQL3_ADD_NEW = "Add New Quests to Tracker";
43 EQL3_ADD_UNTRACKED = "Add Untracked Quests on Progress";
44 EQL3_REMOVE_FINISHED = "Remove Finished Quests from Tracker";
45 EQL3_MINIMIZE_FINISHED = "Hide Objectives for Completed Quests";
46 EQL3_SHOW_MINIMIZER = "Show Minimizebutton in Tracker";
47 EQL3_TRACKERFONTSIZE = "Tracker Font Size";
48  
49 --new
50 --Some masks
51 EQL_QUEST_ACCEPTED = "Quest accepted:";
52 EQL_COMPLETE = "%(Complete%)";
53  
54 --Organize Strings
55 EQL3_ORGANIZE_TITLE = "Quest Organizer"
56 EQL3_ORGANIZE_TEXT = "Click a quest header or enter one\nbelow and press OK"
57  
58 EQL3_POPUP_MOVE = "Move Quest to Other Group";
59 EQL3_POPUP_RESET = "Reset Quest to Original Group";
60 EQL3_POPUP_RESETALL = "Reset All Quests";
61 EQL3_POPUP_CANCEL = "Cancel";
62 EQL3_OKAY = "OK";
63 EQL3_POPUP_TRACK = "Track Quest";
64 EQL3_POPUP_UNTRACK = "Untrack Quest";
65  
66  
67 --Load
68 EQL3_LOAD_TIP = "Load settings";
69  
70  
71 -- new to 3.5.6
72 EQL3_HIDE_COMPLETED_OBJECTIVES = "Hide Completed Objectives Individually";
73 EQL3_AUTO_COMPLETE_QUESTS = "Auto Complete Quests";
74 EQL3_SHOW_OBJECTIVE_MARKERS = "Show Objective Markers";
75 EQL3_LEVELS_ONLY_IN_LOG = "Only in Log and Tracker";
76  
77  
78 -- new to 3.5.9
79 EQL3_TOOLTIP_OPTIONS = "Tooltip Options";
80 EQL3_SHOW_ITEM_TOOLTIP = "Show Relevant Quest in Item Tooltip";
81 EQL3_SHOW_MOB_TOOLTIP = "Show Relevant Quest in Mob Tooltip";
82 EQL3_INFO_ON_QUEST_COMPLETE = "Inform on Quest Completion";
83 EQL3_TOOLTIP_COLOR = "Custom Tooltip Info Color";
84  
85  
86  
87 -- Only in the english localization file plz
88 EQL3_TRACKER_LIST_1 = "1";
89 EQL3_TRACKER_LIST_2 = "a";
90 EQL3_TRACKER_LIST_3 = "A";
91 EQL3_TRACKER_LIST_4 = "I";
92 EQL3_TRACKER_SYMBOL_1 = "-";
93 EQL3_TRACKER_SYMBOL_2 = "+";
94 EQL3_TRACKER_SYMBOL_3 = "@";
95 EQL3_TRACKER_SYMBOL_4 = ">";
96 -- end