· 8 years ago · Mar 04, 2018, 01:36 PM
1/*
2 Navicat Premium Data Transfer
3
4 Source Server : Habboh Hotel
5 Source Server Type : MySQL
6 Source Server Version : 50721
7 Source Host : urMomGay:3306
8 Source Schema : habboh
9
10 Target Server Type : MySQL
11 Target Server Version : 50721
12 File Encoding : 65001
13
14 Date: 04/03/2018 13:37:00
15*/
16SET NAMES utf8mb4;
17SET FOREIGN_KEY_CHECKS = 0;
18
19-- ----------------------------
20-- Table structure for emulator_texts
21-- ----------------------------
22DROP TABLE IF EXISTS `emulator_texts`;
23CREATE TABLE `emulator_texts` (
24 `key` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
25 `value` varchar(4096) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
26 PRIMARY KEY (`key`) USING BTREE
27) ENGINE = MyISAM CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
28
29-- ----------------------------
30-- Records of emulator_texts
31-- ----------------------------
32INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.forgot_username', 'Vul een gebruikersnaam in! Zonder dat kan je niemands informatie checken...');
33INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_userinfo', ':userinfo [gebruikersnaam]');
34INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout_all', ':shoutall [bericht]');
35INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say_all', ':sayall [bericht]');
36INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout_all.forgot_message', 'Vul een bericht in!');
37INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_self', 'Je kan jezelf niet besturen... dombo! ');
38INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_talk', ':talk [gebruikersnaam] [bericht]');
39INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_found', 'Huh, ik heb diegene niet gevonden! Heb je het wel goed ingetypt? Of is die offline...');
40INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.controlling', 'Je kan nu %user% besturen!');
41INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_username', 'Vul een gebruikersnaam in!');
42INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_message', 'Vul een bericht in!');
43INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.message_send', 'Bericht succesvol verstuurd aan %user%!');
44INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.user_offline', '404...? - \\r Het ziet er niet naar uit dat %user% online is!');
45INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_user', 'Vul een gebruikersnaam in!');
46INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_time', 'Geef een tijd in secondes!');
47INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.invalid_time', 'Vul een geldig aantal secondes in (minimaal 600 seconden)!');
48INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.time_to_short', 'Ban tijd moet hoger zijn dan 600 seconden (wat gelijk staat aan 10 minuten).');
49INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.ban_self', 'Je kan jezelf niet verbannen, Nyma kan je wel verbannen als je wilt? :)');
50INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.user_offline', 'Het ziet er niet naar uit dat %user% online is! Bestaat diegene wel?');
51INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ban.ban_issued', 'RIP, %user% is verbannen voor %time% seconden met de reden: %reason%');
52INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_coords.title', '<b>Huidige coördinaten</b>');
53INSERT INTO `emulator_texts` VALUES ('generic.rotation.head', 'Hoofd richting:');
54INSERT INTO `emulator_texts` VALUES ('generic.rotation.body', 'Lichaam richting:');
55INSERT INTO `emulator_texts` VALUES ('generic.sitting', 'Zit');
56INSERT INTO `emulator_texts` VALUES ('generic.yes', 'Ja');
57INSERT INTO `emulator_texts` VALUES ('generic.no', 'Nee');
58INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_credits.received', 'Wow! Je hebt %amount% credits gekregen! Veel plezier met het uitgeven ervan :D');
59INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_credits.send', 'Yay, je hebt %amount% credits verstuurd aan %user%!');
60INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.invalid_amount', 'Vul een geldig getal in!');
61INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_offline', 'Huh, ik kon %user% niet vinden, typfoutje?');
62INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.forgot_username', 'Vul een gebruikersnaam in!');
63INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.disconnect_self', 'Jij kan diet niet bij jezelf doen, kneus!');
64INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.user_offline', 'Uhm, hij/zij is niet (meer) online! Bestaat hij/zij wel? Of verbeeld je je gewoon wat...');
65INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_disconnect.disconnected', '%user% is succesvol het hotel uitgegooid!');
66INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.frozen', 'BOTs kunnen nu niet meer lopen door jouw kamer!');
67INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.unfrozen', 'BOTs kunnen nu lopen door jouw kamer!');
68INSERT INTO `emulator_texts` VALUES ('generic.cannot_do_that', 'Jij kan dit niet doen!');
69INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ha.forgot_message', 'Voer een bericht in!');
70INSERT INTO `emulator_texts` VALUES ('generic.pet.name', 'Naam');
71INSERT INTO `emulator_texts` VALUES ('generic.pet.age', 'Leeftijd');
72INSERT INTO `emulator_texts` VALUES ('generic.pet.level', 'Level');
73INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.stats', '<b>Statistieken huisdier:</b>');
74INSERT INTO `emulator_texts` VALUES ('generic.pet.scratches', 'Aai');
75INSERT INTO `emulator_texts` VALUES ('generic.pet.energy', 'Energie');
76INSERT INTO `emulator_texts` VALUES ('generic.pet.happyness', 'Blijheid');
77INSERT INTO `emulator_texts` VALUES ('generic.pet.level.thirst', 'Water level');
78INSERT INTO `emulator_texts` VALUES ('generic.pet.level.hunger', 'Eten level');
79INSERT INTO `emulator_texts` VALUES ('generic.pet.current_action', 'Huidige actie');
80INSERT INTO `emulator_texts` VALUES ('generic.can.walk', 'kan lopen');
81INSERT INTO `emulator_texts` VALUES ('generic.nothing', 'Niks');
82INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.title', '<b>Huisdier info</b>');
83INSERT INTO `emulator_texts` VALUES ('generic.pet.days.alive', 'dagen oud.');
84INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_duckets.received', 'Wow! Je hebt %amount% duckets gekregen! Veel plezier met het uitgeven ervan :D');
85INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_duckets.send', 'Yay, je hebt %amount% duckets verstuurd aan %user%!');
86INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.invalid_amount', 'Vul een geldig getal in!');
87INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.user_offline', 'Huh, ik kon %user% niet vinden, typfoutje? Of is die offline...');
88INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_catalog', 'De catalogus is succesvol opnieuw ingeladen!');
89INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_items', 'Items zijn succesvol opnieuw ingeladen!');
90INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_permissions', 'Permissies zijn succesvol opnieuw ingeladen!');
91INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_pet_data', 'De data van alle huisdieren zijn succesvol opnieuw ingeladen!');
92INSERT INTO `emulator_texts` VALUES ('error.recycler.box.empty', 'Oeps! Deze box lijkt niks te bevatten, sorry. Wij gaan hem verwijderen voor je!');
93INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.not_yet', 'Dit kan nog niet gekocht worden, geduld binnenkort misschien wel! <3');
94INSERT INTO `emulator_texts` VALUES ('hotel.room.inappropriate.title', 'Ongepast voor het hotel management!');
95INSERT INTO `emulator_texts` VALUES ('hotel.alert.message.welcome', 'Welkom op Habboh Hotel, %user%!');
96INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.forgot_username', 'Vul een gebruikersnaam in!');
97INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.user_not_found', 'Huh, ik kon %user% niet vinden!');
98INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.hotel_view', '%user% is niet in een kamer!');
99INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_say', 'Gelukt, je hebt %user% laten zeggen: %message%');
100INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.forgot_username', 'Vul een gebruikersnaam in!');
101INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.hotel_view', '%user% is niet in een kamer! Probeer het (later) opnieuw...');
102INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.user_not_found', 'Speler niet gevonden!');
103INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_shout', 'Gelukt, je hebt %user% laten schreeuwen: %message%');
104INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.invalid_amount', 'Vul een geldig getal in!');
105INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.bounds', 'Gebruik een getal tussen de 0 en 100.');
106INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_setspeed', 'Gelukt! Oude snelheid: %oldspeed%. Nieuwe snelheid: %newspeed%.');
107INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.enabled', 'Dit is technologie uit het jaar 2069, wees er voorzichtig mee! Teleporteren staat nu aan.');
108INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.disabled', 'Welkom terug in 2018, teleporteren staat uit! Zo te zien heb je het overleefd.');
109INSERT INTO `emulator_texts` VALUES ('error.pets.max.inventory', 'Je hebt het maximum aantal huisdieren bereikt, upgrade naar VIP voor meer!');
110INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_control', ':control [gebruikersnaam]');
111INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say_all.forgot_message', 'Vul een bericht in!');
112INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.stopped', 'Je hebt %user% losgelaten, hij/zij is een vrij persoon!');
113INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_amount', 'Vul een geldig getal in!');
114INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.user_offline', 'Helaas, ik kon %user% niet vinden! Offline misschien?');
115INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_points.send', 'Gelukt, je hebt %amount% diamanten verstuurd naar %user%');
116INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_points.received', 'Yay, je hebt %amount% diamanten gekregen! Veel plezier met het uitgeven ervan :D');
117INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_update_texts.failed', 'Teksten zijn NIET succesvol opnieuw ingeladen! Oeps... foutje?');
118INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_texts', 'Teksten zijn succesvol opnieuw ingeladen!');
119INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hand_item', ':handitem [item ID]');
120INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze_bots', ':freezebots');
121INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout', ':makeshout [gebruikersnaam] [bericht]');
122INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_points', ':points [gebruikersnaam] [aantal] [type (5 voor diamanten, verplicht!)]');
123INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_enable', ':enable [effect ID]');
124INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_texts', ':update_texts');
125INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ban', ':ban [gebruikersnaam] [tijd in seconden]');
126INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say', ':say [gebruikersnaam] [bericht]');
127INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_permissions', ':update_permissions');
128INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pet_info', ':petinfo [huisdier naam]');
129INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setspeed', ':setspeed [snelheid (tussen 0 en 100)]');
130INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_pet_data', ':update_petdata');
131INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_about', ':about');
132INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_alert', ':alert [gebruikersnaam] [bericht]');
133INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_commands', ':commands');
134INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_coords', ':coords');
135INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_credits', ':credits [gebruikersnaam] [aantal]');
136INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disconnect', ':disconnect [gebruikersnaam]');
137INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_duckets', ':duckets [gebruikersnaam] [aantal]');
138INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ha', ':ha [bericht]');
139INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kickall', ':kickall [bericht]');
140INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setpublic', ':setpublic');
141INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shutdown', ':shutdown');
142INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_teleport', ':teleport');
143INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unload', ':unload');
144INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_catalogue', ':update_catalog');
145INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_items', ':update_items');
146INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.not_found', 'User %user% not found!');
147INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masscredits.invalid_amount', 'Vul een geldig getal in!');
148INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massduckets.invalid_amount', 'Vul een geldig getal in!');
149INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_amount', 'Vul een geldig getal in!');
150INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masscredits', ':masscredits [aantal]');
151INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massduckets', ':massduckets [aantal]');
152INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masspoints', ':masspoints [aantal] [type (5 voor diamanten, verplicht!)] ');
153INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sitdown', ':sitdown');
154INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_pull.pull', '*Trekt %user% naar %gender_name% toe*');
155INSERT INTO `emulator_texts` VALUES ('gender.him', 'zich');
156INSERT INTO `emulator_texts` VALUES ('gender.her', 'haar');
157INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.not_found', 'Ik kon %user% niet vinden, sorry! Typfoutje, of offline?');
158INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_push.push', '*Duwt %user% van %gender_name% af*');
159INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.cant_reach', '%user% staat iets te ver om dit te doen!');
160INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.cant_reach', '%user% staat iets te ver om dit te doen!');
161INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pull', ':pull [gebruikersnaam]');
162INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_push', ':push [gebruikersnaam]');
163INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.pull_self', 'Je kan je niet naar jezelf toe trekken!');
164INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.push_self', 'Je kan je niet van jezelf af duwen!');
165INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.not_found', 'Ik kon %user% niet vinden, offline misschien of een typfoutje?');
166INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_superpull', ':spull [gebruikersnaam]');
167INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_found', 'Oeps, ik kon %user% niet vinden!');
168INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.invalid_dance', 'Vul een geldig getal in!');
169INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.outside_bounds', 'Vul een getal tussen de 0 en 4 in!');
170INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_freeze.not_found', 'Oeps, ik kon %user% niet vinden!');
171INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_frozen', '*BOOM!* Je hebt %user% vastgezet aan de grond!');
172INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_unfrozen', '%user% kan weer magisch lopen! Jeej...');
173INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.frozen', 'Huh!? Je bent vastgezet aan de grond! Oh nee...');
174INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.unfrozen', 'Je bent gered, je kan weer lopen!');
175INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_danceall', ':danceall [dans ID]');
176INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze', ':freeze [gebruikersnaam]');
177INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_found', 'Oeps, ik kon %user% niet vinden!');
178INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_self', 'Je kan jezelf niet kopiëren...!');
179INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mimic', ':mimic [gebruikersnaam]');
180INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.blocked', 'Je kan %user%\'s %gender_name% look niet kopiëren!');
181INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mimic.copied', 'Yay, je hebt %user%\'s %gender_name% look gekopiëerd!');
182INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_specified', 'Vul een gebruikersnaam in om hem/haar een zwijgenis op te leggen!');
183INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.muted', '%user% kan nu niet meer praten!');
184INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.unmuted', '%user% kan weer praten!');
185INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.self', 'Je kan jezelf niet muten, misschien een idee om gewoon niks te zeggen dan?');
186INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mute', ':mute [gebruikersnaam]');
187INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_username', 'Vul een gebruikersnaam in!');
188INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_badge', 'Vul een badge in om te geven!');
189INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owns', '%user% bezit %badge% al!');
190INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_badge.given', 'Heuj, je hebt de badge %badge% succesvol aan %user% gegeven!');
191INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_badge', ':badge [gebruikersnaam] [badge naam/ID]');
192INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_enable.not_allowed', 'Je hebt het recht niet om dit effect te gebruiken, helaas!');
193INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_about', 'info;about;help');
194INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_alert', 'alert;warning');
195INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_badge', 'badge;givebadge');
196INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ban', 'ban');
197INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_commands', 'commands;cmds');
198INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_control', 'control');
199INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_coords', 'coords;cordinates;coordinates;position');
200INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_credits', 'credits;coins');
201INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_disconnect', 'dc;disconnect');
202INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_enable', 'enable;effect');
203INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze_bots', 'freeze_bot;freezebot;freezebots;freeze_bots');
204INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze', 'freeze');
205INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hand_item', 'handitem;item;hand');
206INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ha', 'hotelalert;ha');
207INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masscredits', 'mass_credits;masscredits');
208INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massduckets', 'mass_duckets;massduckets;mass_pixels;masspixels');
209INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masspoints', 'mass_points;masspoints');
210INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mimic', 'mimic;copy');
211INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute', 'mute;shutup');
212INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pet_info', 'pet;pet_info;petinfo');
213INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_duckets', 'pixels;duckets');
214INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_points', 'diamonds;points');
215INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pull', 'pull');
216INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_push', 'push');
217INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_danceall', 'danceall;room_dance;roomdance');
218INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_kickall', 'room_kick;kickall;roomkick;kick_all');
219INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say_all', 'sayall;say_all');
220INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say', 'say;makesay');
221INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setspeed', 'speed;setspeed');
222INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout_all', 'shoutall;shout_all;roomshout;room_shout');
223INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout', 'makeshout');
224INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shutdown', 'stop;shutdown');
225INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sitdown', 'sitall;sitdown');
226INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_superpull', 'spull;superpull');
227INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_teleport', 'tele;teleport');
228INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unload', 'crash;unload');
229INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_catalogue', 'reload_catalogue;reload_cata;update_catalogue;update_cata;update_catalog;update_shop');
230INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_items', 'update_items;reload_items');
231INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_permissions', 'update_permissions;update_perms');
232INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_pet_data', 'update_pet_data;update_petdata');
233INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_texts', 'update_texts;reload_texts');
234INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_userinfo', 'userinfo;user_info');
235INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sit', 'sit;zit');
236INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sit', ':sit');
237INSERT INTO `emulator_texts` VALUES ('total', 'Totaal');
238INSERT INTO `emulator_texts` VALUES ('generic.bot.name', 'Bot');
239INSERT INTO `emulator_texts` VALUES ('generic.bot.id', 'ID');
240INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bots', ':bots');
241INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bots', 'bots');
242INSERT INTO `emulator_texts` VALUES ('generic.shutdown', 'De server wordt uitgezet. Alles wat niet opgeslagen is gaat verloren, RIP!');
243INSERT INTO `emulator_texts` VALUES ('generic.reason.specified', 'Reden');
244INSERT INTO `emulator_texts` VALUES ('generic.warning', 'WAARSCHUWING!');
245INSERT INTO `emulator_texts` VALUES ('wired.variable.username', '%username%');
246INSERT INTO `emulator_texts` VALUES ('wired.variable.credits', '%credits%');
247INSERT INTO `emulator_texts` VALUES ('wired.variable.points', '%points%');
248INSERT INTO `emulator_texts` VALUES ('wired.variable.pixels', '%pixels%');
249INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.target_rank_higher', 'De persoon die jij wilt verbannen heeft een gelijke of hogere rank dan jou! Goed geprobeerd...');
250INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_specified', 'Vul een gebruikersnaam in!');
251INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.success', 'Gelukt, %user% mag dit geweldige hotel weer bezoeken!');
252INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_found', 'Geen bans gevonden voor %user%, misschien de persoon eerst verbannen voor je hem/haar weer toe laat tot het hotel?');
253INSERT INTO `emulator_texts` VALUES ('unbanned', 'unbanned');
254INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unban', ':unban [gebruikersnaam]');
255INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unban', 'unban');
256INSERT INTO `emulator_texts` VALUES ('stalk.failed.same.room', '%user% is ook in deze kamer! Kijk eens goed...');
257INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_trash', 'trash');
258INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.cleared', 'Inventaris succesvol leeg gemaakt!');
259INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.verify', 'Dit verwijderd ALLE meubels uit jouw inventaris, weet je het zeker? Typ :empty %generic.yes% om het te bevestigen!');
260INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_wordfilter', 'Woordfilter succesvol opnieuw ingeladen!');
261INSERT INTO `emulator_texts` VALUES ('warning.auto.report', '%user% activeerde het filter met: %word%');
262INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty', 'empty');
263INSERT INTO `emulator_texts` VALUES ('commands.keys.update_wordfilter', 'update_wordfilter;update_filter;update_word_filters');
264INSERT INTO `emulator_texts` VALUES ('commands.description.acc_debug', ':test [header] i:1 s:a b:1');
265INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_trash', ':trash');
266INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_wordfilter', ':update_word_filter');
267INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_config', 'update_config;update_configuration;update_settings');
268INSERT INTO `emulator_texts` VALUES ('scripter.warning.room.delete', '%username% probeerdere de kamer %roomname% van %roomowner% te verwijderen!');
269INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_config', 'Configuratie succesvol opnieuw ingeladen!');
270INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_guildparts', 'update_guildparts;update_guild_parts;update_groups;update_guilds');
271INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_guildparts', ':update_guild_parts');
272INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_config', ':update_config');
273INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty', ':empty [gebruikersnaam]');
274INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_plugins', 'update_plugins;updateplugins');
275INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_plugins', ':update_plugins');
276INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_plugins', 'Succesvol, %count% plugin(s) opnieuw ingeladen!');
277INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_happyhour', 'happyhour;happy_hour');
278INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.no_dance', 'Kies een dans tussen 0 en 4!');
279INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomeffect', 'roomeffect;room_effect');
280INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.no_effect', 'Je hebt geen effect ID gekozen, kies er een!');
281INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.numbers_only', 'Een effect ID bestaat alleen uit een getal of getallen!');
282INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.positive', 'Alleen getallen boven nul toegestaan!');
283INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.numbers_only', 'Alleen getallen toegestaan!');
284INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.positive_only', 'Alleen getallen boven nul toegestaan!');
285INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffonline.staffs', '<b>Medewerkers online:</b>');
286INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffonline', ':staffonline [minimale rank]');
287INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomeffect', ':roomeffect [effect ID]');
288INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffonline', 'staffonline;staffs');
289INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_happyhour', ':happyhour');
290INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summon', 'summon');
291INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summon', ':summon [gebruikersnaam]');
292INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.forgot_username', 'Vul een gebruikersnaam in!');
293INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.not_found', '%user% is niet online!');
294INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.same_room', '%user% is al in deze kamer! Kijk goed...');
295INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_summon.summoned', 'Je hebt %user% hier heen proberen te halen!');
296INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.been_summoned', 'Je bent hier heen gehaald door %user%');
297INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.summoning', '%user% in de teleportatie machine stoppen...');
298INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.no_item', 'Je hebt geen meubel ID meegegeven!');
299INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.positive', 'Alleen getallen boven nul toegestaan!');
300INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.given', 'Jeej, je hebt iedereen %item% gegeven!');
301INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.removed', 'Het is bij iedereen succesvol verwijderd!');
302INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomitem', 'roomitem;room_item');
303INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomitem', ':roomitem [item ID]');
304INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.0', 'Yarr maatje!');
305INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.1', 'Doe wat je wilt want een piraattttt doet wat die willttt ahhrrr!!!');
306INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.2', 'Geef me wat goud maaatttjeeee...');
307INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.3', 'Ahrrr maatje...');
308INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_chatcolor', 'chat;chatcolor');
309INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.numbers', 'Alleen getallen boven nul toegestaan!');
310INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.no_number', 'Vul je wel een chatkleur ID in?');
311INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.banned', 'Oeps, die kleur kan je niet kiezen met jouw huidige rank!');
312INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.set', 'Yeah, je nieuwe chatkleur is nu: %chat%');
313INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.reset', 'Chat kleur teruggezet naar normaal!');
314INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_chatcolor', ':chat [color ID (0 of niks is terug naar normaal]');
315INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_type', 'Geen geldig punten type, je kan kiezen uit: %types%');
316INSERT INTO `emulator_texts` VALUES ('seasonal.name.0', 'Pixels');
317INSERT INTO `emulator_texts` VALUES ('seasonal.name.105', 'Diamanten');
318INSERT INTO `emulator_texts` VALUES ('seasonal.name.101', 'Sneeuwvlokken');
319INSERT INTO `emulator_texts` VALUES ('seasonal.name.104', 'Wolken');
320INSERT INTO `emulator_texts` VALUES ('seasonal.name.4', 'Schelpen');
321INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_type', 'Geen geldig punten type, je kan kiezen uit: %types%');
322INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.4', 'Jij vieze kleine schoft!');
323INSERT INTO `emulator_texts` VALUES ('bots.visitor.no_visits', 'Er waren geen bezoekers terwijl je weg was!');
324INSERT INTO `emulator_texts` VALUES ('bots.visitor.visits', 'Er waren %count% bezoekers in deze kamer sinds dat jij weg was. Als je wilt dat ik ze opnoem zeg: %positive%');
325INSERT INTO `emulator_texts` VALUES ('bots.visitor.list', 'De laatste %count% bezoekers waren: %list%');
326INSERT INTO `emulator_texts` VALUES ('generic.time.at', 'om');
327INSERT INTO `emulator_texts` VALUES ('bots.butler.given', 'Hey %username%, hier is jouw %key%!');
328INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_multi', 'multi');
329INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_multi', ':multi');
330INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_found', 'Het ziet er naar uit dat %user% offline is!');
331INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_room', '%user% is niet in een kamer!');
332INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.same_room', '%user% is al in deze kamer! Kijk goed...');
333INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_stalk', 'stalk;follow;rape');
334INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_stalk', ':stalk [gebruikersnaam]');
335INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summonrank.error', 'Er ging iets fout... ? Shit!');
336INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summonrank', 'summonrank;summonall');
337INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summonrank', ':summonrank [rank ID]');
338INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.self', 'Je kan jezelf niet volgen *facepalm*');
339INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.self', 'Je kan jezelf niet volgen *facepalm*');
340INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bundle', 'bundle;roombundle');
341INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bundle', ':bundle');
342INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.missing_params', 'Het commando gebruik je zo: :bundle [pagina ID] [credits] [diamanten [type (meestal 5)]');
343INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.duplicate', 'Oepsie! Deze kamer staat al te koop in de catalogus!');
344INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.time', 'Mute tijd moet hoger zijn dan 1 seconde, anders heeft het geen zin!');
345INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.count', '%username% probeerde meerdere dezelfde meubels te kopen: %itemname% van de pagina %pagename% terwijl dit niet kan/mag!');
346INSERT INTO `emulator_texts` VALUES ('scripter.warning.look.gender', '%username% probeerde een ongeldig geslacht te scripten: \'%gender%\'');
347INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.page', '%username% probeerde een pagina te openen waar hij/zij geen toegang tot heeft: %pagename%');
348INSERT INTO `emulator_texts` VALUES ('scripter.warning.guild.buy.owner', '%username% probeerde een groepskamer te kopen voor de kamer: %roomname%, de echte eigenaar is: %owner%');
349INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.nonexisting', '%username% probeerde zijn/haar kamer een categorie te geven die niet bestaat in de Database!');
350INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.permission', '%username% probeerde zijn/haar kamer een categorie te geven waarvan hij/zij geen toegang tot heeft: %category%');
351INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_event', 'event;roomevent');
352INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_event', ':event [bericht]');
353INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.badge_display', '%username% probeerde een badge display te kopen met een badge die is niet toegestaan: %badge%');
354INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.alert', '%username% probeerde een melding te sturen (\'%message%\') zonder daarvoor rechten te hebben!');
355INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ban', '%username% probeerde iemand te verbannen via de moderator tools zonder daarvoor rechten te hebben!');
356INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roomsettings', '%username% probeerde een kamer te bewerken via de moderator tools zonder daarvoor rechten te hebben!');
357INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.close', '%username% probeerde een ticket te sluiten via de moderator tools zonder daarvoor rechten te hebben!');
358INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.kick', '%username% probeerde iemand te kicken via de moderator tools zonder daarvoor rechten te hebben!');
359INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.pick', '%username% probeerde een ticket op te pakken via de moderator tools zonder daarvoor rechten te hebben!');
360INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.release', '%username% probeerde een ticket te releasen via de moderator tools zonder daarvoor rechten te hebben!');
361INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.chatlog', '%username% probeerde de chatlogs te bekijken via de moderator tools zonder daarvoor rechten te hebben!');
362INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roominfo', '%username% probeerde de kamer informatie te bekijken via de moderator tools zonder daarvoor rechten te hebben!');
363INSERT INTO `emulator_texts` VALUES ('scripter.warning.userinfo', '%username% probeerde de informatie van een speler te bekijken via de moderator tools zonder daarvoor rechten te hebben!');
364INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomalert', '%username% probeerde een kamer bericht te versturen via de moderator tools zonder daarvoor rechten te hebben!');
365INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_blockalert', 'Meldingen zijn nu %state% gezet!');
366INSERT INTO `emulator_texts` VALUES ('generic.on', 'aan');
367INSERT INTO `emulator_texts` VALUES ('generic.off', 'uit');
368INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_blockalert', 'blockalerts;blockalert;ignorealerts;ignore_alerts');
369INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_blockalert', ':blockalert');
370INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_faceless', 'faceless;face');
371INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_faceless', ':faceless');
372INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_moonwalk', 'moonwalk;mj;moon_walk');
373INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_moonwalk', ':moonwalk');
374INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_fastwalk', 'fastwalk;supersonic');
375INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_fastwalk', ':fastwalk');
376INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_redeem', 'redeem;exchange');
377INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_redeem', ':redeem');
378INSERT INTO `emulator_texts` VALUES ('generic.redeemed', 'Ingewisseld: ');
379INSERT INTO `emulator_texts` VALUES ('generic.credits', 'credits');
380INSERT INTO `emulator_texts` VALUES ('generic.pixels', 'pixels');
381INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_a_number', 'Alleen getallen hoger dan 0!');
382INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_gift', 'gift');
383INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_found', 'Item ID: %itemid% niet gevonden!');
384INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.user_not_found', 'Huh, %username% is niet online!');
385INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_gift', 'Yes! Je hebt je cadeau met %itemname% is succesvol verstuurd aan %username%');
386INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_gift', ':gift [gebruikersnaam] [item ID]');
387INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massgift', 'massgift');
388INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massgift', ':massgift [item ID]');
389INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owned', 'Uhm... %user% bezit de badge %badge% al!');
390INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massbadge.no_badge', 'Je hebt geen badge ID ingevoerd!');
391INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massbadge', 'massbadge;hotelbadge');
392INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_badge.received', 'Jeeej!!! Je hebt een badge gekregen!');
393INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pickall', 'pickall;pickupall');
394INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ejectall', 'ejectall;ejectfurni');
395INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_bots', 'update_bots;updatebots');
396INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ejectall', ':ejectall');
397INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pickall', ':pickall');
398INSERT INTO `emulator_texts` VALUES ('', '');
399INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffalert', 'sa;staffalert');
400INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffalert.title', '<b>Staff bericht:</b>');
401INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffalert.forgot_message', 'Vul je wel een bericht in om te versturen naar je mede-staff?');
402INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_plugins', 'plugins');
403INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_hotel_view', 'update_view;update_hotel_view;update_hotelview');
404INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_hotel_view', ':update_hotel_view');
405INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_hotel_view', 'Hoteloverzicht is succesvol opnieuw ingeladen!');
406INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_bundle', 'Kamerbundel is succesvol aangemaakt op ID: %id%');
407INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_kick.unkickable', 'Je kan %username% niet kicken!');
408INSERT INTO `emulator_texts` VALUES ('camera.disabled', 'De camera doet het op dit moment even niet! Probeer het later opnieuw ;-(');
409INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_navigator', 'update_navigator;update_nav');
410INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_navigator', 'De navigator is succesvol opnieuw ingeladen!');
411INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_plugins', ':plugins');
412INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massbadge', ':massbadge <badge>');
413INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_bots', ':update_bots');
414INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_navigator', ':update_navigator');
415INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ip_ban', 'ipban;banip;ip_ban;ban_ip');
416INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ip_ban', ':ipban [gebruikersnaam] [reden]');
417INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_machine_ban', 'machineban;banmachine;banmac;macban');
418INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_machine_ban', ':machineban [gebruikersnaam] [reden]');
419INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_super_ban', 'superban;megaban');
420INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_super_ban', ':superban [gebruikersnaam] [reden]');
421INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_machine_ban', '%count% accounts hebben een MAC adres ban gekregen!');
422INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ip_ban', '%count% accounts hebben een IP ban gekregen!');
423INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_super_ban', '%count% accounts hebben een super ban gekregen!');
424INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ip_ban.ban_self', 'Je kan jezelf niet IP bannen!');
425INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_machine_ban.ban_self', 'Je kan jezelf geen MAC adres ban geven!');
426INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_super_ban.ban_self', 'Je kan jezelf nier super bannen!');
427INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.cmd_connect_camera', 'Camera opnieuw aangesloten op de server!');
428INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_connect_camera', 'connectcamera;connect_camera;cameraconnect');
429INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.higher_rank', 'De Habboh die je uit het hotel wilt gooien is belangrijker dan jij bent! Goed geprobeerd...');
430INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_diagonal', 'diagonal;disablediagonal;diagonally');
431INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_diagonal', ':diagonal');
432INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_diagonal.disabled', 'Je kan nu niet meer schuin over de tegels lopen!');
433INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_word_quiz', 'wordquiz;quiz');
434INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_word_quiz', ':wordquiz [vraag/stelling]');
435INSERT INTO `emulator_texts` VALUES ('scripter.warning.marketplace.forbidden', '%username% probeerde %itemname% te verkopen voor %credits%, terwijl dit niet op de marktplaats verkocht mag worden!');
436INSERT INTO `emulator_texts` VALUES ('inventory.full', 'Je inventaris heeft de maximum aantal meubels bereikt, verwijder wat meubels om nieuwe dingen te kunnen kopen/ruilen!');
437INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.invalid_number', 'Ongeldig getal, kies een getal tussen de 0 en 9999!');
438INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.forgot_number', 'Je hebt geen (geldig) getal ingevoerd...?');
439INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setmax', 'setmax;set_max');
440INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setmax', ':setmax [aantal]');
441INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffalert', ':sa [bericht]');
442INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_take_badge', ':takebadge [gebruikersnaam] <badge>');
443INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_take_badge', 'takebadge;take_badge;remove_badge;removebadge');
444INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_badge', 'Je hebt geen badge ID ingevoerd!');
445INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_username', 'Je hebt geen gebruikersnaam ingevoerd!');
446INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.no_badge', 'Oeps, %username% bezit de badge %badge% helemaal niet!');
447INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_take_badge', 'Badge is succesvol afgenomen!');
448INSERT INTO `emulator_texts` VALUES ('camera.permission', 'Jij hebt geen permissies om de camera (hier) te gebruiken!');
449INSERT INTO `emulator_texts` VALUES ('floorplan.permission', 'Jij hebt geen permissies om de floorplan editor (hier) te gebruiken!');
450INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_polls', 'update_polls;reload_polls');
451INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_polls', ':update_polls');
452INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_set_poll', 'setpoll;set_poll');
453INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set_poll', ':setpoll [ID]');
454INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_set_poll', 'Kamer poll is ingesteld!');
455INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.invalid_number', 'Vul een geldig poll ID in, voer het command opnieuw uit met ID 0 om de poll te verwijderen!');
456INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.missing_arg', 'Ik mis de poll ID? Probeer het opnieuw met ID 0 om de poll te verwijderen!');
457INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomcredits', 'roomcredits;room_credits;roomcoins;room_coins');
458INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomcredits', ':roomcredits [aantal]');
459INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompixels', 'roompixels;room_pixels;roomduckets;room_duckets');
460INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompixels', ':roompixels [aantal]');
461INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomgift', 'roomgift;room_gift');
462INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomgift', ':roomgift [Item ID] [bericht]');
463INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_polls', 'Kamer polls zijn succesvol opnieuw ingeladen!');
464INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.not_found', 'Poll %id% niet gevonden!');
465INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_specified', 'Je hebt geen gebruikersnaam gekozen om de mute verwijderen?');
466INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_found', 'Jammer, %user% is niet (meer) online!');
467INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_unmute', 'Jeej, %user% kan weer praten!');
468INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unmute', 'unmute');
469INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unmute', ':unmute [gebruikersnaam]');
470INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_give_rank', 'giverank;setrank;give_rank;set_rank');
471INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_give_rank', ':giverank [gebruikersnaam] [rank ID]');
472INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.not_found', 'Rank ID %id% is niet gevonden in de database!');
473INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_give_rank.updated', '%username% heeft rank %id% succesvol ontvangen!');
474INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher', 'Je kan %username% niet een hogere rank geven dan dat jij bent!');
475INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.user_offline', 'Uhm, %username% is niet (meer) online! Bestaat hij/zij wel? Of verbeeld je je gewoon wat...');
476INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_rank', 'Je hebt geen rank ID ingevuld!');
477INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_username', 'Je hebt geen gebruikersnaam ingevuld!');
478INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_give_rank.new_rank', 'Jouw rank is aangepast, je rank is nu: %id%! Gefeliciteerd.');
479INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roommute', 'roommute;room_mute');
480INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roommute', ':roommute');
481INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.unmuted', 'Iedereen in de kamer kan nu niet meer praten!');
482INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.muted', 'Iedereen in de kamer kan nu weer praten!');
483INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_lay', 'lay;lig');
484INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_lay', ':lay');
485INSERT INTO `emulator_texts` VALUES ('camera.wait', 'Asjeblieft, wacht %seconds% seconden voor je een nieuwe foto maakt!');
486INSERT INTO `emulator_texts` VALUES ('loggedin.elsewhere', 'Je bent het hotel uitgezet, omdat je bent ergens anders ingelogd!');
487INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_pets', 'mutepets;ignorepets;mute_pets;ignore_pets');
488INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.ignored', 'Je hoort vanaf nu de huisdieren niet meer \'praten\'!');
489INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.unignored', 'Je kan de huisdieren weer horen!');
490INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_bots', 'mutebots;ignorebots;mute_bots;ignore_bots');
491INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.ignored', 'Je hoort de BOTs vanaf nu niet meer typen!');
492INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.unignored', 'Je kan de BOTs weer horen typen!');
493INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomalert', ':roomalert [bericht]');
494INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomalert.empty', 'Vul een bericht in om te versturen!');
495INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomalert', 'roomalert;room_alert;ra');
496INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompoints', 'roompoints;room_points');
497INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.title', 'Je kan kiezen uit deze huisdieren: ');
498INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.line', '%name%');
499INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_transform', ':transform [naam] [ras] [kleur]');
500INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_transform', 'transform;becomepet');
501INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_connect_camera', ':connectcamera');
502INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompoints', ':roompoints [aantal]');
503INSERT INTO `emulator_texts` VALUES ('generic.gift.received.anonymous', 'Hey, je hebt een cadeau gekregen!');
504INSERT INTO `emulator_texts` VALUES ('generic.gift.received', '%username% gaf jou een cadeautje!');
505INSERT INTO `emulator_texts` VALUES ('generic.user.not_found', 'Oeps, ik kan %user% niet vinden!');
506INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_reload_room', 'reload_room;reload;reloadroom');
507INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_reload_room', ':reload_room');
508INSERT INTO `emulator_texts` VALUES ('scripter.warning.packet.closedice', '%username% probeerde een meubel staat te veranderen met de packet \'dice sluiten\' op meubel: %id% %itemname%');
509INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_guildparts', 'De groeps iconen en badges zijn succesvol opnieuw ingeladen!');
510INSERT INTO `emulator_texts` VALUES ('ban.info.user_id', 'Speler ID: ');
511INSERT INTO `emulator_texts` VALUES ('ban.info.type', 'Ban type: ');
512INSERT INTO `emulator_texts` VALUES ('ban.info.reason', 'Reden: ');
513INSERT INTO `emulator_texts` VALUES ('ban.info.staff_id', 'Staff ID: ');
514INSERT INTO `emulator_texts` VALUES ('ban.info.date_issued', 'Datum: ');
515INSERT INTO `emulator_texts` VALUES ('ban.info.date_expire', 'Verloopdatum: ');
516INSERT INTO `emulator_texts` VALUES ('ban.info.ip', 'IP: ');
517INSERT INTO `emulator_texts` VALUES ('ban.info.machine', 'MAC adres: ');
518INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_id', 'ID');
519INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_name', 'Gebruikersnaam');
520INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.motto', 'Motto');
521INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.rank', 'Rank');
522INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.online', 'Online');
523INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.email', 'Email');
524INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_register', 'Registratie IP');
525INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_current', 'Huidig IP');
526INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.banned', 'Verbannen');
527INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.currencies', 'Valuta\'s');
528INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.achievement_score', 'Achievement score');
529INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.credits', 'Credits');
530INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.current_activity', 'Actuele statistieken');
531INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.room', 'Huidige kamer');
532INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.respect_left', 'Respect over');
533INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.pet_respect_left', 'Aai over');
534INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_trade', 'Ruilen aan');
535INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_follow', 'Volgen aan');
536INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_friend_request', 'Vriend toevoegen aan');
537INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.total_bans', 'Totale bans');
538INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ban_info', 'Recente ban info');
539INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.userinfo', 'Speler informatie');
540INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pet_info.pet_not_found', '\"Vul een naam in van een huisdier!\"');
541INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hal', ':hal [URL] [bericht]');
542INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hal', 'hal;halink');
543INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.cleared', 'Alle BOTs uit jouw inventaris succesvol verwijderd!');
544INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.verify', 'Dit verwijderd ALLE BOTs uit jouw inventaris, weet je het zeker? Typ :emptybots %generic.yes% om het te bevestigen!');
545INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_bots', 'emptybots;empty_bots;deletebots');
546INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_bots', ':emptybots');
547INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.cleared', 'Alle huisdieren uit jouw inventaris succesvol verwijderd!');
548INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.verify', 'Dit verwijderd ALLE huisdieren uit jouw inventaris, weet je het zeker? Typ :emptypets %generic.yes% om het te bevestigen!');
549INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_pets', 'emptypets;empty_pets;deletepets');
550INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_pets', ':emptypets');
551INSERT INTO `emulator_texts` VALUES ('nux.step.1', 'Dit is de receptie knop, dit brengt je naar het hoteloverzicht.');
552INSERT INTO `emulator_texts` VALUES ('nux.step.2', 'Dit is de navigatie knop, hiermee kan je kamers bezoeken.');
553INSERT INTO `emulator_texts` VALUES ('nux.step.3', 'Om te praten, kan je hier typen.');
554INSERT INTO `emulator_texts` VALUES ('nux.step.4', 'Het chat historie scherm laat je de chats uit de kamer terug lezen.');
555INSERT INTO `emulator_texts` VALUES ('nux.step.5', 'Als je je look wilt veranderen kan je dat in je wardrobe doen.');
556INSERT INTO `emulator_texts` VALUES ('nux.step.6', 'In de catalogus kan je meubels kopen om je kamer in te richten.');
557INSERT INTO `emulator_texts` VALUES ('nux.step.7', 'Meubels kunnen gekocht worden in combinatie met credits,');
558INSERT INTO `emulator_texts` VALUES ('nux.step.8', ' ...duckets,');
559INSERT INTO `emulator_texts` VALUES ('nux.step.9', 'of diamanten.');
560INSERT INTO `emulator_texts` VALUES ('nux.step.10', 'Al jouw vrienden zijn hier.');
561INSERT INTO `emulator_texts` VALUES ('nux.step.11', 'Welkom en laten we Habboh gaan doorzoeken!');
562INSERT INTO `emulator_texts` VALUES ('alert.superwired.invalid', 'Super wired verkeerd ingesteld! Weer er zeker van dat je geen <b>;</b>(semicolons) gebruikt!');
563INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_allow_trading', ':allow_trading Zet het ruilslot aan/uit voor een gebruiker');
564INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_allow_trading', 'tradelock;blocktrading;disabletrade');
565INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_username', 'Vul een gebruiker waarvan je het ruilslot aan/uit wilt zetten!');
566INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_trade', 'Kies of je ruilen aan/uit wilt zetten voor: %username%.');
567INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.enabled', 'Ruilen is aangezet voor %username%');
568INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.disabled', 'Ruilen is uitgezet voor %username%!');
569INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.user_not_found', 'Diegene bestaat niet! Oeps... typfoutje?');
570INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.incorrect_setting', 'Gebruik %enabled% om ruilen aan te zetten. Of gebruik %disabled% om ruilen uit te zetten.');
571INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher.other', '%username% heeft een hogere rank dan dat jij hebt, dus kan je het niet veranderen!');
572INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_muted', 'Uhm... %user% kan gewoon praten?');
573INSERT INTO `emulator_texts` VALUES ('supporttools.not_ticket_owner', 'Jij bent niet de moderator die deze ticket behandeld...?');
574INSERT INTO `emulator_texts` VALUES ('commands.success.cmd_setmax', 'Gelukt! Er kunnen nu %value% gebruikers in deze kamer.');
575INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_changename', ':changename');
576INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_changename', 'changename;flagme;change_name;namechange');
577INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_not_found', '%user% bestaat niet in onze database!');
578INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.invalid', 'Je kan %username% niet hierheen trekken!');
579INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.invalid', 'Je kan %username% niet daarheen duwen!');
580INSERT INTO `emulator_texts` VALUES ('hotel.wired.superwired.info', 'Super wired informatie. Mogelijke beloning types :<br/>Credits: credits#aantal</br>Duckets: pixels#aantal</br>Diamanten: points#aantal</br>Respect: respect#aantal');
581INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.unkickable', 'Wired kick error: gebruiker is kan niet gekickt worden!');
582INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.owner', 'Wired kick error: gebruiker is kamer eigenaar!');
583INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.item', 'You cannot purchase any limited %itemname% for today as you have reached the limt of %limit%. Come back tomorrow.');
584INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.total', 'You cannot purchase any limited furniture as you have reached the limited of %limit% for today. Come back tomorrow.');
585INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_calendar', 'calendar');
586INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_calendar', ':calendar');
587INSERT INTO `emulator_texts` VALUES ('scripter.warning.chat.length', '%username% probeerde een bericht te versturen die %length% karakters lang is, terwijl het maximum aantal karakters 100 is!');
588INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_invisible', 'invisible;hideme');
589INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_invisible', ':invisible');
590INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_invisible.updated', '*magie* Je bent nu onzichtbaar, herlaad de kamer om weer zichtbaar te zijn!');
591INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hidewired', 'hidewired;hidemywired;wiredbegone');
592INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.hidden', 'Wired is nu niet meer zichtbaar!');
593INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.shown', 'Wired is nu wel weer zichtbaar!');
594INSERT INTO `emulator_texts` VALUES ('commands.errors.cmd_hidewired.permission', 'Jij hebt geen permissies om de wired te verbergen in deze kamer!');
595INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hidewired', ':hidewired');
596INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.keys', 'pay;transfer');
597INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.incorrect.usage', 'Zorg dat je alles goed invult, voorbeeld: :pay [gebruikersnaam] [aantal] [credits/duckets/diamanten]');
598INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pay', ':pay [gebruikersnaam] [aantal] [credits/duckets/diamanten]');
599INSERT INTO `emulator_texts` VALUES ('generic.habbo.notfound', 'Oeps, ik heb die speler niet kunnen vinden! Typfoutje misschien.. ?');
600INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.self', 'Je kan jezelf niet betalen! Heeft toch geen zin? *facepalm*');
601INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_amount', 'Ongeldig aantal, probeer het opnieuw!');
602INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.not_enough', 'Je kan %username% niet betalen. Je hebt geen %amount% %type%!');
603INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_type', 'Uhm, %type% bestaat helemaal niet? Je kan kiezen uit credits, duckets of diamanten!');
604INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.received', 'Wow, %username% heeft jou %amount% %type% betaald! Had die nog een lening openstaan? Hmm... veel plezier ermee!');
605INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.transferred', 'Succesvol, jij hebt %username% %amount% %type% verstuurd!');
606INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kill', ':kill [gebruikersnaam]');
607INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.keys', 'kill;murder;dood');
608INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.killer', '*Vermoord %victim%...*;*%victim% is vermoord door %killer%!*;*Trekt %victim%\'s hoofd eraf! Muhahaha... *');
609INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.victim', '*Bloedt dood terwijl die livestreamt...*; *Oh shit! %killer% heeft mijn hoofd eraf getrokken! :(*');
610INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hoverboard', ':hoverboard');
611INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.keys', 'hoverboard;vlieg;fly');
612INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.texts', '*Pakt hoverboard en vliegt weg*;*Springt op een roze hoverboard*;*Geweldige dag om mijn geel hoverboard te pakken en weg te vliegen*;*Trekt groen hoverboard eruit om het hotel te verkennen*');
613INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kiss', ':kiss [gebruikersnaam]');
614INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kissedperson', '*%kissedperson% is gekust door %kisser%*');
615INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kisser', '*Kust %kissedperson% met passie*');
616INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kiss.keys', 'kiss;frenchkiss;kus');
617INSERT INTO `emulator_texts` VALUES ('essentials.kissmessages.tofar', '%kissedperson% is te ver om te kussen, loop naar hem/haar toe. Je durft het wel, kom op!');
618INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hug', ':hug [gebruikersnaam]');
619INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hug.keys', 'hug;cuddle;knuffel');
620INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.huggedperson', '*Krijgt een warme knuffel van %hugger%*');
621INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.hugger', '*Knuffelt %huggedperson% strak*');
622INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.tofar', '%huggedperson% is te ver om een knuffel te geven, loop naar hem/haar toe. Je durft wel, kom op!');
623INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_welcome', ':welcome [gebruikersnaam]');
624INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.keys', 'welcome;willkommen;welkom;bienvenue;bienvenida;bem-vindo');
625INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.text', 'Hey, %username% welkom op Habboh Hotel.;Mijn naam is %greeter_username% en ik ben een %greeter_rank% op Habboh;Op het moment zijn er %onlinecount% Habboh\'s online!;Als je vragen of opmerkingen hebt, aarzel niet om een speler of een van onze staffleden te vragen! Je kan ons herkennen aan de \'Habboh Staff\' badges die zij dragen.;Geniet van jouw verblijf op %hotelname%, %username%!');
626INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disable_effects', ':disableffects');
627INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.keys', 'antieffects;disableffects');
628INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_enabled', 'Effecten in de kamer zijn aangezet!');
629INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_disabled', 'Effecten in de kamer zijn uitgezet!');
630INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_brb', ':brb');
631INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.keys', 'afk;brb');
632INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.brb', 'Ik ga eventjes AFK (afwezig), tot zo.');
633INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.back', 'Hey, ik ben weer terug! :D');
634INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.time', 'Ik ben al afwezig voor %time% minuten, ben zo weer terug!');
635INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_nuke', ':nuke [gebruikersnaam]');
636INSERT INTO `emulator_texts` VALUES ('essentials.cmd_nuke.keys', 'nuke;nade;grenade;explode;boom');
637INSERT INTO `emulator_texts` VALUES ('essentials.nuke.self', 'Je kan jezelf niet nuken... *facepalm*');
638INSERT INTO `emulator_texts` VALUES ('essentials.nuke.action', '*Lanceert een nucleare bom naar %username%*');
639INSERT INTO `emulator_texts` VALUES ('essentials.nuke.nuked', '*Oh shit, %username% wordt gebombardeerd!*');
640INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buildheight', ':buildheight [hoogte (0 t/m 40)]');
641INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.keys', 'buildheight;bh;bouwhoogte');
642INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.invalid_height', 'Ongeldige hoogte, je moet iets kiezen tussen 0 en 40!');
643INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.changed', 'Bouwhoogte succesvol gezet naar: %height%!');
644INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.disabled', 'Bouwhoogte weer gereset naar standaard. Werkt het niet? Doe dan :unload of :reload.');
645INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.not_specified', 'Bouwhoogte niet gezet, je moet iets kiezen tussen 0 en 40!');
646INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_slime', ':slime [gebruikersnaam]');
647INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.keys', 'slime;slimed;goop;nickelodeon');
648INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.throws', '*Gooit slijm naar %username%*');
649INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.missed', '*Shit, ik mis %username%\'s gezicht*');
650INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.slimed', '*Wordt ondergedompeld in slijm door %username%*');
651INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_explain', ':explain [command]');
652INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.keys', 'explain;commandinfo;commandhelp;aliases');
653INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.help', 'Vul een commando in om op te zoeken!');
654INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.notfound', 'Uhm, ik heb het \'%command%\' commando niet gevonden! Misschien is die niet toegevoegd? Vraag het Nyma (Mustache) even!');
655INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.nopermission', 'Jij hebt geen permissies om %command% te gebruiken, sorry!');
656INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.info', 'Informatie over het \'%command%\' commando. Gebruik het zo: %description%\r waardes: %keys%');
657INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buyroom', ':buyroom');
658INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sellroom', ':sellroom [credits]');
659INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.keys', 'sellroom');
660INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.removed', 'Deze kamer staat nu niet meer te koop!');
661INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.invalid_credits', 'Uhm, %credits% credits is een ongeldig aantal!');
662INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.has_guild', 'Je kan deze kamer niet verkopen omdat die een groep bezit! Verwijder die eerst.');
663INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmed', 'Gelukt, deze kamer staat nu te koop voor %credits% credits!');
664INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.usage', 'Gebruik: :sellroom [credits]');
665INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.forsale', 'Deze kamer is te koop door: %ownername%, voor %credits%. Interesse? Doe :buyroom');
666INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.notforsale', 'Deze kamer wordt niet verkocht... zit je in de verkeerde kamer misschien?');
667INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmkey', 'confirm');
668INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.has_guild', 'Deze kamer heeft een groep en kan daarom niet verkocht worden, sorry!');
669INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.owneroffline', 'De eigenaar van de kamer, %username% is offline! Probeer het opnieuw als hij/zij online is!');
670INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.selfbuy', 'Smiecht dat je bent %username%! Je kan je eigen kamer niet kopen.');
671INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.buyroom.usage', 'To buy a room use :%key% %confirmkey%');
672INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.keys', 'buyroom');
673INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_closedice', ':closedice [all]');
674INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keys', 'closedice;cd;sluitdices');
675INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keywordall', 'all');
676INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.closed', '*Sluit %count% dices*');
677INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set', ':set info');
678INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.keys', 'set;changefurni');
679INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.error', 'Gebruik \':set info\' voor meer informatie!');
680INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.invalid', 'Meubel ID: %value%, bestaat niet! Typfoutje? Kijk het nog eens na.');
681INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.notfound', 'Meubel niet gevonden, oeps... ?');
682INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.wrong', 'Oeps, er ging iets fout... :(');
683INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.succes', 'Succesvol geüpdated!');
684INSERT INTO `emulator_texts` VALUES ('seasonal.name.5', 'Diamanten');
685
686SET FOREIGN_KEY_CHECKS = 1;