· 7 years ago · Sep 08, 2018, 06:12 PM
1--
2-- Tabelstructuur voor tabel `emulator_texts`
3--
4
5DROP TABLE IF EXISTS `emulator_texts`;
6CREATE TABLE IF NOT EXISTS `emulator_texts` (
7 `key` varchar(100) NOT NULL,
8 `value` varchar(255) NOT NULL,
9 PRIMARY KEY (`key`)
10) ENGINE=MyISAM DEFAULT CHARSET=latin1;
11
12--
13-- Gegevens worden uitgevoerd voor tabel `emulator_texts`
14--
15
16INSERT INTO `emulator_texts` (`key`, `value`) VALUES
17('commands.error.cmd_userinfo.forgot_username', 'Please provide an username!'),
18('commands.description.cmd_userinfo', ':userinfo <username>'),
19('commands.description.cmd_shout_all', ':shoutall <message>'),
20('commands.description.cmd_say_all', ':sayall <message>'),
21('commands.error.cmd_shout_all.forgot_message', 'Specify a message!'),
22('commands.error.cmd_control.not_self', 'You cannot control yourself *facepalm*'),
23('commands.description.cmd_talk', ':talk <username> <message>'),
24('commands.error.cmd_control.not_found', 'User %user% could not be found!'),
25('commands.succes.cmd_control.controlling', 'You''re now controlling %user%!'),
26('commands.error.cmd_alert.forgot_username', 'Please provide a username!'),
27('commands.error.cmd_alert.forgot_message', 'Please provide a message!'),
28('commands.succes.cmd_alert.message_send', 'Alert send to %user%'),
29('commands.error.cmd_alert.user_offline', 'Four Oh Four - \\r %user% doesn''t seem to be online!'),
30('commands.error.cmd_ban.forgot_message', 'Please provide a username!'),
31('commands.error.cmd_ban.forgot_time', 'Please provide a time in seconds!'),
32('commands.error.cmd_ban.invalid_time', 'Please use a valid number.'),
33('commands.error.cmd_ban.time_to_short', 'Ban time must be more than 600 seconds (Which equals 10 minutes.)'),
34('commands.error.cmd_ban.ban_self', 'You cannot ban yourself.'),
35('commands.error.cmd_ban.user_offline', 'Target could not be found.'),
36('commands.succes.cmd_about.ban_issued', '%user% banned for %time% seconds with reason %reason%'),
37('commands.generic.cmd_coords.title', '<b>Your current coords</b>'),
38('generic.rotation.head', 'Head Rotation'),
39('generic.rotation.body', 'Body Rotation'),
40('generic.sitting', 'Sitting'),
41('generic.yes', 'Yes'),
42('generic.no', 'No'),
43('commands.generic.cmd_credits.received', 'Whoah! You''ve received %amount% credits!'),
44('commands.succes.cmd_credits.send', '%amount% credits send to %user%!'),
45('commands.error.cmd_credits.invalid_amount', 'Please use a valid number.'),
46('commands.error.cmd_credits.user_offline', 'User %user% could not be found.'),
47('commands.error.cmd_disconnect.forgot_username', 'Please provide a username!'),
48('commands.error.cmd_disconnect.disconnect_self', 'You cannot disconnect yourself!'),
49('commands.error.cmd_disconnect.user_offline', 'User not found.'),
50('commands.succes.cmd_disconnect.disconnected', '%user% disconnected!'),
51('commands.succes.cmd_freeze_bots.frozen', 'Bots are now frozen.'),
52('commands.succes.cmd_freeze_bots.unfrozen', 'Bots can now walk through your room.'),
53('generic.cannot_do_that', 'You cannot do that!'),
54('commands.error.cmd_ha.forgot_message', 'Please provide a message!'),
55('generic.pet.name', 'Name'),
56('generic.pet.age', 'Age'),
57('generic.pet.level', 'Level'),
58('commands.generic.cmd_pet_info.stats', '<b>Pet Stats:</b>'),
59('generic.pet.scratches', 'Scratches'),
60('generic.pet.energy', 'Energy'),
61('generic.pet.happyness', 'Happyness'),
62('generic.pet.level.thirst', 'Thirst Level'),
63('generic.pet.level.hunger', 'Hunger Level'),
64('generic.pet.current_action', 'Current action'),
65('generic.can.walk', 'Can walk'),
66('generic.nothing', 'Nothing'),
67('commands.generic.cmd_pet_info.title', '<b>Pet Info</b>'),
68('generic.pet.days.alive', 'days alive.'),
69('commands.generic.cmd_duckets.received', 'Whoah! You''ve received %amount% duckets!'),
70('commands.succes.cmd_duckets.send', '%amount% duckets send to %user%!'),
71('commands.error.cmd_duckets.invalid_amount', 'Please use a valid number.'),
72('commands.error.cmd_duckets.user_offline', 'User %user% could not be found.'),
73('commands.succes.cmd_update_catalog', 'Catalogue has been refreshed!'),
74('commands.succes.cmd_update_items', 'Items have been refreshed!'),
75('commands.succes.cmd_update_permissions', 'Permissions have been refreshed!'),
76('commands.succes.cmd_update_pet_data', 'Petdata have been refreshed!'),
77('error.recycler.box.empty', 'Oops! This box doesn''t seem to have a prize inside. We''ll remove it for you.'),
78('error.catalog.buy.not_yet', 'Cannot buy that yet. Hold on <3'),
79('hotel.room.inappropriate.title', 'Inappropriate to hotel management.'),
80('hotel.alert.message.welcome', 'Welcome to Habbo Hotel %user%'),
81('commands.error.cmd_say.forgot_username', 'Please provide a username!'),
82('commands.error.cmd_say.user_not_found', 'User not found.'),
83('commands.error.cmd_say.hotel_view', '%user% is not in a room!'),
84('commands.succes.cmd_say', '%user% said %message%'),
85('commands.error.cmd_shout.forgot_username', 'Please provide a username!'),
86('commands.error.cmd_shout.hotel_view', '%user% is not in a room!'),
87('commands.error.cmd_shout.user_not_found', 'User not found.'),
88('commands.succes.cmd_shout', '%user% shouted %message%'),
89('commands.error.cmd_setspeed.invalid_amount', 'Please use a valid number.'),
90('commands.error.cmd_setspeed.bounds', 'Please use a number between 0 and 100.'),
91('commands.succes.cmd_setspeed', 'Succes! Old speed: %oldspeed%. New Speed: %newspeed%.'),
92('commands.succes.cmd_teleport.enabled', 'Teleporting enabled!'),
93('commands.succes.cmd_teleport.disabled', 'Teleporting disabled!'),
94('error.pets.max.inventory', 'You''ve reached the maximum amount of pets in your inventory!'),
95('commands.description.cmd_control', ':control <username>'),
96('commands.error.cmd_say_all.forgot_message', 'Specify a message!'),
97('commands.succes.cmd_control.stopped', '%user% is now a free man!'),
98('commands.error.cmd_points.invalid_amount', 'Please use a valid number.'),
99('commands.error.cmd_points.user_offline', 'User %user% could not be found.'),
100('commands.succes.cmd_points.send', '%amount% %type% send to %user%!'),
101('commands.generic.cmd_points.received', 'Whoah! You''ve received %amount% %type%!'),
102('commands.error.cmd_update_texts.failed', 'Failed to update texts!'),
103('commands.succes.cmd_update_texts', 'Updated texts!'),
104('commands.description.cmd_hand_item', ':handitem <itemid>'),
105('commands.description.cmd_freeze_bots', ':freezebots'),
106('commands.description.cmd_shout', ':makeshout <username> <text>'),
107('commands.description.cmd_points', ':points <username> <amount> [type]'),
108('commands.description.cmd_enable', ':enable <effect id>'),
109('commands.description.cmd_update_texts', ':update_texts'),
110('commands.description.cmd_ban', ':ban <username> <time in seconds>'),
111('commands.description.cmd_say', ':say <username> <text>'),
112('commands.description.cmd_update_permissions', ':update_permissions'),
113('commands.description.cmd_pet_info', ':petinfo <petname>'),
114('commands.description.cmd_setspeed', ':setspeed <speed>'),
115('commands.description.cmd_update_pet_data', ':update_petdata'),
116('commands.description.cmd_about', ':about'),
117('commands.description.cmd_alert', ':alert <username> <message>'),
118('commands.description.cmd_commands', ':commands'),
119('commands.description.cmd_coords', ':coords'),
120('commands.description.cmd_credits', ':credits <username> <amount>'),
121('commands.description.cmd_disconnect', ':disconnect <username>'),
122('commands.description.cmd_duckets', ':duckets <username> <amount>'),
123('commands.description.cmd_ha', ':ha <message>'),
124('commands.description.cmd_kickall', ':kickall <message>'),
125('commands.description.cmd_setpublic', ':setpublic'),
126('commands.description.cmd_shutdown', ':shutdown'),
127('commands.description.cmd_teleport', ':teleport'),
128('commands.description.cmd_unload', ':unload'),
129('commands.description.cmd_update_catalogue', ':update_catalog'),
130('commands.description.cmd_update_items', ':update_items'),
131('commands.error.cmd_userinfo.not_found', 'User %user% not found!'),
132('commands.error.cmd_masscredits.invalid_amount', 'Please use a valid number.'),
133('commands.error.cmd_massduckets.invalid_amount', 'Please use a valid number.'),
134('commands.error.cmd_masspoints.invalid_amount', 'Please use a valid number.'),
135('commands.description.cmd_masscredits', ':masscredits <amount>'),
136('commands.description.cmd_massduckets', ':massduckets <amount>'),
137('commands.description.cmd_masspoints', ':masspoints [type] <amount>'),
138('commands.description.cmd_sitdown', ':sitdown'),
139('commands.succes.cmd_pull.pull', '* Pulls %user% towards %gender_name% *'),
140('gender.him', 'him'),
141('gender.her', 'her'),
142('commands.error.cmd_pull.not_found', 'User %user% could not be found!'),
143('commands.succes.cmd_push.push', '* Pushes %user% away from %gender_name% *'),
144('commands.error.cmd_pull.cant_reach', 'User %user% is too far away!'),
145('commands.error.cmd_push.cant_reach', 'User %user% is too far away!'),
146('commands.description.cmd_pull', ':pull <username>'),
147('commands.description.cmd_push', ':push <username>'),
148('commands.error.cmd_pull.pull_self', 'You cannot pull yourself!'),
149('commands.error.cmd_push.push_self', 'You cannot push yourself!'),
150('commands.error.cmd_push.not_found', 'User %user% could not be found!'),
151('commands.description.cmd_superpull', ':spull <username>'),
152('commands.error.cmd_mute.not_found', 'Use %user% could not be found.'),
153('commands.error.cmd_danceall.invalid_dance', 'Please use a valid number!'),
154('commands.error.cmd_danceall.outside_bounds', 'Please use a number between 0 and 4'),
155('commands.error.cmd_freeze.not_found', 'User %user% could not be found.'),
156('commands.succes.cmd_freeze.user_frozen', 'User %user% frozen!'),
157('commands.succes.cmd_freeze.user_unfrozen', 'User %user% unfrozen!'),
158('commands.succes.cmd_freeze.frozen', 'You''ve been frozen!'),
159('commands.succes.cmd_freeze.unfrozen', 'You''ve been unfrozen!'),
160('commands.description.cmd_danceall', ':danceall <dance id>'),
161('commands.description.cmd_freeze', ':freeze <username>'),
162('commands.error.cmd_mimic.not_found', 'User %user% could not be found!'),
163('commands.error.cmd_mimic.not_self', 'You cannot copy yourself!'),
164('commands.description.cmd_mimic', ':mimic <username>'),
165('commands.error.cmd_mimic.blocked', 'You cannot copy %user% %gender_name% look!'),
166('commands.succes.cmd_mimic.copied', 'You copied %user% %gender_name% look!'),
167('commands.error.cmd_mute.not_specified', 'Please specify an user to mute.'),
168('commands.succes.cmd_mute.muted', 'User %user% is now muted.'),
169('commands.succes.cmd_mute.unmuted', 'User %user% is no longer muted.'),
170('commands.error.cmd_mute.self', 'You cannot mute yourself. '),
171('commands.description.cmd_mute', ':mute <username>'),
172('commands.error.cmd_badge.forgot_username', 'Please specify an user to give a badge to.'),
173('commands.error.cmd_badge.forgot_badge', 'Please specify an badge to give to %user%.'),
174('commands.error.cmd_badge.already_owns', 'User %user% already owns %badge%.'),
175('commands.succes.cmd_badge.given', 'Given %badge% to %user%!'),
176('commands.description.cmd_badge', ':badge <username> <badge>'),
177('commands.error.cmd_enable.not_allowed', 'You do not have permission to set this effect!'),
178('commands.keys.cmd_about', 'info;about;help'),
179('commands.keys.cmd_alert', 'alert;warning'),
180('commands.keys.cmd_badge', 'badge;givebadge'),
181('commands.keys.cmd_ban', 'ban'),
182('commands.keys.cmd_commands', 'commands;cmds'),
183('commands.keys.cmd_control', 'control'),
184('commands.keys.cmd_coords', 'coords;cordinates;coordinates;position'),
185('commands.keys.cmd_credits', 'credits;coins'),
186('commands.keys.cmd_disconnect', 'dc;disconnect;kill'),
187('commands.keys.cmd_enable', 'enable;effect'),
188('commands.keys.cmd_freeze_bots', 'freeze_bot;freezebot;freezebots;freeze_bots'),
189('commands.keys.cmd_freeze', 'freeze'),
190('commands.keys.cmd_hand_item', 'handitem;item;hand'),
191('commands.keys.cmd_ha', 'hotelalert;ha'),
192('commands.keys.cmd_masscredits', 'mass_credits;masscredits'),
193('commands.keys.cmd_massduckets', 'mass_duckets;massduckets;mass_pixels;masspixels'),
194('commands.keys.cmd_masspoints', 'mass_points;masspoints'),
195('commands.keys.cmd_mimic', 'mimic;copy'),
196('commands.keys.cmd_mute', 'mute;shutup'),
197('commands.keys.cmd_pet_info', 'pet;pet_info;petinfo'),
198('commands.keys.cmd_duckets', 'pixels;duckets'),
199('commands.keys.cmd_points', 'diamonds;points'),
200('commands.keys.cmd_pull', 'pull'),
201('commands.keys.cmd_push', 'push'),
202('commands.keys.cmd_danceall', 'danceall;room_dance;roomdance'),
203('commands.keys.cmd_kickall', 'room_kick;kickall;roomkick;kick_all'),
204('commands.keys.cmd_say_all', 'sayall;say_all'),
205('commands.keys.cmd_say', 'say;makesay'),
206('commands.keys.cmd_setspeed', 'speed;setspeed'),
207('commands.keys.cmd_shout_all', 'shoutall;shout_all;roomshout;room_shout'),
208('commands.keys.cmd_shout', 'makeshout'),
209('commands.keys.cmd_shutdown', 'stop;shutdown'),
210('commands.keys.cmd_sitdown', 'sitall;sitdown'),
211('commands.keys.cmd_superpull', 'spull;superpull'),
212('commands.keys.cmd_teleport', 'tele;teleport'),
213('commands.keys.cmd_unload', 'crash;unload'),
214('commands.keys.cmd_update_catalogue', 'reload_catalogue;reload_cata;update_catalogue;update_cata;update_catalog;update_shop'),
215('commands.keys.cmd_update_items', 'update_items;reload_items'),
216('commands.keys.cmd_update_permissions', 'update_permissions;update_perms'),
217('commands.keys.cmd_update_pet_data', 'update_pet_data;update_petdata'),
218('commands.keys.cmd_update_texts', 'update_texts;reload_texts'),
219('commands.keys.cmd_userinfo', 'userinfo;user_info'),
220('commands.keys.cmd_sit', 'sit'),
221('commands.description.cmd_sit', ':sit'),
222('total', 'Total'),
223('generic.bot.name', 'Bot'),
224('generic.bot.id', 'ID'),
225('commands.description.cmd_bots', ':bots'),
226('commands.keys.cmd_bots', 'bots'),
227('generic.shutdown', 'The server is shutting down. All changes made from now on may not get saved!'),
228('generic.reason.specified', 'Reason specified'),
229('generic.warning', 'WARNING!'),
230('wired.variable.username', '%username%'),
231('wired.variable.credits', '%credits%'),
232('wired.variable.points', '%points%'),
233('wired.variable.pixels', '%pixels%'),
234('commands.error.cmd_ban.target_rank_higher', 'The Habbo you want to ban has a higher rank than you.'),
235('commands.error.cmd_unban.not_specified', 'No username specified!'),
236('commands.error.cmd_unban.success', '%user% has been unbanned.'),
237('commands.error.cmd_unban.not_found', 'No bans found for %user%.'),
238('unbanned', 'unbanned'),
239('commands.description.cmd_unban', ':unban <username>'),
240('commands.keys.cmd_unban', 'unban'),
241('stalk.failed.same.room', '%user% is in this room too!'),
242('commands.keys.cmd_trash', 'trash;tornado;sharknado'),
243('commands.succes.cmd_empty.cleared', 'Inventory cleared!'),
244('commands.succes.cmd_empty.verify', 'This will remove all items from your inventory. Type :empty %generic.yes% to continue!'),
245('commands.succes.cmd_update_wordfilter', 'Wordfilter reloaded!'),
246('warning.auto.report', '%user% triggered wordfilter using: %word%'),
247('commands.keys.cmd_empty', 'empty'),
248('commands.keys.update_wordfilter', 'update_wordfilter;update_filter;update_word_filter'),
249('commands.description.acc_debug', ':test [header] i:1 s:a b:1'),
250('commands.description.cmd_trash', ':trash'),
251('commands.description.cmd_update_wordfilter', ':update_word_filter'),
252('commands.keys.cmd_update_config', 'update_config;update_configuration'),
253('scripter.warning.room.delete', '%username% tried to delete %roomname% owned by %roomowner%'),
254('commands.succes.cmd_update_config', 'Configuration reloaded!'),
255('commands.keys.cmd_update_guildparts', 'update_guildparts;update_guild_parts'),
256('commands.description.cmd_update_guildparts', ':update_guild_parts'),
257('commands.description.cmd_update_config', ':update_config'),
258('commands.description.cmd_empty', ':empty <username>'),
259('commands.keys.cmd_update_plugins', 'update_plugins;updateplugins'),
260('commands.description.cmd_update_plugins', ':update_plugins'),
261('commands.succes.cmd_update_plugins', 'Reloaded %count% plugins!'),
262('commands.keys.cmd_happyhour', 'happyhour;happy_hour'),
263('commands.error.cmd_danceall.no_dance', 'Please specify a dance from 0 to 4!'),
264('commands.keys.cmd_roomeffect', 'roomeffect;room_effect'),
265('commands.error.cmd_roomeffect.no_effect', 'No effect specified!'),
266('commands.error.cmd_roomeffect.numbers_only', 'Use numbers only!'),
267('commands.error.cmd_roomeffect.positive', 'Positive numbers only!'),
268('commands.error.cmd_staffonline.numbers_only', 'Numbers only please!'),
269('commands.error.cmd_staffonline.positive_only', 'Positive numbers only please!'),
270('commands.generic.cmd_staffonline.staffs', '<b>Staffs online:</b>'),
271('commands.description.cmd_staffonline', ':staffonline [minrank]'),
272('commands.description.cmd_roomeffect', ':roomeffect [effect id]'),
273('commands.keys.cmd_staffonline', 'staffonline;staffs'),
274('commands.description.cmd_happyhour', ':happyhour'),
275('commands.keys.cmd_summon', 'summon'),
276('commands.description.cmd_summon', ':summon <username>'),
277('commands.error.cmd_summon.forgot_username', 'Specify the username of the Habbo you want to summon!'),
278('commands.error.cmd_summon.not_found', '%% is not online!'),
279('commands.generic.cmd_summon.same_room', '%user% is in this room already!'),
280('commands.succes.cmd_summon.summoned', '%user% summoned!'),
281('commands.generic.cmd_summon.been_summoned', 'You''ve been summoned by %user%!'),
282('commands.generic.cmd_summon.summoning', 'Summoning %user%...'),
283('commands.error.cmd_roomitem.no_item', 'No item id specified!'),
284('commands.error.cmd_roomitem.positive', 'Positive numbers only!'),
285('commands.succes.cmd_roomitem.given', 'Handitem %item% given!'),
286('commands.succes.cmd_roomitem.removed', 'Handitems removed!'),
287('commands.keys.cmd_roomitem', 'roomitem;room_item'),
288('commands.description.cmd_roomitem', ':roomitem [itemid]'),
289('pirate_parrot.message.0', 'Yarr'),
290('pirate_parrot.message.1', 'Do what you want cos a pirrrrate is free'),
291('pirate_parrot.message.2', 'Gimme some ale matey'),
292('pirate_parrot.message.3', 'potato'),
293('commands.keys.cmd_chatcolor', 'chat;chatcolor'),
294('commands.error.cmd_chatcolor.numbers', 'Positive numbers only please!'),
295('commands.error.cmd_chatcolor.no_number', 'Please provide an color id.'),
296('commands.error.cmd_chatcolor.banned', 'Sorry, that chatcolor is not allowed.'),
297('commands.succes.cmd_chatcolor.set', 'Your new chatcolor is: %chat%'),
298('commands.succes.cmd_chatcolor.reset', 'Chat reset to normal'),
299('commands.description.cmd_chatcolor', ':chat [colorid = 0]'),
300('commands.error.cmd_masspoints.invalid_type', 'Invalid points type. Choose from: %types%'),
301('seasonal.name.0', 'Pixels'),
302('seasonal.name.105', 'Diamonds'),
303('seasonal.name.101', 'Snowflakes'),
304('seasonal.name.104', 'Clouds'),
305('seasonal.name.4', 'Shells'),
306('commands.error.cmd_points.invalid_type', 'Invalid points type. Choose from: %types%'),
307('pirate_parrot.message.4', 'You dirty ''lil cunt'),
308('bots.visitor.no_visits', 'There were no visitors when you were away.'),
309('bots.visitor.visits', 'There were %count% visits since the last time you were away. If you want me to tell them say %positive%'),
310('bots.visitor.list', 'Last %count% visits were: %list%'),
311('generic.time.at', 'at'),
312('bots.butler.given', 'Here is your %key% %username%'),
313('commands.keys.cmd_multi', 'multi'),
314('commands.description.cmd_multi', ':multi'),
315('commands.error.cmd_stalk.not_found', '%user% seems to be offline.'),
316('commands.error.cmd_stalk.not_room', '%user% seems to be outside of an room.'),
317('commands.generic.cmd_stalk.same_room', '%user% seems to be in this room already!'),
318('commands.keys.cmd_stalk', 'stalk;follow;rape'),
319('commands.description.cmd_stalk', ':stalk <username>'),
320('commands.generic.cmd_summonrank.error', 'Potatohead!'),
321('commands.keys.cmd_summonrank', 'summonrank;summonall'),
322('commands.description.cmd_summonrank', ':summonrank <rankid>'),
323('commands.generic.cmd_summon.self', 'I tried something silly.'),
324('commands.generic.cmd_stalk.self', 'I tried something silly'),
325('commands.keys.cmd_bundle', 'bundle;roombundle'),
326('commands.description.cmd_bundle', ':bundle'),
327('commands.error.cmd_bundle.missing_params', 'Proper usage is :bundle <parent_id> <credits> <points> <points_type>'),
328('commands.error.cmd_bundle.duplicate', 'Whoops! Looks like this room is already on sale.'),
329('commands.error.cmd_mute.time', 'Mute time must be atleast 1 second.'),
330('scripter.warning.catalog.count', '%username% tried to buy multiple items of %itemname% from page %pagename% altough these are no set to have offers enabled!'),
331('scripter.warning.look.gender', '%username% tried to script an invalid gender ''%gender%'''),
332('scripter.warning.catalog.page', '%username% tried to access a page it doesn''t have permission to: %pagename%'),
333('scripter.warning.guild.buy.owner', '%username% tried to buy a guild for room %roomname% owned by %owner%'),
334('scripter.warning.roomsettings.category.nonexisting', '%username% tried to set its room to a non existing category!'),
335('scripter.warning.roomsettings.category.permission', '%username% tried to set its room to a category it doesn''t have acces to: %category%'),
336('commands.keys.cmd_event', 'event;roomevent'),
337('commands.description.cmd_event', ':event <message>'),
338('scripter.warning.catalog.badge_display', '%username% tried to buy a badge display with badge %badge% which isn''t owned!'),
339('scripter.warning.modtools.alert', '%username% tried to send an alert (''%message%'') without having permission to modtools!'),
340('scripter.warning.modtools.ban', '%username% tried to ban someone trough modtools without having rights to ban!'),
341('scripter.warning.modtools.roomsettings', '%username% tried to edit an room via modtool without having permissions!'),
342('scripter.warning.modtools.ticket.close', '%username% tried to close a ticket without having permission!'),
343('scripter.warning.modtools.kick', '%username% tried to kick someone via modtools without having permission!'),
344('scripter.warning.modtools.ticket.pick', '%username% tried to pick a ticket in modtools without having permission!'),
345('scripter.warning.modtools.ticket.release', '%username% tried to release tickets in modtool without having permission!'),
346('scripter.warning.modtools.chatlog', '%username% requested chatlog in modtool without having permission!'),
347('scripter.warning.modtools.roominfo', '%username% requested roominfo in modtools without permission!'),
348('scripter.warning.userinfo', '%username% requested userinfo in modtools without permission!'),
349('scripter.warning.roomalert', '%username% tried to send a roomalert in modtools without permission!'),
350('commands.succes.cmd_blockalert', 'Alerts are now turned %state%'),
351('generic.on', 'on'),
352('generic.off', 'off'),
353('commands.keys.cmd_blockalert', 'blockalerts;blockalert;ignorealerts;ignore_alerts'),
354('commands.description.cmd_blockalert', ':blockalert'),
355('commands.keys.cmd_faceless', 'faceless;face'),
356('commands.description.cmd_faceless', ':faceless'),
357('commands.keys.cmd_moonwalk', 'moonwalk;mj;moon_walk'),
358('commands.description.cmd_moonwalk', ':moonwalk'),
359('commands.keys.cmd_fastwalk', 'fastwalk;supersonic'),
360('commands.description.cmd_fastwalk', ':fastwalk'),
361('commands.keys.cmd_redeem', 'redeem;exchange'),
362('commands.description.cmd_redeem', ':redeem'),
363('generic.redeemed', 'Redeemed: '),
364('generic.credits', 'credits'),
365('generic.pixels', 'pixels'),
366('commands.error.cmd_gift.not_a_number', 'Only positive numbers'),
367('commands.keys.cmd_gift', 'gift'),
368('commands.error.cmd_gift.not_found', '%itemid% not found!'),
369('commands.error.cmd_gift.user_not_found', '%username% not found online.'),
370('commands.succes.cmd_gift', 'Send %itemname% to %username%!'),
371('commands.description.cmd_gift', ':gift <username> <itemid>'),
372('commands.keys.cmd_massgift', 'massgift'),
373('commands.description.cmd_massgift', ':massgift <itemid>'),
374('commands.error.cmd_badge.already_owned', '%user% already owns %badge%'),
375('commands.error.cmd_massbadge.no_badge', 'No badge specified!'),
376('commands.keys.cmd_massbadge', 'massbadge;hotelbadge'),
377('commands.generic.cmd_badge.received', 'Yahoooo! You''ve received a badge!'),
378('commands.keys.cmd_pickall', 'pickall;pickupall'),
379('commands.keys.cmd_ejectall', 'ejectall;ejectfurni'),
380('commands.keys.cmd_update_bots', 'update_bots;updatebots'),
381('commands.description.cmd_ejectall', ':ejectall'),
382('commands.description.cmd_pickall', ':pickall'),
383('', ''),
384('commands.keys.cmd_staffalert', 'sa;staffalert'),
385('commands.generic.cmd_staffalert.title', '<b>Staff Alert:</b>'),
386('commands.error.cmd_staffalert.forgot_message', 'Please specify a message to send to staff.'),
387('commands.keys.cmd_plugins', 'plugins'),
388('commands.keys.cmd_update_hotel_view', 'update_view;update_hotel_view;update_hotelview'),
389('commands.description.cmd_update_hotel_view', ':update_hotel_view'),
390('commands.succes.cmd_update_hotel_view', 'Hotelview reloaded!'),
391('commands.succes.cmd_bundle', 'Roombundle succesfully created with page id %id%'),
392('commands.error.cmd_kick.unkickable', '%username% is unkickable!'),
393('camera.disabled', 'Sorry! Camera is disabled :('),
394('commands.keys.cmd_update_navigator', 'update_navigator;update_nav'),
395('commands.succes.cmd_update_navigator', 'Navigator succesfully reloaded!'),
396('commands.description.cmd_plugins', ':plugins'),
397('commands.description.cmd_massbadge', ':massbadge <badge>'),
398('commands.description.cmd_update_bots', ':update_bots'),
399('commands.description.cmd_update_navigator', ':update_navigator'),
400('commands.keys.cmd_ip_ban', 'ipban;banip;ip_ban;ban_ip'),
401('commands.description.cmd_ip_ban', ':ipban <username> [reason]'),
402('commands.keys.cmd_machine_ban', 'machineban;banmachine;banmac;macban'),
403('commands.description.cmd_machine_ban', ':machineban <username> [reason]'),
404('commands.keys.cmd_super_ban', 'superban;megaban'),
405('commands.description.cmd_super_ban', ':superban <username> [reason]'),
406('commands.succes.cmd_machine_ban', '%count% accounts have been MAC banned!'),
407('commands.succes.cmd_ip_ban', '%count% accounts have been IP banned!'),
408('commands.succes.cmd_super_ban', '%count% accounts have been Super banned!'),
409('commands.error.cmd_ip_ban.ban_self', 'You cannot IP Ban yourself!'),
410('commands.error.cmd_machine_ban.ban_self', 'You cannot issue yourself a MAC Ban!'),
411('commands.error.cmd_super_ban.ban_self', 'You cannot superban yourself!'),
412('commands.succes.cmd_alert.cmd_connect_camera', 'Camera reconnected!'),
413('commands.keys.cmd_connect_camera', 'connectcamera;connect_camera;cameraconnect'),
414('commands.error.cmd_disconnect.higher_rank', 'The Habbo you wanted to disconnect is more important than you are.'),
415('commands.keys.cmd_diagonal', 'diagonal;disablediagonal;diagonally'),
416('commands.description.cmd_diagonal', ':diagonal'),
417('commands.succes.cmd_diagonal.disabled', 'You can no longer walk diagonally!'),
418('commands.keys.cmd_word_quiz', 'wordquiz;quiz'),
419('commands.description.cmd_word_quiz', ':wordquiz <question>'),
420('scripter.warning.marketplace.forbidden', '%username% tried to sell an %itemname% for %credits% which is not allowed to be sold on the marketplace!'),
421('inventory.full', 'You''ve reached the inventory limit. Move furniture out of your inventory before buying more!'),
422('commands.error.cmd_setmax.invalid_number', 'Invalid number. Specify a number between 0 and 9999'),
423('commands.error.cmd_setmax.forgot_number', 'No number specified. Dork.'),
424('commands.keys.cmd_setmax', 'setmax;set_max'),
425('commands.description.cmd_setmax', ':setmax <amount>'),
426('commands.description.cmd_staffalert', ':sA <message>'),
427('commands.description.cmd_take_badge', ':takebadge <username> <badge>'),
428('commands.keys.cmd_take_badge', 'takebadge;take_badge;remove_badge;removebadge'),
429('commands.error.cmd_take_badge.forgot_badge', 'No badge specified!'),
430('commands.error.cmd_take_badge.forgot_username', 'No username specified!'),
431('commands.error.cmd_take_badge.no_badge', '%username% does not have %badge%!'),
432('commands.succes.cmd_take_badge', 'Badge has been taken!'),
433('camera.permission', 'You don''t have permission to use the camera!'),
434('floorplan.permission', 'You don''t have permission to use the floorplan editor!'),
435('commands.keys.cmd_update_polls', 'update_polls;reload_polls'),
436('commands.description.cmd_update_polls', ':update_polls'),
437('commands.keys.cmd_set_poll', 'setpoll;set_poll'),
438('commands.description.cmd_set_poll', ':setpoll <id>'),
439('commands.succes.cmd_set_poll', 'Room poll has been updated!'),
440('commands.error.cmd_set_poll.invalid_number', 'Please specify a valid number. Use 0 to remove the poll.'),
441('commands.error.cmd_set_poll.missing_arg', 'Missing poll id. Use 0 to remove the poll from this room.'),
442('commands.keys.cmd_roomcredits', 'roomcredits;room_credits;roomcoins;room_coins'),
443('commands.description.cmd_roomcredits', ':roomcredits <amount>'),
444('commands.keys.cmd_roompixels', 'roompixels;room_pixels;roomduckets;room_duckets'),
445('commands.description.cmd_roompixels', ':roompixels <amount>'),
446('commands.keys.cmd_roomgift', 'roomgift;room_gift'),
447('commands.description.cmd_roomgift', ':roomgift <item_id> [message]'),
448('commands.succes.cmd_update_polls', 'Room polls have been reloaded!'),
449('commands.error.cmd_set_poll.not_found', 'Poll %id% not found!'),
450('commands.error.cmd_unmute.not_specified', 'No user specified to unmute!'),
451('commands.error.cmd_unmute.not_found', '%user% is not online!'),
452('commands.succes.cmd_unmute', '%user% has been unmuted!'),
453('commands.keys.cmd_unmute', 'unmute'),
454('commands.description.cmd_unmute', ':unmute <username>'),
455('commands.keys.cmd_give_rank', 'giverank;setrank;give_rank;set_rank'),
456('commands.description.cmd_give_rank', ':giverank <username> <rank>'),
457('commands.error.cmd_give_rank.not_found', 'Rank %id% was not found!'),
458('commands.succes.cmd_give_rank.updated', '%username% has been given the rank %id%'),
459('commands.error.cmd_give_rank.higher', 'You cannot rank %username% to a higher rank than you are!'),
460('commands.error.cmd_give_rank.user_offline', '%username% is not online!'),
461('commands.error.cmd_give_rank.missing_rank', 'Missing rank. Usage: '),
462('commands.error.cmd_give_rank.missing_username', 'Missing username. Usage: '),
463('commands.generic.cmd_give_rank.new_rank', 'Your rank has been updated. Your rank is now %id%'),
464('commands.keys.cmd_roommute', 'roommute;room_mute'),
465('commands.description.cmd_roommute', ':roommute'),
466('commands.succes.cmd_roommute.unmuted', 'The room has been unmuted!'),
467('commands.succes.cmd_roommute.muted', 'The room has been muted!'),
468('commands.keys.cmd_lay', 'lay'),
469('commands.description.cmd_lay', ':lay'),
470('camera.wait', 'Please wait %seconds% seconds before making another picture.'),
471('loggedin.elsewhere', 'You have been disconnected as you logged in from somewhere else.'),
472('commands.keys.cmd_mute_pets', 'mutepets;ignorepets;mute_pets;ignore_pets'),
473('commands.succes.cmd_mute_pets.ignored', 'You''re now ignoring pets.'),
474('commands.succes.cmd_mute_pets.unignored', 'You''re no longer ignoring pets.'),
475('commands.keys.cmd_mute_bots', 'mutebots;ignorebots;mute_bots;ignore_bots'),
476('commands.succes.cmd_mute_bots.ignored', 'You are now ignoring bots.'),
477('commands.succes.cmd_mute_bots.unignored', 'You are no longer ignoring bots.'),
478('commands.description.cmd_roomalert', ':roomalert <message>'),
479('commands.error.cmd_roomalert.empty', 'Please specify an message!'),
480('commands.keys.cmd_roomalert', 'roomalert;room_alert;ra'),
481('commands.keys.cmd_roompoints', 'roompoints;room_points'),
482('commands.generic.cmd_transform.title', 'The following pets are available:'),
483('commands.generic.cmd_transform.line', '%name%'),
484('commands.description.cmd_transform', ':transform <name> <race> <color>'),
485('commands.keys.cmd_transform', 'transform;becomepet'),
486('commands.description.cmd_connect_camera', ':connectcamera'),
487('commands.description.cmd_roompoints', ':roompoints <amount>'),
488('generic.gift.received.anonymous', 'You''ve received a gift!'),
489('generic.gift.received', '%username% gave you a gift!');