· 9 years ago · Nov 26, 2016, 06:12 PM
1
2
3SET FOREIGN_KEY_CHECKS=0;
4
5-- ----------------------------
6-- Table structure for texts
7-- ----------------------------
8DROP TABLE IF EXISTS `texts`;
9CREATE TABLE `texts` (
10 `identifier` varchar(50) NOT NULL,
11 `display_text` text NOT NULL,
12 PRIMARY KEY (`identifier`),
13 KEY `identifier` (`identifier`)
14) ENGINE=InnoDB DEFAULT CHARSET=latin1;
15
16-- ----------------------------
17-- Records of texts
18-- ----------------------------
19INSERT INTO `texts` VALUES ('cmd_about_desc', ':about - Server Information');
20INSERT INTO `texts` VALUES ('cmd_about_name', 'info');
21INSERT INTO `texts` VALUES ('cmd_alert_desc', ':alert <username> <message> - Alerts the target user with the message provided');
22INSERT INTO `texts` VALUES ('cmd_alert_name', 'alert');
23INSERT INTO `texts` VALUES ('cmd_award_desc', ':award <username> <achievement id> - The target user unlocks the selected achievement');
24INSERT INTO `texts` VALUES ('cmd_award_name', 'award');
25INSERT INTO `texts` VALUES ('cmd_ban_desc', ':ban <username> <time in seconds> - Bans the targetted user for the specified time in seconds. Minimum ban length of 10 minutes (600).');
26INSERT INTO `texts` VALUES ('cmd_ban_name', 'ban');
27INSERT INTO `texts` VALUES ('cmd_buy_desc', ':buy <count> - Modifies the quantity of your next catalogue purchase');
28INSERT INTO `texts` VALUES ('cmd_buy_name', 'buy');
29INSERT INTO `texts` VALUES ('cmd_coins_desc', ':coins <username> <amount> - Gives the target user the set amount of credits');
30INSERT INTO `texts` VALUES ('cmd_coins_name', 'coins');
31INSERT INTO `texts` VALUES ('cmd_commands_name', 'commands');
32INSERT INTO `texts` VALUES ('cmd_control_desc', ':control <username> - Control the selected user');
33INSERT INTO `texts` VALUES ('cmd_control_name', 'control');
34INSERT INTO `texts` VALUES ('cmd_coords_desc', ':coords - Returns your current co-ordinates');
35INSERT INTO `texts` VALUES ('cmd_coords_name', 'coords');
36INSERT INTO `texts` VALUES ('cmd_dance_desc', ':dance <username> - Make the selected user dance');
37INSERT INTO `texts` VALUES ('cmd_dance_name', 'dance');
38INSERT INTO `texts` VALUES ('cmd_disablediagonal_desc', ':disablediagonal - Disable diagonal walking in the room');
39INSERT INTO `texts` VALUES ('cmd_disablediagonal_name', 'disablediagonal');
40INSERT INTO `texts` VALUES ('cmd_disconnect_name', 'disconnect');
41INSERT INTO `texts` VALUES ('cmd_emptyitems_desc', ':emptyitems - Clears your inventory');
42INSERT INTO `texts` VALUES ('cmd_emptyitems_name', 'emptyitems');
43INSERT INTO `texts` VALUES ('cmd_emptyitems_success', 'Inventory items cleared!');
44INSERT INTO `texts` VALUES ('cmd_emptypets_desc', ':emptypets - Removes all pets from your inventory');
45INSERT INTO `texts` VALUES ('cmd_emptypets_name', 'emptypets');
46INSERT INTO `texts` VALUES ('cmd_emptypets_success', 'Inventory pets cleared!');
47INSERT INTO `texts` VALUES ('cmd_empty_desc', ':empty <username> - Clears targets inventory');
48INSERT INTO `texts` VALUES ('cmd_empty_name', 'empty');
49INSERT INTO `texts` VALUES ('cmd_enable_desc', ':enable <effect id> - Applies the provided effect ID to yourself');
50INSERT INTO `texts` VALUES ('cmd_enable_name', 'enable');
51INSERT INTO `texts` VALUES ('cmd_error_disabled', 'This command has been disabled by the hotel owner, sorry!');
52INSERT INTO `texts` VALUES ('cmd_error_permission_vip', 'This command is restricted to VIP members only, for more info on VIP check out the website!');
53INSERT INTO `texts` VALUES ('cmd_flagme_desc', ':flagme - Allows you to change your username');
54INSERT INTO `texts` VALUES ('cmd_flagme_name', 'flagme');
55INSERT INTO `texts` VALUES ('cmd_follow_desc', ':follow <username> - Follows the target whether they\'re a friend or not');
56INSERT INTO `texts` VALUES ('cmd_follow_name', 'follow');
57INSERT INTO `texts` VALUES ('cmd_freeze_desc', ':freeze <username> - Disables pathfinding for the targetted user, thus freezing them in place');
58INSERT INTO `texts` VALUES ('cmd_freeze_name', 'freeze');
59INSERT INTO `texts` VALUES ('cmd_givebadge_desc', ':givebadge <username> <badge id> - Gives the targetted user the specified badge');
60INSERT INTO `texts` VALUES ('cmd_givebadge_name', 'givebadge');
61INSERT INTO `texts` VALUES ('cmd_globalcredits_desc', ':globalcredits <amount> - Gives all users the specified amount of credits, including offline users');
62INSERT INTO `texts` VALUES ('cmd_globalcredits_name', 'globalcredits');
63INSERT INTO `texts` VALUES ('cmd_globalpixels_desc', ':globalpixels <amount> - Gives all users the specified amount of pixels, including offline users');
64INSERT INTO `texts` VALUES ('cmd_globalpixels_name', 'globalpixels');
65INSERT INTO `texts` VALUES ('cmd_globalpoints_desc', ':globalpoints <amount> - Gives all users the specified amount of points, including offline users');
66INSERT INTO `texts` VALUES ('cmd_globalpoints_name', 'globalpoints');
67INSERT INTO `texts` VALUES ('cmd_hal_desc', ':hal <url> <message> - Sends out a hotel-wide alert with the provided message and a link to the provided url');
68INSERT INTO `texts` VALUES ('cmd_hal_name', 'hal');
69INSERT INTO `texts` VALUES ('cmd_hal_title', 'Notice from Hotel Management:');
70INSERT INTO `texts` VALUES ('cmd_handitem_desc', ':handitem - Test');
71INSERT INTO `texts` VALUES ('cmd_handitem_name', 'handitem');
72INSERT INTO `texts` VALUES ('cmd_ha_desc', ':ha <message> - Sends out a hotel-wide alert with the provided message');
73INSERT INTO `texts` VALUES ('cmd_ha_name', 'ha');
74INSERT INTO `texts` VALUES ('cmd_ha_title', 'Important Notice from Hotel Management');
75INSERT INTO `texts` VALUES ('cmd_invisible_desc', ':invisible - Puts you into spectator mode, you won\'t be visible to anyone else, you\'ll need to reload the hotel to remove this effect');
76INSERT INTO `texts` VALUES ('cmd_invisible_name', 'invisible');
77INSERT INTO `texts` VALUES ('cmd_ipban_desc', ':ipban <user> - Permanently bans the targetted user and applies an IP ban');
78INSERT INTO `texts` VALUES ('cmd_ipban_name', 'ipban');
79INSERT INTO `texts` VALUES ('cmd_kick_desc', ':kick <username> <reason> - Kicks the target user from the room with the reason provided');
80INSERT INTO `texts` VALUES ('cmd_kick_name', 'kick');
81INSERT INTO `texts` VALUES ('cmd_lay_desc', ':lay');
82INSERT INTO `texts` VALUES ('cmd_lay_name', 'lay');
83INSERT INTO `texts` VALUES ('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message');
84INSERT INTO `texts` VALUES ('cmd_makesay_name', 'makesay');
85INSERT INTO `texts` VALUES ('cmd_massbadge_desc', ':massbadge <badge id> - Gives all online users the specified badge');
86INSERT INTO `texts` VALUES ('cmd_massbadge_name', 'massbadge');
87INSERT INTO `texts` VALUES ('cmd_masscredits_desc', ':masscredits <amount> - Gives all online users the specified amount of credits');
88INSERT INTO `texts` VALUES ('cmd_masscredits_name', 'masscredits');
89INSERT INTO `texts` VALUES ('cmd_masspixels_desc', ':masspixels <amount> - Gives all online users the specified amount of pixels');
90INSERT INTO `texts` VALUES ('cmd_masspixels_name', 'masspixels');
91INSERT INTO `texts` VALUES ('cmd_masspoints_desc', ':masspoints <amount> - Gives all online users the specified amount of points');
92INSERT INTO `texts` VALUES ('cmd_masspoints_name', 'masspoints');
93INSERT INTO `texts` VALUES ('cmd_mimic_desc', ':mimic <username> - Copies the target users looks and applies them to yourself');
94INSERT INTO `texts` VALUES ('cmd_mimic_name', 'mimic');
95INSERT INTO `texts` VALUES ('cmd_moonwalk_desc', ':moonwalk - Toggles the ability to moonwalk');
96INSERT INTO `texts` VALUES ('cmd_moonwalk_name', 'moonwalk');
97INSERT INTO `texts` VALUES ('cmd_motd_desc', ':motd <username> <message> - Alerts the target user with the message provided');
98INSERT INTO `texts` VALUES ('cmd_motd_name', 'motd');
99INSERT INTO `texts` VALUES ('cmd_mute_desc', ':mute <username> - Mutes the targetted user');
100INSERT INTO `texts` VALUES ('cmd_mute_name', 'mute');
101INSERT INTO `texts` VALUES ('cmd_override_desc', ':override - Enables you to ignore pathfinding and walk across/through any surface');
102INSERT INTO `texts` VALUES ('cmd_override_name', 'override');
103INSERT INTO `texts` VALUES ('cmd_pickall_desc', ':pickall - Pick up all furni');
104INSERT INTO `texts` VALUES ('cmd_pickall_name', 'pickall');
105INSERT INTO `texts` VALUES ('cmd_pixels_desc', ':pixels <username> <amount> - Gives the target user the set amount of pixels');
106INSERT INTO `texts` VALUES ('cmd_pixels_name', 'pixels');
107INSERT INTO `texts` VALUES ('cmd_points_desc', ':points <username> <amount> - Gives the target user the set amount of points');
108INSERT INTO `texts` VALUES ('cmd_points_name', 'points');
109INSERT INTO `texts` VALUES ('cmd_pull_desc', ':pull <username> - Pulls the target user to yourself');
110INSERT INTO `texts` VALUES ('cmd_pull_name', 'pull');
111INSERT INTO `texts` VALUES ('cmd_push_desc', ':push <username> - Pushes the target user 1 step away from yourself');
112INSERT INTO `texts` VALUES ('cmd_push_name', 'push');
113INSERT INTO `texts` VALUES ('cmd_rave_desc', ':rave - Make everyone dance');
114INSERT INTO `texts` VALUES ('cmd_rave_name', 'rave');
115INSERT INTO `texts` VALUES ('cmd_redeemcreds_desc', ':convertcredits - Turns all exchange items in your hand back into coins');
116INSERT INTO `texts` VALUES ('cmd_redeemcreds_name', 'convertcredits');
117INSERT INTO `texts` VALUES ('cmd_redeempixel_desc', ':redeempixel');
118INSERT INTO `texts` VALUES ('cmd_redeempixel_name', 'redeempixel');
119INSERT INTO `texts` VALUES ('cmd_redeemshell_desc', ':redeemshell');
120INSERT INTO `texts` VALUES ('cmd_redeemshell_name', 'redeemshell');
121INSERT INTO `texts` VALUES ('cmd_removebadge_desc', ':removebadge <username> <badge id> - Removes the specified badge from the targetted user');
122INSERT INTO `texts` VALUES ('cmd_removebadge_name', 'removebadge');
123INSERT INTO `texts` VALUES ('cmd_ride_desc', ':ride <horsename> - Allows you to ride a horse');
124INSERT INTO `texts` VALUES ('cmd_ride_err_nothorse', 'You cannot ride other users or small animals, sorry! :(');
125INSERT INTO `texts` VALUES ('cmd_ride_err_riding', 'You need to :dismount before you can ride another animal!');
126INSERT INTO `texts` VALUES ('cmd_ride_err_swimming', 'You cannot ride animals while taking a swim, sorry! :(');
127INSERT INTO `texts` VALUES ('cmd_ride_err_toofar', 'You need to get close to ride this animal!');
128INSERT INTO `texts` VALUES ('cmd_ride_err_tooslow', 'That animal already has a rider, sorry! :(');
129INSERT INTO `texts` VALUES ('cmd_ride_instr_getoff', 'To get off the animal you can use :dismount or :getoff');
130INSERT INTO `texts` VALUES ('cmd_ride_name', 'ride');
131INSERT INTO `texts` VALUES ('cmd_roll_desc', ':roll <username> <number> - Make a user roll the selected number');
132INSERT INTO `texts` VALUES ('cmd_roll_name', 'roll');
133INSERT INTO `texts` VALUES ('cmd_roomalert_desc', ':roomalert <message> - Alerts everyone in the current room with the message provided');
134INSERT INTO `texts` VALUES ('cmd_roomalert_name', 'roomalert');
135INSERT INTO `texts` VALUES ('cmd_roombadge_desc', ':roombadge <badge id> - Gives all users in the current room the specified badge');
136INSERT INTO `texts` VALUES ('cmd_roombadge_name', 'roombadge');
137INSERT INTO `texts` VALUES ('cmd_roomeffect_desc', ':roomeffect');
138INSERT INTO `texts` VALUES ('cmd_roomeffect_name', 'roomeffect');
139INSERT INTO `texts` VALUES ('cmd_roominfo_name', 'roominfo');
140INSERT INTO `texts` VALUES ('cmd_roomkick_desc', ':roomkick <reason> - Kicks everyone from the current room with the reason provided');
141INSERT INTO `texts` VALUES ('cmd_roomkick_name', 'roomkick');
142INSERT INTO `texts` VALUES ('cmd_roommute_desc', ':roommute - Enables/Disables a room-wide mute');
143INSERT INTO `texts` VALUES ('cmd_roommute_name', 'roommute');
144INSERT INTO `texts` VALUES ('cmd_sa_desc', ':sa <message> - Sends a message to other staff members with the receive_sa permission');
145INSERT INTO `texts` VALUES ('cmd_sa_name', 'sa');
146INSERT INTO `texts` VALUES ('cmd_sa_title', 'Staff Announcement');
147INSERT INTO `texts` VALUES ('cmd_setmax_desc', ':setmax <count> Updates maximum allowed users in the room');
148INSERT INTO `texts` VALUES ('cmd_setmax_name', 'setmax');
149INSERT INTO `texts` VALUES ('cmd_setspeed_desc', ':setspeed <speed> - Changes the speed of rollers in the current room');
150INSERT INTO `texts` VALUES ('cmd_setspeed_name', 'setspeed');
151INSERT INTO `texts` VALUES ('cmd_shutdown_desc', ':shutdown - Immediately begins a server shutdown');
152INSERT INTO `texts` VALUES ('cmd_shutdown_name', 'shutdown');
153INSERT INTO `texts` VALUES ('cmd_sitdown_desc', ':sitdown - Make everyone sitdown');
154INSERT INTO `texts` VALUES ('cmd_sitdown_name', 'sitdown');
155INSERT INTO `texts` VALUES ('cmd_spull_desc', ':spull <username> - Forces the target user to walk towards you');
156INSERT INTO `texts` VALUES ('cmd_spull_name', 'spull');
157INSERT INTO `texts` VALUES ('cmd_spush_desc', ':spush');
158INSERT INTO `texts` VALUES ('cmd_spush_name', 'spush');
159INSERT INTO `texts` VALUES ('cmd_startquestion_desc', ':startquestion');
160INSERT INTO `texts` VALUES ('cmd_startquestion_name', 'startquestion');
161INSERT INTO `texts` VALUES ('cmd_summon_desc', ':summon <username> - Forces the target user to load your current room');
162INSERT INTO `texts` VALUES ('cmd_summon_name', 'summon');
163INSERT INTO `texts` VALUES ('cmd_superban_desc', ':superban <username> - Permanently bans the targetted user');
164INSERT INTO `texts` VALUES ('cmd_superban_name', 'superban');
165INSERT INTO `texts` VALUES ('cmd_teleport_desc', ':teleport - Clicking on a location will teleport you to it - walking is for losers!');
166INSERT INTO `texts` VALUES ('cmd_teleport_name', 'teleport');
167INSERT INTO `texts` VALUES ('cmd_unload_desc', ':unload - Unloads the room');
168INSERT INTO `texts` VALUES ('cmd_unload_name', 'unload');
169INSERT INTO `texts` VALUES ('cmd_unmute_desc', ':unmute <username> - Unmutes the targetted user');
170INSERT INTO `texts` VALUES ('cmd_unmute_name', 'unmute');
171INSERT INTO `texts` VALUES ('cmd_update_achievements_desc', ':update_achievements - Reloads achievements data from the database');
172INSERT INTO `texts` VALUES ('cmd_update_achievements_name', 'update_achievements');
173INSERT INTO `texts` VALUES ('cmd_update_bans_desc', ':update_bans - Re-applies all active bans from the bans database');
174INSERT INTO `texts` VALUES ('cmd_update_bans_name', 'update_bans');
175INSERT INTO `texts` VALUES ('cmd_update_bots_desc', ':update_bots - Reloads the bots from the bots table');
176INSERT INTO `texts` VALUES ('cmd_update_bots_name', 'update_bots');
177INSERT INTO `texts` VALUES ('cmd_update_catalogue_desc', ':update_catalogue - Reloads the catalogue pages and items from the database');
178INSERT INTO `texts` VALUES ('cmd_update_catalogue_name', 'update_catalogue');
179INSERT INTO `texts` VALUES ('cmd_update_filter_desc', ':update_filter - Reloads the hotel filter from the database');
180INSERT INTO `texts` VALUES ('cmd_update_filter_name', 'update_filter');
181INSERT INTO `texts` VALUES ('cmd_update_items_desc', ':update_items - Reloads the furniture settings from the furniture table');
182INSERT INTO `texts` VALUES ('cmd_update_items_name', 'update_items');
183INSERT INTO `texts` VALUES ('cmd_update_navigator_desc', ':update_navigator - Reloads the room models and navigator settings');
184INSERT INTO `texts` VALUES ('cmd_update_navigator_name', 'update_navigator');
185INSERT INTO `texts` VALUES ('cmd_update_permissions_desc', ':update_permissions - Reloads the permissions settings from the database');
186INSERT INTO `texts` VALUES ('cmd_update_permissions_name', 'update_permissions');
187INSERT INTO `texts` VALUES ('cmd_update_settings_desc', ':update_settings - Re-applies the settings from the server_settings table');
188INSERT INTO `texts` VALUES ('cmd_update_settings_name', 'update_settings');
189INSERT INTO `texts` VALUES ('cmd_update_texts_desc', ':update_texts - Updates texts from database');
190INSERT INTO `texts` VALUES ('cmd_update_texts_name', 'update_texts');
191INSERT INTO `texts` VALUES ('cmd_userinfo_desc', ':userinfo <username> - Returns some information about the target user to you');
192INSERT INTO `texts` VALUES ('cmd_userinfo_name', 'userinfo');
193INSERT INTO `texts` VALUES ('cmd_viphal_name', 'viphal');
194INSERT INTO `texts` VALUES ('cmd_viphal_title', 'VIP Alert');
195INSERT INTO `texts` VALUES ('cmd_vipha_desc', ':vipha');
196INSERT INTO `texts` VALUES ('cmd_vipha_name', 'vipha');
197INSERT INTO `texts` VALUES ('cmd_vipha_title', 'VIP Alert');
198INSERT INTO `texts` VALUES ('emu_cleandb', 'Cleaning up database..');
199INSERT INTO `texts` VALUES ('emu_connectdb', 'Connecting to database..');
200INSERT INTO `texts` VALUES ('emu_loadroles', 'Loading Roles..');
201INSERT INTO `texts` VALUES ('emu_loadsettings', 'Loading Settings..');
202INSERT INTO `texts` VALUES ('emu_loadtexts', 'Loading Texts..');
203INSERT INTO `texts` VALUES ('emu_sso_wrong', 'Login error: Your SSO ticket was incorrect');
204INSERT INTO `texts` VALUES ('emu_sso_wrong_secure', ' AND/OR your current IP doesn\'t match our database ');
205INSERT INTO `texts` VALUES ('error_maxpets', 'There are too many pets in this room. The maximum number of pets in a room is :');
206INSERT INTO `texts` VALUES ('error_muted', 'You are muted.');
207INSERT INTO `texts` VALUES ('error_roomunload', 'Oops, something went wrong with the room you were in, sorry!');
208INSERT INTO `texts` VALUES ('guidebot_welcome1', 'Hello and welcome to Habboon! I am a bot Guide and I\'m here to help you.');
209INSERT INTO `texts` VALUES ('guidebot_welcome2', 'I can give you tips and hints on what to do here, just ask me a question :)');
210INSERT INTO `texts` VALUES ('marketplace_error_credits', 'Sorry, you don\'t have enough credits!');
211INSERT INTO `texts` VALUES ('marketplace_error_expired', 'Sorry, this offer has expired.');
212INSERT INTO `texts` VALUES ('mod_error_permission_ban', 'You do not have permission to ban that user.');
213INSERT INTO `texts` VALUES ('mod_error_permission_caution', 'You do not have permission to caution that user, sending as a regular message instead.');
214INSERT INTO `texts` VALUES ('mod_error_permission_kick', 'You do not have permission to kick that user.');
215INSERT INTO `texts` VALUES ('mod_inappropriate_roomdesc', 'Inappropriate to Hotel Managament');
216INSERT INTO `texts` VALUES ('mod_inappropriate_roomname', 'Inappropriate to Hotel Managament');
217INSERT INTO `texts` VALUES ('mod_tool_category1', 'Room Problems');
218INSERT INTO `texts` VALUES ('mod_tool_category1_problem1', 'Door Problem');
219INSERT INTO `texts` VALUES ('mod_tool_category1_problem2', 'Final Warning');
220INSERT INTO `texts` VALUES ('mod_tool_category1_problem3', 'Persisting Issue');
221INSERT INTO `texts` VALUES ('mod_tool_category1_problem4', 'Swearing Issue');
222INSERT INTO `texts` VALUES ('mod_tool_category1_problem5', 'Forum Assist');
223INSERT INTO `texts` VALUES ('mod_tool_category1_problem6', 'Flooding Room');
224INSERT INTO `texts` VALUES ('mod_tool_category1_problem7', 'Room Name');
225INSERT INTO `texts` VALUES ('mod_tool_category1_problem8', 'Furni Loading');
226INSERT INTO `texts` VALUES ('mod_tool_category1_solution1', 'Please check that there is nothing blocking the doorway. If the problem persists please report it again and we will investigate further.');
227INSERT INTO `texts` VALUES ('mod_tool_category1_solution2', 'This is your final warning regarding your actions within Habboon. The next step will be a ban.');
228INSERT INTO `texts` VALUES ('mod_tool_category1_solution3', 'We understand that the problem you were having is continuing to occur. Please update us with all the details. ');
229INSERT INTO `texts` VALUES ('mod_tool_category1_solution4', 'The language you are using in the room is not acceptable and is insulting other users please stop doing this or you will be kicked, possibly banned from habboon.');
230INSERT INTO `texts` VALUES ('mod_tool_category1_solution5', 'Please go to Otaku-Studios.com and submit your problem in the Habboon forums.');
231INSERT INTO `texts` VALUES ('mod_tool_category1_solution6', 'Attention, we\'ve noticed you are filling up the chat with mindless and senseless speech. This is what is known as flooding the room. Please stop doing this immeadiately or you will be kicked from the room.');
232INSERT INTO `texts` VALUES ('mod_tool_category1_solution7', 'Please change your room name otherwise we will do it.');
233INSERT INTO `texts` VALUES ('mod_tool_category1_solution8', 'Furniture not loading in rooms is a rare occurance in Habboon. Please try reloading Habboon, or clearing your internet browsers cache. There are tutorials on how to on our help website. Go to habboon.com/help. ');
234INSERT INTO `texts` VALUES ('mod_tool_category2', 'Player Support');
235INSERT INTO `texts` VALUES ('mod_tool_category2_problem1', 'Player Bug');
236INSERT INTO `texts` VALUES ('mod_tool_category2_problem2', 'Login Problem');
237INSERT INTO `texts` VALUES ('mod_tool_category2_problem3', 'Report Bug');
238INSERT INTO `texts` VALUES ('mod_tool_category2_problem4', 'CFH Abuse');
239INSERT INTO `texts` VALUES ('mod_tool_category2_problem5', 'Private Information');
240INSERT INTO `texts` VALUES ('mod_tool_category2_problem6', 'SWF Error');
241INSERT INTO `texts` VALUES ('mod_tool_category2_problem7', 'Cache');
242INSERT INTO `texts` VALUES ('mod_tool_category2_problem8', 'Temp. Problem');
243INSERT INTO `texts` VALUES ('mod_tool_category2_solution1', 'Thank you for contacting us regarding the bug. Please report it to the uservoice. www.habboon.uservoice.com');
244INSERT INTO `texts` VALUES ('mod_tool_category2_solution2', 'Please use the uservoice forum to report this problem. www.habboon.uservoice.com');
245INSERT INTO `texts` VALUES ('mod_tool_category2_solution3', 'Please report all bugs to our uservoice forum. www.habboon.uservoice.com');
246INSERT INTO `texts` VALUES ('mod_tool_category2_solution4', 'Please stop abusing the call for help system. It is only to be used in the event of an EMERGENCY. If you have general questions please seek the advice of an eXpert.');
247INSERT INTO `texts` VALUES ('mod_tool_category2_solution5', 'It is unsafe to give out your personal information.');
248INSERT INTO `texts` VALUES ('mod_tool_category2_solution6', 'Please report this bug and how to recreate the bug and post it at our uservoice forum. www.habboon.uservoice.com');
249INSERT INTO `texts` VALUES ('mod_tool_category2_solution7', 'If you are having problems with your comptuer memory, clear your cache.');
250INSERT INTO `texts` VALUES ('mod_tool_category2_solution8', 'Delete your temporary history!');
251INSERT INTO `texts` VALUES ('mod_tool_category3', 'Users Problems');
252INSERT INTO `texts` VALUES ('mod_tool_category3_problem1', 'Scamming');
253INSERT INTO `texts` VALUES ('mod_tool_category3_problem2', 'Trading Scam');
254INSERT INTO `texts` VALUES ('mod_tool_category3_problem3', 'Disconnection');
255INSERT INTO `texts` VALUES ('mod_tool_category3_problem4', 'Room Blocking');
256INSERT INTO `texts` VALUES ('mod_tool_category3_problem5', 'Freezing');
257INSERT INTO `texts` VALUES ('mod_tool_category3_problem6', 'Job Info');
258INSERT INTO `texts` VALUES ('mod_tool_category3_problem7', 'Flooding');
259INSERT INTO `texts` VALUES ('mod_tool_category3_problem8', 'Updates');
260INSERT INTO `texts` VALUES ('mod_tool_category3_solution1', 'There is no need to report scammers on Habboon. Habboon gives away 50 free coins every 15 minutes (along with Pixels) therefore it is useless to report scammers when our services are free. Please Note: All trading done within Habboon is done at your own risk.');
261INSERT INTO `texts` VALUES ('mod_tool_category3_solution2', 'If you have been scammed by trade in Habboon we can only apologise, there is no way of us retreiving the furniture that you have lost. Please note that all trading done on Habboon is done at your own risk, you should be vigilent when trading. ');
262INSERT INTO `texts` VALUES ('mod_tool_category3_solution3', 'There are often times when we are updating the hotel or there may be a slight bug within the system that would cause you to disconnect. Disconnections shouldn\'t happen often, if they do please seek help on our forums at Otaku-Studios.com');
263INSERT INTO `texts` VALUES ('mod_tool_category3_solution4', 'If there is a user in a room whom is blocking your path, ask the room owner to remove the user from the room. If the room ownwer is not there, please let us know and we will come and assist you.');
264INSERT INTO `texts` VALUES ('mod_tool_category3_solution5', 'Can explain us what happens to cause the freezing?');
265INSERT INTO `texts` VALUES ('mod_tool_category3_solution6', 'Please do not ask to be Staff in Habboon.Staff members are chosen from the eXpert team. To become a member of hotel staff first you must be an eXpert. To become an eXpert you must be active on the hotel, friendly, buid some good rooms. Please be patient if you do all of these things, we are bound to notice you. ');
266INSERT INTO `texts` VALUES ('mod_tool_category3_solution7', 'Attention, we\'ve noticed you\'re flooding or spamming Habboon with text. Please do not continue doing this or you will be kicked and even possibly banned from Habboon. Thank-You.\r\n');
267INSERT INTO `texts` VALUES ('mod_tool_category3_solution8', 'Updates are conducted when needed in Habboon to give users the best experience possible we thank you for taking the time to contact us regarding updates on the hotel. If there are new things to add to the hotel you can be sure they are coming in the future.\r\n');
268INSERT INTO `texts` VALUES ('mod_tool_category4', 'Debug Problems');
269INSERT INTO `texts` VALUES ('mod_tool_category4_problem1', 'Lag');
270INSERT INTO `texts` VALUES ('mod_tool_category4_problem2', 'Disconnection');
271INSERT INTO `texts` VALUES ('mod_tool_category4_problem3', 'SSO Problem');
272INSERT INTO `texts` VALUES ('mod_tool_category4_problem4', 'Char. Filter');
273INSERT INTO `texts` VALUES ('mod_tool_category4_problem5', 'System Check');
274INSERT INTO `texts` VALUES ('mod_tool_category4_problem6', 'WireEncoding Error');
275INSERT INTO `texts` VALUES ('mod_tool_category4_problem7', 'BASE64 Error');
276INSERT INTO `texts` VALUES ('mod_tool_category4_problem8', 'Flash Player Problem');
277INSERT INTO `texts` VALUES ('mod_tool_category4_solution1', 'Try to leave the room or perhaps reload the hotel to get rid of the lag.');
278INSERT INTO `texts` VALUES ('mod_tool_category4_solution2', 'Often times we are updating the hotel or there may be a slight bug within the system that would cause a disconnection. Although it is rare, please bear with us while we update our services.');
279INSERT INTO `texts` VALUES ('mod_tool_category4_solution3', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com');
280INSERT INTO `texts` VALUES ('mod_tool_category4_solution4', 'Can you say the username? We\'ll take action if needed.');
281INSERT INTO `texts` VALUES ('mod_tool_category4_solution5', 'We already checking everything and debuging stuff');
282INSERT INTO `texts` VALUES ('mod_tool_category4_solution6', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com');
283INSERT INTO `texts` VALUES ('mod_tool_category4_solution7', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com');
284INSERT INTO `texts` VALUES ('mod_tool_category4_solution8', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com');
285INSERT INTO `texts` VALUES ('mod_tool_category5', 'System Problems');
286INSERT INTO `texts` VALUES ('mod_tool_category5_problem1', 'Version');
287INSERT INTO `texts` VALUES ('mod_tool_category5_problem2', 'SWF Build');
288INSERT INTO `texts` VALUES ('mod_tool_category5_problem3', 'Freeze');
289INSERT INTO `texts` VALUES ('mod_tool_category5_problem4', 'Name Filter');
290INSERT INTO `texts` VALUES ('mod_tool_category5_problem5', 'Nickname Filter');
291INSERT INTO `texts` VALUES ('mod_tool_category5_problem6', 'Catalogue Issue');
292INSERT INTO `texts` VALUES ('mod_tool_category5_problem7', 'Swearing Filter');
293INSERT INTO `texts` VALUES ('mod_tool_category5_problem8', 'Update Filter');
294INSERT INTO `texts` VALUES ('mod_tool_category5_solution1', 'Habboon is always in the latest possible version.');
295INSERT INTO `texts` VALUES ('mod_tool_category5_solution2', 'Currenly We use the same version like Habbo.com');
296INSERT INTO `texts` VALUES ('mod_tool_category5_solution3', 'Can explain us what happens to cause the freezing?\"');
297INSERT INTO `texts` VALUES ('mod_tool_category5_solution4', 'Can you say the username? We\'ll take action if needed.');
298INSERT INTO `texts` VALUES ('mod_tool_category5_solution5', 'Can you say the usersname? We\'ll take action if needed.');
299INSERT INTO `texts` VALUES ('mod_tool_category5_solution6', 'What item are you trying to buy and what section is it in? If possible could you report this bug to our uservoice forum? www.habboon.uservoice.com');
300INSERT INTO `texts` VALUES ('mod_tool_category5_solution7', 'If possible, leave the room and ignore the user. If their speech is highly inappropriate and is offending other users send another call. We\'ll take care of it.');
301INSERT INTO `texts` VALUES ('mod_tool_category5_solution8', 'We will update your words in the filter Thanks for your report.');
302INSERT INTO `texts` VALUES ('mod_tool_category6', 'Common Issues');
303INSERT INTO `texts` VALUES ('mod_tool_category6_problem1', 'eXpert Info');
304INSERT INTO `texts` VALUES ('mod_tool_category6_problem2', 'Moderator Info');
305INSERT INTO `texts` VALUES ('mod_tool_category6_problem3', 'Rights Info');
306INSERT INTO `texts` VALUES ('mod_tool_category6_problem4', 'Weekly Rare');
307INSERT INTO `texts` VALUES ('mod_tool_category6_problem5', 'Coins');
308INSERT INTO `texts` VALUES ('mod_tool_category6_problem6', 'Swearing');
309INSERT INTO `texts` VALUES ('mod_tool_category6_problem7', 'Inappropriate Actions');
310INSERT INTO `texts` VALUES ('mod_tool_category6_problem8', 'Staff Members');
311INSERT INTO `texts` VALUES ('mod_tool_category6_solution1', 'Habboon hires eXperts based on many things. Users must be active within Habboon, friendly and stay out of trouble, Users wanting to become eXperts shouldn\'t ask to be. We look for users who have a decent amount of furni filled rooms. Please wait for us to recognize you, do not ask to be an eXpert. It will only lower your chances.');
312INSERT INTO `texts` VALUES ('mod_tool_category6_solution2', 'Habboon Moderators are promoted from eXperts. Please do not ask to be a Moderator, it is very inappropriate to ask to be staff. If you are caught pestering staff you may be kicked from the room.');
313INSERT INTO `texts` VALUES ('mod_tool_category6_solution3', 'If you have given users rights to move furniture in your room and they have let you down by trashing your room, this is not something we can govern. It\'s upto you whom you give room rights out to. We suggest you are more careful as to whom you give room rights out to in the future. We apologise we can\'t be of anymore help.');
314INSERT INTO `texts` VALUES ('mod_tool_category6_solution4', 'The weekly rare listed in the catalouge under limited edition is changed at the beginning or near the end of the week. Please wait till then for a new rare to be released.');
315INSERT INTO `texts` VALUES ('mod_tool_category6_solution5', 'Coins are distributed every 15 minutes along with pixels. Open the catalouge to find out other easy ways to get coins.');
316INSERT INTO `texts` VALUES ('mod_tool_category6_solution6', 'Your language has been deemed inappropriate and adverse action may be taken on your account if you do not stop.');
317INSERT INTO `texts` VALUES ('mod_tool_category6_solution7', 'Your actions have been deemed inappropriate and adverse action may be taken on your account if you do not stop.');
318INSERT INTO `texts` VALUES ('mod_tool_category6_solution8', 'If you would like to see which Staff members are currently online. Please go to the habboon homepage, click community then Staff and eXperts. It will say next to the name which are online and offline. ');
319INSERT INTO `texts` VALUES ('mus_alert_title', 'Important Notice from Hotel Management');
320INSERT INTO `texts` VALUES ('mus_hal_tail', 'Sent from Housekeeping');
321INSERT INTO `texts` VALUES ('mus_hal_title', 'Notice from Hotel Management:');
322INSERT INTO `texts` VALUES ('mus_ha_title', 'Important Notice from Hotel Management');
323INSERT INTO `texts` VALUES ('pet_breeds_0', 'QFHHIHHIIHHJIHHKIHHPAIHHQAIHHRAIHHSAIHHPBIHHQBIHHRBIHHSBIHHPCIHHQCIHHRCIHHSCIHHPDIHHQDIHHRDIHHSDIHHPEIHHQEIHHREIHHSEIHHPFIH');
324INSERT INTO `texts` VALUES ('pet_breeds_1', 'QFIHIHIIIHIJIHIKIHIPAIHIQAIHIRAIHISAIHIPBIHIQBIHIRBIHISBIHIPCIHIQCIHIRCIHISCIHIPDIHIQDIHIRDIHISDIHIPEIHIQEIHIREIHISEIHIPFIH');
325INSERT INTO `texts` VALUES ('pet_breeds_10', 'IRBHIH');
326INSERT INTO `texts` VALUES ('pet_breeds_11', 'RCSBIIHSBJIHSBKIHSBPAIHSBQAIHSBRAIHSBPBHHSBQBIHSBRBIHSBSBIHSBPCIHSBQCIHSBSCIHSBRDIH');
327INSERT INTO `texts` VALUES ('pet_breeds_12', 'RAPCHIHPCIIHPCJIHPCKIHPCPAIHPCQAIH');
328INSERT INTO `texts` VALUES ('pet_breeds_13', 'KQCRHIHQCRGIHQCKIH');
329INSERT INTO `texts` VALUES ('pet_breeds_14', 'PBRCHIHRCIIHRCJIHRCKHIRCPAIHRCQAIHRCRAIHRCSAIH');
330INSERT INTO `texts` VALUES ('pet_breeds_15', 'ISCHIH');
331INSERT INTO `texts` VALUES ('pet_breeds_16', 'IPDHIH');
332INSERT INTO `texts` VALUES ('pet_breeds_17', 'IQDHIH');
333INSERT INTO `texts` VALUES ('pet_breeds_18', 'IRDHIH');
334INSERT INTO `texts` VALUES ('pet_breeds_19', 'ISDHIH');
335INSERT INTO `texts` VALUES ('pet_breeds_2', 'PCJHIHJIIHJJIHJKIHJPAIHJQAIHJRAIHJSAIHJPBIHJQBIHJRBIHJSBIH');
336INSERT INTO `texts` VALUES ('pet_breeds_20', 'IPEHIH');
337INSERT INTO `texts` VALUES ('pet_breeds_21', 'IQEHIH');
338INSERT INTO `texts` VALUES ('pet_breeds_22', 'IREHIH');
339INSERT INTO `texts` VALUES ('pet_breeds_23', 'ISEHIH');
340INSERT INTO `texts` VALUES ('pet_breeds_24', 'IPFHIH');
341INSERT INTO `texts` VALUES ('pet_breeds_25', 'IQFHIH');
342INSERT INTO `texts` VALUES ('pet_breeds_26', 'IRFHIH');
343INSERT INTO `texts` VALUES ('pet_breeds_27', 'ISFHIH');
344INSERT INTO `texts` VALUES ('pet_breeds_28', 'IPGHIH');
345INSERT INTO `texts` VALUES ('pet_breeds_29', 'IQGHIH');
346INSERT INTO `texts` VALUES ('pet_breeds_3', 'SAKHIHKIIHKJIHKKIHKPAIHKQAIHKRAIH');
347INSERT INTO `texts` VALUES ('pet_breeds_30', 'IRGHIH');
348INSERT INTO `texts` VALUES ('pet_breeds_4', 'PAPAHIHPAIIHPAJIHPAKIH');
349INSERT INTO `texts` VALUES ('pet_breeds_5', 'SAQAHIHQAIIHQAJIHQAKIHQAQAIHQASAIHQAPBIH');
350INSERT INTO `texts` VALUES ('pet_breeds_6', 'QCRAHIHRAIIHRAJIHRAKIHRAPAIHRAQAIHRARAHIRASAHIRAPBHIRAQBHIRARBHIRASBIHRAPCHI');
351INSERT INTO `texts` VALUES ('pet_breeds_7', 'PBSAHIHSAIIHSAJIHSAKHISAPAIHSAQAIHSARAIHSASAIH');
352INSERT INTO `texts` VALUES ('pet_breeds_8', 'QCPBHIHPBIIHPBJIHPBKIHPBPAIHPBQAIHPBRAIHPBSAIHPBPBIHPBQBIHPBRBIHPBSBIHPBRCIH');
353INSERT INTO `texts` VALUES ('pet_breeds_9', 'QBQBHIHQBIIHQBJIHQBKIHQBPAIHQBQAIHQBRAIHQBSAIHQBPBIH');
354INSERT INTO `texts` VALUES ('pet_chatter_bear1', 'Rawwwwwr');
355INSERT INTO `texts` VALUES ('pet_chatter_bear2', '*roars*');
356INSERT INTO `texts` VALUES ('pet_chatter_bear3', 'Grrrr');
357INSERT INTO `texts` VALUES ('pet_chatter_bear4', '*sniff sniff*');
358INSERT INTO `texts` VALUES ('pet_chatter_bear5', '*yawns*');
359INSERT INTO `texts` VALUES ('pet_chatter_cat1', 'Purrrrr');
360INSERT INTO `texts` VALUES ('pet_chatter_cat2', 'Meeeeeow!');
361INSERT INTO `texts` VALUES ('pet_chatter_cat3', '*yawns*');
362INSERT INTO `texts` VALUES ('pet_chatter_cat4', '*purrs*');
363INSERT INTO `texts` VALUES ('pet_chatter_cat5', 'meow :3');
364INSERT INTO `texts` VALUES ('pet_chatter_chic1', 'tweet tweet');
365INSERT INTO `texts` VALUES ('pet_chatter_chic2', '*flaps wings*');
366INSERT INTO `texts` VALUES ('pet_chatter_chic3', 'AWK AWK');
367INSERT INTO `texts` VALUES ('pet_chatter_chic4', '*pecks*');
368INSERT INTO `texts` VALUES ('pet_chatter_chic5', '*runs around pointlessly*');
369INSERT INTO `texts` VALUES ('pet_chatter_croc1', '*feels like eating my owner*');
370INSERT INTO `texts` VALUES ('pet_chatter_croc2', 'tick, tock, tick, tock');
371INSERT INTO `texts` VALUES ('pet_chatter_croc3', '*snaps jaws*');
372INSERT INTO `texts` VALUES ('pet_chatter_croc4', 'Rrrr.. Grrrrr');
373INSERT INTO `texts` VALUES ('pet_chatter_croc5', '*yawns*');
374INSERT INTO `texts` VALUES ('pet_chatter_dog1', 'woof woof woof!!!');
375INSERT INTO `texts` VALUES ('pet_chatter_dog2', 'Hooooowl');
376INSERT INTO `texts` VALUES ('pet_chatter_dog3', '*wags tail*');
377INSERT INTO `texts` VALUES ('pet_chatter_dog4', '*chases tail*');
378INSERT INTO `texts` VALUES ('pet_chatter_dog5', '*pants*');
379INSERT INTO `texts` VALUES ('pet_chatter_dragon1', '*flies around*');
380INSERT INTO `texts` VALUES ('pet_chatter_dragon2', '*thinks about torching things*');
381INSERT INTO `texts` VALUES ('pet_chatter_dragon3', '*looks for something to fry*');
382INSERT INTO `texts` VALUES ('pet_chatter_dragon4', '*eyes you up*');
383INSERT INTO `texts` VALUES ('pet_chatter_dragon5', '*soars down*');
384INSERT INTO `texts` VALUES ('pet_chatter_frog1', 'Ribbit..');
385INSERT INTO `texts` VALUES ('pet_chatter_frog2', '*bounces around*');
386INSERT INTO `texts` VALUES ('pet_chatter_frog3', '*croaks*');
387INSERT INTO `texts` VALUES ('pet_chatter_frog4', 'rrrribbit!');
388INSERT INTO `texts` VALUES ('pet_chatter_frog5', '*stretches*');
389INSERT INTO `texts` VALUES ('pet_chatter_generic1', 'Hmm..');
390INSERT INTO `texts` VALUES ('pet_chatter_generic2', '*looks for food*');
391INSERT INTO `texts` VALUES ('pet_chatter_generic3', '*Humms*');
392INSERT INTO `texts` VALUES ('pet_chatter_generic4', '*looks at*');
393INSERT INTO `texts` VALUES ('pet_chatter_generic5', '*looks for water*');
394INSERT INTO `texts` VALUES ('pet_chatter_horse1', 'neiiigh');
395INSERT INTO `texts` VALUES ('pet_chatter_horse2', '*trots around*');
396INSERT INTO `texts` VALUES ('pet_chatter_horse3', 'Neeeigh');
397INSERT INTO `texts` VALUES ('pet_chatter_horse4', '*looks at*');
398INSERT INTO `texts` VALUES ('pet_chatter_horse5', '*flicks tail*');
399INSERT INTO `texts` VALUES ('pet_chatter_lion1', 'Rawwrrrr');
400INSERT INTO `texts` VALUES ('pet_chatter_lion2', '*stares*');
401INSERT INTO `texts` VALUES ('pet_chatter_lion3', 'Grrrr');
402INSERT INTO `texts` VALUES ('pet_chatter_lion4', '*roars*');
403INSERT INTO `texts` VALUES ('pet_chatter_lion5', '*looks at*');
404INSERT INTO `texts` VALUES ('pet_chatter_monkey1', 'Oo oo oo (I wanna be like you-oo-oo!)');
405INSERT INTO `texts` VALUES ('pet_chatter_monkey2', '*swings around*');
406INSERT INTO `texts` VALUES ('pet_chatter_monkey3', 'Ooo oo!');
407INSERT INTO `texts` VALUES ('pet_chatter_monkey4', '*looks at*');
408INSERT INTO `texts` VALUES ('pet_chatter_monkey5', '*grooms myself*');
409INSERT INTO `texts` VALUES ('pet_chatter_pig1', 'Oink Oink!');
410INSERT INTO `texts` VALUES ('pet_chatter_pig2', '*snorts*');
411INSERT INTO `texts` VALUES ('pet_chatter_pig3', '*sniffs around*');
412INSERT INTO `texts` VALUES ('pet_chatter_pig4', 'Oink!');
413INSERT INTO `texts` VALUES ('pet_chatter_pig5', '*looks for mud*');
414INSERT INTO `texts` VALUES ('pet_chatter_rhino1', 'CHARGEEEEE!');
415INSERT INTO `texts` VALUES ('pet_chatter_rhino2', '*stomps around*');
416INSERT INTO `texts` VALUES ('pet_chatter_rhino3', '*snorts*');
417INSERT INTO `texts` VALUES ('pet_chatter_rhino4', '*prepares to charge*');
418INSERT INTO `texts` VALUES ('pet_chatter_rhino5', 'ARGHHHHHHHHHH!!');
419INSERT INTO `texts` VALUES ('pet_chatter_spider1', '*spins a web*');
420INSERT INTO `texts` VALUES ('pet_chatter_spider2', '*crawls around*');
421INSERT INTO `texts` VALUES ('pet_chatter_spider3', '*sneaks up on you*');
422INSERT INTO `texts` VALUES ('pet_chatter_spider4', '*hangs around*');
423INSERT INTO `texts` VALUES ('pet_chatter_spider5', '*looks at*');
424INSERT INTO `texts` VALUES ('pet_chatter_turtle1', '*hides in my shell*');
425INSERT INTO `texts` VALUES ('pet_chatter_turtle2', '*pokes head out of shell*');
426INSERT INTO `texts` VALUES ('pet_chatter_turtle3', '*casually walks along*');
427INSERT INTO `texts` VALUES ('pet_chatter_turtle4', '*looks at you*');
428INSERT INTO `texts` VALUES ('pet_chatter_turtle5', 'o.O');
429INSERT INTO `texts` VALUES ('pet_cmd_beg', 'beg');
430INSERT INTO `texts` VALUES ('pet_cmd_dead', 'dead');
431INSERT INTO `texts` VALUES ('pet_cmd_free', 'free');
432INSERT INTO `texts` VALUES ('pet_cmd_here', 'here');
433INSERT INTO `texts` VALUES ('pet_cmd_jump', 'jump');
434INSERT INTO `texts` VALUES ('pet_cmd_lay', 'lay');
435INSERT INTO `texts` VALUES ('pet_cmd_sit', 'sit');
436INSERT INTO `texts` VALUES ('pet_cmd_sleep', 'sleep');
437INSERT INTO `texts` VALUES ('pet_cmd_stay', 'stay');
438INSERT INTO `texts` VALUES ('pet_cmd_stfu', 'shutup');
439INSERT INTO `texts` VALUES ('pet_cmd_talk', 'talk');
440INSERT INTO `texts` VALUES ('pet_response_confused1', '*confused*');
441INSERT INTO `texts` VALUES ('pet_response_confused2', 'What?');
442INSERT INTO `texts` VALUES ('pet_response_confused3', 'Huh?');
443INSERT INTO `texts` VALUES ('pet_response_confused4', 'Meh..');
444INSERT INTO `texts` VALUES ('pet_response_confused5', 'Hmm..?');
445INSERT INTO `texts` VALUES ('pet_response_confused6', '?');
446INSERT INTO `texts` VALUES ('pet_response_confused7', ':s');
447INSERT INTO `texts` VALUES ('pet_response_refusal1', '*ignores you*');
448INSERT INTO `texts` VALUES ('pet_response_refusal2', '*refuses*');
449INSERT INTO `texts` VALUES ('pet_response_refusal3', 'No, you do it!');
450INSERT INTO `texts` VALUES ('pet_response_refusal4', 'Who do you think I am??');
451INSERT INTO `texts` VALUES ('pet_response_refusal5', 'I\'m not your slave!');
452INSERT INTO `texts` VALUES ('pet_response_silent', '*shuts up*');
453INSERT INTO `texts` VALUES ('pet_response_sleep', 'ZzzZZZzzzzZzz');
454INSERT INTO `texts` VALUES ('pet_response_sleeping1', 'ZzZzzzzz');
455INSERT INTO `texts` VALUES ('pet_response_sleeping2', 'Tired... *sleeps*');
456INSERT INTO `texts` VALUES ('pet_response_sleeping3', '*sleeping*');
457INSERT INTO `texts` VALUES ('pet_response_sleeping4', 'ZzZzzZ');
458INSERT INTO `texts` VALUES ('pet_response_sleeping5', 'Zzzz Zzzz Zzzz');
459INSERT INTO `texts` VALUES ('trade_error_roomdisabled', 'Trading has been disabled in this room, sorry!');
460INSERT INTO `texts` VALUES ('trade_error_targetdisabled', 'That user has disabled trading.');
461INSERT INTO `texts` VALUES ('wired_error_permissions', 'Saving item failed, you do not have permission to play with this item');
462SET FOREIGN_KEY_CHECKS=1;