vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- File containing localized strings - EN/US
2 -- Version : English - Kiki
3  
4  
5 -- English localized variables (default)
6 -- => Displayed strings
7 GEM_CHAT_MISC_LOADED = "Loaded ! (/gem for help)";
8 GEM_CHAT_CMD_PARAM_ERROR = "Unknown parameter for command ";
9 GEM_CHAT_CMD_UNKNOWN = "Unknown command for /gem (try /gem help)";
10 -- => Other strings
11  
12 GEM_TITLE = "Guild Event Manager";
13 GEM_TEXT_OBSOLETE = " (Incompatible version - Upgrade !)"
14 GEM_TEXT_NEW_MINOR = " (New version available)"
15 GEM_TEXT_UPGRADE_NEEDED = "There is a new major version of GEM available. Please upgrade, or you will not see all Events !";
16 GEM_TEXT_UPGRADE_SUGGESTED = "There is a new minor version of GEM available. Please upgrade, to fix possible bugs !";
17  
18 GEM_HEADER_DATE = "Date";
19 GEM_HEADER_DATE_SERVER = "Server time : ";
20 GEM_HEADER_WHERE = "Where";
21 GEM_HEADER_LEADER = "Leader";
22 GEM_HEADER_COUNT = "Mains";
23 GEM_HEADER_MAX = "Max";
24 GEM_HEADER_RANGE_LEVEL = "Level";
25  
26 GEMLIMIT_HEADER_CLASS = "Class";
27 GEMLIMIT_HEADER_MIN = "Min";
28 GEMLIMIT_HEADER_MAX = "Max";
29 GEMLIMIT_HEADER_TITULAR = "Mains";
30 GEMLIMIT_HEADER_SUBSTITUTE = "Substitutes";
31 GEMLIMIT_HEADER_REPLACEMENT = "Replacements";
32  
33 GEMADMIN_HEADER_PLACE = "Pos";
34 GEMADMIN_HEADER_NAME = "Name";
35 GEMADMIN_HEADER_GUILD = "Guild";
36 GEMADMIN_HEADER_CLASS = "Class";
37 GEMADMIN_HEADER_LEVEL = "Level";
38  
39 GEM_TAB_LIST = "Events";
40 GEM_TAB_NEW = "New";
41 GEM_TAB_OPTIONS = "Options"
42 GEM_TAB_PLAYERS = "Members";
43  
44 GEM_TAB_LIST_CLASSES = "Limits";
45 GEM_TAB_LIST_DETAILS = "Details";
46 GEM_TAB_LIST_ADMIN = "Subscribers";
47  
48 GEM_TEXT_PLAYER_JOINED = "%s joined.";
49 GEM_TEXT_PLAYER_LEFT = "%s left.";
50  
51 GEM_TEXT_UNCLOSE = "Unclose";
52 GEM_TEXT_RECOVER = "Recover";
53 GEM_TEXT_DELETE = "Delete";
54 GEM_TEXT_DELETE_CONFIRM = "Are you sure you want to delete this event ?"
55 GEM_TEXT_UNSUBSCRIBE = "Renounce";
56 GEM_TEXT_SUBSCRIBE = "Subscribe";
57 GEM_TEXT_CREATE = "Create";
58 GEM_TEXT_MODIFY = "Modify";
59 GEM_TEXT_FORCETIT = "Force titular queue";
60 GEM_TEXT_FORCESUB = "Force replacement queue";
61 GEM_TEXT_SETLEADER = "Set as new leader";
62 GEM_TEXT_NO_REASON = "No reason";
63 GEM_TEXT_EVT_CHANNEL = "Channel %s";
64  
65 GEM_TEXT_DATE_CHOOSE = "Choose...";
66 GEM_TEXT_WHERE = "Where";
67 GEM_TEXT_COMMENT = "Comment";
68 GEM_TEXT_COUNT = "Size of raid/group";
69 GEM_TEXT_LEVEL = "Level";
70 GEM_TEXT_ERR_NO_WHERE = "You must specify 'Where'";
71 GEM_TEXT_EVENT_CLOSED = "Event closed : ";
72 GEM_TEXT_GUILD_RANK = "Guild rank";
73 GEM_TEXT_GEM_VERSION = "GEM version";
74  
75 GEM_HEADER_PLAYERS_NAME = "Name";
76 GEM_HEADER_PLAYERS_GUILD = "Guild";
77 GEM_HEADER_PLAYERS_LOCATION = "Location";
78 GEM_HEADER_PLAYERS_LEVEL = "Lvl.";
79 GEM_HEADER_PLAYERS_CLASS = "Class";
80 GEM_TEXT_PLAYERS_SEEOFFLINE = "See offline";
81 GEM_TEXT_PLAYERS_COUNT = "%d members (%d total)";
82  
83 GEM_TEXT_CHANNEL = "Channel";
84 GEM_TEXT_PASSWORD = "Password";
85 GEM_TEXT_ALIAS = "Alias";
86 GEM_TEXT_SLASH = "Slash";
87 GEM_TEXT_DATE_FORMAT = "Displayed dates format";
88 GEM_TEXT_DATE_USE_SERVER = "Use server time";
89 GEM_TEXT_SHOW_LOGS = "Notify";
90 GEM_TEXT_BIP_CHANNEL = "Play a sound for this name";
91 GEM_TEXT_FILTER_EVENTS = "Filter events out of my level";
92 GEM_TEXT_VALIDATE = "Accept";
93 GEM_TEXT_ERR_NEED_CHANNEL = "You must specify a channel name";
94 GEM_TEXT_ERR_NEED_ALIAS = "You must specify an alias AND a slash command";
95 GEM_TEXT_ERR_DATE_OFFSET = "You must specify a numerical value for hour offset";
96 GEM_TEXT_ICON = "Minimap icon";
97 GEM_TEXT_ICON_ADJUST_ANGLE = "Adjust angle";
98 GEM_TEXT_ICON_ADJUST_RADIUS = "Adjust radius";
99 GEM_TEXT_OPTIONS_ICONCHOICE = "Minimap icon choice";
100 GEM_TEXT_BUTTON_CHAN_ADD = "Add";
101 GEM_TEXT_BUTTON_CHAN_DEL = "Remove";
102 GEM_TEXT_BUTTON_CHAN_UPDT = "Update";
103  
104 GEM_TEXT_CLASS_LIMITATION = "Classes limits (min/max)"
105 GEM_TEXT_CLASS_WARRIOR = "Warrior";
106 GEM_TEXT_CLASS_PALADIN = "Paladin";
107 GEM_TEXT_CLASS_SHAMAN = "Shaman";
108 GEM_TEXT_CLASS_ROGUE = "Rogue";
109 GEM_TEXT_CLASS_MAGE = "Mage";
110 GEM_TEXT_CLASS_WARLOCK = "Warlock";
111 GEM_TEXT_CLASS_HUNTER = "Hunter";
112 GEM_TEXT_CLASS_DRUID = "Druid";
113 GEM_TEXT_CLASS_PRIEST = "Priest";
114  
115 GEM_TEXT_DETAILS_DESCRIPTION = "Description :";
116 GEM_TEXT_DETAILS_SORTTYPE = "Sorting mode :";
117 GEM_TEXT_DETAILS_UNKNOWN = "Unknown";
118 GEM_TEXT_ADMIN_CLOSE = "Close";
119 GEM_TEXT_ADMIN_CLOSE_CONFIRM = "Close this event ?";
120 GEM_TEXT_ADMIN_SETLEADER_CONFIRM = "Change leader ?";
121 GEM_TEXT_ADMIN_EDIT = "Edit";
122 GEM_TEXT_ADMIN_ASSISTANT = "Promote";
123 GEM_TEXT_ADMIN_KICK = "Eject";
124 GEM_TEXT_ADMIN_BAN = "Ban";
125 GEM_TEXT_ADMIN_BANNED = "Banned";
126 GEM_TEXT_ADMIN_ADDEXT = "Add external";
127 GEM_TEXT_ADMIN_GROUP = "Invite all";
128 GEM_TEXT_ADMIN_IGNORE = "Ignore";
129 GEM_TEXT_ADMIN_IGNORE_CONFIRM = "Ignore this event ?";
130 GEM_TEXT_ADMIN_ERR_LEAVE_GROUP = "Cannot start grouping for another Event. Leave your current party first";
131 GEM_TEXT_ADMIN_ERR_ALREADY_GROUP = "Warning : You are already in a group or raid !";
132 GEM_TEXT_ADMIN_COMMENT = "Subscription comment";
133  
134 GEM_DATE_FORMAT = "%a %m/%d/%Y %I:%M %p";
135 GEM_HOUR_FORMAT = "%I:%M %p";
136 GEM_DATE_CONVERT = {};
137 GEM_NA_FORMAT = "N/A";
138  
139 BINDING_HEADER_GEM = GEM_TITLE;
140 BINDING_NAME_GEM_SHOW_EVENTS = "Show/Hide list of events";
141 BINDING_NAME_GEM_SHOW_NEW = "Show/Hide create new event";
142 BINDING_NAME_GEM_SHOW_MEMBERS = "Show/Hide members list";
143 BINDING_NAME_GEM_SHOW_CONFIG = "Show/Hide config";
144  
145 GEM_INSTANCES = {
146 "Ragefire Chasm",
147 "Deadmines",
148 "Wailing Caverns",
149 "Shadowfang Keep",
150 "The Stockades",
151 "Blackfeathom Deeps",
152 "Gnomeregan",
153 "Razorfen Kraul",
154 "The Scarlet Monastery",
155 "Razorfen Downs",
156 "Uldaman",
157 "Maraudon",
158 "Zul'Farrak",
159 "The Sunken Temple",
160 "Blackrock Depths",
161 "Blackrock Spire",
162 "Stratholme",
163 "Dire Maul",
164 "Scholomance",
165 "Upper Blackrock Spire",
166 "Zul'Gurub",
167 "Ruins of Ahn'Qiraj",
168 "Onyxia's Lair",
169 "Molten Core",
170 "Blackwing Lair",
171 "Temple of Ahn'Qiraj",
172 "BG Alterac",
173 "BG Arathi",
174 "BG Warsong"
175 };
176  
177 GEM_TEXT_CALENDAR_SUNDAY = "S";
178 GEM_TEXT_CALENDAR_MONDAY = "M";
179 GEM_TEXT_CALENDAR_TUESDAY = "T";
180 GEM_TEXT_CALENDAR_WEDNESDAY = "W";
181 GEM_TEXT_CALENDAR_THURSDAY = "T";
182 GEM_TEXT_CALENDAR_FRIDAY = "F";
183 GEM_TEXT_CALENDAR_SATURDAY = "S";
184 GEM_TEXT_CALENDAR_HEADER = "Choose event's hour and date";
185 GEM_TEXT_CALENDAR_HELP = "Choose the time for your event, then click on a day to validate. Green date is today.";
186 GEMCalendar_Month = {"January","February","March","April","May","June","July","August","September","October","November","December"};
187  
188 GEM_TEXT_BANNED_HEADER = "List of banned players for this event";
189 GEM_TEXT_BANNED_NAME = "Name";
190 GEM_TEXT_BANNED_REASON = "Reason of the ban";
191 GEM_TEXT_BANNED_UNBAN = "Unban";
192  
193 GEM_TEXT_EXTERNAL_HEADER = "Add a player without GEM";
194 GEM_TEXT_EXTERNAL_NAME = "Name";
195 GEM_TEXT_EXTERNAL_GUILD = "Guild";
196 GEM_TEXT_EXTERNAL_CLASS = "Class";
197 GEM_TEXT_EXTERNAL_LEVEL = "Level";
198 GEM_TEXT_EXTERNAL_COMMENT = "Comment";
199 GEM_TEXT_EXTERNAL_FORCESUB = "In replacement queue";
200 GEM_TEXT_EXTERNAL_ADD = "Add";
201 GEM_TEXT_EXTERNAL_TARGET = "Add Target";
202 GEM_TEXT_EXTERNAL_ERR_LEVEL = "Invalid external player : Player's level not in the allowed range";
203 GEM_TEXT_EXTERNAL_ERR_GIVE_NAME = "You must specify Player's name";
204 GEM_TEXT_EXTERNAL_ERR_GIVE_LEVEL = "You must specify Player's level";
205 GEM_TEXT_EXTERNAL_ERR_INVALID = "Invalid target";
206  
207 GEM_TEXT_TEMPLATE_HEADER = "Templates";
208 GEM_TEXT_TEMPLATE_SAVE = "Save";
209 GEM_TEXT_TEMPLATE_LOAD = "Load";
210 GEM_TEXT_TEMPLATE_DELETE = "Delete";
211 GEM_TEXT_ERR_NO_TEMPLATE = "Save template failed : You must specify a template name";
212 GEM_TEXT_TEMPLATE_SAVED = "Template saved !";
213  
214 GEM_TEXT_REROLL_ERR_SELECT = "You cannot select this character, since the GEM channel for him, is not the same as the current one.";
215 GEM_TEXT_SORTING_HEADER = "Sorting mode";
216 GEM_TEXT_SORTING_CONFIGURE = "Configure";
217  
218 GEM_TEXT_TOOLTIP_KICKED = "Kicked from event : ";
219 GEM_TEXT_TOOLTIP_BANNED = "Banned from event : ";
220 GEM_TEXT_TOOLTIP_CLOSED = "Event closed : ";
221 GEM_TEXT_ERR_LEVEL_FAILED = "Your level is not in between the allowed range for this event.";
222 GEM_TEXT_CHAT_KICKED = "I've been kicked from event at ";
223 GEM_TEXT_CHAT_BANNED = "I've been banned from event at ";
224 GEM_TEXT_CHAT_UNBANNED = "I've been unbanned from event at ";
225 GEM_TEXT_CHAT_ASSISTANT = "I've been promoted assistant for event at ";
226  
227 GEM_TEXT_NEW_EVENTS_AVAILABLE = "New events : ";
228 GEM_TEXT_USAGE = "Usage:";
229  
230 GEM_HELP_EVENTS_TAB_EVENTS = "|c00FFFFFFEvents list, colors code :|r\n"..
231 " - |c00606060All fields grey|r = Event closed\n"..
232 " - |c00FFFFFFWhere :|r\n".." - |c0000FF00Green|r = New event\n".." - |c00FFFFFFWhite|r = Old event\n"..
233 " - |c00FFFFFFLeader :|r\n".." - |c0000FF00Green|r = Connected\n".." - |c00FFFFFFWhite|r = Not connected\n"..
234 " - |c00FFFFFFMains :|r\n".." - |c00FFFFFFWhite|r = Not subscribed\n".." - |c00D000E0Purple|r = Not within required level range\n".." - |c00606060Dark grey|r = Subscription sent, but not acked yet\n".." - |c00E0E000Yellow|r = Subscribed in replacements queue\n".." - |c004040FFBlue|r = Subscribed in substitutes queue\n".." - |c0000FF00Green|r = Subscribed in mains queue\n".." - |c00800000Dark red|r = Kicked from event\n".." - |c00FF0000Light red|r = Banned from event\n\n"..
235 "|c00FFFFFFAdditional information :|r\n"..
236 " When you subscribe to an event but the leader is offline,\n"..
237 " you must wait for him to log in before he can validate\n"..
238 " your request (and put you in a queue).\n"..
239 " Meanwhile you can see in subscribers list,\n"..
240 " non acked subscriptions with the sign 'NA'.";
241 GEM_HELP_PLAYERS_TAB_MEMBERS = "|c00FFFFFFMembers list, colors code :|r\n"..
242 " - |c00606060All fields grey|r = Not connected\n"..
243 " - |c00FFFFFFGuild :|r\n".." - |c00FFFFFFWhite|r = Normal member\n".." - |c004040FFBlue|r = Guild officer\n".." - |c0000FF00Green|r = Guild leader\n\n"..
244 "|c00FFFFFFAdditional information :|r\n"..
245 " In the optic to optimize GEM channel message flow,\n"..
246 " the list might take some time to fill when you first\n"..
247 " log in the selected channel.\n"..
248 " In addition when you log (for the same reason),\n"..
249 " the location of members is replaced by a 'N/A' tag\n"..
250 " until this player changes game zone.";
251 GEM_HELP_NEW_TAB_TEMPLATES = "|c00FFFFFFTemplates :|r\n"..
252 " Templates allow you to save under a name of your choice\n"..
253 " (for a later load), the whole create event fields\n"..
254 " (place, comment, size, levels, class limits).";
255 GEM_HELP_NEW_TAB_SORTING = "|c00FFFFFFOrdering mode :|r\n"..
256 " Selects (and configures) the algorithm that will be used\n"..
257 " to sort player subscriptions into the correct queues.\n";
258  
259 GEM_HELP_NEW_TAB_CONFIG = "|c00FFFFFFConfiguration Help :|r\n\n"..
260 "|c00FFFFFF"..GEM_TEXT_CHANNEL.." :|r\n"..
261 " This is the channel's name where GEM messages are sent.\n"..
262 " Ask your guild/alliance for those parameters, if you don't know.\n"..
263 "|c00FFFFFF"..GEM_TEXT_PASSWORD.." :|r\n"..
264 " This is the password to access the channel (if needed).\n"..
265 "|c00FFFFFF"..GEM_TEXT_ALIAS.." :|r\n"..
266 " This is the name alias where text messages are shown.\n"..
267 " This is only a display parameter, you can set whatever you want.\n"..
268 "|c00FFFFFF"..GEM_TEXT_SLASH.." :|r\n"..
269 " This is the slash command to type in order to directly speak in GEM's channel.\n"..
270 " Please note that you must set both alias and slash for this to work.\n"..
271 " Also note that object links will only work when using this slash command, it will\n"..
272 " never work when using /# (channel number).\n"..
273 "|c00FFFFFF"..GEM_TEXT_SHOW_LOGS.." :|r\n"..
274 " Shows or not the join/leave notifications.\n"..
275 "|c00FFFFFF"..GEM_TEXT_COMMENT.." :|r\n"..
276 " Comment line to show in the tooltip over your name in the Members list.\n"..
277 "|c00FFFFFF"..GEM_TEXT_BIP_CHANNEL.." :|r\n"..
278 " Play a sound when the specified name is said in GEM channel.\n"..
279 "|c00FFFFFF"..GEM_TEXT_DATE_FORMAT.." :|r\n"..
280 " Format for displayed dates.\n"..
281 " (advanced option, see http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html)\n"..
282 "|c00FFFFFF"..GEM_TEXT_DATE_USE_SERVER.." :|r\n"..
283 " If set, the GEM calendar will use ServerTime to create new events.\n"..
284 " Events in the list will be shown using ServerTime too.\n"..
285 "|c00FFFFFF"..GEM_TEXT_FILTER_EVENTS.." :|r\n"..
286 " Shows or not events outside selected character's level.\n";
287  
288 GEM_DRUNK_MESSAGES = {
289 "You feel tipsy. Whee!",
290 "You feel drunk. Woah!",
291 "You feel completely smashed.",
292 };
293 GEM_DRUNK_MESSAGES_COUNT = 3;
294 GEM_DRUNK_NORMAL = "You feel sober again.";
295  
296 GEM_TEXT_NEW_CLOSE_CONFIRM = "Delete this template ?";
297 GEM_TEXT_NEW_AUTOMEMBERS_BUTTON = "Auto-members...";
298 GEM_TEXT_NEW_AUTOMEMBERS_TITLE = "Auto add members to new event";
299 GEM_TEXT_NEW_AUTOMEMBERS_ADD_TITULAR = "Add member";
300 GEM_TEXT_NEW_AUTOMEMBERS_ADD_REPLACEMENT = "Add replacement";
301 GEM_TEXT_NEW_AUTOMEMBERS_FILL_TITULAR = "Member to add in Titular/Substitute list";
302 GEM_TEXT_NEW_AUTOMEMBERS_FILL_REPLACEMENT = "Member to add in Replacement list";
303  
304 -- Event Calendar
305 GEM_EVENT_CALENDAR_VIEW = "Calendar view";
306 GEM_EVENT_CALENDAR_INSTANCE_RESET = "Show instances reset";
307 GEM_EVENT_CALENDAR_INSTANCE_NONE_NAME = "None";
308 GEM_EVENT_CALENDAR_INSTANCE_ONYXIA_NAME = "Onyxia's Lair";
309 GEM_EVENT_CALENDAR_INSTANCE_MC_NAME = "Molten Core";
310 GEM_EVENT_CALENDAR_INSTANCE_BWL_NAME = "Blackwing Lair";
311 GEM_EVENT_CALENDAR_INSTANCE_ZG_NAME = "Zul'Gurub";
312 GEM_EVENT_CALENDAR_INSTANCE_AQ20_NAME = "Ruins of Ahn'Qiraj";
313 GEM_EVENT_CALENDAR_INSTANCE_AQ40_NAME = "Temple of Ahn'Qiraj";
314  
315 GEM_EVENT_CALENDAR_INSTANCE_IMAGES_DIR = "en";
316  
317 if ( GetLocale() == "enUS" ) then
318 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_1 = 1136329200; -- Onyxia
319 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_2 = 1136242800; -- MC/BWL/AQ40
320 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_3 = 1136329200; -- ZG/AQ20
321 else
322 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_1 = 1136242800; -- Onyxia
323 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_2 = 1136329200; -- MC/BWL/AQ40
324 GEM_EVENT_CALENDAR_INSTANCE_FIRST_RESET_TIME_3 = 1136329200; -- ZG/AQ20
325 end